Started fps system
This commit is contained in:
parent
0dc6247f91
commit
cc26793ab6
32 changed files with 2756 additions and 11 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue