5 lines
141 B
GDScript
5 lines
141 B
GDScript
class_name HostGame
|
|
extends Control
|
|
|
|
func _on_start_game_button_pressed() -> void:
|
|
Multiplayer.switch_scene.rpc("res://maps/test_map.tscn")
|