freeftf/ui/host_game.gd

6 lines
142 B
GDScript3
Raw Normal View History

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