6 lines
77 B
GDScript
6 lines
77 B
GDScript
@onready var anim := $AnimationPlayer
|
|
|
|
func test():
|
|
anim.play(➡)
|
|
pass
|