7 lines
102 B
GDScript3
7 lines
102 B
GDScript3
|
@tool
|
||
|
extends Node3D
|
||
|
|
||
|
#func _ready():
|
||
|
#var lt = $LabelTexture.get_texture()
|
||
|
#$Sprite3D.texture = lt
|