Initial commit

This commit is contained in:
2026-01-21 23:51:53 +01:00
commit 60b208fee0
1703 changed files with 100223 additions and 0 deletions

5
test/debug_cube.gd Normal file
View File

@@ -0,0 +1,5 @@
extends Node3D
func _ready():
await get_tree().process_frame
$Label3D.text = str(global_transform.origin.x/7) + " | " + str($".".global_transform.origin.z/7)