Story流程+本地化

This commit is contained in:
SoulliesOfficial
2026-07-24 17:56:30 -04:00
parent b0e0a7d5aa
commit de70870682
250 changed files with 5719 additions and 272966 deletions

View File

@@ -66,8 +66,8 @@ namespace Ichni
// 真正进入 GameScene 时MenuManager.EnterGame 会补充 SongSelection 返回目标。
if (PrepareGameLaunch(chapter, song, difficulty, MenuReturnDestination.None))
{
// 只有玩家真正确认进入游戏”且命中剧情目标歌曲时,才完成对应 SongBlock。
// 单纯从剧情打开选曲、浏览其它歌曲或返回菜单不会写入剧情进度。
// 玩家确认进入游戏即写入 SongSaves.isTriedStoryTree 会根据该统一歌曲存档
// 自动同步对应 SongBlock 的完成状态。单纯浏览歌曲或返回菜单不会写入任何进度。
StoryManager.instance?.HandleSongSelectionConfirmed(chapter, song);
}
}