Changement de nom des animations du ra ferens - suppression de deux animations obsolètes et inutiles

This commit is contained in:
yannk 2021-10-05 13:30:55 +02:00
parent 699aa1097b
commit 1284a9cedd

View file

@ -3,11 +3,9 @@ extends CreatureRoot
func _ready():
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"
animation_walk = "raference_march_loop"
animation_run = "raference_run_loop"
func get_animation_idle():
return "_bip01_ca_female_idle"
return "raference_idle_loop"