diff --git a/Zennysoft.Game.Ma/project.godot b/Zennysoft.Game.Ma/project.godot index 416cee45..d605c96c 100644 --- a/Zennysoft.Game.Ma/project.godot +++ b/Zennysoft.Game.Ma/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="Ma" -run/main_scene="uid://d1gjaijijd5ot" +run/main_scene="uid://c7wjbgbrdivol" run/print_header=false config/features=PackedStringArray("4.4", "C#", "GL Compatibility") run/delta_smoothing=false diff --git a/Zennysoft.Game.Ma/src/enemy/Enemy.cs b/Zennysoft.Game.Ma/src/enemy/Enemy.cs index 3201aa01..a53bd319 100644 --- a/Zennysoft.Game.Ma/src/enemy/Enemy.cs +++ b/Zennysoft.Game.Ma/src/enemy/Enemy.cs @@ -102,7 +102,7 @@ public partial class Enemy : CharacterBody3D, IEnemy, IProvide { if (_enemyLogic.Value is EnemyLogic.State.Patrolling or EnemyLogic.State.FollowPlayer) _enemyModelView.PlayWalkAnimation(); - else + else if (_enemyModelView is not ICanActivate) _enemyModelView.PlayIdleAnimation(); } } diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.cs b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.cs index 1cf06d91..179a7aed 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.cs +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.cs @@ -50,26 +50,6 @@ public partial class ChariotModelView : EnemyModelView2D, ICanActivate PlayActivationAnimation(); return; } - - switch (_currentDirection) - { - case DirectionType.FORWARD: - AnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(ACTIVATED_IDLE_FRONT); - ScrollAnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(FRONT); - break; - case DirectionType.LEFT: - AnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(ACTIVATED_IDLE_LEFT); - ScrollAnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(LEFT); - break; - case DirectionType.RIGHT: - AnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(ACTIVATED_IDLE_RIGHT); - ScrollAnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(RIGHT); - break; - case DirectionType.BACKWARD: - AnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(ACTIVATED_IDLE_BACK); - ScrollAnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(BACK); - break; - } } public void Activate() @@ -80,6 +60,36 @@ public partial class ChariotModelView : EnemyModelView2D, ICanActivate PlayActivationAnimation(); } + public override void PlayIdleAnimation() + { + if (_activated) + { + switch (_currentDirection) + { + case DirectionType.FORWARD: + AnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(ACTIVATED_IDLE_FRONT); + ScrollAnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(FRONT); + break; + case DirectionType.LEFT: + AnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(ACTIVATED_IDLE_LEFT); + ScrollAnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(LEFT); + break; + case DirectionType.RIGHT: + AnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(ACTIVATED_IDLE_RIGHT); + ScrollAnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(RIGHT); + break; + case DirectionType.BACKWARD: + AnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(ACTIVATED_IDLE_BACK); + ScrollAnimationTree.Get(PARAMETERS_PLAYBACK).As().Travel(BACK); + break; + } + } + else + { + base.PlayIdleAnimation(); + } + } + private void PlayActivationAnimation() { switch (_currentDirection) diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.tscn index 8c8e68ca..120d7f80 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.tscn @@ -3994,7 +3994,7 @@ tracks/7/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/Scrolls:anim tracks/7/interp = 1 tracks/7/loop_wrap = true tracks/7/keys = { -"times": PackedFloat32Array(0.0666667), +"times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 1, "values": [&"appear_front"] @@ -5309,6 +5309,18 @@ tracks/5/keys = { "update": 1, "values": [-1] } +tracks/6/type = "value" +tracks/6/imported = false +tracks/6/enabled = true +tracks/6/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:z_index") +tracks/6/interp = 1 +tracks/6/loop_wrap = true +tracks/6/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [0] +} [sub_resource type="Animation" id="Animation_jw58o"] resource_name = "secondary_attack_back" @@ -5461,7 +5473,7 @@ tracks/5/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 1, -"values": [&"side"] +"values": [&"appear_front"] } tracks/6/type = "value" tracks/6/imported = false @@ -5475,6 +5487,18 @@ tracks/6/keys = { "update": 1, "values": [true] } +tracks/7/type = "value" +tracks/7/imported = false +tracks/7/enabled = true +tracks/7/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/Lid:animation") +tracks/7/interp = 1 +tracks/7/loop_wrap = true +tracks/7/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [&"static_left"] +} [sub_resource type="Animation" id="Animation_q67rp"] resource_name = "secondary_attack_right" @@ -6484,9 +6508,11 @@ switch_mode = 2 advance_mode = 2 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_yhkdo"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_762xv"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_pev4b"] @@ -6494,9 +6520,11 @@ switch_mode = 2 advance_mode = 2 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_8m5jy"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_rb010"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_7pmjs"] @@ -6506,21 +6534,27 @@ switch_mode = 1 switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_7wjx4"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_c1utv"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_6ln36"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_fs3hm"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_pmmbk"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_w6xpf"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_7tups"] @@ -6564,15 +6598,19 @@ advance_mode = 2 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_rh818"] [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_8c1ax"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_tbcup"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_7qbtf"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_r33qc"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_gulub"] @@ -6582,21 +6620,27 @@ switch_mode = 1 switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_a68bd"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_oft5r"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_5x5mg"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_4uwuv"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_grmlw"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_2ug2s"] +reset = false switch_mode = 1 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_njfum"] @@ -6649,7 +6693,7 @@ states/activate_right/position = Vector2(761.696, 363.505) states/activated_idle_back/node = SubResource("AnimationNodeAnimation_k41o4") states/activated_idle_back/position = Vector2(1252.84, 541.505) states/activated_idle_front/node = SubResource("AnimationNodeAnimation_sxeow") -states/activated_idle_front/position = Vector2(1027.84, 364.505) +states/activated_idle_front/position = Vector2(1005.84, 316.505) states/activated_idle_left/node = SubResource("AnimationNodeAnimation_fkigs") states/activated_idle_left/position = Vector2(1027.84, 541.505) states/activated_idle_right/node = SubResource("AnimationNodeAnimation_rdelm") @@ -6671,13 +6715,13 @@ states/idle_walk_left/position = Vector2(2.69598, 842.505) states/idle_walk_right/node = SubResource("AnimationNodeAnimation_hwkca") states/idle_walk_right/position = Vector2(288.696, 698.505) states/primary_attack/node = SubResource("AnimationNodeAnimation_k2rj8") -states/primary_attack/position = Vector2(1036.84, 739.695) +states/primary_attack/position = Vector2(1027.84, 728.695) states/primary_attack_back/node = SubResource("AnimationNodeAnimation_6vf6u") -states/primary_attack_back/position = Vector2(1252.84, 880.226) +states/primary_attack_back/position = Vector2(1252.84, 888.226) states/primary_attack_left/node = SubResource("AnimationNodeAnimation_500at") -states/primary_attack_left/position = Vector2(1027.84, 880.226) +states/primary_attack_left/position = Vector2(980.84, 893.226) states/primary_attack_right/node = SubResource("AnimationNodeAnimation_26gkg") -states/primary_attack_right/position = Vector2(1280.84, 739.695) +states/primary_attack_right/position = Vector2(1320.84, 743.695) states/secondary_attack/node = SubResource("AnimationNodeAnimation_teoyo") states/secondary_attack/position = Vector2(593.91, 842.505) states/secondary_attack_back/node = SubResource("AnimationNodeAnimation_bjs4f") @@ -6687,7 +6731,7 @@ states/secondary_attack_left/position = Vector2(593.91, 963.276) states/secondary_attack_right/node = SubResource("AnimationNodeAnimation_c4hes") states/secondary_attack_right/position = Vector2(828.91, 842.505) transitions = ["Start", "idle_front", SubResource("AnimationNodeStateMachineTransition_xefhe"), "idle_front", "idle_left", SubResource("AnimationNodeStateMachineTransition_egi8d"), "idle_left", "idle_front", SubResource("AnimationNodeStateMachineTransition_a1snv"), "idle_left", "idle_right", SubResource("AnimationNodeStateMachineTransition_iimic"), "idle_right", "idle_left", SubResource("AnimationNodeStateMachineTransition_k1tfc"), "idle_right", "idle_back", SubResource("AnimationNodeStateMachineTransition_hwkca"), "idle_back", "idle_right", SubResource("AnimationNodeStateMachineTransition_r2ugc"), "idle_back", "idle_front", SubResource("AnimationNodeStateMachineTransition_k41o4"), "idle_front", "idle_back", SubResource("AnimationNodeStateMachineTransition_sxeow"), "idle_right", "idle_front", SubResource("AnimationNodeStateMachineTransition_fkigs"), "idle_front", "idle_right", SubResource("AnimationNodeStateMachineTransition_rdelm"), "idle_back", "idle_left", SubResource("AnimationNodeStateMachineTransition_k2rj8"), "idle_left", "idle_back", SubResource("AnimationNodeStateMachineTransition_6vf6u"), "idle_front", "activate", SubResource("AnimationNodeStateMachineTransition_500at"), "idle_right", "activate", SubResource("AnimationNodeStateMachineTransition_26gkg"), "idle_left", "activate", SubResource("AnimationNodeStateMachineTransition_teoyo"), "idle_back", "activate", SubResource("AnimationNodeStateMachineTransition_bjs4f"), "idle_front", "activate_right", SubResource("AnimationNodeStateMachineTransition_eey64"), "idle_left", "activate_right", SubResource("AnimationNodeStateMachineTransition_c4hes"), "idle_right", "activate_right", SubResource("AnimationNodeStateMachineTransition_aaqv4"), "idle_back", "activate_right", SubResource("AnimationNodeStateMachineTransition_1mlv0"), "idle_front", "activate_left", SubResource("AnimationNodeStateMachineTransition_6x5wg"), "idle_right", "activate_left", SubResource("AnimationNodeStateMachineTransition_th40a"), "idle_left", "activate_left", SubResource("AnimationNodeStateMachineTransition_dvmwi"), "idle_back", "activate_left", SubResource("AnimationNodeStateMachineTransition_go8vw"), "idle_front", "activate_back", SubResource("AnimationNodeStateMachineTransition_1281t"), "idle_left", "activate_back", SubResource("AnimationNodeStateMachineTransition_7dedr"), "idle_right", "activate_back", SubResource("AnimationNodeStateMachineTransition_078l6"), "idle_back", "activate_back", SubResource("AnimationNodeStateMachineTransition_k12jw"), "activate", "activate_left", SubResource("AnimationNodeStateMachineTransition_kfycr"), "activate_left", "activate", SubResource("AnimationNodeStateMachineTransition_1jh8t"), "activate", "activate_right", SubResource("AnimationNodeStateMachineTransition_pvf47"), "activate_right", "activate", SubResource("AnimationNodeStateMachineTransition_5xpnt"), "activate", "activate_back", SubResource("AnimationNodeStateMachineTransition_6axv0"), "activate_back", "activate", SubResource("AnimationNodeStateMachineTransition_dcv7d"), "activate_right", "activate_back", SubResource("AnimationNodeStateMachineTransition_lkdjs"), "activate_back", "activate_right", SubResource("AnimationNodeStateMachineTransition_j5kbm"), "activate_back", "activate_left", SubResource("AnimationNodeStateMachineTransition_66sam"), "activate_left", "activate_back", SubResource("AnimationNodeStateMachineTransition_fl524"), "activate_left", "activate_right", SubResource("AnimationNodeStateMachineTransition_v004k"), "activate_right", "activate_left", SubResource("AnimationNodeStateMachineTransition_r2oho"), "idle_front", "idle_walk_forward", SubResource("AnimationNodeStateMachineTransition_xm5yp"), "idle_front", "idle_walk_right", SubResource("AnimationNodeStateMachineTransition_rj0n4"), "idle_front", "idle_walk_left", SubResource("AnimationNodeStateMachineTransition_2thqs"), "idle_walk_left", "idle_front", SubResource("AnimationNodeStateMachineTransition_gexog"), "idle_walk_forward", "idle_front", SubResource("AnimationNodeStateMachineTransition_3n26c"), "idle_left", "idle_walk_forward", SubResource("AnimationNodeStateMachineTransition_8m4yd"), "idle_walk_forward", "idle_left", SubResource("AnimationNodeStateMachineTransition_4p7iv"), "idle_left", "idle_walk_left", SubResource("AnimationNodeStateMachineTransition_ciq72"), "idle_walk_left", "idle_left", SubResource("AnimationNodeStateMachineTransition_5io4u"), "idle_walk_right", "idle_front", SubResource("AnimationNodeStateMachineTransition_s1kah"), "idle_right", "idle_walk_forward", SubResource("AnimationNodeStateMachineTransition_21p2n"), "idle_right", "idle_walk_right", SubResource("AnimationNodeStateMachineTransition_pctio"), "idle_right", "idle_walk_left", SubResource("AnimationNodeStateMachineTransition_h4i2s"), "idle_walk_left", "idle_right", SubResource("AnimationNodeStateMachineTransition_7jrqt"), "idle_walk_right", "idle_right", SubResource("AnimationNodeStateMachineTransition_4xaen"), "idle_walk_forward", "idle_right", SubResource("AnimationNodeStateMachineTransition_jms1h"), "idle_front", "idle_walk_back", SubResource("AnimationNodeStateMachineTransition_imx3l"), "idle_walk_back", "idle_front", SubResource("AnimationNodeStateMachineTransition_66y5w"), "idle_left", "idle_walk_back", SubResource("AnimationNodeStateMachineTransition_h4kno"), "idle_walk_back", "idle_left", SubResource("AnimationNodeStateMachineTransition_0len7"), "idle_right", "idle_walk_back", SubResource("AnimationNodeStateMachineTransition_p0tqs"), "idle_walk_back", "idle_right", SubResource("AnimationNodeStateMachineTransition_yy3fc"), "idle_back", "idle_walk_back", SubResource("AnimationNodeStateMachineTransition_p8yup"), "idle_walk_back", "idle_back", SubResource("AnimationNodeStateMachineTransition_as6qt"), "idle_walk_forward", "idle_back", SubResource("AnimationNodeStateMachineTransition_jwghb"), "idle_back", "idle_walk_forward", SubResource("AnimationNodeStateMachineTransition_7ymcu"), "idle_left", "idle_walk_right", SubResource("AnimationNodeStateMachineTransition_a5q61"), "idle_walk_right", "idle_left", SubResource("AnimationNodeStateMachineTransition_ehgp3"), "idle_walk_right", "idle_back", SubResource("AnimationNodeStateMachineTransition_ctwdi"), "idle_back", "idle_walk_right", SubResource("AnimationNodeStateMachineTransition_3dsn1"), "idle_walk_left", "idle_back", SubResource("AnimationNodeStateMachineTransition_mx2nw"), "idle_back", "idle_walk_left", SubResource("AnimationNodeStateMachineTransition_3vvpr"), "idle_walk_forward", "activate", SubResource("AnimationNodeStateMachineTransition_p284v"), "idle_walk_forward", "activate_left", SubResource("AnimationNodeStateMachineTransition_mfpbe"), "idle_walk_forward", "activate_back", SubResource("AnimationNodeStateMachineTransition_ia36k"), "idle_walk_forward", "activate_right", SubResource("AnimationNodeStateMachineTransition_q7pyq"), "idle_walk_right", "activate", SubResource("AnimationNodeStateMachineTransition_6sesg"), "idle_walk_right", "activate_left", SubResource("AnimationNodeStateMachineTransition_n65tb"), "idle_walk_right", "activate_right", SubResource("AnimationNodeStateMachineTransition_broll"), "idle_walk_right", "activate_back", SubResource("AnimationNodeStateMachineTransition_1rd1t"), "idle_walk_left", "activate", SubResource("AnimationNodeStateMachineTransition_feuce"), "idle_walk_left", "activate_right", SubResource("AnimationNodeStateMachineTransition_5hahr"), "idle_walk_left", "activate_left", SubResource("AnimationNodeStateMachineTransition_i68oy"), "idle_walk_left", "activate_back", SubResource("AnimationNodeStateMachineTransition_5ttbr"), "idle_walk_back", "activate", SubResource("AnimationNodeStateMachineTransition_qp0gy"), "idle_walk_back", "activate_right", SubResource("AnimationNodeStateMachineTransition_uv4tm"), "idle_walk_back", "activate_left", SubResource("AnimationNodeStateMachineTransition_gvqxe"), "idle_walk_back", "activate_back", SubResource("AnimationNodeStateMachineTransition_8ug3s"), "idle_walk_forward", "idle_walk_left", SubResource("AnimationNodeStateMachineTransition_iu7fp"), "idle_walk_left", "idle_walk_forward", SubResource("AnimationNodeStateMachineTransition_f7k3w"), "idle_walk_forward", "idle_walk_right", SubResource("AnimationNodeStateMachineTransition_bhhf1"), "idle_walk_right", "idle_walk_forward", SubResource("AnimationNodeStateMachineTransition_ol7va"), "idle_walk_forward", "idle_walk_back", SubResource("AnimationNodeStateMachineTransition_nx828"), "idle_walk_back", "idle_walk_forward", SubResource("AnimationNodeStateMachineTransition_y4e1v"), "idle_walk_left", "idle_walk_back", SubResource("AnimationNodeStateMachineTransition_38q07"), "idle_walk_back", "idle_walk_left", SubResource("AnimationNodeStateMachineTransition_1gahh"), "idle_walk_back", "idle_walk_right", SubResource("AnimationNodeStateMachineTransition_502ta"), "idle_walk_right", "idle_walk_back", SubResource("AnimationNodeStateMachineTransition_1wxjc"), "idle_walk_right", "idle_walk_left", SubResource("AnimationNodeStateMachineTransition_rge1f"), "idle_walk_left", "idle_walk_right", SubResource("AnimationNodeStateMachineTransition_e32u6"), "activate", "activated_idle_front", SubResource("AnimationNodeStateMachineTransition_6xk6j"), "activate_right", "activated_idle_right", SubResource("AnimationNodeStateMachineTransition_em8yi"), "activate_back", "activated_idle_back", SubResource("AnimationNodeStateMachineTransition_hu8qf"), "activate_left", "activated_idle_left", SubResource("AnimationNodeStateMachineTransition_48vgg"), "activated_idle_front", "activated_idle_left", SubResource("AnimationNodeStateMachineTransition_wao36"), "activated_idle_left", "activated_idle_front", SubResource("AnimationNodeStateMachineTransition_a4nyl"), "activated_idle_front", "activated_idle_right", SubResource("AnimationNodeStateMachineTransition_u87vu"), "activated_idle_right", "activated_idle_front", SubResource("AnimationNodeStateMachineTransition_tx1nf"), "activated_idle_front", "activated_idle_back", SubResource("AnimationNodeStateMachineTransition_iws7d"), "activated_idle_back", "activated_idle_front", SubResource("AnimationNodeStateMachineTransition_v3qv3"), "activated_idle_left", "activated_idle_right", SubResource("AnimationNodeStateMachineTransition_6uj5d"), "activated_idle_right", "activated_idle_left", SubResource("AnimationNodeStateMachineTransition_0n1sd"), "activated_idle_back", "activated_idle_right", SubResource("AnimationNodeStateMachineTransition_hp5d0"), "activated_idle_right", "activated_idle_back", SubResource("AnimationNodeStateMachineTransition_uoqyf"), "activated_idle_back", "activated_idle_left", SubResource("AnimationNodeStateMachineTransition_7i45u"), "activated_idle_left", "activated_idle_back", SubResource("AnimationNodeStateMachineTransition_biopm"), "activated_idle_front", "primary_attack", SubResource("AnimationNodeStateMachineTransition_3157w"), "activated_idle_left", "primary_attack", SubResource("AnimationNodeStateMachineTransition_p64v5"), "activated_idle_right", "primary_attack", SubResource("AnimationNodeStateMachineTransition_nons3"), "activated_idle_back", "primary_attack", SubResource("AnimationNodeStateMachineTransition_7j8nn"), "primary_attack", "activated_idle_front", SubResource("AnimationNodeStateMachineTransition_m3rpl"), "primary_attack", "primary_attack_right", SubResource("AnimationNodeStateMachineTransition_yhkdo"), "primary_attack_right", "primary_attack", SubResource("AnimationNodeStateMachineTransition_762xv"), "primary_attack_right", "activated_idle_right", SubResource("AnimationNodeStateMachineTransition_pev4b"), "primary_attack", "primary_attack_left", SubResource("AnimationNodeStateMachineTransition_8m5jy"), "primary_attack_left", "primary_attack", SubResource("AnimationNodeStateMachineTransition_rb010"), "primary_attack", "primary_attack_back", SubResource("AnimationNodeStateMachineTransition_7pmjs"), "primary_attack_back", "primary_attack", SubResource("AnimationNodeStateMachineTransition_yu4kp"), "primary_attack_right", "primary_attack_back", SubResource("AnimationNodeStateMachineTransition_7wjx4"), "primary_attack_back", "primary_attack_right", SubResource("AnimationNodeStateMachineTransition_c1utv"), "primary_attack_right", "primary_attack_left", SubResource("AnimationNodeStateMachineTransition_6ln36"), "primary_attack_left", "primary_attack_right", SubResource("AnimationNodeStateMachineTransition_fs3hm"), "primary_attack_back", "primary_attack_left", SubResource("AnimationNodeStateMachineTransition_pmmbk"), "primary_attack_left", "primary_attack_back", SubResource("AnimationNodeStateMachineTransition_w6xpf"), "primary_attack_left", "activated_idle_left", SubResource("AnimationNodeStateMachineTransition_7tups"), "primary_attack_back", "activated_idle_back", SubResource("AnimationNodeStateMachineTransition_w2h7p"), "activated_idle_front", "secondary_attack", SubResource("AnimationNodeStateMachineTransition_yhfu6"), "activated_idle_right", "secondary_attack", SubResource("AnimationNodeStateMachineTransition_n3k7m"), "activated_idle_left", "secondary_attack", SubResource("AnimationNodeStateMachineTransition_3y865"), "activated_idle_back", "secondary_attack", SubResource("AnimationNodeStateMachineTransition_8ao3m"), "activated_idle_front", "secondary_attack_right", SubResource("AnimationNodeStateMachineTransition_ll3xv"), "activated_idle_right", "secondary_attack_right", SubResource("AnimationNodeStateMachineTransition_tt3l5"), "activated_idle_left", "secondary_attack_right", SubResource("AnimationNodeStateMachineTransition_53r2b"), "activated_idle_back", "secondary_attack_right", SubResource("AnimationNodeStateMachineTransition_qvi4o"), "activated_idle_front", "secondary_attack_left", SubResource("AnimationNodeStateMachineTransition_s1mmh"), "activated_idle_right", "secondary_attack_left", SubResource("AnimationNodeStateMachineTransition_0to7h"), "activated_idle_left", "secondary_attack_left", SubResource("AnimationNodeStateMachineTransition_aed01"), "activated_idle_back", "secondary_attack_left", SubResource("AnimationNodeStateMachineTransition_tmr3f"), "activated_idle_front", "secondary_attack_back", SubResource("AnimationNodeStateMachineTransition_vsffb"), "activated_idle_right", "secondary_attack_back", SubResource("AnimationNodeStateMachineTransition_t7bb3"), "activated_idle_back", "secondary_attack_back", SubResource("AnimationNodeStateMachineTransition_pfme0"), "activated_idle_left", "secondary_attack_back", SubResource("AnimationNodeStateMachineTransition_rh818"), "secondary_attack", "secondary_attack_right", SubResource("AnimationNodeStateMachineTransition_8c1ax"), "secondary_attack_right", "secondary_attack", SubResource("AnimationNodeStateMachineTransition_tbcup"), "secondary_attack", "secondary_attack_back", SubResource("AnimationNodeStateMachineTransition_7qbtf"), "secondary_attack_back", "secondary_attack", SubResource("AnimationNodeStateMachineTransition_r33qc"), "secondary_attack_right", "secondary_attack_left", SubResource("AnimationNodeStateMachineTransition_gulub"), "secondary_attack_left", "secondary_attack_right", SubResource("AnimationNodeStateMachineTransition_24hxf"), "secondary_attack", "secondary_attack_left", SubResource("AnimationNodeStateMachineTransition_a68bd"), "secondary_attack_left", "secondary_attack", SubResource("AnimationNodeStateMachineTransition_oft5r"), "secondary_attack_left", "secondary_attack_back", SubResource("AnimationNodeStateMachineTransition_5x5mg"), "secondary_attack_back", "secondary_attack_left", SubResource("AnimationNodeStateMachineTransition_4uwuv"), "secondary_attack_back", "secondary_attack_right", SubResource("AnimationNodeStateMachineTransition_grmlw"), "secondary_attack_right", "secondary_attack_back", SubResource("AnimationNodeStateMachineTransition_2ug2s"), "secondary_attack", "activated_idle_front", SubResource("AnimationNodeStateMachineTransition_njfum"), "secondary_attack_right", "activated_idle_right", SubResource("AnimationNodeStateMachineTransition_sssux"), "secondary_attack_left", "activated_idle_left", SubResource("AnimationNodeStateMachineTransition_tk4gl"), "secondary_attack_back", "activated_idle_back", SubResource("AnimationNodeStateMachineTransition_ief5o"), "activated_idle_right", "primary_attack_right", SubResource("AnimationNodeStateMachineTransition_dmvyt"), "activated_idle_front", "primary_attack_right", SubResource("AnimationNodeStateMachineTransition_krdqo"), "activated_idle_front", "primary_attack_left", SubResource("AnimationNodeStateMachineTransition_yjdvm"), "activated_idle_front", "primary_attack_back", SubResource("AnimationNodeStateMachineTransition_jijiw"), "activated_idle_right", "primary_attack_left", SubResource("AnimationNodeStateMachineTransition_i2ybh"), "activated_idle_right", "primary_attack_back", SubResource("AnimationNodeStateMachineTransition_awojh"), "activated_idle_back", "primary_attack_right", SubResource("AnimationNodeStateMachineTransition_qtqcr"), "activated_idle_back", "primary_attack_left", SubResource("AnimationNodeStateMachineTransition_q3u2j"), "activated_idle_left", "primary_attack_right", SubResource("AnimationNodeStateMachineTransition_cq8ks"), "activated_idle_left", "primary_attack_back", SubResource("AnimationNodeStateMachineTransition_81hnn")] -graph_offset = Vector2(-190.09, -28.8057) +graph_offset = Vector2(-190.09, 743.891) [sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_vx836"] animation = &"appear_back" @@ -6944,7 +6988,6 @@ animation = &"appear_front" [node name="Lid" type="AnimatedSprite2D" parent="Sprite3D/SubViewportContainer/SubViewport"] visible = false -position = Vector2(-28, 0) sprite_frames = SubResource("SpriteFrames_egi8d") animation = &"front" offset = Vector2(500, 500) diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0120.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0120.png index c8e9acb6..57af37d7 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0120.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0120.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0122.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0122.png index 1e00ca60..57c37852 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0122.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0122.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0124.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0124.png index 7d33b95c..cb0dac3a 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0124.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0124.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0126.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0126.png index eab716cf..e81c09dc 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0126.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0126.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0128.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0128.png index d302d0d8..adea005d 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0128.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0128.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0130.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0130.png index 1af72879..66c9a54a 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0130.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0130.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0132.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0132.png index 9f58f96f..55ca4cff 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0132.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0132.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0134.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0134.png index 6b3094f7..eac13a62 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0134.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0134.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0136.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0136.png index ee99906c..7f0f27cc 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0136.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0136.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0138.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0138.png index 19347cf4..a8de946d 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0138.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0138.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0140.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0140.png index 6c5f86fe..677b3da9 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0140.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0140.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0142.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0142.png index e6052335..b1648959 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0142.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0142.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0144.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0144.png index 8067d28f..f93e8459 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0144.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0144.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0146.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0146.png index cc0dd6f0..a8ef3b7a 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0146.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0146.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0148.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0148.png index 5c141f2a..2df2ff81 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0148.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0148.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0150.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0150.png index d55f1a65..e9ec6ee4 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0150.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0150.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0152.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0152.png index 8ad9dc4f..641ab2d0 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0152.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0152.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0154.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0154.png index fba54b2e..dbdb0a3b 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0154.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0154.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0156.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0156.png index 637df4bc..2ab32ce6 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0156.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0156.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0158.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0158.png index 1630fc9f..b6820aa7 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0158.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0158.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0160.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0160.png index 2e52ba0b..bfb39aa7 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0160.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0160.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0162.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0162.png index a18fd946..8116a065 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0162.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/B/0162.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0120.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0120.png index 1189cbbf..7c3b8cbf 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0120.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0120.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0122.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0122.png index 8a3f3701..9976807a 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0122.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0122.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0124.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0124.png index 8d18896c..ca1a5089 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0124.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0124.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0126.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0126.png index 8eab26e6..1dda9854 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0126.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0126.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0128.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0128.png index 12854697..4a74da6f 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0128.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0128.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0130.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0130.png index 1114fbf1..d70ddf32 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0130.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0130.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0132.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0132.png index 7aa9e330..fbc7c5ac 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0132.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0132.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0134.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0134.png index 80536061..d48d11bb 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0134.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0134.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0136.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0136.png index 513166b0..85a23fc5 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0136.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0136.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0138.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0138.png index 12e305ec..c5f14613 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0138.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0138.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0140.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0140.png index e06b3d4d..f3a8aa76 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0140.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0140.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0142.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0142.png index 404edf6e..ab7195fe 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0142.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0142.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0144.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0144.png index 43f945b3..c62fe164 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0144.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0144.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0146.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0146.png index 866661e2..07f5673b 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0146.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0146.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0148.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0148.png index b1b3ed85..90e796ae 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0148.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0148.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0150.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0150.png index 041b485a..bb509add 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0150.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0150.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0152.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0152.png index e9c479fc..8176ff51 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0152.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0152.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0154.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0154.png index 4410c96c..161ec81e 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0154.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0154.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0156.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0156.png index 67b3596e..d717b0b2 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0156.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0156.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0158.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0158.png index 6dadba2d..49733bc9 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0158.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0158.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0160.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0160.png index c8c87079..034f9fb5 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0160.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0160.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0162.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0162.png index a1081d2c..331029c6 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0162.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/L/0162.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0120.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0120.png index e66b5450..0f4a5a42 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0120.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0120.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0122.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0122.png index 8adec53a..c43fc800 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0122.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0122.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0124.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0124.png index 98e6eb96..91f82cc7 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0124.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0124.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0126.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0126.png index 8010dc67..ba0b4052 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0126.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0126.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0128.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0128.png index ddc9cd83..08ab9e42 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0128.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0128.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0130.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0130.png index 2f2156cb..1489c3b3 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0130.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0130.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0132.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0132.png index ac749f5c..de21aa6d 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0132.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0132.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0134.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0134.png index 5737374c..25f984c3 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0134.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0134.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0136.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0136.png index a4237cca..0c7d11e7 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0136.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0136.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0138.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0138.png index 67baf587..187d2b0f 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0138.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0138.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0140.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0140.png index ef6b155d..49d3f21f 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0140.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0140.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0142.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0142.png index 29845041..afbbcdab 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0142.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0142.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0144.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0144.png index e127342a..50d88789 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0144.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0144.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0146.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0146.png index 754dc5b1..d9ad99cd 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0146.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0146.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0148.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0148.png index 0f09262d..0f928727 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0148.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0148.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0150.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0150.png index 6921ab9f..a02958d8 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0150.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0150.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0152.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0152.png index 99284af7..5078e388 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0152.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0152.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0154.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0154.png index cf25d750..597be0e7 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0154.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0154.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0156.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0156.png index 6ee14269..00108289 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0156.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0156.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0158.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0158.png index fc886a82..4e4e6628 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0158.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0158.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0160.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0160.png index 8c099b5a..4f78afd3 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0160.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0160.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0162.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0162.png index 7680b0c9..697f90cc 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0162.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A1/R/0162.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0198.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0198.png index f4744295..4ea4c1e8 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0198.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0198.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0200.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0200.png index fd72728a..8becc283 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0200.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0200.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0202.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0202.png index 713f30c0..25c228c4 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0202.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0202.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0204.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0204.png index ef06344e..90f3c571 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0204.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0204.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0206.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0206.png index 13c4bd44..eb37d51b 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0206.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0206.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0208.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0208.png index 4bdb737b..96e72e5e 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0208.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0208.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0210.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0210.png index 3b82a9df..1ee86238 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0210.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0210.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0212.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0212.png index 1d25b727..fd31b55c 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0212.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0212.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0214.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0214.png index 88e348c5..5b2e2a19 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0214.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0214.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0216.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0216.png index d8417dc8..c2cfd017 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0216.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0216.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0218.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0218.png index 4cc1e178..f4db90fb 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0218.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0218.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0220.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0220.png index d0575e6b..03a05a45 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0220.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0220.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0222.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0222.png index fed3a153..4480cd40 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0222.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0222.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0224.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0224.png index 86a16aa5..26f8688e 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0224.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0224.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0226.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0226.png index 3e64e116..59360b95 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0226.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/L/0226.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0198.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0198.png index b8d0ce7f..78319bf7 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0198.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0198.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0200.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0200.png index 21203be6..0a3cefd3 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0200.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0200.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0202.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0202.png index 551270bd..5f322c90 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0202.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0202.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0204.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0204.png index c50d1965..e59bc2f8 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0204.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0204.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0206.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0206.png index e568f6d1..49fcd31a 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0206.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0206.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0208.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0208.png index 10a165a6..216c97c3 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0208.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0208.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0210.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0210.png index 02bf46ed..945b2313 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0210.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0210.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0212.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0212.png index 08b849bd..2a4d68dd 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0212.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0212.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0214.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0214.png index 66c05e61..872740f6 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0214.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0214.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0216.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0216.png index 35712194..e5c2bf46 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0216.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0216.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0218.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0218.png index 7b67408d..e32bab04 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0218.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0218.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0220.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0220.png index e4cf5384..814d2c10 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0220.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0220.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0222.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0222.png index b4d99e13..1b797b43 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0222.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0222.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0224.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0224.png index e3bf06e6..91529441 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0224.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0224.png differ diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0226.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0226.png index e305b152..537c4880 100644 Binary files a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0226.png and b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/animations/A2/R/0226.png differ