6 lines
99 B
GDScript
6 lines
99 B
GDScript
extends Node3D
|
|
|
|
|
|
func _ready() -> void:
|
|
var anim := get_node_or_null(^"Taunt") as AnimationPlayer
|