Skip to content

Commit 8a05165

Browse files
committed
Update Ren'Py project directory documentation
Added .gitignore and libs directory to the example Ren'Py project structure. Provided explanation for the .gitignore file in the directory description.
1 parent 1d9b872 commit 8a05165

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/你好,Ren'Py。.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Ren'Py项目目录分为 *基础目录* 和 *游戏目录*。
133133

134134
- Project
135135
- log.txt
136+
- .gitignore
136137
- game
137138
- audio
138139
- ......
@@ -149,6 +150,9 @@ Ren'Py项目目录分为 *基础目录* 和 *游戏目录*。
149150
- common.rpym
150151
- common.rpymc
151152
- ......
153+
- libs
154+
- libs.txt
155+
- ......
152156
- gui.rpy
153157
- gui.rpyc
154158
- options.rpy
@@ -164,6 +168,7 @@ Ren'Py项目目录分为 *基础目录* 和 *游戏目录*。
164168
*Project* 即为你的项目目录也是基础目录,基础目录下的 *game* 目录即为你的游戏目录。
165169

166170
- `log.txt` 文件为游戏日志,包含游戏版本,创建时间等信息。
171+
- `.gitignore` 文件为 Git 版本管理忽略文件。(用于忽略不需要提交到版本管理的文件)注:该文件一般用不到。
167172
- `trackback.txt` 文件(若存在)为游戏报错信息。
168173
- `error.txt` 文件(若存在)为脚本报错信息(语法错误)。
169174
- `navigation.json` 文件为项目配置信息。

0 commit comments

Comments
 (0)