FuncIt/Game_2/forest/source/full forest.gd
2021-10-11 15:56:15 +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")