refactor to state machine

This commit is contained in:
2025-02-02 01:08:44 +09:00
parent c8c5c08b4d
commit be682b2813
18 changed files with 379 additions and 121 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
extends Control
func _on_join_button_pressed() -> void:
MultiplayerManager.connect_to_ip(%IpAddressTextEdit.text)
MultiplayerManager.connect_to_ip(%IpTextBox.text)
get_tree().change_scene_to_file("res://scenes/in_game.tscn")