FuncIt/Game #2/forest/source/full forest.gd
2021-10-04 19:03:30 +03:00

8 lines
139 B
GDScript

extends Spatial
onready var anim = $AnimationPlayer
func _ready():
anim.get_animation("Take 001").set_loop(true)
anim.play("Take 001")