freeftf/ui/host_game.gd

6 lines
141 B
GDScript3
Raw Permalink Normal View History

2025-07-18 19:32:37 +01:00
class_name HostGame
extends Control
func _on_start_game_button_pressed() -> void:
Multiplayer.switch_scene.rpc("res://maps/test_map.tscn")