Initial commit
This commit is contained in:
5
test/debug_cube.gd
Normal file
5
test/debug_cube.gd
Normal 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)
|
||||
Reference in New Issue
Block a user