mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
7 lines
91 B
GDScript
7 lines
91 B
GDScript
extends Node
|
|
|
|
@onready var anim := $AnimationPlayer
|
|
|
|
func test():
|
|
anim.play(➡)
|
|
pass
|