feat: initial commit of XinLanDiary v0.0.6 dev

首次提交莘澜日记项目源码,包含第一章剧情脚本、UI 界面、角色素材及游戏配置。
排除了编译产物(.rpyc)、运行时存档、缓存及敏感密钥文件。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 23:01:11 +08:00
commit e5dd12cfa7
145 changed files with 4766 additions and 0 deletions

6
game/libs/libs.txt Executable file
View File

@@ -0,0 +1,6 @@
The game/libs/ directory is meant for third-party libraries that ask to be
put in game/libs.
When this file (game/libs/libs.txt) is present, Ren'Py will load all files
in libs before any other file in game/, and will ignore the first directory
name under game/libs when determining the order to load files.