khanat-client/scenes/player/creature_raference.gd

12 lines
207 B
GDScript3
Raw Normal View History

extends CreatureRoot
#extends KinematicBody
2021-09-04 10:49:56 +00:00
func _ready():
animation_walk = "raference_march_loop"
animation_run = "raference_run_loop"
2021-09-04 10:49:56 +00:00
2021-09-04 10:49:56 +00:00
func get_animation_idle():
return "raference_idle_loop"