godot_experiments/experiments/screendoor_lcb.gd

6 lines
76 B
GDScript

extends MeshInstance3D
func _ready():
var gp = global_position
print(gp)