first iteration with authorative movement

This commit is contained in:
2025-02-01 19:41:38 +09:00
parent 3ef5254792
commit c8c5c08b4d
49 changed files with 1364 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
extends Control
func _on_join_button_pressed() -> void:
MultiplayerManager.connect_to_ip(%IpAddressTextEdit.text)
get_tree().change_scene_to_file("res://scenes/in_game.tscn")