freeftf/ui/host_game.gd
Patrick_Pluto fadea22b9d 0.0.1
2025-07-18 19:32:37 +01:00

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")