add tutorial guide

This commit is contained in:
Naruse
2026-05-11 17:11:47 +08:00
parent bdb4ee3d51
commit e4397f10ee
5 changed files with 53 additions and 2 deletions

View File

@@ -370,6 +370,11 @@ public class PlayerInstance(PlayerGameData data)
yield return (22, levelId, 1_700_000_000);
}
foreach (var guide in GameData.GuideData.Values)
{
yield return (4, guide.ID, 999);
}
// Main Scene 0 mean default scene
yield return (132, 1, 0);
}