7 Commits

Author SHA1 Message Date
2e273a782c 解决冲突:保留CLAUDE.md 2026-02-26 13:15:05 +08:00
b5452a0a8a 忽略编译的文件 2026-02-26 13:11:06 +08:00
890dea326d 忽略.rpymc 2026-02-26 13:02:35 +08:00
ec39996d7c 修改网页版加载界面 2026-02-26 13:00:07 +08:00
d2da64618a 删除重复的mac包 2026-02-26 12:59:49 +08:00
7bf578b6b0 删除错误的“语法错误判断” 2026-02-26 12:59:10 +08:00
13ecbdb246 删除 CLAUDE.md 2026-02-25 23:08:05 +08:00
5 changed files with 4 additions and 6 deletions

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@
# =============================================
*.rpyc
*.rpyb
*.rpymc
game/cache/
game/saves/
game/temp/

View File

@@ -20,11 +20,6 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
构建多平台发行版需通过 Ren'Py 启动器 GUI 操作,配置见 `project.json``android.json`
## 已知语法错误(需要修复)
- `game/Chapters/Chapter1.rpy:31` — 引用了未定义的变换 `move_to_bottomleft`
- `game/screens.rpy:318` — 按钮定义中存在非法中文标点符号(`。`
## 项目架构
### 核心文件

Binary file not shown.

View File

@@ -1,7 +1,9 @@
{
"build_update": false,
"packages": [
"mac"
"mac",
"linux",
"win"
],
"add_from": true,
"force_recompile": true,

BIN
web-presplash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB