diff options
author | chai <chaifix@163.com> | 2020-11-03 08:47:00 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-11-03 08:47:00 +0800 |
commit | 7afdc099b52be6dbf6f9f8c9e607b3c6cf2b51f7 (patch) | |
tree | 6878b17fc3ec4c778faffc67369e8dd9c440e3df /Assets/Scripts/Test | |
parent | 3708d0a07ce43c3d98a0171eacfa9c370c873f96 (diff) |
+animation
Diffstat (limited to 'Assets/Scripts/Test')
-rw-r--r-- | Assets/Scripts/Test/SaionjiScript_Anim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Scripts/Test/SaionjiScript_Anim.cs b/Assets/Scripts/Test/SaionjiScript_Anim.cs index 4cc729b9..023d5d39 100644 --- a/Assets/Scripts/Test/SaionjiScript_Anim.cs +++ b/Assets/Scripts/Test/SaionjiScript_Anim.cs @@ -39,7 +39,7 @@ public partial class SaionjiScript : Avatar Anim_LightAttack3 = Animator.StringToHash("Light_Attk_3"); Anim_LightAttack4 = Animator.StringToHash("Light_Attk_4"); Anim_LightAttack5 = Animator.StringToHash("Light_Attk_5"); - Anim_LightAttackRush = Animator.StringToHash("Light_Attk_Rush"); + Anim_LightAttackRush = Animator.StringToHash("Heavy_Attk_Rush_Third"); Anim_SideKick = Animator.StringToHash("SideKick"); Anim_SideKickRush = Animator.StringToHash("SideKickRush"); |