freeftf/ui/host_game.gd
2025-07-31 13:57:50 +02:00

5 lines
142 B
GDScript

class_name HostGame
extends JoinGame
func _on_start_game_button_pressed() -> void:
Multiplayer.switch_scene.rpc("res://maps/test_map.tscn")