6 lines
81 B
GDScript
6 lines
81 B
GDScript
extends Node3D
|
|
|
|
|
|
func _ready() -> void:
|
|
$AnimationPlayer.play("ArmatureAction")
|