FuncIt/kristofers/test/Game_2/forest/source/full forest.gd
2021-10-21 16:40:10 +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")