Files
SpaceBots/test/debug_cube.gd

6 lines
161 B
GDScript3
Raw Normal View History

2026-01-21 23:40:20 +01:00
extends Node3D
func _ready():
await get_tree().process_frame
$Label3D.text = str(global_transform.origin.x/7) + " | " + str($".".global_transform.origin.z/7)