godot_experiments/experiments/screendoor_lcb.gd

6 lines
76 B
GDScript3
Raw Permalink Normal View History

2024-04-19 13:15:35 +08:00
extends MeshInstance3D
func _ready():
var gp = global_position
print(gp)