From 1284a9cedd10304bb8435a5f283551c4b398fc90 Mon Sep 17 00:00:00 2001 From: yannk Date: Tue, 5 Oct 2021 13:30:55 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20de=20nom=20des=20animations=20du?= =?UTF-8?q?=20ra=20ferens=20-=20suppression=20de=20deux=20animations=20obs?= =?UTF-8?q?ol=C3=A8tes=20et=20inutiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/player/creature_raference.gd | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scenes/player/creature_raference.gd b/scenes/player/creature_raference.gd index 51cc300..21adda6 100644 --- a/scenes/player/creature_raference.gd +++ b/scenes/player/creature_raference.gd @@ -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"