fully sync player movements over network
This commit is contained in:
7
scenes/GUI/main.gd
Normal file
7
scenes/GUI/main.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Control
|
||||
|
||||
signal start_game;
|
||||
|
||||
func _on_start_pressed():
|
||||
start_game.emit()
|
||||
hide()
|
||||
Reference in New Issue
Block a user