update game menu

This commit is contained in:
2026-06-29 23:34:55 +02:00
parent fc887c2519
commit c6893b7ee8
45 changed files with 1921 additions and 1351 deletions

View File

@@ -216,7 +216,7 @@ func _load_state_from_cache():
timing_peak_lift = _custom_cache.get("t_lift", 0.15)
timing_peak_land = _custom_cache.get("t_land", 0.85)
anim_duration = _custom_cache.get("dur", 1.0)
enable_shadow = _custom_cache.get("shadow", true)
enable_shadow = false # Force disable shadow
# ==============================================================================