Theme 👍

This commit is contained in:
Rendo 2025-12-21 01:35:23 +05:00
commit 373272a013
6 changed files with 190 additions and 58 deletions

View file

@ -17,6 +17,7 @@ func _ready() -> void:
for level in Registry.maps.keys():
levels_by_index.append(level)
popup.add_item(level)
%MapsButton.selected = levels_by_index.find(LobbySettings.selected_map)
func _on_round_time_box_value_changed(value: float) -> void:
LobbySettings.round_time = value