6 lines
141 B
GDScript3
6 lines
141 B
GDScript3
![]() |
class_name HostGame
|
||
|
extends Control
|
||
|
|
||
|
func _on_start_game_button_pressed() -> void:
|
||
|
Multiplayer.switch_scene.rpc("res://maps/test_map.tscn")
|