This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
instructions-clear/scripts/main_menu.gd
T
2025-02-02 01:08:44 +09:00

6 lines
170 B
GDScript

extends Control
func _on_join_button_pressed() -> void:
MultiplayerManager.connect_to_ip(%IpTextBox.text)
get_tree().change_scene_to_file("res://scenes/in_game.tscn")