技能主要更新,修复卡顿并加入动画,以及各种其他更新。

This commit is contained in:
2026-02-07 21:05:17 +08:00
parent abeca51be5
commit 1ac3cd0104
1349 changed files with 1526749 additions and 24850 deletions
@@ -3,6 +3,9 @@ public static class GameConfig
// Toggle detailed logging for debugging. Keep false in production for performance.
public static bool verboseLogs = false;
// Toggle skill effect logging.
public static bool skillDebugMode = true;
// When true, gameplay will not automatically read JSON beatmaps on Start.
public static bool testMode = false;
}