b8a458223c
feat: 深度重写第1-2章剧情,版本号升至dev0.1.0.0
...
第1章优化:新增2个玩家选择、修正POV叙述标记、精炼开篇与结尾语言
第2章重写:修复13天空白过渡、扩展比赛场景、完善角色支线
新增背景与立绘素材
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-17 00:41:32 +08:00
6c65eafa32
Add review reports for Chapter 1, Chapter 2, and Chapter 2-Side; include image assets and logic checks
...
- Created Chapter1-review.md with syntax, character definitions, and dialogue checks.
- Created Chapter2-review.md with syntax, missing images, and logic errors.
- Created Chapter2-Side-review.md addressing syntax, character definitions, and dialogue issues.
- Added SUMMARY.md to summarize review findings and highlight critical issues.
- Included new image assets for xiaowei and backup files.
- Identified and documented several logic errors and suggestions for code cleanup across chapters.
2026-04-26 13:32:11 +08:00
eb38af6045
feat: 新的版本号
2026-03-04 23:29:56 +08:00
d602d3afe9
fix: 修正新照片显示时间
2026-03-04 23:21:57 +08:00
8cc7e2ebbc
fix: 背景音乐fadein时间减少
2026-03-04 23:19:34 +08:00
673b0882ea
feat: 新增清除数据按钮
2026-03-04 23:01:16 +08:00
e00c084e61
fix: 用 Function(renpy.show_screen) 替换 ShowScreen
...
Ren'Py 8.5.2 中 ShowScreen 不在 py_eval globals 内,
改用 renpy.show_screen 经 Function 包装的方式调用:
- gallery_panel 花朵按钮 → Function(renpy.show_screen, "yitao_gallery")
- yitao_gallery 卡片按钮 → Function(renpy.show_screen, "gallery_detail", photo=photo)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-04 22:01:34 +08:00
591d10a5cc
fix: 修正 add 语句不支持 xfill/yfill/xmaximum 的错误
...
Ren'Py add 语句不接受 xfill、yfill、xmaximum、ymaximum,
改用 xsize/ysize 显式指定尺寸:
- icon_gallery: xsize 112, ysize 112
- 照片卡片: xsize 425, ysize 567
- 详情页图片: xsize 960, ysize 1008
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-04 21:57:25 +08:00
dce1aaf9b2
feat: 实现 YITAO-REN GALLERY 画廊功能
...
- 新增 game/images/gallery/ 目录(5 张处理过的图片资源)
· icon_gallery.png(花朵图标,256x256)
· photo_pearl.png / photo_monalisa.jpg / photo_corridor.jpg / photo_sleeping.jpg(统一裁切 720x960)
- game/script.rpy: 新增 persistent.gallery_seen 和 gallery_photo4_unlocked 变量
- game/Chapters/Chapter1.rpy: Chapter1_Scene4 开头自动解锁"力学之美"照片
- game/screens.rpy:
· gallery_panel 改造为右侧侧边栏(340px),含花朵图标入口
· 新增 yitao_gallery 屏幕(4 张卡片横排,NEW 角标,锁定状态)
· 新增 gallery_detail 屏幕(左图右文详情页)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-04 21:50:57 +08:00
118f3d9462
refactor: dev0.0.8
2026-03-02 22:55:46 +08:00
4e305599f2
Initial commit: XinLanDiary dev0.0.7
...
添加 HUD 画廊/日期面板:右上角页面图标按钮,点击弹出叠层显示当前游戏内日期(Day 1 = 2029年9月3日)。
修复 renpy.pygame.draw.rect 不支持 border_radius 的兼容性问题。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-27 03:44:59 +08:00