feat: implement core lobby management system with Nakama integration, player state, and game settings.

This commit is contained in:
2026-03-13 03:46:04 +08:00
parent a06e04e14b
commit 74a81425c5
7 changed files with 203 additions and 18 deletions
+5
View File
@@ -101,3 +101,8 @@ func get_boost_multiplier(player_id: int) -> float:
# Player is faster than average -> Boost fills slower
# Scale down to 0.8x
return 0.8
func reset():
preset_goals.clear()
player_completion_times.clear()
player_start_times.clear()