0.0.1
This commit is contained in:
commit
fadea22b9d
26 changed files with 741 additions and 0 deletions
5
ui/host_game.gd
Normal file
5
ui/host_game.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
class_name HostGame
|
||||
extends Control
|
||||
|
||||
func _on_start_game_button_pressed() -> void:
|
||||
Multiplayer.switch_scene.rpc("res://maps/test_map.tscn")
|
Loading…
Add table
Add a link
Reference in a new issue