7 lines
116 B
GDScript
7 lines
116 B
GDScript
extends Node3D
|
|
|
|
|
|
func _ready():
|
|
var anim = get_node("scene/mees_plaksutab/ArmatureAction")
|
|
anim.play("animation")
|