adds the game

This commit is contained in:
2026-08-14 18:01:56 -04:00
commit 9edadb3ce2
563 changed files with 39331 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
extends Node3D
@export var debug = false
func _enter_tree() -> void:
if !debug:
print(name, " entered")
set_multiplayer_authority(name.to_int())
if !is_multiplayer_authority():
$XROrigin3D/XRCamera3D.queue_free()
$XROrigin3D.process_mode = Node.PROCESS_MODE_DISABLED