Started fps system

This commit is contained in:
Rendo 2025-11-24 04:44:42 +05:00
commit cc26793ab6
32 changed files with 2756 additions and 11 deletions

View file

@ -5,6 +5,8 @@ func _ready() -> void:
func _on_leave_button_pressed() -> void:
Lobby.leave()
$"../..".hide()
$"../../../MainMenu".show()
func _on_start_button_pressed() -> void:
Lobby.start_game.rpc()