Initial push

This commit is contained in:
2025-06-28 15:19:04 +02:00
commit 9922f8a48e
21 changed files with 760 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
extends Control
#func _ready() -> void:
#_on_server_button_pressed()
func _on_client_button_pressed() -> void:
get_tree().change_scene_to_file("uid://cgffw8lmsypov")
func _on_server_button_pressed() -> void:
get_tree().change_scene_to_file("uid://derhsnqg6p1lb")