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
@@ -0,0 +1,7 @@
class_name XRToolsInteractableBody
extends Node3D
# This should extend from PhysicsBody3D but https://github.com/godotengine/godot/issues/46073
## Signal when pointer event occurs on body
signal pointer_event(event)