Files
Pablo Andres Fuente 5775d29ad8 Fix SCRIPT ERROR/ERROR/WARNING on test output
Also "fixing" some GDScript completion tests which
where named wrongly.
2025-03-06 13:44:48 +01:00

8 lines
91 B
GDScript

extends Node
@onready var anim := $AnimationPlayer
func test():
anim.play()
pass