6 lines
76 B
GDScript
6 lines
76 B
GDScript
extends MeshInstance3D
|
|
|
|
func _ready():
|
|
var gp = global_position
|
|
print(gp)
|