2021-09-08 21:19:32 +00:00
|
|
|
extends CreatureRoot
|
|
|
|
#extends KinematicBody
|
2021-09-04 10:49:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
func _ready():
|
2021-09-08 21:19:32 +00:00
|
|
|
animation_walk = "_bip01_ca_female_march"
|
|
|
|
animation_run = "_bip01_ca_female_run"
|
|
|
|
animation_scan_loop = "_bip01_ca_female_scanne_loop"
|
|
|
|
animation_teleport_loop = "_bip01_ca_female_teleporte_loop"
|
2021-09-04 10:49:56 +00:00
|
|
|
|
2021-09-08 21:19:32 +00:00
|
|
|
|
2021-09-04 10:49:56 +00:00
|
|
|
func get_animation_idle():
|
|
|
|
return "_bip01_ca_female_idle"
|