feat: implement core lobby management system with Nakama integration, player state, and game settings.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user