Theme 👍
This commit is contained in:
parent
810edb8513
commit
373272a013
6 changed files with 190 additions and 58 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue