From d830a05d98dae584abdfe4c950f8d9e94d542180 Mon Sep 17 00:00:00 2001 From: Zenny Date: Sat, 6 Sep 2025 14:46:49 -0700 Subject: [PATCH] Add SFX --- .../Audio/state/InGameAudioLogic.Output.cs | 39 - .../state/InGameAudioLogic.Output.cs.uid | 1 - .../Audio/state/InGameAudioLogic.State.cs | 12 - .../Audio/state/InGameAudioLogic.State.cs.uid | 1 - .../Audio/state/InGameAudioLogic.cs | 13 - .../Audio/state/InGameAudioLogic.cs.uid | 1 - .../states/InGameAudioLogic.State.Disabled.cs | 11 - .../InGameAudioLogic.State.Disabled.cs.uid | 1 - .../states/InGameAudioLogic.State.Enabled.cs | 74 -- .../InGameAudioLogic.State.Enabled.cs.uid | 1 - Zennysoft.Game.Ma/project.godot | 1 + Zennysoft.Game.Ma/src/audio/InGameAudio.cs | 48 -- Zennysoft.Game.Ma/src/audio/InGameAudio.tscn | 289 +------- .../src/audio/sfx/SfxNodes/agni_ambient.tscn | 7 + .../src/audio/sfx/SfxNodes/agni_attack_1.tscn | 7 + .../audio/sfx/SfxNodes/ambassador_alert.tscn | 7 + .../sfx/SfxNodes/ambassador_attack_1.tscn | 7 + .../sfx/SfxNodes/ambassador_attack_2.tscn | 7 + .../audio/sfx/SfxNodes/aqueos_ambient.tscn | 7 + .../src/audio/sfx/SfxNodes/ballos_hover.tscn | 7 + .../sfx/SfxNodes/ballos_magic_attack.tscn | 7 + .../sfx/SfxNodes/ballos_spike_attack.tscn | 7 + .../src/audio/sfx/SfxNodes/boss_1_death.tscn | 7 + .../src/audio/sfx/SfxNodes/boss_1_step.tscn | 7 + .../sfx/SfxNodes/boss_1_take_damage.tscn | 7 + .../audio/sfx/SfxNodes/chariot_attack_1.tscn | 7 + .../audio/sfx/SfxNodes/chariot_attack_2.tscn | 7 + .../src/audio/sfx/SfxNodes/chariot_death.tscn | 7 + .../sfx/SfxNodes/chariot_projectile.tscn | 7 + .../audio/sfx/SfxNodes/chinthe_attack.tscn | 7 + .../src/audio/sfx/SfxNodes/chinthe_land.tscn | 7 + .../audio/sfx/SfxNodes/chinthe_teleport.tscn | 7 + .../audio/sfx/SfxNodes/demon_wall_death.tscn | 7 + .../sfx/SfxNodes/demon_wall_flamethrower.tscn | 7 + .../SfxNodes/demon_wall_holy_electric.tscn | 7 + .../audio/sfx/SfxNodes/demon_wall_laser.tscn | 7 + .../audio/sfx/SfxNodes/demon_wall_orb.tscn | 7 + .../sfx/SfxNodes/demon_wall_orb_travel.tscn | 7 + .../audio/sfx/SfxNodes/demon_wall_pull.tscn | 7 + .../audio/sfx/SfxNodes/demon_wall_slam.tscn | 7 + .../SfxNodes/demon_wall_status_effector.tscn | 7 + .../sfx/SfxNodes/dungeon_ambience_1.tscn | 7 + .../sfx/SfxNodes/dungeon_ambience_2.tscn | 7 + .../sfx/SfxNodes/dungeon_ambience_3.tscn | 7 + .../sfx/SfxNodes/dungeon_ambience_4.tscn | 7 + .../sfx/SfxNodes/enemy_death_sound_large.tscn | 7 + .../SfxNodes/enemy_death_sound_medium.tscn | 7 + .../sfx/SfxNodes/enemy_death_sound_small.tscn | 7 + .../audio/sfx/SfxNodes/filth_eater_aggro.tscn | 7 + .../sfx/SfxNodes/filth_eater_attack_1.tscn | 7 + .../sfx/SfxNodes/filth_eater_attack_2.tscn | 7 + .../sfx/SfxNodes/final_room_ambience.tscn | 7 + .../src/audio/sfx/SfxNodes/flame_ambient.tscn | 7 + .../sfx/SfxNodes/horse_head_attack_1.tscn | 7 + .../sfx/SfxNodes/horse_head_attack_2.tscn | 7 + .../audio/sfx/SfxNodes/horse_head_howl.tscn | 7 + .../src/audio/sfx/SfxNodes/item_transfer.tscn | 7 + .../audio/sfx/SfxNodes/michael_attack.tscn | 7 + .../src/audio/sfx/SfxNodes/ocean.tscn | 7 + .../audio/sfx/SfxNodes/ox_face_attack_1.tscn | 7 + .../audio/sfx/SfxNodes/ox_face_attack_2.tscn | 7 + .../src/audio/sfx/SfxNodes/ox_face_howl.tscn | 7 + .../sfx/SfxNodes/palanquin_attack_1.tscn | 7 + .../sfx/SfxNodes/palanquin_attack_2.tscn | 7 + .../SfxNodes/pillar_projectile_travel.tscn | 7 + .../src/audio/sfx/SfxNodes/pillar_shoot.tscn | 7 + .../src/audio/sfx/SfxNodes/sara_attack.tscn | 7 + .../audio/sfx/SfxNodes/sara_magic_attack.tscn | 7 + .../sfx/SfxNodes/shield_of_heaven_aggro.tscn | 7 + .../SfxNodes/shield_of_heaven_attack_1.tscn | 7 + .../SfxNodes/shield_of_heaven_attack_2.tscn | 7 + .../sfx/SfxNodes/shield_of_heaven_death.tscn | 7 + .../audio/sfx/SfxNodes/sproing_attack.tscn | 7 + .../src/audio/sfx/SfxNodes/sproing_death.tscn | 7 + .../src/audio/sfx/SfxNodes/stone_moving.tscn | 7 + .../src/audio/sfx/SfxNodes/water_large.tscn | 7 + .../src/audio/sfx/SfxNodes/wind_altar.tscn | 7 + .../audio/sfx/SfxNodes/wind_balcony_1.tscn | 7 + .../audio/sfx/SfxNodes/wind_balcony_2.tscn | 7 + .../src/data_viewer/DataViewer.tscn | 2 +- .../01. sproingy/SproingyModelView.tscn | 10 +- .../02. michael/MichaelModelView.tscn | 10 +- .../03. filth_eater/FilthEaterModelView.tscn | 16 +- .../enemy_types/04. sara/SaraModelView.tscn | 13 +- .../05. ballos/BallosModelView.tscn | 16 +- .../06. chariot/ChariotModelView.tscn | 19 +- .../07. chinthe/ChinteModelView.tscn | 16 +- .../08a. Ambassador/AmbassadorModelView.tscn | 16 +- .../AmbassadorSmallModelView.tscn | 16 +- .../AmbassadorSteelModelView.tscn | 16 +- .../F/frame_088_delay-0.01s.png.import | 34 - .../F/frame_098_delay-0.01s.png.import | 34 - .../F/frame_108_delay-0.01s.png.import | 34 - .../L/frame_142_delay-0.01s.png.import | 34 - .../L/frame_192_delay-0.01s.png.import | 34 - .../frame_287_delay-0.01s.png.import | 34 - .../frame_307_delay-0.01s.png.import | 34 - .../R/frame_230_delay-0.01s.png.import | 34 - .../R/frame_245_delay-0.01s.png.import | 34 - .../AgiDemon.cs => 09. Agni/AgniDemon.cs} | 2 +- .../AgniDemon.cs.uid} | 0 .../AgiDemon.tscn => 09. Agni/AgniDemon.tscn} | 18 +- .../AgniDemonModelView.tscn} | 673 +++++++++--------- .../AgniDemonStats.tres} | 0 .../animations/B/frame_000_delay-0.01s.png | Bin .../B/frame_000_delay-0.01s.png.import | 6 +- .../animations/B/frame_001_delay-0.01s.png | Bin .../B/frame_001_delay-0.01s.png.import | 6 +- .../animations/B/frame_002_delay-0.01s.png | Bin .../B/frame_002_delay-0.01s.png.import | 6 +- .../animations/B/frame_003_delay-0.01s.png | Bin .../B/frame_003_delay-0.01s.png.import | 6 +- .../animations/B/frame_004_delay-0.01s.png | Bin .../B/frame_004_delay-0.01s.png.import | 6 +- .../animations/B/frame_005_delay-0.01s.png | Bin .../B/frame_005_delay-0.01s.png.import | 6 +- .../animations/B/frame_006_delay-0.01s.png | Bin .../B/frame_006_delay-0.01s.png.import | 6 +- .../animations/B/frame_007_delay-0.01s.png | Bin .../B/frame_007_delay-0.01s.png.import | 6 +- .../animations/B/frame_008_delay-0.01s.png | Bin .../B/frame_008_delay-0.01s.png.import | 6 +- .../animations/B/frame_009_delay-0.01s.png | Bin .../B/frame_009_delay-0.01s.png.import | 6 +- .../animations/B/frame_010_delay-0.01s.png | Bin .../B/frame_010_delay-0.01s.png.import | 6 +- .../animations/B/frame_011_delay-0.01s.png | Bin .../B/frame_011_delay-0.01s.png.import | 34 + .../animations/B/frame_012_delay-0.01s.png | Bin .../B/frame_012_delay-0.01s.png.import | 6 +- .../animations/B/frame_013_delay-0.01s.png | Bin .../B/frame_013_delay-0.01s.png.import | 6 +- .../animations/B/frame_014_delay-0.01s.png | Bin .../B/frame_014_delay-0.01s.png.import | 6 +- .../animations/B/frame_015_delay-0.01s.png | Bin .../B/frame_015_delay-0.01s.png.import | 6 +- .../animations/B/frame_016_delay-0.01s.png | Bin .../B/frame_016_delay-0.01s.png.import | 6 +- .../animations/B/frame_017_delay-0.01s.png | Bin .../B/frame_017_delay-0.01s.png.import | 6 +- .../animations/B/frame_018_delay-0.01s.png | Bin .../B/frame_018_delay-0.01s.png.import | 6 +- .../animations/B/frame_019_delay-0.01s.png | Bin .../B/frame_019_delay-0.01s.png.import | 6 +- .../animations/B/frame_020_delay-0.01s.png | Bin .../B/frame_020_delay-0.01s.png.import | 6 +- .../animations/B/frame_021_delay-0.01s.png | Bin .../B/frame_021_delay-0.01s.png.import | 6 +- .../animations/B/frame_022_delay-0.01s.png | Bin .../B/frame_022_delay-0.01s.png.import | 6 +- .../animations/B/frame_023_delay-0.01s.png | Bin .../B/frame_023_delay-0.01s.png.import | 6 +- .../animations/B/frame_024_delay-0.01s.png | Bin .../B/frame_024_delay-0.01s.png.import | 6 +- .../animations/B/frame_025_delay-0.01s.png | Bin .../B/frame_025_delay-0.01s.png.import | 6 +- .../animations/B/frame_026_delay-0.01s.png | Bin .../B/frame_026_delay-0.01s.png.import | 6 +- .../animations/B/frame_027_delay-0.01s.png | Bin .../B/frame_027_delay-0.01s.png.import | 6 +- .../animations/B/frame_028_delay-0.01s.png | Bin .../B/frame_028_delay-0.01s.png.import | 6 +- .../animations/B/frame_029_delay-0.01s.png | Bin .../B/frame_029_delay-0.01s.png.import | 6 +- .../animations/B/frame_030_delay-0.01s.png | Bin .../B/frame_030_delay-0.01s.png.import | 6 +- .../animations/B/frame_031_delay-0.01s.png | Bin .../B/frame_031_delay-0.01s.png.import | 6 +- .../animations/B/frame_032_delay-0.01s.png | Bin .../B/frame_032_delay-0.01s.png.import | 6 +- .../animations/B/frame_033_delay-0.01s.png | Bin .../B/frame_033_delay-0.01s.png.import | 6 +- .../animations/B/frame_034_delay-0.01s.png | Bin .../B/frame_034_delay-0.01s.png.import | 6 +- .../animations/B/frame_035_delay-0.01s.png | Bin .../B/frame_035_delay-0.01s.png.import | 6 +- .../animations/B/frame_036_delay-0.01s.png | Bin .../B/frame_036_delay-0.01s.png.import | 6 +- .../animations/B/frame_037_delay-0.01s.png | Bin .../B/frame_037_delay-0.01s.png.import | 6 +- .../animations/B/frame_038_delay-0.01s.png | Bin .../B/frame_038_delay-0.01s.png.import | 6 +- .../animations/B/frame_039_delay-0.01s.png | Bin .../B/frame_039_delay-0.01s.png.import | 6 +- .../animations/B/frame_040_delay-0.01s.png | Bin .../B/frame_040_delay-0.01s.png.import | 34 + .../animations/B/frame_041_delay-0.01s.png | Bin .../B/frame_041_delay-0.01s.png.import | 6 +- .../animations/B/frame_042_delay-0.01s.png | Bin .../B/frame_042_delay-0.01s.png.import | 6 +- .../animations/B/frame_043_delay-0.01s.png | Bin .../B/frame_043_delay-0.01s.png.import | 6 +- .../animations/B/frame_044_delay-0.01s.png | Bin .../B/frame_044_delay-0.01s.png.import | 6 +- .../animations/B/frame_045_delay-0.01s.png | Bin .../B/frame_045_delay-0.01s.png.import | 6 +- .../animations/B/frame_046_delay-0.01s.png | Bin .../B/frame_046_delay-0.01s.png.import | 6 +- .../animations/B/frame_047_delay-0.01s.png | Bin .../B/frame_047_delay-0.01s.png.import | 6 +- .../animations/B/frame_048_delay-0.01s.png | Bin .../B/frame_048_delay-0.01s.png.import | 6 +- .../animations/B/frame_049_delay-0.01s.png | Bin .../B/frame_049_delay-0.01s.png.import | 6 +- .../animations/B/frame_050_delay-0.01s.png | Bin .../B/frame_050_delay-0.01s.png.import | 6 +- .../animations/B/frame_051_delay-0.01s.png | Bin .../B/frame_051_delay-0.01s.png.import | 6 +- .../animations/B/frame_052_delay-0.01s.png | Bin .../B/frame_052_delay-0.01s.png.import | 6 +- .../animations/B/frame_053_delay-0.01s.png | Bin .../B/frame_053_delay-0.01s.png.import | 6 +- .../animations/B/frame_054_delay-0.01s.png | Bin .../B/frame_054_delay-0.01s.png.import | 6 +- .../animations/B/frame_055_delay-0.01s.png | Bin .../B/frame_055_delay-0.01s.png.import | 6 +- .../animations/B/frame_056_delay-0.01s.png | Bin .../B/frame_056_delay-0.01s.png.import | 6 +- .../animations/B/frame_057_delay-0.01s.png | Bin .../B/frame_057_delay-0.01s.png.import | 6 +- .../animations/B/frame_058_delay-0.01s.png | Bin .../B/frame_058_delay-0.01s.png.import | 6 +- .../animations/B/frame_059_delay-0.01s.png | Bin .../B/frame_059_delay-0.01s.png.import | 6 +- .../animations/B/frame_060_delay-0.01s.png | Bin .../B/frame_060_delay-0.01s.png.import | 6 +- .../animations/B/frame_061_delay-0.01s.png | Bin .../B/frame_061_delay-0.01s.png.import | 6 +- .../animations/B/frame_062_delay-0.01s.png | Bin .../B/frame_062_delay-0.01s.png.import | 6 +- .../animations/B/frame_063_delay-0.01s.png | Bin .../B/frame_063_delay-0.01s.png.import | 6 +- .../animations/B/frame_064_delay-0.01s.png | Bin .../B/frame_064_delay-0.01s.png.import | 6 +- .../animations/B/frame_065_delay-0.01s.png | Bin .../B/frame_065_delay-0.01s.png.import | 6 +- .../animations/F/frame_066_delay-0.01s.png | Bin .../F/frame_066_delay-0.01s.png.import | 6 +- .../animations/F/frame_067_delay-0.01s.png | Bin .../F/frame_067_delay-0.01s.png.import | 6 +- .../animations/F/frame_068_delay-0.01s.png | Bin .../F/frame_068_delay-0.01s.png.import | 6 +- .../animations/F/frame_069_delay-0.01s.png | Bin .../F/frame_069_delay-0.01s.png.import | 6 +- .../animations/F/frame_070_delay-0.01s.png | Bin .../F/frame_070_delay-0.01s.png.import | 6 +- .../animations/F/frame_071_delay-0.01s.png | Bin .../F/frame_071_delay-0.01s.png.import | 6 +- .../animations/F/frame_072_delay-0.01s.png | Bin .../F/frame_072_delay-0.01s.png.import | 6 +- .../animations/F/frame_073_delay-0.01s.png | Bin .../F/frame_073_delay-0.01s.png.import | 6 +- .../animations/F/frame_074_delay-0.01s.png | Bin .../F/frame_074_delay-0.01s.png.import | 6 +- .../animations/F/frame_075_delay-0.01s.png | Bin .../F/frame_075_delay-0.01s.png.import | 6 +- .../animations/F/frame_076_delay-0.01s.png | Bin .../F/frame_076_delay-0.01s.png.import | 6 +- .../animations/F/frame_077_delay-0.01s.png | Bin .../F/frame_077_delay-0.01s.png.import | 6 +- .../animations/F/frame_078_delay-0.01s.png | Bin .../F/frame_078_delay-0.01s.png.import | 6 +- .../animations/F/frame_079_delay-0.01s.png | Bin .../F/frame_079_delay-0.01s.png.import | 6 +- .../animations/F/frame_080_delay-0.01s.png | Bin .../F/frame_080_delay-0.01s.png.import | 6 +- .../animations/F/frame_081_delay-0.01s.png | Bin .../F/frame_081_delay-0.01s.png.import | 6 +- .../animations/F/frame_082_delay-0.01s.png | Bin .../F/frame_082_delay-0.01s.png.import | 6 +- .../animations/F/frame_083_delay-0.01s.png | Bin .../F/frame_083_delay-0.01s.png.import | 6 +- .../animations/F/frame_084_delay-0.01s.png | Bin .../F/frame_084_delay-0.01s.png.import | 6 +- .../animations/F/frame_085_delay-0.01s.png | Bin .../F/frame_085_delay-0.01s.png.import | 6 +- .../animations/F/frame_086_delay-0.01s.png | Bin .../F/frame_086_delay-0.01s.png.import | 6 +- .../animations/F/frame_087_delay-0.01s.png | Bin .../F/frame_087_delay-0.01s.png.import | 34 + .../animations/F/frame_088_delay-0.01s.png | Bin .../F/frame_088_delay-0.01s.png.import} | 8 +- .../animations/F/frame_089_delay-0.01s.png | Bin .../F/frame_089_delay-0.01s.png.import | 6 +- .../animations/F/frame_090_delay-0.01s.png | Bin .../F/frame_090_delay-0.01s.png.import | 6 +- .../animations/F/frame_091_delay-0.01s.png | Bin .../F/frame_091_delay-0.01s.png.import | 6 +- .../animations/F/frame_092_delay-0.01s.png | Bin .../F/frame_092_delay-0.01s.png.import | 6 +- .../animations/F/frame_093_delay-0.01s.png | Bin .../F/frame_093_delay-0.01s.png.import | 34 + .../animations/F/frame_094_delay-0.01s.png | Bin .../F/frame_094_delay-0.01s.png.import | 6 +- .../animations/F/frame_095_delay-0.01s.png | Bin .../F/frame_095_delay-0.01s.png.import | 6 +- .../animations/F/frame_096_delay-0.01s.png | Bin .../F/frame_096_delay-0.01s.png.import | 6 +- .../animations/F/frame_097_delay-0.01s.png | Bin .../F/frame_097_delay-0.01s.png.import | 6 +- .../animations/F/frame_098_delay-0.01s.png | Bin .../F/frame_098_delay-0.01s.png.import} | 8 +- .../animations/F/frame_099_delay-0.01s.png | Bin .../F/frame_099_delay-0.01s.png.import | 6 +- .../animations/F/frame_100_delay-0.01s.png | Bin .../F/frame_100_delay-0.01s.png.import | 6 +- .../animations/F/frame_101_delay-0.01s.png | Bin .../F/frame_101_delay-0.01s.png.import | 6 +- .../animations/F/frame_102_delay-0.01s.png | Bin .../F/frame_102_delay-0.01s.png.import | 6 +- .../animations/F/frame_103_delay-0.01s.png | Bin .../F/frame_103_delay-0.01s.png.import | 6 +- .../animations/F/frame_104_delay-0.01s.png | Bin .../F/frame_104_delay-0.01s.png.import | 6 +- .../animations/F/frame_105_delay-0.01s.png | Bin .../F/frame_105_delay-0.01s.png.import | 6 +- .../animations/F/frame_106_delay-0.01s.png | Bin .../F/frame_106_delay-0.01s.png.import | 6 +- .../animations/F/frame_107_delay-0.01s.png | Bin .../F/frame_107_delay-0.01s.png.import | 6 +- .../animations/F/frame_108_delay-0.01s.png | Bin .../F/frame_108_delay-0.01s.png.import} | 8 +- .../animations/F/frame_109_delay-0.01s.png | Bin .../F/frame_109_delay-0.01s.png.import | 6 +- .../animations/F/frame_110_delay-0.01s.png | Bin .../F/frame_110_delay-0.01s.png.import | 6 +- .../animations/F/frame_111_delay-0.01s.png | Bin .../F/frame_111_delay-0.01s.png.import | 6 +- .../animations/F/frame_112_delay-0.01s.png | Bin .../F/frame_112_delay-0.01s.png.import | 6 +- .../animations/F/frame_113_delay-0.01s.png | Bin .../F/frame_113_delay-0.01s.png.import | 6 +- .../animations/F/frame_114_delay-0.01s.png | Bin .../F/frame_114_delay-0.01s.png.import | 6 +- .../animations/F/frame_115_delay-0.01s.png | Bin .../F/frame_115_delay-0.01s.png.import | 6 +- .../animations/F/frame_116_delay-0.01s.png | Bin .../F/frame_116_delay-0.01s.png.import | 6 +- .../animations/F/frame_117_delay-0.01s.png | Bin .../F/frame_117_delay-0.01s.png.import | 6 +- .../animations/F/frame_118_delay-0.01s.png | Bin .../F/frame_118_delay-0.01s.png.import | 6 +- .../animations/F/frame_119_delay-0.01s.png | Bin .../F/frame_119_delay-0.01s.png.import | 6 +- .../animations/F/frame_120_delay-0.01s.png | Bin .../F/frame_120_delay-0.01s.png.import | 6 +- .../animations/F/frame_121_delay-0.01s.png | Bin .../F/frame_121_delay-0.01s.png.import | 6 +- .../animations/F/frame_122_delay-0.01s.png | Bin .../F/frame_122_delay-0.01s.png.import | 6 +- .../animations/F/frame_123_delay-0.01s.png | Bin .../F/frame_123_delay-0.01s.png.import | 6 +- .../animations/F/frame_124_delay-0.01s.png | Bin .../F/frame_124_delay-0.01s.png.import | 6 +- .../animations/F/frame_125_delay-0.01s.png | Bin .../F/frame_125_delay-0.01s.png.import | 6 +- .../animations/F/frame_126_delay-0.01s.png | Bin .../F/frame_126_delay-0.01s.png.import | 6 +- .../animations/F/frame_127_delay-0.01s.png | Bin .../F/frame_127_delay-0.01s.png.import | 6 +- .../animations/F/frame_128_delay-0.01s.png | Bin .../F/frame_128_delay-0.01s.png.import | 6 +- .../animations/F/frame_129_delay-0.01s.png | Bin .../F/frame_129_delay-0.01s.png.import | 6 +- .../animations/F/frame_130_delay-0.01s.png | Bin .../F/frame_130_delay-0.01s.png.import | 6 +- .../animations/F/frame_131_delay-0.01s.png | Bin .../F/frame_131_delay-0.01s.png.import | 6 +- .../animations/L/frame_132_delay-0.01s.png | Bin .../L/frame_132_delay-0.01s.png.import | 6 +- .../animations/L/frame_133_delay-0.01s.png | Bin .../L/frame_133_delay-0.01s.png.import | 6 +- .../animations/L/frame_134_delay-0.01s.png | Bin .../L/frame_134_delay-0.01s.png.import | 6 +- .../animations/L/frame_135_delay-0.01s.png | Bin .../L/frame_135_delay-0.01s.png.import | 6 +- .../animations/L/frame_136_delay-0.01s.png | Bin .../L/frame_136_delay-0.01s.png.import | 6 +- .../animations/L/frame_137_delay-0.01s.png | Bin .../L/frame_137_delay-0.01s.png.import | 6 +- .../animations/L/frame_138_delay-0.01s.png | Bin .../L/frame_138_delay-0.01s.png.import | 6 +- .../animations/L/frame_139_delay-0.01s.png | Bin .../L/frame_139_delay-0.01s.png.import | 6 +- .../animations/L/frame_140_delay-0.01s.png | Bin .../L/frame_140_delay-0.01s.png.import | 6 +- .../animations/L/frame_141_delay-0.01s.png | Bin .../L/frame_141_delay-0.01s.png.import | 6 +- .../animations/L/frame_142_delay-0.01s.png | Bin .../L/frame_142_delay-0.01s.png.import} | 8 +- .../animations/L/frame_143_delay-0.01s.png | Bin .../L/frame_143_delay-0.01s.png.import | 6 +- .../animations/L/frame_144_delay-0.01s.png | Bin .../L/frame_144_delay-0.01s.png.import | 6 +- .../animations/L/frame_145_delay-0.01s.png | Bin .../L/frame_145_delay-0.01s.png.import | 6 +- .../animations/L/frame_146_delay-0.01s.png | Bin .../L/frame_146_delay-0.01s.png.import | 6 +- .../animations/L/frame_147_delay-0.01s.png | Bin .../L/frame_147_delay-0.01s.png.import | 6 +- .../animations/L/frame_148_delay-0.01s.png | Bin .../L/frame_148_delay-0.01s.png.import | 6 +- .../animations/L/frame_149_delay-0.01s.png | Bin .../L/frame_149_delay-0.01s.png.import | 6 +- .../animations/L/frame_150_delay-0.01s.png | Bin .../L/frame_150_delay-0.01s.png.import | 6 +- .../animations/L/frame_151_delay-0.01s.png | Bin .../L/frame_151_delay-0.01s.png.import | 6 +- .../animations/L/frame_152_delay-0.01s.png | Bin .../L/frame_152_delay-0.01s.png.import | 6 +- .../animations/L/frame_153_delay-0.01s.png | Bin .../L/frame_153_delay-0.01s.png.import | 6 +- .../animations/L/frame_154_delay-0.01s.png | Bin .../L/frame_154_delay-0.01s.png.import | 34 + .../animations/L/frame_155_delay-0.01s.png | Bin .../L/frame_155_delay-0.01s.png.import | 6 +- .../animations/L/frame_156_delay-0.01s.png | Bin .../L/frame_156_delay-0.01s.png.import | 6 +- .../animations/L/frame_157_delay-0.01s.png | Bin .../L/frame_157_delay-0.01s.png.import | 6 +- .../animations/L/frame_158_delay-0.01s.png | Bin .../L/frame_158_delay-0.01s.png.import | 6 +- .../animations/L/frame_159_delay-0.01s.png | Bin .../L/frame_159_delay-0.01s.png.import | 6 +- .../animations/L/frame_160_delay-0.01s.png | Bin .../L/frame_160_delay-0.01s.png.import | 6 +- .../animations/L/frame_161_delay-0.01s.png | Bin .../L/frame_161_delay-0.01s.png.import | 6 +- .../animations/L/frame_162_delay-0.01s.png | Bin .../L/frame_162_delay-0.01s.png.import | 6 +- .../animations/L/frame_163_delay-0.01s.png | Bin .../L/frame_163_delay-0.01s.png.import | 6 +- .../animations/L/frame_164_delay-0.01s.png | Bin .../L/frame_164_delay-0.01s.png.import | 6 +- .../animations/L/frame_165_delay-0.01s.png | Bin .../L/frame_165_delay-0.01s.png.import | 6 +- .../animations/L/frame_166_delay-0.01s.png | Bin .../L/frame_166_delay-0.01s.png.import | 6 +- .../animations/L/frame_167_delay-0.01s.png | Bin .../L/frame_167_delay-0.01s.png.import | 6 +- .../animations/L/frame_168_delay-0.01s.png | Bin .../L/frame_168_delay-0.01s.png.import | 6 +- .../animations/L/frame_169_delay-0.01s.png | Bin .../L/frame_169_delay-0.01s.png.import | 6 +- .../animations/L/frame_170_delay-0.01s.png | Bin .../L/frame_170_delay-0.01s.png.import | 6 +- .../animations/L/frame_171_delay-0.01s.png | Bin .../L/frame_171_delay-0.01s.png.import | 6 +- .../animations/L/frame_172_delay-0.01s.png | Bin .../L/frame_172_delay-0.01s.png.import | 6 +- .../animations/L/frame_173_delay-0.01s.png | Bin .../L/frame_173_delay-0.01s.png.import | 34 + .../animations/L/frame_174_delay-0.01s.png | Bin .../L/frame_174_delay-0.01s.png.import | 6 +- .../animations/L/frame_175_delay-0.01s.png | Bin .../L/frame_175_delay-0.01s.png.import | 6 +- .../animations/L/frame_176_delay-0.01s.png | Bin .../L/frame_176_delay-0.01s.png.import | 6 +- .../animations/L/frame_177_delay-0.01s.png | Bin .../L/frame_177_delay-0.01s.png.import | 6 +- .../animations/L/frame_178_delay-0.01s.png | Bin .../L/frame_178_delay-0.01s.png.import | 6 +- .../animations/L/frame_179_delay-0.01s.png | Bin .../L/frame_179_delay-0.01s.png.import | 6 +- .../animations/L/frame_180_delay-0.01s.png | Bin .../L/frame_180_delay-0.01s.png.import | 6 +- .../animations/L/frame_181_delay-0.01s.png | Bin .../L/frame_181_delay-0.01s.png.import | 6 +- .../animations/L/frame_182_delay-0.01s.png | Bin .../L/frame_182_delay-0.01s.png.import | 6 +- .../animations/L/frame_183_delay-0.01s.png | Bin .../L/frame_183_delay-0.01s.png.import | 6 +- .../animations/L/frame_184_delay-0.01s.png | Bin .../L/frame_184_delay-0.01s.png.import | 6 +- .../animations/L/frame_185_delay-0.01s.png | Bin .../L/frame_185_delay-0.01s.png.import | 6 +- .../animations/L/frame_186_delay-0.01s.png | Bin .../L/frame_186_delay-0.01s.png.import | 6 +- .../animations/L/frame_187_delay-0.01s.png | Bin .../L/frame_187_delay-0.01s.png.import | 6 +- .../animations/L/frame_188_delay-0.01s.png | Bin .../L/frame_188_delay-0.01s.png.import | 6 +- .../animations/L/frame_189_delay-0.01s.png | Bin .../L/frame_189_delay-0.01s.png.import | 6 +- .../animations/L/frame_190_delay-0.01s.png | Bin .../L/frame_190_delay-0.01s.png.import | 6 +- .../animations/L/frame_191_delay-0.01s.png | Bin .../L/frame_191_delay-0.01s.png.import | 6 +- .../animations/L/frame_192_delay-0.01s.png | Bin .../L/frame_192_delay-0.01s.png.import} | 8 +- .../animations/L/frame_193_delay-0.01s.png | Bin .../L/frame_193_delay-0.01s.png.import | 6 +- .../animations/L/frame_194_delay-0.01s.png | Bin .../L/frame_194_delay-0.01s.png.import | 6 +- .../animations/L/frame_195_delay-0.01s.png | Bin .../L/frame_195_delay-0.01s.png.import | 6 +- .../animations/L/frame_196_delay-0.01s.png | Bin .../L/frame_196_delay-0.01s.png.import | 6 +- .../animations/L/frame_197_delay-0.01s.png | Bin .../L/frame_197_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_264_delay-0.01s.png | Bin .../frame_264_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_265_delay-0.01s.png | Bin .../frame_265_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_266_delay-0.01s.png | Bin .../frame_266_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_267_delay-0.01s.png | Bin .../frame_267_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_268_delay-0.01s.png | Bin .../frame_268_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_269_delay-0.01s.png | Bin .../frame_269_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_270_delay-0.01s.png | Bin .../frame_270_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_271_delay-0.01s.png | Bin .../frame_271_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_272_delay-0.01s.png | Bin .../frame_272_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_273_delay-0.01s.png | Bin .../frame_273_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_274_delay-0.01s.png | Bin .../frame_274_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_275_delay-0.01s.png | Bin .../frame_275_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_276_delay-0.01s.png | Bin .../frame_276_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_277_delay-0.01s.png | Bin .../frame_277_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_278_delay-0.01s.png | Bin .../frame_278_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_279_delay-0.01s.png | Bin .../frame_279_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_280_delay-0.01s.png | Bin .../frame_280_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_281_delay-0.01s.png | Bin .../frame_281_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_282_delay-0.01s.png | Bin .../frame_282_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_283_delay-0.01s.png | Bin .../frame_283_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_284_delay-0.01s.png | Bin .../frame_284_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_285_delay-0.01s.png | Bin .../frame_285_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_286_delay-0.01s.png | Bin .../frame_286_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_287_delay-0.01s.png | Bin .../frame_287_delay-0.01s.png.import} | 8 +- .../LAVA LOOP/frame_288_delay-0.01s.png | Bin .../frame_288_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_289_delay-0.01s.png | Bin .../frame_289_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_290_delay-0.01s.png | Bin .../frame_290_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_291_delay-0.01s.png | Bin .../frame_291_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_292_delay-0.01s.png | Bin .../frame_292_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_293_delay-0.01s.png | Bin .../frame_293_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_294_delay-0.01s.png | Bin .../frame_294_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_295_delay-0.01s.png | Bin .../frame_295_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_296_delay-0.01s.png | Bin .../frame_296_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_297_delay-0.01s.png | Bin .../frame_297_delay-0.01s.png.import | 34 + .../LAVA LOOP/frame_298_delay-0.01s.png | Bin .../frame_298_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_299_delay-0.01s.png | Bin .../frame_299_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_300_delay-0.01s.png | Bin .../frame_300_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_301_delay-0.01s.png | Bin .../frame_301_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_302_delay-0.01s.png | Bin .../frame_302_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_303_delay-0.01s.png | Bin .../frame_303_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_304_delay-0.01s.png | Bin .../frame_304_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_305_delay-0.01s.png | Bin .../frame_305_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_306_delay-0.01s.png | Bin .../frame_306_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_307_delay-0.01s.png | Bin .../frame_307_delay-0.01s.png.import} | 8 +- .../LAVA LOOP/frame_308_delay-0.01s.png | Bin .../frame_308_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_309_delay-0.01s.png | Bin .../frame_309_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_310_delay-0.01s.png | Bin .../frame_310_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_311_delay-0.01s.png | Bin .../frame_311_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_312_delay-0.01s.png | Bin .../frame_312_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_313_delay-0.01s.png | Bin .../frame_313_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_314_delay-0.01s.png | Bin .../frame_314_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_315_delay-0.01s.png | Bin .../frame_315_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_316_delay-0.01s.png | Bin .../frame_316_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_317_delay-0.01s.png | Bin .../frame_317_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_318_delay-0.01s.png | Bin .../frame_318_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_319_delay-0.01s.png | Bin .../frame_319_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_320_delay-0.01s.png | Bin .../frame_320_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_321_delay-0.01s.png | Bin .../frame_321_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_322_delay-0.01s.png | Bin .../frame_322_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_323_delay-0.01s.png | Bin .../frame_323_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_324_delay-0.01s.png | Bin .../frame_324_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_325_delay-0.01s.png | Bin .../frame_325_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_326_delay-0.01s.png | Bin .../frame_326_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_327_delay-0.01s.png | Bin .../frame_327_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_328_delay-0.01s.png | Bin .../frame_328_delay-0.01s.png.import | 6 +- .../LAVA LOOP/frame_329_delay-0.01s.png | Bin .../frame_329_delay-0.01s.png.import | 6 +- .../F/frame_093_delay-0.01s.png | Bin .../F/frame_093_delay-0.01s.png.import | 6 +- .../F/frame_094_delay-0.01s.png | Bin .../F/frame_094_delay-0.01s.png.import | 6 +- .../F/frame_095_delay-0.01s.png | Bin .../F/frame_095_delay-0.01s.png.import | 6 +- .../F/frame_096_delay-0.01s.png | Bin .../F/frame_096_delay-0.01s.png.import | 6 +- .../F/frame_097_delay-0.01s.png | Bin .../F/frame_097_delay-0.01s.png.import | 6 +- .../F/frame_098_delay-0.01s.png | Bin .../F/frame_098_delay-0.01s.png.import | 6 +- .../F/frame_099_delay-0.01s.png | Bin .../F/frame_099_delay-0.01s.png.import | 6 +- .../F/frame_100_delay-0.01s.png | Bin .../F/frame_100_delay-0.01s.png.import | 6 +- .../F/frame_101_delay-0.01s.png | Bin .../F/frame_101_delay-0.01s.png.import | 34 + .../F/frame_102_delay-0.01s.png | Bin .../F/frame_102_delay-0.01s.png.import | 6 +- .../F/frame_103_delay-0.01s.png | Bin .../F/frame_103_delay-0.01s.png.import | 6 +- .../F/frame_104_delay-0.01s.png | Bin .../F/frame_104_delay-0.01s.png.import | 6 +- .../F/frame_105_delay-0.01s.png | Bin .../F/frame_105_delay-0.01s.png.import | 6 +- .../F/frame_106_delay-0.01s.png | Bin .../F/frame_106_delay-0.01s.png.import | 6 +- .../F/frame_107_delay-0.01s.png | Bin .../F/frame_107_delay-0.01s.png.import | 6 +- .../F/frame_108_delay-0.01s.png | Bin .../F/frame_108_delay-0.01s.png.import | 6 +- .../animations/R/frame_198_delay-0.01s.png | Bin .../R/frame_198_delay-0.01s.png.import | 6 +- .../animations/R/frame_199_delay-0.01s.png | Bin .../R/frame_199_delay-0.01s.png.import | 6 +- .../animations/R/frame_200_delay-0.01s.png | Bin .../R/frame_200_delay-0.01s.png.import | 6 +- .../animations/R/frame_201_delay-0.01s.png | Bin .../R/frame_201_delay-0.01s.png.import | 6 +- .../animations/R/frame_202_delay-0.01s.png | Bin .../R/frame_202_delay-0.01s.png.import | 6 +- .../animations/R/frame_203_delay-0.01s.png | Bin .../R/frame_203_delay-0.01s.png.import | 6 +- .../animations/R/frame_204_delay-0.01s.png | Bin .../R/frame_204_delay-0.01s.png.import | 6 +- .../animations/R/frame_205_delay-0.01s.png | Bin .../R/frame_205_delay-0.01s.png.import | 6 +- .../animations/R/frame_206_delay-0.01s.png | Bin .../R/frame_206_delay-0.01s.png.import | 6 +- .../animations/R/frame_207_delay-0.01s.png | Bin .../R/frame_207_delay-0.01s.png.import | 6 +- .../animations/R/frame_208_delay-0.01s.png | Bin .../R/frame_208_delay-0.01s.png.import | 6 +- .../animations/R/frame_209_delay-0.01s.png | Bin .../R/frame_209_delay-0.01s.png.import | 34 + .../animations/R/frame_210_delay-0.01s.png | Bin .../R/frame_210_delay-0.01s.png.import | 6 +- .../animations/R/frame_211_delay-0.01s.png | Bin .../R/frame_211_delay-0.01s.png.import | 6 +- .../animations/R/frame_212_delay-0.01s.png | Bin .../R/frame_212_delay-0.01s.png.import | 6 +- .../animations/R/frame_213_delay-0.01s.png | Bin .../R/frame_213_delay-0.01s.png.import | 6 +- .../animations/R/frame_214_delay-0.01s.png | Bin .../R/frame_214_delay-0.01s.png.import | 6 +- .../animations/R/frame_215_delay-0.01s.png | Bin .../R/frame_215_delay-0.01s.png.import | 6 +- .../animations/R/frame_216_delay-0.01s.png | Bin .../R/frame_216_delay-0.01s.png.import | 6 +- .../animations/R/frame_217_delay-0.01s.png | Bin .../R/frame_217_delay-0.01s.png.import | 6 +- .../animations/R/frame_218_delay-0.01s.png | Bin .../R/frame_218_delay-0.01s.png.import | 6 +- .../animations/R/frame_219_delay-0.01s.png | Bin .../R/frame_219_delay-0.01s.png.import | 6 +- .../animations/R/frame_220_delay-0.01s.png | Bin .../R/frame_220_delay-0.01s.png.import | 6 +- .../animations/R/frame_221_delay-0.01s.png | Bin .../R/frame_221_delay-0.01s.png.import | 6 +- .../animations/R/frame_222_delay-0.01s.png | Bin .../R/frame_222_delay-0.01s.png.import | 6 +- .../animations/R/frame_223_delay-0.01s.png | Bin .../R/frame_223_delay-0.01s.png.import | 6 +- .../animations/R/frame_224_delay-0.01s.png | Bin .../R/frame_224_delay-0.01s.png.import | 6 +- .../animations/R/frame_225_delay-0.01s.png | Bin .../R/frame_225_delay-0.01s.png.import | 6 +- .../animations/R/frame_226_delay-0.01s.png | Bin .../R/frame_226_delay-0.01s.png.import | 6 +- .../animations/R/frame_227_delay-0.01s.png | Bin .../R/frame_227_delay-0.01s.png.import | 6 +- .../animations/R/frame_228_delay-0.01s.png | Bin .../R/frame_228_delay-0.01s.png.import | 6 +- .../animations/R/frame_229_delay-0.01s.png | Bin .../R/frame_229_delay-0.01s.png.import | 6 +- .../animations/R/frame_230_delay-0.01s.png | Bin .../R/frame_230_delay-0.01s.png.import} | 8 +- .../animations/R/frame_231_delay-0.01s.png | Bin .../R/frame_231_delay-0.01s.png.import | 6 +- .../animations/R/frame_232_delay-0.01s.png | Bin .../R/frame_232_delay-0.01s.png.import | 6 +- .../animations/R/frame_233_delay-0.01s.png | Bin .../R/frame_233_delay-0.01s.png.import | 6 +- .../animations/R/frame_234_delay-0.01s.png | Bin .../R/frame_234_delay-0.01s.png.import | 6 +- .../animations/R/frame_235_delay-0.01s.png | Bin .../R/frame_235_delay-0.01s.png.import | 6 +- .../animations/R/frame_236_delay-0.01s.png | Bin .../R/frame_236_delay-0.01s.png.import | 6 +- .../animations/R/frame_237_delay-0.01s.png | Bin .../R/frame_237_delay-0.01s.png.import | 6 +- .../animations/R/frame_238_delay-0.01s.png | Bin .../R/frame_238_delay-0.01s.png.import | 6 +- .../animations/R/frame_239_delay-0.01s.png | Bin .../R/frame_239_delay-0.01s.png.import | 6 +- .../animations/R/frame_240_delay-0.01s.png | Bin .../R/frame_240_delay-0.01s.png.import | 6 +- .../animations/R/frame_241_delay-0.01s.png | Bin .../R/frame_241_delay-0.01s.png.import | 6 +- .../animations/R/frame_242_delay-0.01s.png | Bin .../R/frame_242_delay-0.01s.png.import | 6 +- .../animations/R/frame_243_delay-0.01s.png | Bin .../R/frame_243_delay-0.01s.png.import | 6 +- .../animations/R/frame_244_delay-0.01s.png | Bin .../R/frame_244_delay-0.01s.png.import | 6 +- .../animations/R/frame_245_delay-0.01s.png | Bin .../R/frame_245_delay-0.01s.png.import} | 8 +- .../animations/R/frame_246_delay-0.01s.png | Bin .../R/frame_246_delay-0.01s.png.import | 6 +- .../animations/R/frame_247_delay-0.01s.png | Bin .../R/frame_247_delay-0.01s.png.import | 6 +- .../animations/R/frame_248_delay-0.01s.png | Bin .../R/frame_248_delay-0.01s.png.import | 6 +- .../animations/R/frame_249_delay-0.01s.png | Bin .../R/frame_249_delay-0.01s.png.import | 6 +- .../animations/R/frame_250_delay-0.01s.png | Bin .../R/frame_250_delay-0.01s.png.import | 6 +- .../animations/R/frame_251_delay-0.01s.png | Bin .../R/frame_251_delay-0.01s.png.import | 6 +- .../animations/R/frame_252_delay-0.01s.png | Bin .../R/frame_252_delay-0.01s.png.import | 6 +- .../animations/R/frame_253_delay-0.01s.png | Bin .../R/frame_253_delay-0.01s.png.import | 6 +- .../animations/R/frame_254_delay-0.01s.png | Bin .../R/frame_254_delay-0.01s.png.import | 6 +- .../animations/R/frame_255_delay-0.01s.png | Bin .../R/frame_255_delay-0.01s.png.import | 6 +- .../animations/R/frame_256_delay-0.01s.png | Bin .../R/frame_256_delay-0.01s.png.import | 6 +- .../animations/R/frame_257_delay-0.01s.png | Bin .../R/frame_257_delay-0.01s.png.import | 6 +- .../animations/R/frame_258_delay-0.01s.png | Bin .../R/frame_258_delay-0.01s.png.import | 6 +- .../animations/R/frame_259_delay-0.01s.png | Bin .../R/frame_259_delay-0.01s.png.import | 6 +- .../animations/R/frame_260_delay-0.01s.png | Bin .../R/frame_260_delay-0.01s.png.import | 6 +- .../animations/R/frame_261_delay-0.01s.png | Bin .../R/frame_261_delay-0.01s.png.import | 6 +- .../animations/R/frame_262_delay-0.01s.png | Bin .../R/frame_262_delay-0.01s.png.import | 6 +- .../animations/R/frame_263_delay-0.01s.png | Bin .../R/frame_263_delay-0.01s.png.import | 6 +- .../10. Eden Pillar/EdenPillarModelView.tscn | 13 +- .../enemy_types/11. Palan/PalanModelView.tscn | 411 +++++------ .../12. Shield of Heaven/ShieldModelView.tscn | 403 ++++++----- .../GoldSproingyModelView.tscn | 10 +- .../14. horse_head/HorseFaceModelView.tscn | 45 +- .../15. ox_face/OxFaceModelView.tscn | 46 +- .../16. demon wall/DemonWallModelView.tscn | 31 +- .../9b. Aqueos Demon/AqueosDemon.tscn | 2 +- .../9b. Aqueos Demon/AqueosModelView.tscn | 13 +- .../src/enemy/state/EnemyLogic.g.puml | 4 +- .../src/map/dungeon/floors/Floor12.tscn | 2 +- .../src/map/dungeon/floors/Floor13.tscn | 2 +- .../src/map/dungeon/floors/Floor14.tscn | 2 +- .../src/map/dungeon/floors/Floor15.tscn | 2 +- .../src/map/dungeon/floors/Floor16.tscn | 2 +- Zennysoft.Game.Ma/src/menu/DebugMenu.tscn | 2 +- .../src/ui/inventory_menu/InventoryMenu.cs | 6 + .../ui/player_ui/Assets/panel rough draft.png | Bin 0 -> 373667 bytes .../Assets/panel rough draft.png.import | 34 + .../src/vfx/shaders/n64_1.gdshader | 6 +- 816 files changed, 2899 insertions(+), 2586 deletions(-) delete mode 100644 Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.Output.cs delete mode 100644 Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.Output.cs.uid delete mode 100644 Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.State.cs delete mode 100644 Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.State.cs.uid delete mode 100644 Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.cs delete mode 100644 Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.cs.uid delete mode 100644 Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Disabled.cs delete mode 100644 Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Disabled.cs.uid delete mode 100644 Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Enabled.cs delete mode 100644 Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Enabled.cs.uid create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/agni_ambient.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/agni_attack_1.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_alert.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_attack_1.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_attack_2.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/aqueos_ambient.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_hover.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_magic_attack.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_spike_attack.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_death.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_step.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_take_damage.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_attack_1.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_attack_2.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_death.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_projectile.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_attack.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_land.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_teleport.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_death.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_flamethrower.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_holy_electric.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_laser.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_orb.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_orb_travel.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_pull.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_slam.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_status_effector.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_1.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_2.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_3.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_4.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_large.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_small.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_aggro.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_attack_1.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_attack_2.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/final_room_ambience.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/flame_ambient.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_attack_1.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_attack_2.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_howl.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/item_transfer.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/michael_attack.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ocean.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_attack_1.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_attack_2.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_howl.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/palanquin_attack_1.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/palanquin_attack_2.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/pillar_projectile_travel.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/pillar_shoot.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sara_attack.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sara_magic_attack.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_aggro.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_attack_1.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_attack_2.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_death.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sproing_attack.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sproing_death.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/stone_moving.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/water_large.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_altar.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_balcony_1.tscn create mode 100644 Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_balcony_2.tscn delete mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_088_delay-0.01s.png.import delete mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_098_delay-0.01s.png.import delete mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_108_delay-0.01s.png.import delete mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_142_delay-0.01s.png.import delete mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_192_delay-0.01s.png.import delete mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_287_delay-0.01s.png.import delete mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_307_delay-0.01s.png.import delete mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_230_delay-0.01s.png.import delete mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_245_delay-0.01s.png.import rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/AgiDemon.cs => 09. Agni/AgniDemon.cs} (97%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/AgiDemon.cs.uid => 09. Agni/AgniDemon.cs.uid} (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/AgiDemon.tscn => 09. Agni/AgniDemon.tscn} (81%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/AgiDemonModelView.tscn => 09. Agni/AgniDemonModelView.tscn} (76%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/AgiDemonStats.tres => 09. Agni/AgniDemonStats.tres} (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_000_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_000_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_001_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_001_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_002_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_002_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_003_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_003_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_004_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_004_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_005_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_005_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_006_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_006_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_007_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_007_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_008_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_008_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_009_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_009_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_010_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_010_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_011_delay-0.01s.png (100%) create mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_011_delay-0.01s.png.import rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_012_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_012_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_013_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_013_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_014_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_014_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_015_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_015_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_016_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_016_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_017_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_017_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_018_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_018_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_019_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_019_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_020_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_020_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_021_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_021_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_022_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_022_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_023_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_023_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_024_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_024_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_025_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_025_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_026_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_026_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_027_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_027_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_028_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_028_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_029_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_029_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_030_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_030_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_031_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_031_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_032_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_032_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_033_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_033_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_034_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_034_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_035_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_035_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_036_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_036_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_037_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_037_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_038_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_038_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_039_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_039_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_040_delay-0.01s.png (100%) create mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_040_delay-0.01s.png.import rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_041_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_041_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_042_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_042_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_043_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_043_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_044_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_044_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_045_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_045_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_046_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_046_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_047_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_047_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_048_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_048_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_049_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_049_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_050_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_050_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_051_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_051_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_052_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_052_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_053_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_053_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_054_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_054_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_055_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_055_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_056_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_056_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_057_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_057_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_058_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_058_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_059_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_059_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_060_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_060_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_061_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_061_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_062_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_062_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_063_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_063_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_064_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_064_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_065_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/B/frame_065_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_066_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_066_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_067_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_067_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_068_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_068_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_069_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_069_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_070_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_070_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_071_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_071_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_072_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_072_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_073_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_073_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_074_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_074_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_075_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_075_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_076_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_076_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_077_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_077_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_078_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_078_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_079_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_079_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_080_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_080_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_081_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_081_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_082_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_082_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_083_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_083_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_084_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_084_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_085_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_085_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_086_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_086_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_087_delay-0.01s.png (100%) create mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_087_delay-0.01s.png.import rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_088_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/animations/B/frame_011_delay-0.01s.png.import => 09. Agni/animations/F/frame_088_delay-0.01s.png.import} (67%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_089_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_089_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_090_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_090_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_091_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_091_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_092_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_092_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_093_delay-0.01s.png (100%) create mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_093_delay-0.01s.png.import rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_094_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_094_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_095_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_095_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_096_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_096_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_097_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_097_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_098_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/animations/Primary Attack/F/frame_101_delay-0.01s.png.import => 09. Agni/animations/F/frame_098_delay-0.01s.png.import} (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_099_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_099_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_100_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_100_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_101_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_101_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_102_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_102_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_103_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_103_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_104_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_104_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_105_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_105_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_106_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_106_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_107_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_107_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_108_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/animations/F/frame_087_delay-0.01s.png.import => 09. Agni/animations/F/frame_108_delay-0.01s.png.import} (67%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_109_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_109_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_110_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_110_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_111_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_111_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_112_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_112_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_113_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_113_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_114_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_114_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_115_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_115_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_116_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_116_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_117_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_117_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_118_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_118_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_119_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_119_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_120_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_120_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_121_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_121_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_122_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_122_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_123_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_123_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_124_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_124_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_125_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_125_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_126_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_126_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_127_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_127_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_128_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_128_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_129_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_129_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_130_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_130_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_131_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/F/frame_131_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_132_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_132_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_133_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_133_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_134_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_134_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_135_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_135_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_136_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_136_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_137_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_137_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_138_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_138_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_139_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_139_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_140_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_140_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_141_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_141_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_142_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/animations/L/frame_154_delay-0.01s.png.import => 09. Agni/animations/L/frame_142_delay-0.01s.png.import} (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_143_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_143_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_144_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_144_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_145_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_145_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_146_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_146_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_147_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_147_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_148_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_148_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_149_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_149_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_150_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_150_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_151_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_151_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_152_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_152_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_153_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_153_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_154_delay-0.01s.png (100%) create mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_154_delay-0.01s.png.import rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_155_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_155_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_156_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_156_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_157_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_157_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_158_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_158_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_159_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_159_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_160_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_160_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_161_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_161_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_162_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_162_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_163_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_163_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_164_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_164_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_165_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_165_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_166_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_166_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_167_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_167_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_168_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_168_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_169_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_169_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_170_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_170_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_171_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_171_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_172_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_172_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_173_delay-0.01s.png (100%) create mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_173_delay-0.01s.png.import rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_174_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_174_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_175_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_175_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_176_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_176_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_177_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_177_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_178_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_178_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_179_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_179_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_180_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_180_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_181_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_181_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_182_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_182_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_183_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_183_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_184_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_184_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_185_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_185_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_186_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_186_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_187_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_187_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_188_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_188_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_189_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_189_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_190_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_190_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_191_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_191_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_192_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/animations/L/frame_173_delay-0.01s.png.import => 09. Agni/animations/L/frame_192_delay-0.01s.png.import} (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_193_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_193_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_194_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_194_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_195_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_195_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_196_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_196_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_197_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/L/frame_197_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_264_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_264_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_265_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_265_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_266_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_266_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_267_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_267_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_268_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_268_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_269_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_269_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_270_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_270_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_271_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_271_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_272_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_272_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_273_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_273_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_274_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_274_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_275_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_275_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_276_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_276_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_277_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_277_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_278_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_278_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_279_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_279_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_280_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_280_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_281_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_281_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_282_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_282_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_283_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_283_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_284_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_284_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_285_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_285_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_286_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_286_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_287_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/animations/R/frame_209_delay-0.01s.png.import => 09. Agni/animations/LAVA LOOP/frame_287_delay-0.01s.png.import} (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_288_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_288_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_289_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_289_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_290_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_290_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_291_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_291_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_292_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_292_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_293_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_293_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_294_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_294_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_295_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_295_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_296_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_296_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_297_delay-0.01s.png (100%) create mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_297_delay-0.01s.png.import rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_298_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_298_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_299_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_299_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_300_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_300_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_301_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_301_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_302_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_302_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_303_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_303_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_304_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_304_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_305_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_305_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_306_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_306_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_307_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/animations/F/frame_093_delay-0.01s.png.import => 09. Agni/animations/LAVA LOOP/frame_307_delay-0.01s.png.import} (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_308_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_308_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_309_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_309_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_310_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_310_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_311_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_311_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_312_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_312_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_313_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_313_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_314_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_314_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_315_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_315_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_316_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_316_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_317_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_317_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_318_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_318_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_319_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_319_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_320_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_320_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_321_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_321_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_322_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_322_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_323_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_323_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_324_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_324_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_325_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_325_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_326_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_326_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_327_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_327_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_328_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_328_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_329_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/LAVA LOOP/frame_329_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_093_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_093_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_094_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_094_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_095_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_095_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_096_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_096_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_097_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_097_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_098_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_098_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_099_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_099_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_100_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_100_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_101_delay-0.01s.png (100%) create mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_101_delay-0.01s.png.import rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_102_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_102_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_103_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_103_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_104_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_104_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_105_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_105_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_106_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_106_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_107_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_107_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_108_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/Primary Attack/F/frame_108_delay-0.01s.png.import (65%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_198_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_198_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_199_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_199_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_200_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_200_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_201_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_201_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_202_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_202_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_203_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_203_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_204_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_204_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_205_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_205_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_206_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_206_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_207_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_207_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_208_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_208_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_209_delay-0.01s.png (100%) create mode 100644 Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_209_delay-0.01s.png.import rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_210_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_210_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_211_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_211_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_212_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_212_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_213_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_213_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_214_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_214_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_215_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_215_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_216_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_216_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_217_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_217_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_218_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_218_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_219_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_219_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_220_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_220_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_221_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_221_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_222_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_222_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_223_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_223_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_224_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_224_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_225_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_225_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_226_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_226_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_227_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_227_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_228_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_228_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_229_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_229_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_230_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/animations/LAVA LOOP/frame_297_delay-0.01s.png.import => 09. Agni/animations/R/frame_230_delay-0.01s.png.import} (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_231_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_231_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_232_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_232_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_233_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_233_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_234_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_234_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_235_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_235_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_236_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_236_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_237_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_237_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_238_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_238_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_239_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_239_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_240_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_240_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_241_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_241_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_242_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_242_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_243_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_243_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_244_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_244_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_245_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi/animations/B/frame_040_delay-0.01s.png.import => 09. Agni/animations/R/frame_245_delay-0.01s.png.import} (67%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_246_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_246_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_247_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_247_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_248_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_248_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_249_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_249_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_250_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_250_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_251_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_251_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_252_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_252_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_253_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_253_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_254_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_254_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_255_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_255_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_256_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_256_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_257_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_257_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_258_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_258_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_259_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_259_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_260_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_260_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_261_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_261_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_262_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_262_delay-0.01s.png.import (66%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_263_delay-0.01s.png (100%) rename Zennysoft.Game.Ma/src/enemy/enemy_types/{09. Agi => 09. Agni}/animations/R/frame_263_delay-0.01s.png.import (66%) create mode 100644 Zennysoft.Game.Ma/src/ui/player_ui/Assets/panel rough draft.png create mode 100644 Zennysoft.Game.Ma/src/ui/player_ui/Assets/panel rough draft.png.import diff --git a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.Output.cs b/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.Output.cs deleted file mode 100644 index 83640152..00000000 --- a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.Output.cs +++ /dev/null @@ -1,39 +0,0 @@ -namespace Zennysoft.Ma.Adapter; - -public partial class InGameAudioLogic -{ - public static class Output - { - #region BGM - public readonly record struct PlayOverworldMusic; - - public readonly record struct PlayDungeonThemeAMusic; - #endregion - - #region SFX - public readonly record struct PlayPlayerAttackSound; - - public readonly record struct PlayPlayerAttackWallSound; - - public readonly record struct PlayPlayerAttackEnemySound; - - public readonly record struct PlayMenuScrollSound; - - public readonly record struct PlayEquipSound; - - public readonly record struct PlayUnequipSound; - - public readonly record struct PlayInventorySortedSound; - - public readonly record struct PlayMenuBackSound; - - public readonly record struct PlayHealingItemSound; - - public readonly record struct PlayTeleportSound; - #endregion - - public readonly record struct PlayGameMusic; - - public readonly record struct StopGameMusic; - } -} diff --git a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.Output.cs.uid b/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.Output.cs.uid deleted file mode 100644 index 600db214..00000000 --- a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.Output.cs.uid +++ /dev/null @@ -1 +0,0 @@ -uid://bfnbplmd35454 diff --git a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.State.cs b/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.State.cs deleted file mode 100644 index 1283b1ac..00000000 --- a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.State.cs +++ /dev/null @@ -1,12 +0,0 @@ -using Chickensoft.Introspection; -using Chickensoft.LogicBlocks; - -namespace Zennysoft.Ma.Adapter; - -public partial class InGameAudioLogic -{ - [Meta] - public partial record State : StateLogic - { - } -} diff --git a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.State.cs.uid b/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.State.cs.uid deleted file mode 100644 index e98cc53c..00000000 --- a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.State.cs.uid +++ /dev/null @@ -1 +0,0 @@ -uid://c8cfpu81338hk diff --git a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.cs b/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.cs deleted file mode 100644 index 4064f243..00000000 --- a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Chickensoft.Introspection; -using Chickensoft.LogicBlocks; - -namespace Zennysoft.Ma.Adapter; -public interface IInGameAudioLogic : ILogicBlock; - -[Meta] -[LogicBlock(typeof(State))] -public partial class InGameAudioLogic : - LogicBlock, IInGameAudioLogic -{ - public override Transition GetInitialState() => To(); -} diff --git a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.cs.uid b/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.cs.uid deleted file mode 100644 index d9037dcd..00000000 --- a/Zennysoft.Game.Ma.Implementation/Audio/state/InGameAudioLogic.cs.uid +++ /dev/null @@ -1 +0,0 @@ -uid://on5thilbaogw diff --git a/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Disabled.cs b/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Disabled.cs deleted file mode 100644 index a275d333..00000000 --- a/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Disabled.cs +++ /dev/null @@ -1,11 +0,0 @@ -using Chickensoft.Introspection; - -namespace Zennysoft.Ma.Adapter; - -public partial class InGameAudioLogic -{ - [Meta] - public partial record Disabled : State - { - } -} \ No newline at end of file diff --git a/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Disabled.cs.uid b/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Disabled.cs.uid deleted file mode 100644 index 5382f0cd..00000000 --- a/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Disabled.cs.uid +++ /dev/null @@ -1 +0,0 @@ -uid://c02hwxip7xksf diff --git a/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Enabled.cs b/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Enabled.cs deleted file mode 100644 index 3aa74b19..00000000 --- a/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Enabled.cs +++ /dev/null @@ -1,74 +0,0 @@ -using Chickensoft.Introspection; -using Zennysoft.Game.Abstractions; - -namespace Zennysoft.Ma.Adapter; - -public partial class InGameAudioLogic -{ - [Meta] - public partial record Enabled : State - { - public Enabled() - { - OnAttach(() => - { - var player = Get(); - OnOverworldEntered(); - var gameEventDepot = Get(); - var gameRepo = Get(); - gameEventDepot.OverworldEntered += OnOverworldEntered; - gameEventDepot.DungeonAThemeAreaEntered += OnDungeonAThemeEntered; - gameEventDepot.MenuScrolled += OnMenuScrolled; - gameEventDepot.MenuBackedOut += OnMenuBackedOut; - gameRepo.EquippedItem += OnEquippedItem; - gameRepo.UnequippedItem += OnUnequippedItem; - gameEventDepot.InventorySorted += OnInventorySorted; - gameEventDepot.HealingItemConsumed += OnHealingItemConsumed; - gameRepo.RestorativePickedUp += OnRestorativePickedUp; - gameEventDepot.TeleportEntered += OnTeleportEntered; - gameRepo.PlayerAttack += OnPlayerAttack; - gameRepo.PlayerAttackedWall += OnPlayerAttackWall; - }); - OnDetach(() => - { - var gameEventDepot = Get(); - var player = Get(); - var gameRepo = Get(); - gameEventDepot.OverworldEntered -= OnOverworldEntered; - gameEventDepot.DungeonAThemeAreaEntered -= OnDungeonAThemeEntered; - gameEventDepot.MenuScrolled -= OnMenuScrolled; - gameEventDepot.MenuBackedOut -= OnMenuBackedOut; - gameRepo.EquippedItem -= OnEquippedItem; - gameRepo.UnequippedItem -= OnUnequippedItem; - gameEventDepot.InventorySorted -= OnInventorySorted; - gameEventDepot.TeleportEntered -= OnTeleportEntered; - gameRepo.PlayerAttack -= OnPlayerAttack; - gameRepo.PlayerAttackedWall -= OnPlayerAttackWall; - }); - } - - private void OnPlayerAttack() => Output(new Output.PlayPlayerAttackSound()); - - private void OnPlayerAttackWall() => Output(new Output.PlayPlayerAttackWallSound()); - - private void OnRestorativePickedUp(IHealthPack restorative) => Output(new Output.PlayHealingItemSound()); - - private void OnMenuBackedOut() => Output(new Output.PlayMenuBackSound()); - - private void OnHealingItemConsumed(InventoryItem stats) => Output(new Output.PlayHealingItemSound()); - - private void OnInventorySorted() => Output(new Output.PlayInventorySortedSound()); - - private void OnEquippedItem(InventoryItem equipableItem) => Output(new Output.PlayEquipSound()); - - private void OnUnequippedItem(InventoryItem equipableItem) => Output(new Output.PlayUnequipSound()); - - private void OnOverworldEntered() => Output(new Output.PlayOverworldMusic()); - - private void OnDungeonAThemeEntered() => Output(new Output.PlayDungeonThemeAMusic()); - - private void OnMenuScrolled() => Output(new Output.PlayMenuScrollSound()); - - private void OnTeleportEntered() => Output(new Output.PlayTeleportSound()); - } -} diff --git a/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Enabled.cs.uid b/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Enabled.cs.uid deleted file mode 100644 index 3651869a..00000000 --- a/Zennysoft.Game.Ma.Implementation/Audio/state/states/InGameAudioLogic.State.Enabled.cs.uid +++ /dev/null @@ -1 +0,0 @@ -uid://ddvs2b5hjchag diff --git a/Zennysoft.Game.Ma/project.godot b/Zennysoft.Game.Ma/project.godot index ebcb8a8f..35a1ec10 100644 --- a/Zennysoft.Game.Ma/project.godot +++ b/Zennysoft.Game.Ma/project.godot @@ -21,6 +21,7 @@ boot_splash/show_image=false DialogueManager="*res://addons/dialogue_manager/dialogue_manager.gd" DialogueController="*res://src/game/DialogueController.cs" +InGameAudio="*res://src/audio/InGameAudio.cs" [dialogue_manager] diff --git a/Zennysoft.Game.Ma/src/audio/InGameAudio.cs b/Zennysoft.Game.Ma/src/audio/InGameAudio.cs index fda1f778..88ce9706 100644 --- a/Zennysoft.Game.Ma/src/audio/InGameAudio.cs +++ b/Zennysoft.Game.Ma/src/audio/InGameAudio.cs @@ -12,14 +12,6 @@ public partial class InGameAudio : Node { public override void _Notification(int what) => this.Notify(what); - [Dependency] public IAppRepo AppRepo => this.DependOn(); - - [Dependency] public IGameEventDepot GameEventDepot => this.DependOn(); - - [Dependency] public IPlayer Player => this.DependOn(); - - [Dependency] public IGameRepo GameRepo => this.DependOn(); - #region BGM Nodes [Node] public IDimmableAudioStreamPlayer MenuBgm { get; set; } = default!; @@ -209,44 +201,4 @@ public partial class InGameAudio : Node [Node] public IAudioStreamPlayer DungeonAmbience4 { get; set; } = default!; #endregion #endregion - - public IInGameAudioLogic InGameAudioLogic { get; set; } = default!; - public InGameAudioLogic.IBinding InGameAudioBinding { get; set; } = default!; - - public void Setup() - { - InGameAudioLogic = new InGameAudioLogic(); - } - - public void OnResolved() - { - InGameAudioLogic.Set(AppRepo); - InGameAudioLogic.Set(GameEventDepot); - InGameAudioLogic.Set(Player); - InGameAudioLogic.Set(GameRepo); - - InGameAudioBinding = InGameAudioLogic.Bind(); - - //InGameAudioBinding - // .Handle((in InGameAudioLogic.Output.PlayOverworldMusic _) => StartOverworldMusic()) - // .Handle((in InGameAudioLogic.Output.PlayDungeonThemeAMusic _) => StartDungeonThemeA()) - // .Handle((in InGameAudioLogic.Output.PlayMenuScrollSound _) => PlayMenuScrollSound()) - // .Handle((in InGameAudioLogic.Output.PlayEquipSound _) => PlayEquipSound()) - // .Handle((in InGameAudioLogic.Output.PlayUnequipSound _) => PlayUnequipSound()) - // .Handle((in InGameAudioLogic.Output.PlayMenuBackSound _) => PlayMenuBackSound()) - // .Handle((in InGameAudioLogic.Output.PlayInventorySortedSound _) => PlayInventorySortedSound()) - // .Handle((in InGameAudioLogic.Output.PlayHealingItemSound _) => PlayHealingItemSound()) - // .Handle((in InGameAudioLogic.Output.PlayTeleportSound _) => PlayTeleportSound()) - // .Handle((in InGameAudioLogic.Output.PlayPlayerAttackSound _) => { PlayerAttackSFX.Stop(); PlayerAttackSFX.Play(); }) - // .Handle((in InGameAudioLogic.Output.PlayPlayerAttackWallSound _) => { PlayerAttackWallSFX.Stop(); PlayerAttackWallSFX.Play(); }) - // .Handle((in InGameAudioLogic.Output.PlayPlayerAttackEnemySound _) => { PlayerAttackEnemySFX.Stop(); PlayerAttackEnemySFX.Play(); }); - - InGameAudioLogic.Start(); - } - - public void OnExitTree() - { - InGameAudioLogic.Stop(); - InGameAudioBinding.Dispose(); - } } diff --git a/Zennysoft.Game.Ma/src/audio/InGameAudio.tscn b/Zennysoft.Game.Ma/src/audio/InGameAudio.tscn index 9a459898..0583f40e 100644 --- a/Zennysoft.Game.Ma/src/audio/InGameAudio.tscn +++ b/Zennysoft.Game.Ma/src/audio/InGameAudio.tscn @@ -204,350 +204,99 @@ unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 -[node name="Environment" type="Node" parent="SFX"] - -[node name="StoneMoving" type="AudioStreamPlayer" parent="SFX/Environment"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="FlameAmbient" type="AudioStreamPlayer" parent="SFX/Environment"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ItemTransfer" type="AudioStreamPlayer" parent="SFX/Environment"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="Enemy" type="Node" parent="SFX"] - -[node name="AgniAttack1" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="AgniAmbient" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="AmbassadorAttack1" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="AmbassadorAttack2" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="AmbassadorAlert" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="AqueosAmbient" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="BallosMagicAttack" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="BallosSpikeAttack" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="BallosHover" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ChariotAttack1" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ChariotAttack2" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ChariotProjectile" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ChariotDeath" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ChintheTeleport" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ChintheAttack" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ChintheLand" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DemonWallOrb" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DemonWallOrbTravel" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DemonWallLaser" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DemonWallStatusEffector" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DemonWallPull" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DemonWallHolyElectric" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DemonWallFlamethrower" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DemonWallDeath" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DemonWallSlam" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="Boss1Death" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="EnemyDeathSoundSmall" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="EnemyDeathSoundMedium" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="EnemyDeathSoundLarge" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="FilthEaterAttack1" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="FilthEaterAttack2" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="FilthEaterAggro" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="HorseHeadHowl" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="HorseHeadAttack1" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="HorseHeadAttack2" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="OxFaceAttack1" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="OxFaceAttack2" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="OxFaceHowl" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="Boss1TakeDamage" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="Boss1Step" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="MichaelAttack" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="PalanquinAttack1" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="PalanquinAttack2" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="PillarShoot" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="PillarProjectileTravel" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="SaraAttack" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="SaraMagicAttack" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ShieldOfHeavenAttack1" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ShieldOfHeavenAttack2" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ShieldOfHeavenAggro" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="ShieldOfHeavenDeath" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="SproingDeath" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="SproingAttack" type="AudioStreamPlayer" parent="SFX/Enemy"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - [node name="Item" type="Node" parent="SFX"] [node name="SealingRod" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="TellericComponent" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="AeolicComponent" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="HydricComponent" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="IgneousComponent" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="FerrumComponent" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="GeomanticDiceUse" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="IdentifyItem" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="Perspective" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="Caster" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="DivinityRecall" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="SineMorphization" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="EnemyMorph" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="DevicBalance" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="Kyuuketsuki" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="Persiko" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="HeavensRebellion" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="EntropicSeal" type="AudioStreamPlayer" parent="SFX/Item"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 [node name="Boost" type="AudioStreamPlayer" parent="SFX/Item"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="Ambience" type="Node" parent="SFX"] - -[node name="FinalRoomAmbience" type="AudioStreamPlayer" parent="SFX/Ambience"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="WaterLarge" type="AudioStreamPlayer" parent="SFX/Ambience"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="Ocean" type="AudioStreamPlayer" parent="SFX/Ambience"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="WindAltar" type="AudioStreamPlayer" parent="SFX/Ambience"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="WindBalcony1" type="AudioStreamPlayer" parent="SFX/Ambience"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="WindBalcony2" type="AudioStreamPlayer" parent="SFX/Ambience"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DungeonAmbience1" type="AudioStreamPlayer" parent="SFX/Ambience"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DungeonAmbience2" type="AudioStreamPlayer" parent="SFX/Ambience"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DungeonAmbience3" type="AudioStreamPlayer" parent="SFX/Ambience"] -stream = ExtResource("10_3lcw5") -volume_db = -10.0 - -[node name="DungeonAmbience4" type="AudioStreamPlayer" parent="SFX/Ambience"] +unique_name_in_owner = true stream = ExtResource("10_3lcw5") volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/agni_ambient.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/agni_ambient.tscn new file mode 100644 index 00000000..3b1a9054 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/agni_ambient.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://clj7wew7wf702"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_t2idh"] + +[node name="AgniAmbient" type="AudioStreamPlayer3D"] +stream = ExtResource("1_t2idh") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/agni_attack_1.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/agni_attack_1.tscn new file mode 100644 index 00000000..e70d479d --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/agni_attack_1.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://qcvw2s4tlrku"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_xolux"] + +[node name="AgniAttack1" type="AudioStreamPlayer3D"] +stream = ExtResource("1_xolux") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_alert.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_alert.tscn new file mode 100644 index 00000000..9314daa4 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_alert.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dcdm10cnoh0w2"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_6wvpe"] + +[node name="AmbassadorAlert" type="AudioStreamPlayer3D"] +stream = ExtResource("1_6wvpe") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_attack_1.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_attack_1.tscn new file mode 100644 index 00000000..8a119662 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_attack_1.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://co657y3mrpotd"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_3khpk"] + +[node name="AmbassadorAttack1" type="AudioStreamPlayer3D"] +stream = ExtResource("1_3khpk") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_attack_2.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_attack_2.tscn new file mode 100644 index 00000000..50c20925 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ambassador_attack_2.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://canluut1sj6dk"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_ndle0"] + +[node name="AmbassadorAttack2" type="AudioStreamPlayer3D"] +stream = ExtResource("1_ndle0") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/aqueos_ambient.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/aqueos_ambient.tscn new file mode 100644 index 00000000..56c07f4f --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/aqueos_ambient.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dnn62fckypld0"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_wfarj"] + +[node name="AqueosAmbient" type="AudioStreamPlayer3D"] +stream = ExtResource("1_wfarj") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_hover.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_hover.tscn new file mode 100644 index 00000000..308d09c5 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_hover.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://ime0qewa5rhq"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_k0ktn"] + +[node name="BallosHover" type="AudioStreamPlayer3D"] +stream = ExtResource("1_k0ktn") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_magic_attack.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_magic_attack.tscn new file mode 100644 index 00000000..367fec7a --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_magic_attack.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://c65lpxgwu33tn"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_seg5t"] + +[node name="BallosMagicAttack" type="AudioStreamPlayer3D"] +stream = ExtResource("1_seg5t") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_spike_attack.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_spike_attack.tscn new file mode 100644 index 00000000..2f79ca2c --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ballos_spike_attack.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dwba7shywai0d"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_qjqno"] + +[node name="BallosSpikeAttack" type="AudioStreamPlayer3D"] +stream = ExtResource("1_qjqno") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_death.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_death.tscn new file mode 100644 index 00000000..663e8c19 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_death.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://damqqiqyis3qa"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_ytb13"] + +[node name="Boss1Death" type="AudioStreamPlayer3D"] +stream = ExtResource("1_ytb13") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_step.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_step.tscn new file mode 100644 index 00000000..e3bc7168 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_step.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://jqx4qhvggr7r"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_h0cnr"] + +[node name="Boss1Step" type="AudioStreamPlayer3D"] +stream = ExtResource("1_h0cnr") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_take_damage.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_take_damage.tscn new file mode 100644 index 00000000..97d32d38 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/boss_1_take_damage.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://cb6o5d2w21fgj"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_68qb7"] + +[node name="Boss1TakeDamage" type="AudioStreamPlayer3D"] +stream = ExtResource("1_68qb7") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_attack_1.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_attack_1.tscn new file mode 100644 index 00000000..111f0b10 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_attack_1.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://byavi7p8acxtg"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_sxg2e"] + +[node name="ChariotAttack1" type="AudioStreamPlayer3D"] +stream = ExtResource("1_sxg2e") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_attack_2.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_attack_2.tscn new file mode 100644 index 00000000..61cb9dd4 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_attack_2.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://bcv1dq3elh4g7"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_oghk7"] + +[node name="ChariotAttack2" type="AudioStreamPlayer3D"] +stream = ExtResource("1_oghk7") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_death.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_death.tscn new file mode 100644 index 00000000..1472fd9c --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_death.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://cicjyq4vupv41"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_h6ybu"] + +[node name="ChariotDeath" type="AudioStreamPlayer3D"] +stream = ExtResource("1_h6ybu") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_projectile.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_projectile.tscn new file mode 100644 index 00000000..61933aea --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chariot_projectile.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://c7ppj8mktsqfy"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_5r0v5"] + +[node name="ChariotProjectile" type="AudioStreamPlayer3D"] +stream = ExtResource("1_5r0v5") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_attack.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_attack.tscn new file mode 100644 index 00000000..b032a421 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_attack.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://cvp215smdlal4"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_mfxmi"] + +[node name="ChintheAttack" type="AudioStreamPlayer3D"] +stream = ExtResource("1_mfxmi") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_land.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_land.tscn new file mode 100644 index 00000000..8b47d89a --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_land.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://52oxt2gvemvf"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_g77q2"] + +[node name="ChintheLand" type="AudioStreamPlayer3D"] +stream = ExtResource("1_g77q2") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_teleport.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_teleport.tscn new file mode 100644 index 00000000..73facf1f --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/chinthe_teleport.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://j5b10u3dhf2a"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_q61pp"] + +[node name="ChintheTeleport" type="AudioStreamPlayer3D"] +stream = ExtResource("1_q61pp") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_death.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_death.tscn new file mode 100644 index 00000000..4f68342a --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_death.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://favnc55iot8i"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_lotbg"] + +[node name="DemonWallDeath" type="AudioStreamPlayer3D"] +stream = ExtResource("1_lotbg") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_flamethrower.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_flamethrower.tscn new file mode 100644 index 00000000..70a56773 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_flamethrower.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://71em00ohdkju"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_y07ml"] + +[node name="DemonWallFlamethrower" type="AudioStreamPlayer3D"] +stream = ExtResource("1_y07ml") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_holy_electric.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_holy_electric.tscn new file mode 100644 index 00000000..6410b504 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_holy_electric.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://b4kh4fbu8bl86"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_ycqvj"] + +[node name="DemonWallHolyElectric" type="AudioStreamPlayer3D"] +stream = ExtResource("1_ycqvj") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_laser.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_laser.tscn new file mode 100644 index 00000000..e0e7e2f4 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_laser.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://e6qsijbj77gk"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_smcsv"] + +[node name="DemonWallLaser" type="AudioStreamPlayer3D"] +stream = ExtResource("1_smcsv") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_orb.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_orb.tscn new file mode 100644 index 00000000..07ec6a2b --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_orb.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://5mkifjuphjs7"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_71xyo"] + +[node name="DemonWallOrb" type="AudioStreamPlayer3D"] +stream = ExtResource("1_71xyo") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_orb_travel.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_orb_travel.tscn new file mode 100644 index 00000000..44253692 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_orb_travel.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dormaa2vjilx5"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_lg7qd"] + +[node name="DemonWallOrbTravel" type="AudioStreamPlayer3D"] +stream = ExtResource("1_lg7qd") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_pull.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_pull.tscn new file mode 100644 index 00000000..26ebf22d --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_pull.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://b08ys324208ie"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_bm4c6"] + +[node name="DemonWallPull" type="AudioStreamPlayer3D"] +stream = ExtResource("1_bm4c6") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_slam.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_slam.tscn new file mode 100644 index 00000000..32342fe2 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_slam.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://b45wjjkudytgp"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_rpuq1"] + +[node name="DemonWallSlam" type="AudioStreamPlayer3D"] +stream = ExtResource("1_rpuq1") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_status_effector.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_status_effector.tscn new file mode 100644 index 00000000..48a98287 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/demon_wall_status_effector.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dhdtocfcblnpb"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_8w07t"] + +[node name="DemonWallStatusEffector" type="AudioStreamPlayer3D"] +stream = ExtResource("1_8w07t") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_1.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_1.tscn new file mode 100644 index 00000000..2331ec17 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_1.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dehusw5sqqwoh"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_kgoeo"] + +[node name="DungeonAmbience1" type="AudioStreamPlayer3D"] +stream = ExtResource("1_kgoeo") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_2.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_2.tscn new file mode 100644 index 00000000..35105dbd --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_2.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://c11v74iudpko3"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_g8ge0"] + +[node name="DungeonAmbience2" type="AudioStreamPlayer3D"] +stream = ExtResource("1_g8ge0") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_3.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_3.tscn new file mode 100644 index 00000000..1ac67d93 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_3.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://bqrkcfute7hta"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_bnh7p"] + +[node name="DungeonAmbience3" type="AudioStreamPlayer3D"] +stream = ExtResource("1_bnh7p") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_4.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_4.tscn new file mode 100644 index 00000000..5971e2a4 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/dungeon_ambience_4.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://bmtydawahq5te"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_oul3b"] + +[node name="DungeonAmbience4" type="AudioStreamPlayer3D"] +stream = ExtResource("1_oul3b") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_large.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_large.tscn new file mode 100644 index 00000000..4fa2f27f --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_large.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://da34t3osumohu"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_pt8mh"] + +[node name="EnemyDeathSoundLarge" type="AudioStreamPlayer3D"] +stream = ExtResource("1_pt8mh") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn new file mode 100644 index 00000000..11b43529 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://c32sxkj1xyyxs"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_lkmik"] + +[node name="EnemyDeathSoundMedium" type="AudioStreamPlayer3D"] +stream = ExtResource("1_lkmik") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_small.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_small.tscn new file mode 100644 index 00000000..da1743bc --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/enemy_death_sound_small.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dxk5aaqgpkei2"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_ig5bs"] + +[node name="EnemyDeathSoundSmall" type="AudioStreamPlayer3D"] +stream = ExtResource("1_ig5bs") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_aggro.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_aggro.tscn new file mode 100644 index 00000000..c7d15d51 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_aggro.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://bchy5iko04pae"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_77jmv"] + +[node name="FilthEaterAggro" type="AudioStreamPlayer3D"] +stream = ExtResource("1_77jmv") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_attack_1.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_attack_1.tscn new file mode 100644 index 00000000..a71ec63a --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_attack_1.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dl8up47gle21i"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_n5uci"] + +[node name="FilthEaterAttack1" type="AudioStreamPlayer3D"] +stream = ExtResource("1_n5uci") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_attack_2.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_attack_2.tscn new file mode 100644 index 00000000..47b210fd --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/filth_eater_attack_2.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://c3i2ew0g6lnj1"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_1kbbc"] + +[node name="FilthEaterAttack2" type="AudioStreamPlayer3D"] +stream = ExtResource("1_1kbbc") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/final_room_ambience.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/final_room_ambience.tscn new file mode 100644 index 00000000..bff05f27 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/final_room_ambience.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://duvrcpwyh4vh4"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_3ojrj"] + +[node name="FinalRoomAmbience" type="AudioStreamPlayer3D"] +stream = ExtResource("1_3ojrj") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/flame_ambient.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/flame_ambient.tscn new file mode 100644 index 00000000..4eca7359 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/flame_ambient.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://ca7s5jarh8m7c"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_vju7o"] + +[node name="FlameAmbient" type="AudioStreamPlayer3D"] +stream = ExtResource("1_vju7o") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_attack_1.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_attack_1.tscn new file mode 100644 index 00000000..5f518517 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_attack_1.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://cyy58sod8omcc"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_0qew1"] + +[node name="HorseHeadAttack1" type="AudioStreamPlayer3D"] +stream = ExtResource("1_0qew1") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_attack_2.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_attack_2.tscn new file mode 100644 index 00000000..6b75df7c --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_attack_2.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://cnarrrx4bly04"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_mlpmh"] + +[node name="HorseHeadAttack2" type="AudioStreamPlayer3D"] +stream = ExtResource("1_mlpmh") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_howl.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_howl.tscn new file mode 100644 index 00000000..268b4b0a --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/horse_head_howl.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://blja33tcm4amo"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_4st0u"] + +[node name="HorseHeadHowl" type="AudioStreamPlayer3D"] +stream = ExtResource("1_4st0u") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/item_transfer.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/item_transfer.tscn new file mode 100644 index 00000000..634cbf51 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/item_transfer.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://bh3o00jiev1p1"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_500yn"] + +[node name="ItemTransfer" type="AudioStreamPlayer3D"] +stream = ExtResource("1_500yn") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/michael_attack.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/michael_attack.tscn new file mode 100644 index 00000000..6ca2dd7b --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/michael_attack.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://cge4mt4potlv1"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_qdpdd"] + +[node name="MichaelAttack" type="AudioStreamPlayer3D"] +stream = ExtResource("1_qdpdd") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ocean.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ocean.tscn new file mode 100644 index 00000000..cd88e939 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ocean.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://cts7lgje7rqk5"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_s8uqx"] + +[node name="Ocean" type="AudioStreamPlayer3D"] +stream = ExtResource("1_s8uqx") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_attack_1.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_attack_1.tscn new file mode 100644 index 00000000..5bf5d4e0 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_attack_1.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dt3oia7l2qga5"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_0ijm4"] + +[node name="OxFaceAttack1" type="AudioStreamPlayer3D"] +stream = ExtResource("1_0ijm4") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_attack_2.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_attack_2.tscn new file mode 100644 index 00000000..8f7bc7a9 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_attack_2.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://r8frd2aiejtm"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_3gcne"] + +[node name="OxFaceAttack2" type="AudioStreamPlayer3D"] +stream = ExtResource("1_3gcne") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_howl.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_howl.tscn new file mode 100644 index 00000000..37db5085 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/ox_face_howl.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://djv3riyskuvk3"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_tn3x8"] + +[node name="OxFaceHowl" type="AudioStreamPlayer3D"] +stream = ExtResource("1_tn3x8") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/palanquin_attack_1.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/palanquin_attack_1.tscn new file mode 100644 index 00000000..9aa1c4f8 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/palanquin_attack_1.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://qw67j8yg2q7t"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_nricf"] + +[node name="PalanquinAttack1" type="AudioStreamPlayer3D"] +stream = ExtResource("1_nricf") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/palanquin_attack_2.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/palanquin_attack_2.tscn new file mode 100644 index 00000000..62604f9f --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/palanquin_attack_2.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dwfjnk0ggg7bn"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_1jy44"] + +[node name="PalanquinAttack2" type="AudioStreamPlayer3D"] +stream = ExtResource("1_1jy44") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/pillar_projectile_travel.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/pillar_projectile_travel.tscn new file mode 100644 index 00000000..54c3250e --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/pillar_projectile_travel.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://bltm0oc773wyf"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_7k83p"] + +[node name="PillarProjectileTravel" type="AudioStreamPlayer3D"] +stream = ExtResource("1_7k83p") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/pillar_shoot.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/pillar_shoot.tscn new file mode 100644 index 00000000..75e12a8f --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/pillar_shoot.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://cl8mdkofi2g5d"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_q8e0b"] + +[node name="PillarShoot" type="AudioStreamPlayer3D"] +stream = ExtResource("1_q8e0b") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sara_attack.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sara_attack.tscn new file mode 100644 index 00000000..ce58da8c --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sara_attack.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://c7oq1j1reith6"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_qtjvd"] + +[node name="SaraAttack" type="AudioStreamPlayer3D"] +stream = ExtResource("1_qtjvd") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sara_magic_attack.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sara_magic_attack.tscn new file mode 100644 index 00000000..b216f185 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sara_magic_attack.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://bor8f03mpt1ee"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_puvb5"] + +[node name="SaraMagicAttack" type="AudioStreamPlayer3D"] +stream = ExtResource("1_puvb5") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_aggro.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_aggro.tscn new file mode 100644 index 00000000..4e1f6c92 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_aggro.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://bsn50r0i14jxq"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_au1rl"] + +[node name="ShieldOfHeavenAggro" type="AudioStreamPlayer3D"] +stream = ExtResource("1_au1rl") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_attack_1.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_attack_1.tscn new file mode 100644 index 00000000..cca335a1 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_attack_1.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://bliajv6dl1ilp"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_fdwc5"] + +[node name="ShieldOfHeavenAttack1" type="AudioStreamPlayer3D"] +stream = ExtResource("1_fdwc5") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_attack_2.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_attack_2.tscn new file mode 100644 index 00000000..26fb2a13 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_attack_2.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://debhgsv7640qf"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_ex1kk"] + +[node name="ShieldOfHeavenAttack2" type="AudioStreamPlayer3D"] +stream = ExtResource("1_ex1kk") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_death.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_death.tscn new file mode 100644 index 00000000..baf1697d --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/shield_of_heaven_death.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://8ea5vaqwujfd"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_l7sbt"] + +[node name="ShieldOfHeavenDeath" type="AudioStreamPlayer3D"] +stream = ExtResource("1_l7sbt") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sproing_attack.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sproing_attack.tscn new file mode 100644 index 00000000..3108ab87 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sproing_attack.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://cmldmuxkmltae"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_wo7aa"] + +[node name="SproingAttack" type="AudioStreamPlayer3D"] +stream = ExtResource("1_wo7aa") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sproing_death.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sproing_death.tscn new file mode 100644 index 00000000..cbd405e8 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/sproing_death.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dpngkc4ld21ex"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_pnuok"] + +[node name="SproingDeath" type="AudioStreamPlayer3D"] +stream = ExtResource("1_pnuok") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/stone_moving.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/stone_moving.tscn new file mode 100644 index 00000000..dd9e0760 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/stone_moving.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://b2u48k85ex546"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_nf3na"] + +[node name="StoneMoving" type="AudioStreamPlayer3D"] +stream = ExtResource("1_nf3na") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/water_large.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/water_large.tscn new file mode 100644 index 00000000..43d4002f --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/water_large.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://b6uf8711om7o6"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_j0qjw"] + +[node name="WaterLarge" type="AudioStreamPlayer3D"] +stream = ExtResource("1_j0qjw") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_altar.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_altar.tscn new file mode 100644 index 00000000..afe4c280 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_altar.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://ddgqm0ovrivqw"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_6488v"] + +[node name="WindAltar" type="AudioStreamPlayer3D"] +stream = ExtResource("1_6488v") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_balcony_1.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_balcony_1.tscn new file mode 100644 index 00000000..3e734f20 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_balcony_1.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://cuvqkg0sko2pt"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_gxm8g"] + +[node name="WindBalcony1" type="AudioStreamPlayer3D"] +stream = ExtResource("1_gxm8g") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_balcony_2.tscn b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_balcony_2.tscn new file mode 100644 index 00000000..7c3892e7 --- /dev/null +++ b/Zennysoft.Game.Ma/src/audio/sfx/SfxNodes/wind_balcony_2.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://blvw5vesonhgs"] + +[ext_resource type="AudioStream" uid="uid://myx4s8lmarc2" path="res://src/audio/sfx/HealSFX.ogg" id="1_2rtjv"] + +[node name="WindBalcony2" type="AudioStreamPlayer3D"] +stream = ExtResource("1_2rtjv") +volume_db = -10.0 diff --git a/Zennysoft.Game.Ma/src/data_viewer/DataViewer.tscn b/Zennysoft.Game.Ma/src/data_viewer/DataViewer.tscn index 5af7ab64..42540d36 100644 --- a/Zennysoft.Game.Ma/src/data_viewer/DataViewer.tscn +++ b/Zennysoft.Game.Ma/src/data_viewer/DataViewer.tscn @@ -8,7 +8,7 @@ [ext_resource type="PackedScene" uid="uid://dcm53j3rncxdm" path="res://src/enemy/enemy_types/06. chariot/ChariotModelView.tscn" id="5_vk1lh"] [ext_resource type="PackedScene" uid="uid://bimjnsu52y3xi" path="res://src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn" id="6_hpkd1"] [ext_resource type="PackedScene" uid="uid://bup8c4x1na3aw" path="res://src/enemy/enemy_types/03. filth_eater/FilthEaterModelView.tscn" id="8_dvixg"] -[ext_resource type="PackedScene" uid="uid://bls3mcsyld4vy" path="res://src/enemy/enemy_types/09. Agi/AgiDemonModelView.tscn" id="9_utjpw"] +[ext_resource type="PackedScene" uid="uid://bls3mcsyld4vy" path="res://src/enemy/enemy_types/09. Agni/AgniDemonModelView.tscn" id="9_utjpw"] [ext_resource type="PackedScene" uid="uid://cu7n814hhtjwm" path="res://src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn" id="10_ylptw"] [ext_resource type="PackedScene" uid="uid://c2i8ylr3y0bri" path="res://src/enemy/enemy_types/08a. Ambassador/AmbassadorModelView.tscn" id="11_fm7p5"] [ext_resource type="PackedScene" uid="uid://72lbcmp4bcx4" path="res://src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorSmallModelView.tscn" id="12_5hrw6"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn index 83675575..ae4605c4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=172 format=3 uid="uid://bimjnsu52y3xi"] +[gd_scene load_steps=174 format=3 uid="uid://bimjnsu52y3xi"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_oh25a"] [ext_resource type="Texture2D" uid="uid://dd0ia6isdqg61" path="res://src/enemy/enemy_types/01. sproingy/animations/ATTACK/Layer 1.png" id="1_pbx41"] @@ -59,6 +59,8 @@ [ext_resource type="Texture2D" uid="uid://b1cmx8l4ia3fv" path="res://src/enemy/enemy_types/01. sproingy/animations/IDLE_WALK_SIDE/Layer 14.png" id="54_jdvn0"] [ext_resource type="Texture2D" uid="uid://c7t4626rox02s" path="res://src/enemy/enemy_types/01. sproingy/animations/IDLE_WALK_SIDE/Layer 15.png" id="55_2eqor"] [ext_resource type="Script" uid="uid://6edayafleq8y" path="res://src/hitbox/Hitbox.cs" id="57_lae8t"] +[ext_resource type="PackedScene" uid="uid://cmldmuxkmltae" path="res://src/audio/sfx/SfxNodes/sproing_attack.tscn" id="60_djeua"] +[ext_resource type="PackedScene" uid="uid://dpngkc4ld21ex" path="res://src/audio/sfx/SfxNodes/sproing_death.tscn" id="61_8wbs7"] [sub_resource type="Resource" id="Resource_ivy74"] script = ExtResource("2_7hf3j") @@ -1141,3 +1143,9 @@ unique_name_in_owner = true root_node = NodePath("%AnimationTree/..") tree_root = SubResource("AnimationNodeStateMachine_d5bmw") anim_player = NodePath("../AnimationPlayer") + +[node name="SFX" type="Node3D" parent="."] + +[node name="SproingAttack" parent="SFX" instance=ExtResource("60_djeua")] + +[node name="SproingDeath" parent="SFX" instance=ExtResource("61_8wbs7")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelModelView.tscn index 46cecae4..d4c4ae94 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=93 format=3 uid="uid://bjg8wyvp8q6oc"] +[gd_scene load_steps=95 format=3 uid="uid://bjg8wyvp8q6oc"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_o4cc2"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_3eot4"] @@ -73,6 +73,8 @@ [ext_resource type="Texture2D" uid="uid://djspx2smexhme" path="res://src/enemy/enemy_types/02. michael/animations/IDLE_WALK/LEFT SIDE/Michael_IdleWalk_Left (23).png" id="70_f0jo7"] [ext_resource type="Script" uid="uid://6edayafleq8y" path="res://src/hitbox/Hitbox.cs" id="71_ul4dn"] [ext_resource type="PackedScene" uid="uid://dpoonda2dwwic" path="res://src/enemy/BasicEnemyAnimationTree.tscn" id="73_gby04"] +[ext_resource type="PackedScene" uid="uid://cge4mt4potlv1" path="res://src/audio/sfx/SfxNodes/michael_attack.tscn" id="74_mip6u"] +[ext_resource type="PackedScene" uid="uid://c32sxkj1xyyxs" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn" id="75_bk4gf"] [sub_resource type="Resource" id="Resource_gby04"] script = ExtResource("2_3eot4") @@ -827,3 +829,9 @@ libraries = { [node name="AnimationTree" parent="." instance=ExtResource("73_gby04")] unique_name_in_owner = true + +[node name="SFX" type="Node3D" parent="."] + +[node name="MichaelAttack" parent="SFX" instance=ExtResource("74_mip6u")] + +[node name="EnemyDeathSoundMedium" parent="SFX" instance=ExtResource("75_bk4gf")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterModelView.tscn index 248d6b09..6154a010 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=216 format=3 uid="uid://bup8c4x1na3aw"] +[gd_scene load_steps=220 format=3 uid="uid://bup8c4x1na3aw"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_718m1"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_krqul"] @@ -193,6 +193,10 @@ [ext_resource type="Texture2D" uid="uid://cvivq23738fvf" path="res://src/enemy/enemy_types/03. filth_eater/animations/Filth Side Attacks Frames/ATTACK 2 SIDE/frame_072_delay-0.01s.png" id="189_uqsli"] [ext_resource type="Texture2D" uid="uid://bxijhjyqvfrip" path="res://src/enemy/enemy_types/03. filth_eater/animations/Filth Side Attacks Frames/ATTACK 2 SIDE/frame_073_delay-0.01s.png" id="190_wg32o"] [ext_resource type="PackedScene" uid="uid://diaxvpmwgl65u" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="193_krqul"] +[ext_resource type="PackedScene" uid="uid://bchy5iko04pae" path="res://src/audio/sfx/SfxNodes/filth_eater_aggro.tscn" id="194_7a6is"] +[ext_resource type="PackedScene" uid="uid://dl8up47gle21i" path="res://src/audio/sfx/SfxNodes/filth_eater_attack_1.tscn" id="195_u5xjp"] +[ext_resource type="PackedScene" uid="uid://c3i2ew0g6lnj1" path="res://src/audio/sfx/SfxNodes/filth_eater_attack_2.tscn" id="196_5cwnl"] +[ext_resource type="PackedScene" uid="uid://da34t3osumohu" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_large.tscn" id="197_u5xjp"] [sub_resource type="Resource" id="Resource_pyy2h"] script = ExtResource("2_krqul") @@ -1797,3 +1801,13 @@ libraries = { [node name="AnimationTree" parent="." instance=ExtResource("193_krqul")] unique_name_in_owner = true + +[node name="SFX" type="Node3D" parent="."] + +[node name="FilthEaterAggro" parent="SFX" instance=ExtResource("194_7a6is")] + +[node name="FilthEaterAttack1" parent="SFX" instance=ExtResource("195_u5xjp")] + +[node name="FilthEaterAttack2" parent="SFX" instance=ExtResource("196_5cwnl")] + +[node name="EnemyDeathSoundLarge" parent="SFX" instance=ExtResource("197_u5xjp")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraModelView.tscn index ae028dc2..5a5feca5 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=184 format=3 uid="uid://bli0t0d6ommvi"] +[gd_scene load_steps=187 format=3 uid="uid://bli0t0d6ommvi"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_oh25a"] [ext_resource type="Texture2D" uid="uid://nps7rrvkgews" path="res://src/enemy/enemy_types/04. sara/animations/IDLE+MOVE/FRONT/0001.png" id="2_8j76g"] @@ -163,6 +163,9 @@ [ext_resource type="Texture2D" uid="uid://n2c8kfwt6ve3" path="res://src/enemy/enemy_types/04. sara/animations/ATTACK2/SIDE R/0019.png" id="160_r8ggx"] [ext_resource type="Texture2D" uid="uid://dykb4rwua8iyw" path="res://src/enemy/enemy_types/04. sara/animations/ATTACK2/SIDE R/0022.png" id="161_xafpd"] [ext_resource type="PackedScene" uid="uid://diaxvpmwgl65u" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="163_e6etm"] +[ext_resource type="PackedScene" uid="uid://c7oq1j1reith6" path="res://src/audio/sfx/SfxNodes/sara_attack.tscn" id="164_nbpma"] +[ext_resource type="PackedScene" uid="uid://bor8f03mpt1ee" path="res://src/audio/sfx/SfxNodes/sara_magic_attack.tscn" id="165_2d3km"] +[ext_resource type="PackedScene" uid="uid://da34t3osumohu" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_large.tscn" id="166_2d3km"] [sub_resource type="ViewportTexture" id="ViewportTexture_h1kaf"] viewport_path = NodePath("Sprite3D/SubViewportContainer/SubViewport") @@ -1350,3 +1353,11 @@ libraries = { [node name="AnimationTree" parent="." instance=ExtResource("163_e6etm")] unique_name_in_owner = true + +[node name="SFX" type="Node3D" parent="."] + +[node name="SaraAttack" parent="SFX" instance=ExtResource("164_nbpma")] + +[node name="SaraMagicAttack" parent="SFX" instance=ExtResource("165_2d3km")] + +[node name="EnemyDeathSoundLarge" parent="SFX" instance=ExtResource("166_2d3km")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn index e3d41e6f..645e9170 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=286 format=3 uid="uid://c5xijwxkg4pf6"] +[gd_scene load_steps=290 format=3 uid="uid://c5xijwxkg4pf6"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_ueqp5"] [ext_resource type="Texture2D" uid="uid://bgkx485uy065" path="res://src/enemy/enemy_types/05. ballos/animations/WALK BACK/1.png" id="3_b3ny6"] @@ -94,6 +94,10 @@ [ext_resource type="Texture2D" uid="uid://cuiwtl48d2rgo" path="res://src/enemy/enemy_types/05. ballos/animations/Ballos Side Attack Frames/ATTACK 2 SIDE/frame_23_delay-0.01s.png" id="72_3ev0n"] [ext_resource type="Texture2D" uid="uid://jsknxkujml8k" path="res://src/enemy/enemy_types/05. ballos/animations/Ballos Side Attack Frames/ATTACK 2 BACK/frame_11_delay-0.01s.png" id="72_4q1uq"] [ext_resource type="Texture2D" uid="uid://cejae00ramgdn" path="res://src/enemy/enemy_types/05. ballos/animations/Ballos Side Attack Frames/ATTACK 2 SIDE/frame_24_delay-0.01s.png" id="73_o6ljw"] +[ext_resource type="PackedScene" uid="uid://ime0qewa5rhq" path="res://src/audio/sfx/SfxNodes/ballos_hover.tscn" id="95_n6nro"] +[ext_resource type="PackedScene" uid="uid://c65lpxgwu33tn" path="res://src/audio/sfx/SfxNodes/ballos_magic_attack.tscn" id="96_6dkk2"] +[ext_resource type="PackedScene" uid="uid://dwba7shywai0d" path="res://src/audio/sfx/SfxNodes/ballos_spike_attack.tscn" id="97_i3hgg"] +[ext_resource type="PackedScene" uid="uid://da34t3osumohu" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_large.tscn" id="98_6dkk2"] [sub_resource type="ViewportTexture" id="ViewportTexture_h1kaf"] viewport_path = NodePath("Sprite3D/SubViewportContainer/SubViewport") @@ -1648,3 +1652,13 @@ unique_name_in_owner = true root_node = NodePath("%AnimationTree/..") tree_root = SubResource("AnimationNodeStateMachine_3ev0n") anim_player = NodePath("../AnimationPlayer") + +[node name="SFX" type="Node3D" parent="."] + +[node name="BallosHover" parent="SFX" instance=ExtResource("95_n6nro")] + +[node name="BallosMagicAttack" parent="SFX" instance=ExtResource("96_6dkk2")] + +[node name="BallosSpikeAttack" parent="SFX" instance=ExtResource("97_i3hgg")] + +[node name="EnemyDeathSoundLarge" parent="SFX" instance=ExtResource("98_6dkk2")] 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 8199aa0d..98135ea5 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 @@ -1,4 +1,4 @@ -[gd_scene load_steps=1254 format=3 uid="uid://dcm53j3rncxdm"] +[gd_scene load_steps=1259 format=3 uid="uid://dcm53j3rncxdm"] [ext_resource type="Script" uid="uid://ckxqmb4tu4rml" path="res://src/enemy/enemy_types/06. chariot/ChariotModelView.cs" id="1_ol7va"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_6vf6u"] @@ -971,6 +971,11 @@ [ext_resource type="Texture2D" uid="uid://dgvbbcwjlcn3s" path="res://src/enemy/enemy_types/06. chariot/animations/CLOTH_LOOP/RIGHT/0296.png" id="828_50nxi"] [ext_resource type="Texture2D" uid="uid://dsr8hjinu075n" path="res://src/enemy/enemy_types/06. chariot/animations/CLOTH_LOOP/RIGHT/0298.png" id="829_qitpn"] [ext_resource type="Texture2D" uid="uid://dcqcdd7he20sl" path="res://src/enemy/enemy_types/06. chariot/animations/CLOTH_LOOP/RIGHT/0300.png" id="830_4hn70"] +[ext_resource type="PackedScene" uid="uid://byavi7p8acxtg" path="res://src/audio/sfx/SfxNodes/chariot_attack_1.tscn" id="972_t2d7k"] +[ext_resource type="PackedScene" uid="uid://bcv1dq3elh4g7" path="res://src/audio/sfx/SfxNodes/chariot_attack_2.tscn" id="973_ig27o"] +[ext_resource type="PackedScene" uid="uid://cicjyq4vupv41" path="res://src/audio/sfx/SfxNodes/chariot_death.tscn" id="974_behrq"] +[ext_resource type="PackedScene" uid="uid://c7ppj8mktsqfy" path="res://src/audio/sfx/SfxNodes/chariot_projectile.tscn" id="975_86buh"] +[ext_resource type="PackedScene" uid="uid://da34t3osumohu" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_large.tscn" id="976_ig27o"] [sub_resource type="Resource" id="Resource_500at"] script = ExtResource("2_6vf6u") @@ -7064,3 +7069,15 @@ unique_name_in_owner = true root_node = NodePath("%AnimationTree/..") tree_root = SubResource("AnimationNodeStateMachine_61mt4") anim_player = NodePath("../AnimationPlayer") + +[node name="SFX" type="Node3D" parent="."] + +[node name="ChariotAttack1" parent="SFX" instance=ExtResource("972_t2d7k")] + +[node name="ChariotAttack2" parent="SFX" instance=ExtResource("973_ig27o")] + +[node name="ChariotDeath" parent="SFX" instance=ExtResource("974_behrq")] + +[node name="ChariotProjectile" parent="SFX" instance=ExtResource("975_86buh")] + +[node name="EnemyDeathSoundLarge" parent="SFX" instance=ExtResource("976_ig27o")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChinteModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChinteModelView.tscn index 4e476d44..c4f2b624 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChinteModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChinteModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=441 format=3 uid="uid://byd7cwxq1be6f"] +[gd_scene load_steps=445 format=3 uid="uid://byd7cwxq1be6f"] [ext_resource type="Script" uid="uid://l03h4elwjitu" path="res://src/enemy/enemy_types/07. chinthe/ChintheModelView.cs" id="1_ls38s"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_hr7xb"] @@ -243,6 +243,10 @@ [ext_resource type="Texture2D" uid="uid://75mrdvb1vy77" path="res://src/enemy/enemy_types/07. chinthe/animations/TELEPORT/TELEPORT_page_0009.png" id="158_bo0u7"] [ext_resource type="Texture2D" uid="uid://xp31l3govdc6" path="res://src/enemy/enemy_types/07. chinthe/animations/TELEPORT/TELEPORT_page_0010.png" id="159_mmg6v"] [ext_resource type="Texture2D" uid="uid://cdv6qy3hdbqnb" path="res://src/enemy/enemy_types/07. chinthe/animations/TELEPORT/TELEPORT_page_0011.png" id="160_ugn17"] +[ext_resource type="PackedScene" uid="uid://cvp215smdlal4" path="res://src/audio/sfx/SfxNodes/chinthe_attack.tscn" id="244_umemc"] +[ext_resource type="PackedScene" uid="uid://52oxt2gvemvf" path="res://src/audio/sfx/SfxNodes/chinthe_land.tscn" id="245_t3xhd"] +[ext_resource type="PackedScene" uid="uid://j5b10u3dhf2a" path="res://src/audio/sfx/SfxNodes/chinthe_teleport.tscn" id="246_5jjkq"] +[ext_resource type="PackedScene" uid="uid://c32sxkj1xyyxs" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn" id="247_t3xhd"] [sub_resource type="Resource" id="Resource_dlf6r"] script = ExtResource("2_hr7xb") @@ -2677,3 +2681,13 @@ unique_name_in_owner = true root_node = NodePath("%AnimationTree/..") tree_root = SubResource("AnimationNodeStateMachine_umemc") anim_player = NodePath("../AnimationPlayer") + +[node name="SFX" type="Node3D" parent="."] + +[node name="ChintheAttack" parent="SFX" instance=ExtResource("244_umemc")] + +[node name="ChintheLand" parent="SFX" instance=ExtResource("245_t3xhd")] + +[node name="ChintheTeleport" parent="SFX" instance=ExtResource("246_5jjkq")] + +[node name="EnemyDeathSoundMedium" parent="SFX" instance=ExtResource("247_t3xhd")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/AmbassadorModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/AmbassadorModelView.tscn index d5f52b74..ad5a4daf 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/AmbassadorModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/AmbassadorModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=284 format=3 uid="uid://c2i8ylr3y0bri"] +[gd_scene load_steps=288 format=3 uid="uid://c2i8ylr3y0bri"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_h27bt"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_yyynn"] @@ -260,6 +260,10 @@ [ext_resource type="Texture2D" uid="uid://jcs07eo1xqtj" path="res://src/enemy/enemy_types/08a. Ambassador/animations/SIDE/Layer 171.png" id="258_q2wum"] [ext_resource type="Texture2D" uid="uid://btrum7jo404t0" path="res://src/enemy/enemy_types/08a. Ambassador/animations/SIDE/Layer 172.png" id="259_br04c"] [ext_resource type="PackedScene" uid="uid://diaxvpmwgl65u" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="261_a705x"] +[ext_resource type="PackedScene" uid="uid://dcdm10cnoh0w2" path="res://src/audio/sfx/SfxNodes/ambassador_alert.tscn" id="262_312rt"] +[ext_resource type="PackedScene" uid="uid://c32sxkj1xyyxs" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn" id="262_sroq1"] +[ext_resource type="PackedScene" uid="uid://co657y3mrpotd" path="res://src/audio/sfx/SfxNodes/ambassador_attack_1.tscn" id="263_sroq1"] +[ext_resource type="PackedScene" uid="uid://canluut1sj6dk" path="res://src/audio/sfx/SfxNodes/ambassador_attack_2.tscn" id="264_dcx20"] [ext_resource type="Script" uid="uid://6edayafleq8y" path="res://src/hitbox/Hitbox.cs" id="333_u3b1r"] [sub_resource type="Resource" id="Resource_f45wt"] @@ -1889,3 +1893,13 @@ libraries = { [node name="AnimationTree" parent="." instance=ExtResource("261_a705x")] unique_name_in_owner = true + +[node name="EnemyDeathSoundMedium" parent="." instance=ExtResource("262_sroq1")] + +[node name="SFX" type="Node3D" parent="."] + +[node name="AmbassadorAlert" parent="SFX" instance=ExtResource("262_312rt")] + +[node name="AmbassadorAttack1" parent="SFX" instance=ExtResource("263_sroq1")] + +[node name="AmbassadorAttack2" parent="SFX" instance=ExtResource("264_dcx20")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorSmallModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorSmallModelView.tscn index 7f6242ea..e692f7ca 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorSmallModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorSmallModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=285 format=3 uid="uid://72lbcmp4bcx4"] +[gd_scene load_steps=289 format=3 uid="uid://72lbcmp4bcx4"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_a8qtn"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_xa3ug"] @@ -262,6 +262,10 @@ [ext_resource type="Texture2D" uid="uid://by2vqyh68egwr" path="res://src/enemy/enemy_types/08b. Ambassador (red)/animations/SIDE/0199.png" id="260_jtq5d"] [ext_resource type="Script" uid="uid://6edayafleq8y" path="res://src/hitbox/Hitbox.cs" id="261_uny2s"] [ext_resource type="PackedScene" uid="uid://diaxvpmwgl65u" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="262_a3dro"] +[ext_resource type="PackedScene" uid="uid://dcdm10cnoh0w2" path="res://src/audio/sfx/SfxNodes/ambassador_alert.tscn" id="263_6e6i7"] +[ext_resource type="PackedScene" uid="uid://co657y3mrpotd" path="res://src/audio/sfx/SfxNodes/ambassador_attack_1.tscn" id="264_qerwx"] +[ext_resource type="PackedScene" uid="uid://canluut1sj6dk" path="res://src/audio/sfx/SfxNodes/ambassador_attack_2.tscn" id="265_xxvov"] +[ext_resource type="PackedScene" uid="uid://dxk5aaqgpkei2" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_small.tscn" id="266_qerwx"] [sub_resource type="Resource" id="Resource_f45wt"] script = ExtResource("2_xa3ug") @@ -1896,3 +1900,13 @@ libraries = { [node name="AnimationTree" parent="." instance=ExtResource("262_a3dro")] unique_name_in_owner = true + +[node name="SFX" type="Node3D" parent="."] + +[node name="AmbassadorAlert" parent="SFX" instance=ExtResource("263_6e6i7")] + +[node name="AmbassadorAttack1" parent="SFX" instance=ExtResource("264_qerwx")] + +[node name="AmbassadorAttack2" parent="SFX" instance=ExtResource("265_xxvov")] + +[node name="EnemyDeathSoundSmall" parent="SFX" instance=ExtResource("266_qerwx")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteelModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteelModelView.tscn index c9ffa719..8aa7b666 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteelModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteelModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=285 format=3 uid="uid://lc5koiqn1sca"] +[gd_scene load_steps=289 format=3 uid="uid://lc5koiqn1sca"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_s0qsg"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_84ebe"] @@ -262,6 +262,10 @@ [ext_resource type="Texture2D" uid="uid://biaen4nwf0tpg" path="res://src/enemy/enemy_types/08c. Ambassador (steel)/animations/SIDE/Layer 258.png" id="260_3ft46"] [ext_resource type="Script" uid="uid://6edayafleq8y" path="res://src/hitbox/Hitbox.cs" id="261_jsntq"] [ext_resource type="PackedScene" uid="uid://diaxvpmwgl65u" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="262_47uje"] +[ext_resource type="PackedScene" uid="uid://dcdm10cnoh0w2" path="res://src/audio/sfx/SfxNodes/ambassador_alert.tscn" id="263_fpc02"] +[ext_resource type="PackedScene" uid="uid://co657y3mrpotd" path="res://src/audio/sfx/SfxNodes/ambassador_attack_1.tscn" id="264_i2vbx"] +[ext_resource type="PackedScene" uid="uid://canluut1sj6dk" path="res://src/audio/sfx/SfxNodes/ambassador_attack_2.tscn" id="265_5tr5n"] +[ext_resource type="PackedScene" uid="uid://c32sxkj1xyyxs" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn" id="266_i2vbx"] [sub_resource type="Resource" id="Resource_f45wt"] script = ExtResource("2_84ebe") @@ -1893,3 +1897,13 @@ libraries = { [node name="AnimationTree" parent="." instance=ExtResource("262_47uje")] unique_name_in_owner = true + +[node name="SFX" type="Node3D" parent="."] + +[node name="AmbassadorAlert" parent="SFX" instance=ExtResource("263_fpc02")] + +[node name="AmbassadorAttack1" parent="SFX" instance=ExtResource("264_i2vbx")] + +[node name="AmbassadorAttack2" parent="SFX" instance=ExtResource("265_5tr5n")] + +[node name="EnemyDeathSoundMedium" parent="SFX" instance=ExtResource("266_i2vbx")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_088_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_088_delay-0.01s.png.import deleted file mode 100644 index bb5384bb..00000000 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_088_delay-0.01s.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://by0ir4chxvpuc" -path="res://.godot/imported/frame_088_delay-0.01s.png-a2213dd85dec6f55a85fc1532a210c4d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_088_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_088_delay-0.01s.png-a2213dd85dec6f55a85fc1532a210c4d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_098_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_098_delay-0.01s.png.import deleted file mode 100644 index 7fca6f48..00000000 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_098_delay-0.01s.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cw3vqnfwfnpkl" -path="res://.godot/imported/frame_098_delay-0.01s.png-f96242b4c50c4b7eb77dfbe57b258d8f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_098_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_098_delay-0.01s.png-f96242b4c50c4b7eb77dfbe57b258d8f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_108_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_108_delay-0.01s.png.import deleted file mode 100644 index ac7c8a8b..00000000 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_108_delay-0.01s.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dgg6u02oaxjwp" -path="res://.godot/imported/frame_108_delay-0.01s.png-486a6c18f42b3f21db68008edaf0e935.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_108_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_108_delay-0.01s.png-486a6c18f42b3f21db68008edaf0e935.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_142_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_142_delay-0.01s.png.import deleted file mode 100644 index 6889789e..00000000 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_142_delay-0.01s.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cspnh0dp8rby7" -path="res://.godot/imported/frame_142_delay-0.01s.png-8b91f14d8560552ab55572669311796c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_142_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_142_delay-0.01s.png-8b91f14d8560552ab55572669311796c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_192_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_192_delay-0.01s.png.import deleted file mode 100644 index 4e5b9202..00000000 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_192_delay-0.01s.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://7l7mnj87hsf7" -path="res://.godot/imported/frame_192_delay-0.01s.png-99b3e47afcbf3404e829494677534da5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_192_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_192_delay-0.01s.png-99b3e47afcbf3404e829494677534da5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_287_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_287_delay-0.01s.png.import deleted file mode 100644 index 83b06aa7..00000000 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_287_delay-0.01s.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://brjhwakmssh2v" -path="res://.godot/imported/frame_287_delay-0.01s.png-bb58241a838a26d020a4844bd3f4bbc5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_287_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_287_delay-0.01s.png-bb58241a838a26d020a4844bd3f4bbc5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_307_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_307_delay-0.01s.png.import deleted file mode 100644 index e4ab146b..00000000 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_307_delay-0.01s.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cpmsi4om5ax3s" -path="res://.godot/imported/frame_307_delay-0.01s.png-22718541125fed528a13f0cc12dbb538.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_307_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_307_delay-0.01s.png-22718541125fed528a13f0cc12dbb538.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_230_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_230_delay-0.01s.png.import deleted file mode 100644 index 7182647e..00000000 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_230_delay-0.01s.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://y1u43bt8wh7b" -path="res://.godot/imported/frame_230_delay-0.01s.png-766cbaa358ba57bf677b8a022f27c1fa.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_230_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_230_delay-0.01s.png-766cbaa358ba57bf677b8a022f27c1fa.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_245_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_245_delay-0.01s.png.import deleted file mode 100644 index c6e7cd17..00000000 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_245_delay-0.01s.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dwhgget8tysjl" -path="res://.godot/imported/frame_245_delay-0.01s.png-eb8715e3ee17ec2fa55e65ab64532261.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_245_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_245_delay-0.01s.png-eb8715e3ee17ec2fa55e65ab64532261.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemon.cs b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.cs similarity index 97% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemon.cs rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.cs index d149194d..2f0b3dc9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemon.cs +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.cs @@ -9,7 +9,7 @@ using Zennysoft.Game.Abstractions; namespace Zennysoft.Game.Ma; [Meta(typeof(IAutoNode))] -public partial class AgiDemon : Enemy, IHasPrimaryAttack, IHasSecondaryAttack, ICanPatrol +public partial class AgniDemon : Enemy, IHasPrimaryAttack, IHasSecondaryAttack, ICanPatrol { public override void _Notification(int what) => this.Notify(what); diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemon.cs.uid b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.cs.uid similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemon.cs.uid rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.cs.uid diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemon.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.tscn similarity index 81% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemon.tscn rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.tscn index d63b724f..68f160fa 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemon.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=8 format=3 uid="uid://b8ewfgcjv60es"] -[ext_resource type="Script" uid="uid://h6duv685n6eh" path="res://src/enemy/enemy_types/09. Agi/AgiDemon.cs" id="1_56f32"] -[ext_resource type="Resource" uid="uid://2lflwab43lb0" path="res://src/enemy/enemy_types/09. Agi/AgiDemonStats.tres" id="2_qec65"] -[ext_resource type="PackedScene" uid="uid://bls3mcsyld4vy" path="res://src/enemy/enemy_types/09. Agi/AgiDemonModelView.tscn" id="3_703e7"] -[ext_resource type="PackedScene" uid="uid://pbnsngx5jvrh" path="res://src/enemy/NavigationAgentClient.tscn" id="4_uaeav"] +[ext_resource type="Script" uid="uid://h6duv685n6eh" path="res://src/enemy/enemy_types/09. Agni/AgniDemon.cs" id="1_okj1v"] +[ext_resource type="Resource" uid="uid://2lflwab43lb0" path="res://src/enemy/enemy_types/09. Agni/AgniDemonStats.tres" id="2_eschf"] +[ext_resource type="PackedScene" uid="uid://bls3mcsyld4vy" path="res://src/enemy/enemy_types/09. Agni/AgniDemonModelView.tscn" id="3_tbkej"] +[ext_resource type="PackedScene" uid="uid://pbnsngx5jvrh" path="res://src/enemy/NavigationAgentClient.tscn" id="4_xj6b3"] [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_cwfph"] radius = 0.226425 @@ -16,16 +16,16 @@ radius = 1.0 [sub_resource type="SphereShape3D" id="SphereShape3D_8vcnq"] radius = 1.20703 -[node name="Agi" type="CharacterBody3D"] +[node name="Agni" type="CharacterBody3D"] process_mode = 1 collision_layer = 10 collision_mask = 11 axis_lock_linear_y = true axis_lock_angular_x = true -script = ExtResource("1_56f32") +script = ExtResource("1_okj1v") PrimaryAttackElementalType = 4 SecondaryAttackElementalType = 4 -_enemyStatResource = ExtResource("2_qec65") +_enemyStatResource = ExtResource("2_eschf") [node name="CollisionShape" type="CollisionShape3D" parent="."] unique_name_in_owner = true @@ -64,8 +64,8 @@ collision_mask = 0 [node name="CollisionShape3D" type="CollisionShape3D" parent="Collision"] shape = SubResource("SphereShape3D_8vcnq") -[node name="EnemyModelView" parent="." instance=ExtResource("3_703e7")] +[node name="EnemyModelView" parent="." instance=ExtResource("3_tbkej")] unique_name_in_owner = true -[node name="NavigationAgentClient" parent="." instance=ExtResource("4_uaeav")] +[node name="NavigationAgentClient" parent="." instance=ExtResource("4_xj6b3")] unique_name_in_owner = true diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemonModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemonModelView.tscn similarity index 76% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemonModelView.tscn rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemonModelView.tscn index 2deefb43..230fada4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemonModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemonModelView.tscn @@ -1,338 +1,341 @@ -[gd_scene load_steps=530 format=3 uid="uid://bls3mcsyld4vy"] +[gd_scene load_steps=533 format=3 uid="uid://bls3mcsyld4vy"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_wl7dh"] -[ext_resource type="Texture2D" uid="uid://dsu48b5hf48xl" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_000_delay-0.01s.png" id="2_pt8gl"] +[ext_resource type="Texture2D" uid="uid://dsu48b5hf48xl" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_000_delay-0.01s.png" id="2_pt8gl"] [ext_resource type="Script" uid="uid://6edayafleq8y" path="res://src/hitbox/Hitbox.cs" id="2_rmtca"] -[ext_resource type="Texture2D" uid="uid://bdhmqyiad52ea" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_066_delay-0.01s.png" id="2_wfu1u"] +[ext_resource type="Texture2D" uid="uid://bdhmqyiad52ea" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_066_delay-0.01s.png" id="2_wfu1u"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_y6p5p"] -[ext_resource type="Texture2D" uid="uid://dw1841vsuw75d" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_001_delay-0.01s.png" id="3_8wyws"] -[ext_resource type="Texture2D" uid="uid://d11ep3xldfmpw" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_067_delay-0.01s.png" id="3_mmosy"] -[ext_resource type="Texture2D" uid="uid://omx4r41xjik7" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_002_delay-0.01s.png" id="4_kuord"] -[ext_resource type="Texture2D" uid="uid://b5nxnpkd0ua31" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_068_delay-0.01s.png" id="4_nndw7"] -[ext_resource type="Texture2D" uid="uid://xcsacohbrrm6" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_069_delay-0.01s.png" id="5_k4gqr"] -[ext_resource type="Texture2D" uid="uid://d2liuqexudies" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_003_delay-0.01s.png" id="5_obx1n"] -[ext_resource type="Texture2D" uid="uid://3l1v3jcokipc" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_004_delay-0.01s.png" id="6_8l7g8"] -[ext_resource type="Texture2D" uid="uid://co7t2phmmlon6" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_070_delay-0.01s.png" id="6_x75vs"] -[ext_resource type="Texture2D" uid="uid://c03lhbb3nkov1" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_005_delay-0.01s.png" id="7_aq5x0"] -[ext_resource type="Texture2D" uid="uid://gq50rdbmi7sk" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_071_delay-0.01s.png" id="7_g86ru"] -[ext_resource type="Texture2D" uid="uid://bj4n58bpwnb0" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_006_delay-0.01s.png" id="8_m8e8t"] -[ext_resource type="Texture2D" uid="uid://dmcyc2jqdohid" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_072_delay-0.01s.png" id="8_tosmb"] -[ext_resource type="Texture2D" uid="uid://4csp7iopj1h8" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_073_delay-0.01s.png" id="9_m3hmy"] -[ext_resource type="Texture2D" uid="uid://dmjxydw2xj1ci" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_007_delay-0.01s.png" id="9_nhwh3"] -[ext_resource type="Texture2D" uid="uid://c2n52kxmhd0vb" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_074_delay-0.01s.png" id="10_5t1x1"] -[ext_resource type="Texture2D" uid="uid://cr0t3wcwk6oxe" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_008_delay-0.01s.png" id="10_abn8u"] -[ext_resource type="Texture2D" uid="uid://dlkxr7kr6vb6j" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_075_delay-0.01s.png" id="11_amu76"] -[ext_resource type="Texture2D" uid="uid://c3fqvh0nykviw" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_009_delay-0.01s.png" id="11_lr3oj"] -[ext_resource type="Texture2D" uid="uid://c5esujdn8b37u" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_010_delay-0.01s.png" id="12_88ogm"] -[ext_resource type="Texture2D" uid="uid://dfmbe44w8hqlg" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_076_delay-0.01s.png" id="12_s1efa"] -[ext_resource type="Texture2D" uid="uid://do0irjwtnolk6" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_011_delay-0.01s.png" id="13_2hodw"] -[ext_resource type="Texture2D" uid="uid://c1v3bfx4ucesp" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_077_delay-0.01s.png" id="13_w4ia2"] -[ext_resource type="Texture2D" uid="uid://sv41es0jbpsh" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_078_delay-0.01s.png" id="14_4fe3j"] -[ext_resource type="Texture2D" uid="uid://3pu7w2vd575y" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_012_delay-0.01s.png" id="14_vpy0l"] -[ext_resource type="Texture2D" uid="uid://chp1wcndee3th" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_079_delay-0.01s.png" id="15_3bcni"] -[ext_resource type="Texture2D" uid="uid://c02qdei8b784w" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_013_delay-0.01s.png" id="15_pk4a8"] -[ext_resource type="Texture2D" uid="uid://fdahurlbi6qo" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_080_delay-0.01s.png" id="16_cpt54"] -[ext_resource type="Texture2D" uid="uid://ddmgt26w3nxdd" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_014_delay-0.01s.png" id="16_odqho"] -[ext_resource type="Texture2D" uid="uid://df01ngt250q23" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_081_delay-0.01s.png" id="17_634a5"] -[ext_resource type="Texture2D" uid="uid://bmq0o2eraq1kv" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_015_delay-0.01s.png" id="17_g77ba"] -[ext_resource type="Texture2D" uid="uid://doxughhfcyl6j" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_082_delay-0.01s.png" id="18_i8vqd"] -[ext_resource type="Texture2D" uid="uid://b63idehp7dejv" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_016_delay-0.01s.png" id="18_vprbf"] -[ext_resource type="Texture2D" uid="uid://dmt178ko0eu3m" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_017_delay-0.01s.png" id="19_3b4or"] -[ext_resource type="Texture2D" uid="uid://c3sv0vwvn70us" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_083_delay-0.01s.png" id="19_nri4i"] -[ext_resource type="Texture2D" uid="uid://7xn7dudypkrk" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_084_delay-0.01s.png" id="20_7vb7t"] -[ext_resource type="Texture2D" uid="uid://5ieleh43ldp0" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_018_delay-0.01s.png" id="20_lvxxf"] -[ext_resource type="Texture2D" uid="uid://13fl1yuo166w" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_085_delay-0.01s.png" id="21_1whho"] -[ext_resource type="Texture2D" uid="uid://dre7afnvlxcs3" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_019_delay-0.01s.png" id="21_h5qpd"] -[ext_resource type="Texture2D" uid="uid://cg07jeigsoqb8" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_086_delay-0.01s.png" id="22_1n35w"] -[ext_resource type="Texture2D" uid="uid://pr57d2d141yp" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_020_delay-0.01s.png" id="22_3fp3w"] -[ext_resource type="Texture2D" uid="uid://bboqd2pr26m2n" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_021_delay-0.01s.png" id="23_ahsj4"] -[ext_resource type="Texture2D" uid="uid://d2n7d6ee17ky4" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_087_delay-0.01s.png" id="23_ovbe7"] -[ext_resource type="Texture2D" uid="uid://by0ir4chxvpuc" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_088_delay-0.01s.png" id="24_2nphr"] -[ext_resource type="Texture2D" uid="uid://br0se4irgyk44" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_022_delay-0.01s.png" id="24_r8w0q"] -[ext_resource type="Texture2D" uid="uid://byul8xbwy665p" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_023_delay-0.01s.png" id="25_1wi8m"] -[ext_resource type="Texture2D" uid="uid://bck0afl1e0tl4" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_089_delay-0.01s.png" id="25_x2ty2"] -[ext_resource type="Texture2D" uid="uid://tymvatp8x07l" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_024_delay-0.01s.png" id="26_cwyyv"] -[ext_resource type="Texture2D" uid="uid://di5p0wuw6gafa" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_090_delay-0.01s.png" id="26_mhe7a"] -[ext_resource type="Texture2D" uid="uid://cdqv6kmqxcc7a" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_025_delay-0.01s.png" id="27_5ikd5"] -[ext_resource type="Texture2D" uid="uid://dco80dgth7qdb" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_091_delay-0.01s.png" id="27_8gad2"] -[ext_resource type="Texture2D" uid="uid://dsc72x737trct" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_092_delay-0.01s.png" id="28_ieg2v"] -[ext_resource type="Texture2D" uid="uid://oxtmehmd0bs2" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_026_delay-0.01s.png" id="28_liv8i"] -[ext_resource type="Texture2D" uid="uid://caru2dj6uifo5" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_132_delay-0.01s.png" id="29_mhe7a"] -[ext_resource type="Texture2D" uid="uid://b2y01wk2x5qox" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_133_delay-0.01s.png" id="30_8gad2"] -[ext_resource type="Texture2D" uid="uid://ccd8e5ox3064m" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_134_delay-0.01s.png" id="31_ieg2v"] -[ext_resource type="Texture2D" uid="uid://bfhvwj7n7k0nf" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_135_delay-0.01s.png" id="32_hbxto"] -[ext_resource type="Texture2D" uid="uid://daj3whlky73jv" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_136_delay-0.01s.png" id="33_pvxj6"] -[ext_resource type="Texture2D" uid="uid://d0xe20uc6etoa" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_137_delay-0.01s.png" id="34_qh0ha"] -[ext_resource type="Texture2D" uid="uid://dqtgwld0uapvf" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_138_delay-0.01s.png" id="35_rpjnp"] -[ext_resource type="Texture2D" uid="uid://c1rkc0g01by7h" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_139_delay-0.01s.png" id="36_qr5lh"] -[ext_resource type="Texture2D" uid="uid://c3ijx4n6gx3kk" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_140_delay-0.01s.png" id="37_i6r87"] -[ext_resource type="Texture2D" uid="uid://cedvpowu0uxl8" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_141_delay-0.01s.png" id="38_sqeg8"] -[ext_resource type="Texture2D" uid="uid://cspnh0dp8rby7" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_142_delay-0.01s.png" id="39_k5y0i"] -[ext_resource type="Texture2D" uid="uid://rttxodnaeo1r" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_143_delay-0.01s.png" id="40_lr5by"] -[ext_resource type="Texture2D" uid="uid://bmca04yriogx5" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_144_delay-0.01s.png" id="41_c84kr"] -[ext_resource type="Texture2D" uid="uid://xor5n0c5tk0j" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_145_delay-0.01s.png" id="42_xfnmt"] -[ext_resource type="Texture2D" uid="uid://dhq2t5wpgmlt7" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_146_delay-0.01s.png" id="43_irwou"] -[ext_resource type="Texture2D" uid="uid://dijlfip1gcip2" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_147_delay-0.01s.png" id="44_h35me"] -[ext_resource type="Texture2D" uid="uid://c7g7ukartbxg0" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_148_delay-0.01s.png" id="45_8sjpy"] -[ext_resource type="Texture2D" uid="uid://c6fiobstg4wim" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_149_delay-0.01s.png" id="46_n8ava"] -[ext_resource type="Texture2D" uid="uid://cmero5dihar6b" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_150_delay-0.01s.png" id="47_qq0rn"] -[ext_resource type="Texture2D" uid="uid://gx4uxnf1dmun" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_151_delay-0.01s.png" id="48_eho7s"] -[ext_resource type="Texture2D" uid="uid://ngghdfw4jj4h" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_152_delay-0.01s.png" id="49_fg3hu"] -[ext_resource type="Texture2D" uid="uid://da1xp1iw3a7hv" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_153_delay-0.01s.png" id="50_51wrr"] -[ext_resource type="Texture2D" uid="uid://cv2btcyir4ahg" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_154_delay-0.01s.png" id="51_cy6mc"] -[ext_resource type="Texture2D" uid="uid://bjr7n1r02juti" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_155_delay-0.01s.png" id="52_d0673"] -[ext_resource type="Texture2D" uid="uid://xavgld8cd4ik" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_156_delay-0.01s.png" id="53_12m2c"] -[ext_resource type="Texture2D" uid="uid://bj10yx3ow10bp" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_157_delay-0.01s.png" id="54_s6cqb"] -[ext_resource type="Texture2D" uid="uid://dqm5xh38tgiqh" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_158_delay-0.01s.png" id="55_n8ymk"] -[ext_resource type="Texture2D" uid="uid://bhsk32l05xvbf" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_198_delay-0.01s.png" id="56_n1bnx"] -[ext_resource type="Texture2D" uid="uid://06p7wl1ifibr" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_199_delay-0.01s.png" id="57_eex31"] -[ext_resource type="Texture2D" uid="uid://54qkscqnmgcu" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_200_delay-0.01s.png" id="58_5bp3f"] -[ext_resource type="Texture2D" uid="uid://cwfiuljjxhxtu" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_201_delay-0.01s.png" id="59_oahu0"] -[ext_resource type="Texture2D" uid="uid://rxrcw23shk21" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_202_delay-0.01s.png" id="60_7lq18"] -[ext_resource type="Texture2D" uid="uid://chyf5dfvhdmha" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_203_delay-0.01s.png" id="61_ygp5b"] -[ext_resource type="Texture2D" uid="uid://bs6eno6gtusur" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_204_delay-0.01s.png" id="62_di4mh"] -[ext_resource type="Texture2D" uid="uid://ymmk47tamej2" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_205_delay-0.01s.png" id="63_k0n7h"] -[ext_resource type="Texture2D" uid="uid://w88wl5teslfx" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_206_delay-0.01s.png" id="64_uh8m4"] -[ext_resource type="Texture2D" uid="uid://ddfjifcvkpkhc" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_207_delay-0.01s.png" id="65_w4cwl"] -[ext_resource type="Texture2D" uid="uid://jfiov7uldt38" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_208_delay-0.01s.png" id="66_30j18"] -[ext_resource type="Texture2D" uid="uid://cpww0skmfrgvp" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_209_delay-0.01s.png" id="67_bh68d"] -[ext_resource type="Texture2D" uid="uid://dsmjr3ohg5w8r" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_210_delay-0.01s.png" id="68_b8cwe"] -[ext_resource type="Texture2D" uid="uid://p6i3hny05st6" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_211_delay-0.01s.png" id="69_ttwny"] -[ext_resource type="Texture2D" uid="uid://bh3tcdeassk02" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_212_delay-0.01s.png" id="70_idn0p"] -[ext_resource type="Texture2D" uid="uid://d331tk4jn3twx" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_213_delay-0.01s.png" id="71_0nkem"] -[ext_resource type="Texture2D" uid="uid://0xpxwche3cfd" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_214_delay-0.01s.png" id="72_n7gw4"] -[ext_resource type="Texture2D" uid="uid://dm6gsiqregjsw" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_215_delay-0.01s.png" id="73_vc4pw"] -[ext_resource type="Texture2D" uid="uid://l1yi2bofgjon" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_216_delay-0.01s.png" id="74_0i26d"] -[ext_resource type="Texture2D" uid="uid://blc66cptgn1c3" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_217_delay-0.01s.png" id="75_fn30n"] -[ext_resource type="Texture2D" uid="uid://mvy8hatv1lmb" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_218_delay-0.01s.png" id="76_654xy"] -[ext_resource type="Texture2D" uid="uid://crow2apwptjbb" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_219_delay-0.01s.png" id="77_51k5h"] -[ext_resource type="Texture2D" uid="uid://vymn8geahxjj" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_220_delay-0.01s.png" id="78_4bh03"] -[ext_resource type="Texture2D" uid="uid://c3alaqd3qntjf" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_221_delay-0.01s.png" id="79_84quw"] -[ext_resource type="Texture2D" uid="uid://dpiupie81g4su" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_222_delay-0.01s.png" id="80_pt8gl"] -[ext_resource type="Texture2D" uid="uid://ygl3erumerul" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_223_delay-0.01s.png" id="81_8wyws"] -[ext_resource type="Texture2D" uid="uid://bm8u1egdkocd7" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_224_delay-0.01s.png" id="82_kuord"] -[ext_resource type="Texture2D" uid="uid://c46w5xfuwhnr6" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_093_delay-0.01s.png" id="110_vprbf"] -[ext_resource type="Texture2D" uid="uid://chba8jbs2trtk" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_094_delay-0.01s.png" id="111_3b4or"] -[ext_resource type="Texture2D" uid="uid://b2mfv3bh1x3xb" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_095_delay-0.01s.png" id="112_lvxxf"] -[ext_resource type="Texture2D" uid="uid://cyf85k3hjhfyf" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_096_delay-0.01s.png" id="113_h5qpd"] -[ext_resource type="Texture2D" uid="uid://3hkok2jl7aqm" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_097_delay-0.01s.png" id="114_3fp3w"] -[ext_resource type="Texture2D" uid="uid://c8mbs175j1sfu" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_098_delay-0.01s.png" id="115_ahsj4"] -[ext_resource type="Texture2D" uid="uid://bw5tqu5fgkhh5" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_099_delay-0.01s.png" id="116_r8w0q"] -[ext_resource type="Texture2D" uid="uid://dvwu1pe0v5a5h" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_100_delay-0.01s.png" id="117_1wi8m"] -[ext_resource type="Texture2D" uid="uid://c332v26b101k" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_101_delay-0.01s.png" id="118_cwyyv"] -[ext_resource type="Texture2D" uid="uid://b3ybjgdm452gp" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_102_delay-0.01s.png" id="119_5ikd5"] -[ext_resource type="Texture2D" uid="uid://cp8ld1gc0pr61" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_103_delay-0.01s.png" id="120_liv8i"] -[ext_resource type="Texture2D" uid="uid://bj3wqh6us08j6" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_104_delay-0.01s.png" id="121_kpjbt"] -[ext_resource type="Texture2D" uid="uid://biqd4qxqj1jq" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_105_delay-0.01s.png" id="122_ry8u8"] -[ext_resource type="Texture2D" uid="uid://dcqrai54vxasy" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_106_delay-0.01s.png" id="123_3bhr5"] -[ext_resource type="Texture2D" uid="uid://w0adyv4klg8u" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_107_delay-0.01s.png" id="124_mvhf3"] -[ext_resource type="Texture2D" uid="uid://bj4w1t366je36" path="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_108_delay-0.01s.png" id="125_t1jne"] -[ext_resource type="Texture2D" uid="uid://chlghfjgl356s" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_159_delay-0.01s.png" id="126_bt5l7"] -[ext_resource type="Texture2D" uid="uid://cnaiqs7f0sjj2" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_027_delay-0.01s.png" id="126_ppjwm"] -[ext_resource type="Texture2D" uid="uid://dutdhjc47m7xu" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_028_delay-0.01s.png" id="127_aeduo"] -[ext_resource type="Texture2D" uid="uid://b6at2sytan3p1" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_160_delay-0.01s.png" id="127_ayin7"] -[ext_resource type="Texture2D" uid="uid://b5jakjdopmwxc" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_029_delay-0.01s.png" id="128_ghqkn"] -[ext_resource type="Texture2D" uid="uid://d34ky0ehksjfc" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_161_delay-0.01s.png" id="128_t3tyn"] -[ext_resource type="Texture2D" uid="uid://dbip07sw2qcgc" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_162_delay-0.01s.png" id="129_7wh57"] -[ext_resource type="Texture2D" uid="uid://cnied0w8p8kbw" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_030_delay-0.01s.png" id="129_81k6x"] -[ext_resource type="Texture2D" uid="uid://g1ahvwq6dqhx" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_031_delay-0.01s.png" id="130_px6yr"] -[ext_resource type="Texture2D" uid="uid://cltiglp15kywt" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_163_delay-0.01s.png" id="130_s7ye2"] -[ext_resource type="Texture2D" uid="uid://dd0c4gaeh6myh" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_032_delay-0.01s.png" id="131_beuum"] -[ext_resource type="Texture2D" uid="uid://d07ugpq756uhv" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_164_delay-0.01s.png" id="131_rj1js"] -[ext_resource type="Texture2D" uid="uid://cgaxxvy3om7md" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_033_delay-0.01s.png" id="132_mwuti"] -[ext_resource type="Texture2D" uid="uid://sgegg8gg2doj" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_165_delay-0.01s.png" id="132_pgglm"] -[ext_resource type="Texture2D" uid="uid://b801i5bpfu182" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_034_delay-0.01s.png" id="133_2e6rw"] -[ext_resource type="Texture2D" uid="uid://dggx0hygu8tn0" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_166_delay-0.01s.png" id="133_gu1ti"] -[ext_resource type="Texture2D" uid="uid://bajvef2wycmmd" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_167_delay-0.01s.png" id="134_82aih"] -[ext_resource type="Texture2D" uid="uid://b2exyqsd2ivmg" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_035_delay-0.01s.png" id="134_hlucq"] -[ext_resource type="Texture2D" uid="uid://b8dd8rwx6sg4j" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_036_delay-0.01s.png" id="135_4e16l"] -[ext_resource type="Texture2D" uid="uid://desjlb5rvs5ft" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_168_delay-0.01s.png" id="135_aa2x8"] -[ext_resource type="Texture2D" uid="uid://da6ib32jregio" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_037_delay-0.01s.png" id="136_iwxo7"] -[ext_resource type="Texture2D" uid="uid://dwfg2anun2m15" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_169_delay-0.01s.png" id="136_uhgxx"] -[ext_resource type="Texture2D" uid="uid://daoigad46m5r7" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_038_delay-0.01s.png" id="137_beysk"] -[ext_resource type="Texture2D" uid="uid://dtfkcsfvthvq2" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_170_delay-0.01s.png" id="137_ldc18"] -[ext_resource type="Texture2D" uid="uid://wtw68eu5tgur" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_171_delay-0.01s.png" id="138_6jw4y"] -[ext_resource type="Texture2D" uid="uid://c7x4h8taadc7q" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_039_delay-0.01s.png" id="138_g8v1t"] -[ext_resource type="Texture2D" uid="uid://cuh0nnnr8fh5n" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_040_delay-0.01s.png" id="139_4lfcg"] -[ext_resource type="Texture2D" uid="uid://8uf4b55dgg3p" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_172_delay-0.01s.png" id="139_wtfow"] -[ext_resource type="Texture2D" uid="uid://b2l5gt2n63x06" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_173_delay-0.01s.png" id="140_rixoi"] -[ext_resource type="Texture2D" uid="uid://bf5kdfwilr6ya" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_041_delay-0.01s.png" id="140_wa66a"] -[ext_resource type="Texture2D" uid="uid://ciqux6oks7o8j" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_174_delay-0.01s.png" id="141_3intm"] -[ext_resource type="Texture2D" uid="uid://dyiwhim3wvswi" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_042_delay-0.01s.png" id="141_ivxe0"] -[ext_resource type="Texture2D" uid="uid://dumik4dqkhhpb" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_225_delay-0.01s.png" id="142_ykxca"] -[ext_resource type="Texture2D" uid="uid://b4evqkmluj3rc" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_226_delay-0.01s.png" id="143_d3g7j"] -[ext_resource type="Texture2D" uid="uid://hschg5j1rra3" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_227_delay-0.01s.png" id="144_bvb4q"] -[ext_resource type="Texture2D" uid="uid://dgsvh6frtvy06" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_228_delay-0.01s.png" id="145_ya7vi"] -[ext_resource type="Texture2D" uid="uid://rt7ouk1rgl52" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_229_delay-0.01s.png" id="146_32bhs"] -[ext_resource type="Texture2D" uid="uid://y1u43bt8wh7b" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_230_delay-0.01s.png" id="147_xo3nv"] -[ext_resource type="Texture2D" uid="uid://d1ts7mik0ep1q" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_231_delay-0.01s.png" id="148_jwlyb"] -[ext_resource type="Texture2D" uid="uid://gi3515vff0de" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_232_delay-0.01s.png" id="149_wolyq"] -[ext_resource type="Texture2D" uid="uid://cqa88kdtkglo6" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_233_delay-0.01s.png" id="150_g58wf"] -[ext_resource type="Texture2D" uid="uid://cxm7i3fswovkk" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_234_delay-0.01s.png" id="151_j6tb3"] -[ext_resource type="Texture2D" uid="uid://bvy58646btxbp" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_235_delay-0.01s.png" id="152_6sc67"] -[ext_resource type="Texture2D" uid="uid://dhbf3u2g2aib0" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_236_delay-0.01s.png" id="153_0ro8w"] -[ext_resource type="Texture2D" uid="uid://djt13deq5d27" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_237_delay-0.01s.png" id="154_7vsq8"] -[ext_resource type="Texture2D" uid="uid://d0mlepj1qv4hu" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_238_delay-0.01s.png" id="155_ei26s"] -[ext_resource type="Texture2D" uid="uid://bciw0pvnr23db" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_239_delay-0.01s.png" id="156_r843w"] -[ext_resource type="Texture2D" uid="uid://dseairg26t3nh" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_240_delay-0.01s.png" id="157_s8g0h"] -[ext_resource type="Texture2D" uid="uid://datckrqdgyref" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_109_delay-0.01s.png" id="174_ckqrb"] -[ext_resource type="Texture2D" uid="uid://dmblermv36q1t" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_110_delay-0.01s.png" id="175_j40sl"] -[ext_resource type="Texture2D" uid="uid://dyky52ey50hcm" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_111_delay-0.01s.png" id="176_dmbat"] -[ext_resource type="Texture2D" uid="uid://cjfwaiov7dfv4" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_112_delay-0.01s.png" id="177_2imk7"] -[ext_resource type="Texture2D" uid="uid://ygacn2kh5usi" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_113_delay-0.01s.png" id="178_kv2h5"] -[ext_resource type="Texture2D" uid="uid://ma2exdd7lsx2" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_114_delay-0.01s.png" id="179_m5jct"] -[ext_resource type="Texture2D" uid="uid://bema272sctkq" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_115_delay-0.01s.png" id="180_62pw4"] -[ext_resource type="Texture2D" uid="uid://ekdq36n4midf" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_116_delay-0.01s.png" id="181_c2cpd"] -[ext_resource type="Texture2D" uid="uid://dl3cy1b6biwct" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_117_delay-0.01s.png" id="182_peewm"] -[ext_resource type="Texture2D" uid="uid://cqcm51c73r7h5" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_118_delay-0.01s.png" id="183_j0nsu"] -[ext_resource type="Texture2D" uid="uid://b02v3vsyfwpc8" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_119_delay-0.01s.png" id="184_56j0e"] -[ext_resource type="Texture2D" uid="uid://cq83mf2e35530" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_120_delay-0.01s.png" id="185_r6e3v"] -[ext_resource type="Texture2D" uid="uid://b8l2afj1ubc73" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_121_delay-0.01s.png" id="186_ejp8h"] -[ext_resource type="Texture2D" uid="uid://cvwa4suri4atg" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_122_delay-0.01s.png" id="187_fmvcg"] -[ext_resource type="Texture2D" uid="uid://8k2xymdmr23c" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_123_delay-0.01s.png" id="188_okbif"] -[ext_resource type="Texture2D" uid="uid://d2q55rgk0dn33" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_124_delay-0.01s.png" id="189_dus11"] -[ext_resource type="Texture2D" uid="uid://t8xslvjd50jr" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_125_delay-0.01s.png" id="190_2uf0v"] -[ext_resource type="Texture2D" uid="uid://cwr0qaoicsfhd" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_126_delay-0.01s.png" id="191_4bhb7"] -[ext_resource type="Texture2D" uid="uid://dk720vybwl7jw" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_127_delay-0.01s.png" id="192_7yosr"] -[ext_resource type="Texture2D" uid="uid://denl6aqhmvhcj" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_128_delay-0.01s.png" id="193_bemmb"] -[ext_resource type="Texture2D" uid="uid://dumoyrl88pwvw" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_129_delay-0.01s.png" id="194_innxq"] -[ext_resource type="Texture2D" uid="uid://j84hkbc3ct0r" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_130_delay-0.01s.png" id="195_n00h1"] -[ext_resource type="Texture2D" uid="uid://lu8oe4o804nn" path="res://src/enemy/enemy_types/09. Agi/animations/F/frame_131_delay-0.01s.png" id="196_tpai1"] -[ext_resource type="Texture2D" uid="uid://djub3mqokrsah" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_043_delay-0.01s.png" id="197_o2lxl"] -[ext_resource type="Texture2D" uid="uid://shkr17411db1" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_175_delay-0.01s.png" id="197_xnob3"] -[ext_resource type="Texture2D" uid="uid://bswigd6i6imr6" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_044_delay-0.01s.png" id="198_lxycn"] -[ext_resource type="Texture2D" uid="uid://dmv5makdnpipr" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_176_delay-0.01s.png" id="198_tofhe"] -[ext_resource type="Texture2D" uid="uid://xye8vid2gwu7" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_045_delay-0.01s.png" id="199_dtyon"] -[ext_resource type="Texture2D" uid="uid://dsavkyagjpwb8" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_177_delay-0.01s.png" id="199_h8nj4"] -[ext_resource type="Texture2D" uid="uid://ijh2fljvnm71" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_046_delay-0.01s.png" id="200_6c2b5"] -[ext_resource type="Texture2D" uid="uid://dtsebs5m1taqa" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_178_delay-0.01s.png" id="200_kg2p7"] -[ext_resource type="Texture2D" uid="uid://d0w8sjn85ag4l" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_047_delay-0.01s.png" id="201_jd3xu"] -[ext_resource type="Texture2D" uid="uid://cbm356g56b6vm" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_179_delay-0.01s.png" id="201_x0ep5"] -[ext_resource type="Texture2D" uid="uid://byfv8wk0tpvx6" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_048_delay-0.01s.png" id="202_20ds5"] -[ext_resource type="Texture2D" uid="uid://cj1ycugfr8nnk" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_180_delay-0.01s.png" id="202_gmpd6"] -[ext_resource type="Texture2D" uid="uid://tjsbavwakv4p" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_049_delay-0.01s.png" id="203_4oldt"] -[ext_resource type="Texture2D" uid="uid://dhrhk2tdh3k3b" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_181_delay-0.01s.png" id="203_idk3x"] -[ext_resource type="Texture2D" uid="uid://7m33c1vq8wpd" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_050_delay-0.01s.png" id="204_dxfso"] -[ext_resource type="Texture2D" uid="uid://dnfq6l1rd5x1t" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_182_delay-0.01s.png" id="204_pq4re"] -[ext_resource type="Texture2D" uid="uid://ca0hfma48ftxs" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_183_delay-0.01s.png" id="205_o5mvi"] -[ext_resource type="Texture2D" uid="uid://yonawivlsxw8" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_051_delay-0.01s.png" id="205_semud"] -[ext_resource type="Texture2D" uid="uid://c32fa5oa5mqo" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_184_delay-0.01s.png" id="206_b6mqd"] -[ext_resource type="Texture2D" uid="uid://upubey1mdv1j" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_052_delay-0.01s.png" id="206_kp60x"] -[ext_resource type="Texture2D" uid="uid://5px7itdge424" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_185_delay-0.01s.png" id="207_u0g5s"] -[ext_resource type="Texture2D" uid="uid://cqivol75efl7e" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_053_delay-0.01s.png" id="207_xt1jb"] -[ext_resource type="Texture2D" uid="uid://bw8wp2eykxomv" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_054_delay-0.01s.png" id="208_ah165"] -[ext_resource type="Texture2D" uid="uid://dybcepymmbh8h" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_186_delay-0.01s.png" id="208_vur8v"] -[ext_resource type="Texture2D" uid="uid://cleq8oadbkrln" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_187_delay-0.01s.png" id="209_pa2sb"] -[ext_resource type="Texture2D" uid="uid://cer3jbxufrjh6" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_055_delay-0.01s.png" id="209_vc2t3"] -[ext_resource type="Texture2D" uid="uid://coo801128p5qu" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_056_delay-0.01s.png" id="210_3stsn"] -[ext_resource type="Texture2D" uid="uid://dcul2g1n7878" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_188_delay-0.01s.png" id="210_dc327"] -[ext_resource type="Texture2D" uid="uid://4ak4jtdlncp3" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_189_delay-0.01s.png" id="211_5y02v"] -[ext_resource type="Texture2D" uid="uid://dcnwq7i301wi1" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_057_delay-0.01s.png" id="211_pj3h5"] -[ext_resource type="Texture2D" uid="uid://ba4n5wqsce0it" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_058_delay-0.01s.png" id="212_ffuh2"] -[ext_resource type="Texture2D" uid="uid://bunn2ruw20j7n" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_190_delay-0.01s.png" id="212_mm0yx"] -[ext_resource type="Texture2D" uid="uid://i4lvorh314wg" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_059_delay-0.01s.png" id="213_8umuq"] -[ext_resource type="Texture2D" uid="uid://l8xellneih4n" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_191_delay-0.01s.png" id="213_x32v4"] -[ext_resource type="Texture2D" uid="uid://cd7nn88sgtpjk" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_060_delay-0.01s.png" id="214_aakiv"] -[ext_resource type="Texture2D" uid="uid://7l7mnj87hsf7" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_192_delay-0.01s.png" id="214_uuaia"] -[ext_resource type="Texture2D" uid="uid://dd88ngps7r81i" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_193_delay-0.01s.png" id="215_8d34m"] -[ext_resource type="Texture2D" uid="uid://dva8p0spra58" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_061_delay-0.01s.png" id="215_xsh2u"] -[ext_resource type="Texture2D" uid="uid://d1xbn8exh5tb1" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_062_delay-0.01s.png" id="216_ke7fl"] -[ext_resource type="Texture2D" uid="uid://dvumdq0ybrehc" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_194_delay-0.01s.png" id="216_sicjx"] -[ext_resource type="Texture2D" uid="uid://bjfnwipb0hn65" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_063_delay-0.01s.png" id="217_jgx2a"] -[ext_resource type="Texture2D" uid="uid://dr1uyxupc5rvd" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_195_delay-0.01s.png" id="217_pqyu2"] -[ext_resource type="Texture2D" uid="uid://ctrgsiskd1frx" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_064_delay-0.01s.png" id="218_1hgah"] -[ext_resource type="Texture2D" uid="uid://bapkchbtjk41u" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_196_delay-0.01s.png" id="218_wwhtm"] -[ext_resource type="Texture2D" uid="uid://dyx4jxs62gfu2" path="res://src/enemy/enemy_types/09. Agi/animations/L/frame_197_delay-0.01s.png" id="219_3k8j0"] -[ext_resource type="Texture2D" uid="uid://cwi6ydmtmaddp" path="res://src/enemy/enemy_types/09. Agi/animations/B/frame_065_delay-0.01s.png" id="219_f688p"] -[ext_resource type="Texture2D" uid="uid://buajw8hhulu81" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_241_delay-0.01s.png" id="220_5w41u"] -[ext_resource type="Texture2D" uid="uid://23fgouybahk5" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_242_delay-0.01s.png" id="221_o2lxl"] -[ext_resource type="Texture2D" uid="uid://bc4kxs87tyeyu" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_243_delay-0.01s.png" id="222_lxycn"] -[ext_resource type="Texture2D" uid="uid://bfvgo3rheqmla" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_244_delay-0.01s.png" id="223_dtyon"] -[ext_resource type="Texture2D" uid="uid://dwhgget8tysjl" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_245_delay-0.01s.png" id="224_6c2b5"] -[ext_resource type="Texture2D" uid="uid://dhcg51m0k8xe2" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_246_delay-0.01s.png" id="225_jd3xu"] -[ext_resource type="Texture2D" uid="uid://6d48nco64uiv" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_247_delay-0.01s.png" id="226_20ds5"] -[ext_resource type="Texture2D" uid="uid://4u571pswobrj" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_248_delay-0.01s.png" id="227_4oldt"] -[ext_resource type="Texture2D" uid="uid://b2ewc48b3q7ms" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_249_delay-0.01s.png" id="228_dxfso"] -[ext_resource type="Texture2D" uid="uid://bnnbcqeiwafbw" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_250_delay-0.01s.png" id="229_semud"] -[ext_resource type="Texture2D" uid="uid://b1qvi7gl40tic" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_251_delay-0.01s.png" id="230_kp60x"] -[ext_resource type="Texture2D" uid="uid://dph6c5ntgx4ug" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_252_delay-0.01s.png" id="231_xt1jb"] -[ext_resource type="Texture2D" uid="uid://ccbkf3stle5s8" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_253_delay-0.01s.png" id="232_ah165"] -[ext_resource type="Texture2D" uid="uid://2aoimief7jg1" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_254_delay-0.01s.png" id="233_vc2t3"] -[ext_resource type="Texture2D" uid="uid://bo3yooc63cikn" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_255_delay-0.01s.png" id="234_3stsn"] -[ext_resource type="Texture2D" uid="uid://cost00qd68dlb" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_256_delay-0.01s.png" id="235_pj3h5"] -[ext_resource type="Texture2D" uid="uid://8bq8wrs3ttcv" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_257_delay-0.01s.png" id="236_ffuh2"] -[ext_resource type="Texture2D" uid="uid://db4l2228uovc8" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_258_delay-0.01s.png" id="237_8umuq"] -[ext_resource type="Texture2D" uid="uid://itfq5312pt6d" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_259_delay-0.01s.png" id="238_aakiv"] -[ext_resource type="Texture2D" uid="uid://dx13yhik7lvmk" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_260_delay-0.01s.png" id="239_xsh2u"] -[ext_resource type="Texture2D" uid="uid://bntlmlpghyrh6" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_261_delay-0.01s.png" id="240_ke7fl"] -[ext_resource type="Texture2D" uid="uid://d3q4ocfb1g6dt" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_262_delay-0.01s.png" id="241_jgx2a"] -[ext_resource type="Texture2D" uid="uid://bo3atbyq7k5tv" path="res://src/enemy/enemy_types/09. Agi/animations/R/frame_263_delay-0.01s.png" id="242_1hgah"] -[ext_resource type="Texture2D" uid="uid://bg0mm60ln6kye" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_264_delay-0.01s.png" id="266_lsphj"] -[ext_resource type="Texture2D" uid="uid://gkldknqv8n34" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_265_delay-0.01s.png" id="267_y6p5p"] -[ext_resource type="Texture2D" uid="uid://cy2cqucagmjlb" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_266_delay-0.01s.png" id="268_f45wt"] -[ext_resource type="Texture2D" uid="uid://jegmc4jpfx20" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_267_delay-0.01s.png" id="269_tw60d"] -[ext_resource type="Texture2D" uid="uid://dcduubuqlopkh" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_268_delay-0.01s.png" id="270_kvft6"] -[ext_resource type="Texture2D" uid="uid://dnmper7kajww6" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_269_delay-0.01s.png" id="271_1s7aa"] -[ext_resource type="Texture2D" uid="uid://cftqjy2iewh6v" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_270_delay-0.01s.png" id="272_h7020"] -[ext_resource type="Texture2D" uid="uid://ddm7abdc3c3jv" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_271_delay-0.01s.png" id="273_dd482"] -[ext_resource type="Texture2D" uid="uid://bsnt0i55haapp" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_272_delay-0.01s.png" id="274_pv7h1"] -[ext_resource type="Texture2D" uid="uid://cqg78lak7t7h7" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_273_delay-0.01s.png" id="275_ggybm"] -[ext_resource type="Texture2D" uid="uid://cftgstb4h04to" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_274_delay-0.01s.png" id="276_h223i"] -[ext_resource type="Texture2D" uid="uid://dy75670e11euv" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_275_delay-0.01s.png" id="277_mvc8k"] -[ext_resource type="Texture2D" uid="uid://cmc88yx6ecg4q" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_276_delay-0.01s.png" id="278_d3off"] -[ext_resource type="Texture2D" uid="uid://cjo7h07ghnrcy" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_277_delay-0.01s.png" id="279_kp848"] -[ext_resource type="Texture2D" uid="uid://croke2fk5h86j" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_278_delay-0.01s.png" id="280_kaufo"] -[ext_resource type="Texture2D" uid="uid://cylg1j3dl7clt" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_279_delay-0.01s.png" id="281_ghcov"] -[ext_resource type="Texture2D" uid="uid://d1516ajjjtb74" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_280_delay-0.01s.png" id="282_pj33i"] -[ext_resource type="Texture2D" uid="uid://cm2guwf4kf2y2" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_281_delay-0.01s.png" id="283_86iow"] -[ext_resource type="Texture2D" uid="uid://cf6cux8pu8sa1" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_282_delay-0.01s.png" id="284_pgeg0"] -[ext_resource type="Texture2D" uid="uid://de887ptuiv4b4" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_283_delay-0.01s.png" id="285_wmf3v"] -[ext_resource type="Texture2D" uid="uid://cds6m86b2psup" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_284_delay-0.01s.png" id="286_yjjil"] -[ext_resource type="Texture2D" uid="uid://ckxc5ewc7krgy" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_285_delay-0.01s.png" id="287_ds6px"] -[ext_resource type="Texture2D" uid="uid://h6b3iv4a33ge" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_286_delay-0.01s.png" id="288_skw6r"] -[ext_resource type="Texture2D" uid="uid://brjhwakmssh2v" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_287_delay-0.01s.png" id="289_ukoob"] -[ext_resource type="Texture2D" uid="uid://dw2lcc3f4d8ui" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_288_delay-0.01s.png" id="290_x6o72"] -[ext_resource type="Texture2D" uid="uid://cqb1mev2pfmxg" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_289_delay-0.01s.png" id="291_cbeiy"] -[ext_resource type="Texture2D" uid="uid://beyjeetyl0mxs" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_290_delay-0.01s.png" id="292_1kvhg"] -[ext_resource type="Texture2D" uid="uid://dmied1q41sfm2" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_291_delay-0.01s.png" id="293_05ua5"] -[ext_resource type="Texture2D" uid="uid://h4t5esklq6f6" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_292_delay-0.01s.png" id="294_aorbc"] -[ext_resource type="Texture2D" uid="uid://ci6vh7iirr8pq" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_293_delay-0.01s.png" id="295_o7jn3"] -[ext_resource type="Texture2D" uid="uid://qsx14k5bd1sx" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_294_delay-0.01s.png" id="296_e6gd8"] -[ext_resource type="Texture2D" uid="uid://hf2i36hdttrt" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_295_delay-0.01s.png" id="297_fwypy"] -[ext_resource type="Texture2D" uid="uid://vnwlj8wbhu45" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_296_delay-0.01s.png" id="298_wtgla"] -[ext_resource type="Texture2D" uid="uid://15q8e1mwoy8" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_297_delay-0.01s.png" id="299_5r5bq"] -[ext_resource type="Texture2D" uid="uid://cbqc5hmq718p4" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_298_delay-0.01s.png" id="300_bbjsu"] -[ext_resource type="Texture2D" uid="uid://bmurdx0s03rus" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_299_delay-0.01s.png" id="301_onfdr"] -[ext_resource type="Texture2D" uid="uid://dt7rjtc6cygua" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_300_delay-0.01s.png" id="302_gof6h"] -[ext_resource type="Texture2D" uid="uid://ebmahc0et0uf" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_301_delay-0.01s.png" id="303_bpyx6"] -[ext_resource type="Texture2D" uid="uid://cb4ulrnxegfd1" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_302_delay-0.01s.png" id="304_igvfo"] -[ext_resource type="Texture2D" uid="uid://d13kp0hmihf0s" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_303_delay-0.01s.png" id="305_o51u6"] -[ext_resource type="Texture2D" uid="uid://dqe21r1qljmdl" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_304_delay-0.01s.png" id="306_iwq13"] -[ext_resource type="Texture2D" uid="uid://bgrrfp4car5pl" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_305_delay-0.01s.png" id="307_vf1wu"] -[ext_resource type="Texture2D" uid="uid://br6be64txnp6e" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_306_delay-0.01s.png" id="308_bu5u4"] -[ext_resource type="Texture2D" uid="uid://cpmsi4om5ax3s" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_307_delay-0.01s.png" id="309_f3ajx"] -[ext_resource type="Texture2D" uid="uid://c3g0x5tdf78pe" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_308_delay-0.01s.png" id="310_sywmp"] -[ext_resource type="Texture2D" uid="uid://erk6m62oylcc" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_309_delay-0.01s.png" id="311_lxtc4"] -[ext_resource type="Texture2D" uid="uid://df02o1yylula8" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_310_delay-0.01s.png" id="312_35hj7"] -[ext_resource type="Texture2D" uid="uid://dpuoyrffq8l1f" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_311_delay-0.01s.png" id="313_a06mn"] -[ext_resource type="Texture2D" uid="uid://bw520j2fbenqx" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_312_delay-0.01s.png" id="314_ytje7"] -[ext_resource type="Texture2D" uid="uid://c1wtdiv7cv61x" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_313_delay-0.01s.png" id="315_24lnw"] -[ext_resource type="Texture2D" uid="uid://dhmx8xkllsk3" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_314_delay-0.01s.png" id="316_qxnhd"] -[ext_resource type="Texture2D" uid="uid://bncjb7job7rim" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_315_delay-0.01s.png" id="317_fj18i"] -[ext_resource type="Texture2D" uid="uid://diueunsg4spc3" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_316_delay-0.01s.png" id="318_ptard"] -[ext_resource type="Texture2D" uid="uid://brsdd7xt3c606" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_317_delay-0.01s.png" id="319_pukii"] -[ext_resource type="Texture2D" uid="uid://by2u0d5sqqpml" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_318_delay-0.01s.png" id="320_jwtsj"] -[ext_resource type="Texture2D" uid="uid://j5m4yxs5ylpo" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_319_delay-0.01s.png" id="321_vmn50"] -[ext_resource type="Texture2D" uid="uid://cyd6norqkaq5g" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_320_delay-0.01s.png" id="322_rfa4g"] -[ext_resource type="Texture2D" uid="uid://dye83j82gbfxm" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_321_delay-0.01s.png" id="323_1e78n"] -[ext_resource type="Texture2D" uid="uid://bx7mgwtc166jt" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_322_delay-0.01s.png" id="324_1sdr8"] -[ext_resource type="Texture2D" uid="uid://cfpgfcbh7p2qu" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_323_delay-0.01s.png" id="325_svnje"] -[ext_resource type="Texture2D" uid="uid://dlp8a5mucoadb" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_324_delay-0.01s.png" id="326_6m46o"] -[ext_resource type="Texture2D" uid="uid://071wf8icu634" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_325_delay-0.01s.png" id="327_m8hpy"] -[ext_resource type="Texture2D" uid="uid://37q4jgin3k1a" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_326_delay-0.01s.png" id="328_350sx"] -[ext_resource type="Texture2D" uid="uid://5f115symdsmg" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_327_delay-0.01s.png" id="329_72hkg"] -[ext_resource type="Texture2D" uid="uid://b6swecrctxcgy" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_328_delay-0.01s.png" id="330_at3qg"] -[ext_resource type="Texture2D" uid="uid://b6batijegfqfe" path="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_329_delay-0.01s.png" id="331_610d6"] +[ext_resource type="Texture2D" uid="uid://dw1841vsuw75d" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_001_delay-0.01s.png" id="3_8wyws"] +[ext_resource type="Texture2D" uid="uid://d11ep3xldfmpw" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_067_delay-0.01s.png" id="3_mmosy"] +[ext_resource type="Texture2D" uid="uid://omx4r41xjik7" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_002_delay-0.01s.png" id="4_kuord"] +[ext_resource type="Texture2D" uid="uid://b5nxnpkd0ua31" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_068_delay-0.01s.png" id="4_nndw7"] +[ext_resource type="Texture2D" uid="uid://xcsacohbrrm6" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_069_delay-0.01s.png" id="5_k4gqr"] +[ext_resource type="Texture2D" uid="uid://d2liuqexudies" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_003_delay-0.01s.png" id="5_obx1n"] +[ext_resource type="Texture2D" uid="uid://3l1v3jcokipc" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_004_delay-0.01s.png" id="6_8l7g8"] +[ext_resource type="Texture2D" uid="uid://co7t2phmmlon6" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_070_delay-0.01s.png" id="6_x75vs"] +[ext_resource type="Texture2D" uid="uid://c03lhbb3nkov1" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_005_delay-0.01s.png" id="7_aq5x0"] +[ext_resource type="Texture2D" uid="uid://gq50rdbmi7sk" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_071_delay-0.01s.png" id="7_g86ru"] +[ext_resource type="Texture2D" uid="uid://bj4n58bpwnb0" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_006_delay-0.01s.png" id="8_m8e8t"] +[ext_resource type="Texture2D" uid="uid://dmcyc2jqdohid" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_072_delay-0.01s.png" id="8_tosmb"] +[ext_resource type="Texture2D" uid="uid://4csp7iopj1h8" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_073_delay-0.01s.png" id="9_m3hmy"] +[ext_resource type="Texture2D" uid="uid://dmjxydw2xj1ci" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_007_delay-0.01s.png" id="9_nhwh3"] +[ext_resource type="Texture2D" uid="uid://c2n52kxmhd0vb" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_074_delay-0.01s.png" id="10_5t1x1"] +[ext_resource type="Texture2D" uid="uid://cr0t3wcwk6oxe" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_008_delay-0.01s.png" id="10_abn8u"] +[ext_resource type="Texture2D" uid="uid://dlkxr7kr6vb6j" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_075_delay-0.01s.png" id="11_amu76"] +[ext_resource type="Texture2D" uid="uid://c3fqvh0nykviw" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_009_delay-0.01s.png" id="11_lr3oj"] +[ext_resource type="Texture2D" uid="uid://c5esujdn8b37u" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_010_delay-0.01s.png" id="12_88ogm"] +[ext_resource type="Texture2D" uid="uid://dfmbe44w8hqlg" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_076_delay-0.01s.png" id="12_s1efa"] +[ext_resource type="Texture2D" uid="uid://do0irjwtnolk6" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_011_delay-0.01s.png" id="13_2hodw"] +[ext_resource type="Texture2D" uid="uid://c1v3bfx4ucesp" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_077_delay-0.01s.png" id="13_w4ia2"] +[ext_resource type="Texture2D" uid="uid://sv41es0jbpsh" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_078_delay-0.01s.png" id="14_4fe3j"] +[ext_resource type="Texture2D" uid="uid://3pu7w2vd575y" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_012_delay-0.01s.png" id="14_vpy0l"] +[ext_resource type="Texture2D" uid="uid://chp1wcndee3th" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_079_delay-0.01s.png" id="15_3bcni"] +[ext_resource type="Texture2D" uid="uid://c02qdei8b784w" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_013_delay-0.01s.png" id="15_pk4a8"] +[ext_resource type="Texture2D" uid="uid://fdahurlbi6qo" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_080_delay-0.01s.png" id="16_cpt54"] +[ext_resource type="Texture2D" uid="uid://ddmgt26w3nxdd" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_014_delay-0.01s.png" id="16_odqho"] +[ext_resource type="Texture2D" uid="uid://df01ngt250q23" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_081_delay-0.01s.png" id="17_634a5"] +[ext_resource type="Texture2D" uid="uid://bmq0o2eraq1kv" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_015_delay-0.01s.png" id="17_g77ba"] +[ext_resource type="Texture2D" uid="uid://doxughhfcyl6j" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_082_delay-0.01s.png" id="18_i8vqd"] +[ext_resource type="Texture2D" uid="uid://b63idehp7dejv" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_016_delay-0.01s.png" id="18_vprbf"] +[ext_resource type="Texture2D" uid="uid://dmt178ko0eu3m" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_017_delay-0.01s.png" id="19_3b4or"] +[ext_resource type="Texture2D" uid="uid://c3sv0vwvn70us" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_083_delay-0.01s.png" id="19_nri4i"] +[ext_resource type="Texture2D" uid="uid://7xn7dudypkrk" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_084_delay-0.01s.png" id="20_7vb7t"] +[ext_resource type="Texture2D" uid="uid://5ieleh43ldp0" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_018_delay-0.01s.png" id="20_lvxxf"] +[ext_resource type="Texture2D" uid="uid://13fl1yuo166w" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_085_delay-0.01s.png" id="21_1whho"] +[ext_resource type="Texture2D" uid="uid://dre7afnvlxcs3" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_019_delay-0.01s.png" id="21_h5qpd"] +[ext_resource type="Texture2D" uid="uid://cg07jeigsoqb8" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_086_delay-0.01s.png" id="22_1n35w"] +[ext_resource type="Texture2D" uid="uid://pr57d2d141yp" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_020_delay-0.01s.png" id="22_3fp3w"] +[ext_resource type="Texture2D" uid="uid://bboqd2pr26m2n" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_021_delay-0.01s.png" id="23_ahsj4"] +[ext_resource type="Texture2D" uid="uid://d2n7d6ee17ky4" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_087_delay-0.01s.png" id="23_ovbe7"] +[ext_resource type="Texture2D" uid="uid://by0ir4chxvpuc" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_088_delay-0.01s.png" id="24_2nphr"] +[ext_resource type="Texture2D" uid="uid://br0se4irgyk44" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_022_delay-0.01s.png" id="24_r8w0q"] +[ext_resource type="Texture2D" uid="uid://byul8xbwy665p" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_023_delay-0.01s.png" id="25_1wi8m"] +[ext_resource type="Texture2D" uid="uid://bck0afl1e0tl4" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_089_delay-0.01s.png" id="25_x2ty2"] +[ext_resource type="Texture2D" uid="uid://tymvatp8x07l" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_024_delay-0.01s.png" id="26_cwyyv"] +[ext_resource type="Texture2D" uid="uid://di5p0wuw6gafa" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_090_delay-0.01s.png" id="26_mhe7a"] +[ext_resource type="Texture2D" uid="uid://cdqv6kmqxcc7a" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_025_delay-0.01s.png" id="27_5ikd5"] +[ext_resource type="Texture2D" uid="uid://dco80dgth7qdb" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_091_delay-0.01s.png" id="27_8gad2"] +[ext_resource type="Texture2D" uid="uid://dsc72x737trct" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_092_delay-0.01s.png" id="28_ieg2v"] +[ext_resource type="Texture2D" uid="uid://oxtmehmd0bs2" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_026_delay-0.01s.png" id="28_liv8i"] +[ext_resource type="Texture2D" uid="uid://caru2dj6uifo5" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_132_delay-0.01s.png" id="29_mhe7a"] +[ext_resource type="Texture2D" uid="uid://b2y01wk2x5qox" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_133_delay-0.01s.png" id="30_8gad2"] +[ext_resource type="Texture2D" uid="uid://ccd8e5ox3064m" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_134_delay-0.01s.png" id="31_ieg2v"] +[ext_resource type="Texture2D" uid="uid://bfhvwj7n7k0nf" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_135_delay-0.01s.png" id="32_hbxto"] +[ext_resource type="Texture2D" uid="uid://daj3whlky73jv" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_136_delay-0.01s.png" id="33_pvxj6"] +[ext_resource type="Texture2D" uid="uid://d0xe20uc6etoa" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_137_delay-0.01s.png" id="34_qh0ha"] +[ext_resource type="Texture2D" uid="uid://dqtgwld0uapvf" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_138_delay-0.01s.png" id="35_rpjnp"] +[ext_resource type="Texture2D" uid="uid://c1rkc0g01by7h" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_139_delay-0.01s.png" id="36_qr5lh"] +[ext_resource type="Texture2D" uid="uid://c3ijx4n6gx3kk" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_140_delay-0.01s.png" id="37_i6r87"] +[ext_resource type="Texture2D" uid="uid://cedvpowu0uxl8" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_141_delay-0.01s.png" id="38_sqeg8"] +[ext_resource type="Texture2D" uid="uid://cspnh0dp8rby7" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_142_delay-0.01s.png" id="39_k5y0i"] +[ext_resource type="Texture2D" uid="uid://rttxodnaeo1r" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_143_delay-0.01s.png" id="40_lr5by"] +[ext_resource type="Texture2D" uid="uid://bmca04yriogx5" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_144_delay-0.01s.png" id="41_c84kr"] +[ext_resource type="Texture2D" uid="uid://xor5n0c5tk0j" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_145_delay-0.01s.png" id="42_xfnmt"] +[ext_resource type="Texture2D" uid="uid://dhq2t5wpgmlt7" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_146_delay-0.01s.png" id="43_irwou"] +[ext_resource type="Texture2D" uid="uid://dijlfip1gcip2" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_147_delay-0.01s.png" id="44_h35me"] +[ext_resource type="Texture2D" uid="uid://c7g7ukartbxg0" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_148_delay-0.01s.png" id="45_8sjpy"] +[ext_resource type="Texture2D" uid="uid://c6fiobstg4wim" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_149_delay-0.01s.png" id="46_n8ava"] +[ext_resource type="Texture2D" uid="uid://cmero5dihar6b" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_150_delay-0.01s.png" id="47_qq0rn"] +[ext_resource type="Texture2D" uid="uid://gx4uxnf1dmun" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_151_delay-0.01s.png" id="48_eho7s"] +[ext_resource type="Texture2D" uid="uid://ngghdfw4jj4h" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_152_delay-0.01s.png" id="49_fg3hu"] +[ext_resource type="Texture2D" uid="uid://da1xp1iw3a7hv" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_153_delay-0.01s.png" id="50_51wrr"] +[ext_resource type="Texture2D" uid="uid://cv2btcyir4ahg" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_154_delay-0.01s.png" id="51_cy6mc"] +[ext_resource type="Texture2D" uid="uid://bjr7n1r02juti" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_155_delay-0.01s.png" id="52_d0673"] +[ext_resource type="Texture2D" uid="uid://xavgld8cd4ik" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_156_delay-0.01s.png" id="53_12m2c"] +[ext_resource type="Texture2D" uid="uid://bj10yx3ow10bp" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_157_delay-0.01s.png" id="54_s6cqb"] +[ext_resource type="Texture2D" uid="uid://dqm5xh38tgiqh" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_158_delay-0.01s.png" id="55_n8ymk"] +[ext_resource type="Texture2D" uid="uid://bhsk32l05xvbf" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_198_delay-0.01s.png" id="56_n1bnx"] +[ext_resource type="Texture2D" uid="uid://06p7wl1ifibr" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_199_delay-0.01s.png" id="57_eex31"] +[ext_resource type="Texture2D" uid="uid://54qkscqnmgcu" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_200_delay-0.01s.png" id="58_5bp3f"] +[ext_resource type="Texture2D" uid="uid://cwfiuljjxhxtu" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_201_delay-0.01s.png" id="59_oahu0"] +[ext_resource type="Texture2D" uid="uid://rxrcw23shk21" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_202_delay-0.01s.png" id="60_7lq18"] +[ext_resource type="Texture2D" uid="uid://chyf5dfvhdmha" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_203_delay-0.01s.png" id="61_ygp5b"] +[ext_resource type="Texture2D" uid="uid://bs6eno6gtusur" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_204_delay-0.01s.png" id="62_di4mh"] +[ext_resource type="Texture2D" uid="uid://ymmk47tamej2" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_205_delay-0.01s.png" id="63_k0n7h"] +[ext_resource type="Texture2D" uid="uid://w88wl5teslfx" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_206_delay-0.01s.png" id="64_uh8m4"] +[ext_resource type="Texture2D" uid="uid://ddfjifcvkpkhc" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_207_delay-0.01s.png" id="65_w4cwl"] +[ext_resource type="Texture2D" uid="uid://jfiov7uldt38" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_208_delay-0.01s.png" id="66_30j18"] +[ext_resource type="Texture2D" uid="uid://cpww0skmfrgvp" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_209_delay-0.01s.png" id="67_bh68d"] +[ext_resource type="Texture2D" uid="uid://dsmjr3ohg5w8r" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_210_delay-0.01s.png" id="68_b8cwe"] +[ext_resource type="Texture2D" uid="uid://p6i3hny05st6" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_211_delay-0.01s.png" id="69_ttwny"] +[ext_resource type="Texture2D" uid="uid://bh3tcdeassk02" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_212_delay-0.01s.png" id="70_idn0p"] +[ext_resource type="Texture2D" uid="uid://d331tk4jn3twx" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_213_delay-0.01s.png" id="71_0nkem"] +[ext_resource type="Texture2D" uid="uid://0xpxwche3cfd" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_214_delay-0.01s.png" id="72_n7gw4"] +[ext_resource type="Texture2D" uid="uid://dm6gsiqregjsw" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_215_delay-0.01s.png" id="73_vc4pw"] +[ext_resource type="Texture2D" uid="uid://l1yi2bofgjon" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_216_delay-0.01s.png" id="74_0i26d"] +[ext_resource type="Texture2D" uid="uid://blc66cptgn1c3" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_217_delay-0.01s.png" id="75_fn30n"] +[ext_resource type="Texture2D" uid="uid://mvy8hatv1lmb" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_218_delay-0.01s.png" id="76_654xy"] +[ext_resource type="Texture2D" uid="uid://crow2apwptjbb" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_219_delay-0.01s.png" id="77_51k5h"] +[ext_resource type="Texture2D" uid="uid://vymn8geahxjj" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_220_delay-0.01s.png" id="78_4bh03"] +[ext_resource type="Texture2D" uid="uid://c3alaqd3qntjf" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_221_delay-0.01s.png" id="79_84quw"] +[ext_resource type="Texture2D" uid="uid://dpiupie81g4su" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_222_delay-0.01s.png" id="80_pt8gl"] +[ext_resource type="Texture2D" uid="uid://ygl3erumerul" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_223_delay-0.01s.png" id="81_8wyws"] +[ext_resource type="Texture2D" uid="uid://bm8u1egdkocd7" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_224_delay-0.01s.png" id="82_kuord"] +[ext_resource type="Texture2D" uid="uid://c46w5xfuwhnr6" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_093_delay-0.01s.png" id="110_vprbf"] +[ext_resource type="Texture2D" uid="uid://chba8jbs2trtk" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_094_delay-0.01s.png" id="111_3b4or"] +[ext_resource type="Texture2D" uid="uid://b2mfv3bh1x3xb" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_095_delay-0.01s.png" id="112_lvxxf"] +[ext_resource type="Texture2D" uid="uid://cyf85k3hjhfyf" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_096_delay-0.01s.png" id="113_h5qpd"] +[ext_resource type="Texture2D" uid="uid://3hkok2jl7aqm" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_097_delay-0.01s.png" id="114_3fp3w"] +[ext_resource type="Texture2D" uid="uid://c8mbs175j1sfu" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_098_delay-0.01s.png" id="115_ahsj4"] +[ext_resource type="Texture2D" uid="uid://bw5tqu5fgkhh5" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_099_delay-0.01s.png" id="116_r8w0q"] +[ext_resource type="Texture2D" uid="uid://dvwu1pe0v5a5h" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_100_delay-0.01s.png" id="117_1wi8m"] +[ext_resource type="Texture2D" uid="uid://c332v26b101k" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_101_delay-0.01s.png" id="118_cwyyv"] +[ext_resource type="Texture2D" uid="uid://b3ybjgdm452gp" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_102_delay-0.01s.png" id="119_5ikd5"] +[ext_resource type="Texture2D" uid="uid://cp8ld1gc0pr61" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_103_delay-0.01s.png" id="120_liv8i"] +[ext_resource type="Texture2D" uid="uid://bj3wqh6us08j6" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_104_delay-0.01s.png" id="121_kpjbt"] +[ext_resource type="Texture2D" uid="uid://biqd4qxqj1jq" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_105_delay-0.01s.png" id="122_ry8u8"] +[ext_resource type="Texture2D" uid="uid://dcqrai54vxasy" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_106_delay-0.01s.png" id="123_3bhr5"] +[ext_resource type="Texture2D" uid="uid://w0adyv4klg8u" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_107_delay-0.01s.png" id="124_mvhf3"] +[ext_resource type="Texture2D" uid="uid://bj4w1t366je36" path="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_108_delay-0.01s.png" id="125_t1jne"] +[ext_resource type="Texture2D" uid="uid://chlghfjgl356s" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_159_delay-0.01s.png" id="126_bt5l7"] +[ext_resource type="Texture2D" uid="uid://cnaiqs7f0sjj2" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_027_delay-0.01s.png" id="126_ppjwm"] +[ext_resource type="Texture2D" uid="uid://dutdhjc47m7xu" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_028_delay-0.01s.png" id="127_aeduo"] +[ext_resource type="Texture2D" uid="uid://b6at2sytan3p1" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_160_delay-0.01s.png" id="127_ayin7"] +[ext_resource type="Texture2D" uid="uid://b5jakjdopmwxc" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_029_delay-0.01s.png" id="128_ghqkn"] +[ext_resource type="Texture2D" uid="uid://d34ky0ehksjfc" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_161_delay-0.01s.png" id="128_t3tyn"] +[ext_resource type="Texture2D" uid="uid://dbip07sw2qcgc" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_162_delay-0.01s.png" id="129_7wh57"] +[ext_resource type="Texture2D" uid="uid://cnied0w8p8kbw" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_030_delay-0.01s.png" id="129_81k6x"] +[ext_resource type="Texture2D" uid="uid://g1ahvwq6dqhx" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_031_delay-0.01s.png" id="130_px6yr"] +[ext_resource type="Texture2D" uid="uid://cltiglp15kywt" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_163_delay-0.01s.png" id="130_s7ye2"] +[ext_resource type="Texture2D" uid="uid://dd0c4gaeh6myh" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_032_delay-0.01s.png" id="131_beuum"] +[ext_resource type="Texture2D" uid="uid://d07ugpq756uhv" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_164_delay-0.01s.png" id="131_rj1js"] +[ext_resource type="Texture2D" uid="uid://cgaxxvy3om7md" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_033_delay-0.01s.png" id="132_mwuti"] +[ext_resource type="Texture2D" uid="uid://sgegg8gg2doj" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_165_delay-0.01s.png" id="132_pgglm"] +[ext_resource type="Texture2D" uid="uid://b801i5bpfu182" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_034_delay-0.01s.png" id="133_2e6rw"] +[ext_resource type="Texture2D" uid="uid://dggx0hygu8tn0" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_166_delay-0.01s.png" id="133_gu1ti"] +[ext_resource type="Texture2D" uid="uid://bajvef2wycmmd" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_167_delay-0.01s.png" id="134_82aih"] +[ext_resource type="Texture2D" uid="uid://b2exyqsd2ivmg" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_035_delay-0.01s.png" id="134_hlucq"] +[ext_resource type="Texture2D" uid="uid://b8dd8rwx6sg4j" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_036_delay-0.01s.png" id="135_4e16l"] +[ext_resource type="Texture2D" uid="uid://desjlb5rvs5ft" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_168_delay-0.01s.png" id="135_aa2x8"] +[ext_resource type="Texture2D" uid="uid://da6ib32jregio" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_037_delay-0.01s.png" id="136_iwxo7"] +[ext_resource type="Texture2D" uid="uid://dwfg2anun2m15" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_169_delay-0.01s.png" id="136_uhgxx"] +[ext_resource type="Texture2D" uid="uid://daoigad46m5r7" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_038_delay-0.01s.png" id="137_beysk"] +[ext_resource type="Texture2D" uid="uid://dtfkcsfvthvq2" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_170_delay-0.01s.png" id="137_ldc18"] +[ext_resource type="Texture2D" uid="uid://wtw68eu5tgur" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_171_delay-0.01s.png" id="138_6jw4y"] +[ext_resource type="Texture2D" uid="uid://c7x4h8taadc7q" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_039_delay-0.01s.png" id="138_g8v1t"] +[ext_resource type="Texture2D" uid="uid://cuh0nnnr8fh5n" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_040_delay-0.01s.png" id="139_4lfcg"] +[ext_resource type="Texture2D" uid="uid://8uf4b55dgg3p" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_172_delay-0.01s.png" id="139_wtfow"] +[ext_resource type="Texture2D" uid="uid://b2l5gt2n63x06" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_173_delay-0.01s.png" id="140_rixoi"] +[ext_resource type="Texture2D" uid="uid://bf5kdfwilr6ya" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_041_delay-0.01s.png" id="140_wa66a"] +[ext_resource type="Texture2D" uid="uid://ciqux6oks7o8j" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_174_delay-0.01s.png" id="141_3intm"] +[ext_resource type="Texture2D" uid="uid://dyiwhim3wvswi" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_042_delay-0.01s.png" id="141_ivxe0"] +[ext_resource type="Texture2D" uid="uid://dumik4dqkhhpb" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_225_delay-0.01s.png" id="142_ykxca"] +[ext_resource type="Texture2D" uid="uid://b4evqkmluj3rc" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_226_delay-0.01s.png" id="143_d3g7j"] +[ext_resource type="Texture2D" uid="uid://hschg5j1rra3" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_227_delay-0.01s.png" id="144_bvb4q"] +[ext_resource type="Texture2D" uid="uid://dgsvh6frtvy06" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_228_delay-0.01s.png" id="145_ya7vi"] +[ext_resource type="Texture2D" uid="uid://rt7ouk1rgl52" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_229_delay-0.01s.png" id="146_32bhs"] +[ext_resource type="Texture2D" uid="uid://y1u43bt8wh7b" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_230_delay-0.01s.png" id="147_xo3nv"] +[ext_resource type="Texture2D" uid="uid://d1ts7mik0ep1q" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_231_delay-0.01s.png" id="148_jwlyb"] +[ext_resource type="Texture2D" uid="uid://gi3515vff0de" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_232_delay-0.01s.png" id="149_wolyq"] +[ext_resource type="Texture2D" uid="uid://cqa88kdtkglo6" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_233_delay-0.01s.png" id="150_g58wf"] +[ext_resource type="Texture2D" uid="uid://cxm7i3fswovkk" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_234_delay-0.01s.png" id="151_j6tb3"] +[ext_resource type="Texture2D" uid="uid://bvy58646btxbp" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_235_delay-0.01s.png" id="152_6sc67"] +[ext_resource type="Texture2D" uid="uid://dhbf3u2g2aib0" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_236_delay-0.01s.png" id="153_0ro8w"] +[ext_resource type="Texture2D" uid="uid://djt13deq5d27" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_237_delay-0.01s.png" id="154_7vsq8"] +[ext_resource type="Texture2D" uid="uid://d0mlepj1qv4hu" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_238_delay-0.01s.png" id="155_ei26s"] +[ext_resource type="Texture2D" uid="uid://bciw0pvnr23db" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_239_delay-0.01s.png" id="156_r843w"] +[ext_resource type="Texture2D" uid="uid://dseairg26t3nh" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_240_delay-0.01s.png" id="157_s8g0h"] +[ext_resource type="Texture2D" uid="uid://datckrqdgyref" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_109_delay-0.01s.png" id="174_ckqrb"] +[ext_resource type="Texture2D" uid="uid://dmblermv36q1t" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_110_delay-0.01s.png" id="175_j40sl"] +[ext_resource type="Texture2D" uid="uid://dyky52ey50hcm" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_111_delay-0.01s.png" id="176_dmbat"] +[ext_resource type="Texture2D" uid="uid://cjfwaiov7dfv4" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_112_delay-0.01s.png" id="177_2imk7"] +[ext_resource type="Texture2D" uid="uid://ygacn2kh5usi" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_113_delay-0.01s.png" id="178_kv2h5"] +[ext_resource type="Texture2D" uid="uid://ma2exdd7lsx2" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_114_delay-0.01s.png" id="179_m5jct"] +[ext_resource type="Texture2D" uid="uid://bema272sctkq" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_115_delay-0.01s.png" id="180_62pw4"] +[ext_resource type="Texture2D" uid="uid://ekdq36n4midf" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_116_delay-0.01s.png" id="181_c2cpd"] +[ext_resource type="Texture2D" uid="uid://dl3cy1b6biwct" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_117_delay-0.01s.png" id="182_peewm"] +[ext_resource type="Texture2D" uid="uid://cqcm51c73r7h5" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_118_delay-0.01s.png" id="183_j0nsu"] +[ext_resource type="Texture2D" uid="uid://b02v3vsyfwpc8" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_119_delay-0.01s.png" id="184_56j0e"] +[ext_resource type="Texture2D" uid="uid://cq83mf2e35530" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_120_delay-0.01s.png" id="185_r6e3v"] +[ext_resource type="Texture2D" uid="uid://b8l2afj1ubc73" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_121_delay-0.01s.png" id="186_ejp8h"] +[ext_resource type="Texture2D" uid="uid://cvwa4suri4atg" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_122_delay-0.01s.png" id="187_fmvcg"] +[ext_resource type="Texture2D" uid="uid://8k2xymdmr23c" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_123_delay-0.01s.png" id="188_okbif"] +[ext_resource type="Texture2D" uid="uid://d2q55rgk0dn33" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_124_delay-0.01s.png" id="189_dus11"] +[ext_resource type="Texture2D" uid="uid://t8xslvjd50jr" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_125_delay-0.01s.png" id="190_2uf0v"] +[ext_resource type="Texture2D" uid="uid://cwr0qaoicsfhd" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_126_delay-0.01s.png" id="191_4bhb7"] +[ext_resource type="Texture2D" uid="uid://dk720vybwl7jw" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_127_delay-0.01s.png" id="192_7yosr"] +[ext_resource type="Texture2D" uid="uid://denl6aqhmvhcj" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_128_delay-0.01s.png" id="193_bemmb"] +[ext_resource type="Texture2D" uid="uid://dumoyrl88pwvw" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_129_delay-0.01s.png" id="194_innxq"] +[ext_resource type="Texture2D" uid="uid://j84hkbc3ct0r" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_130_delay-0.01s.png" id="195_n00h1"] +[ext_resource type="Texture2D" uid="uid://lu8oe4o804nn" path="res://src/enemy/enemy_types/09. Agni/animations/F/frame_131_delay-0.01s.png" id="196_tpai1"] +[ext_resource type="Texture2D" uid="uid://djub3mqokrsah" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_043_delay-0.01s.png" id="197_o2lxl"] +[ext_resource type="Texture2D" uid="uid://shkr17411db1" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_175_delay-0.01s.png" id="197_xnob3"] +[ext_resource type="Texture2D" uid="uid://bswigd6i6imr6" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_044_delay-0.01s.png" id="198_lxycn"] +[ext_resource type="Texture2D" uid="uid://dmv5makdnpipr" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_176_delay-0.01s.png" id="198_tofhe"] +[ext_resource type="Texture2D" uid="uid://xye8vid2gwu7" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_045_delay-0.01s.png" id="199_dtyon"] +[ext_resource type="Texture2D" uid="uid://dsavkyagjpwb8" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_177_delay-0.01s.png" id="199_h8nj4"] +[ext_resource type="Texture2D" uid="uid://ijh2fljvnm71" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_046_delay-0.01s.png" id="200_6c2b5"] +[ext_resource type="Texture2D" uid="uid://dtsebs5m1taqa" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_178_delay-0.01s.png" id="200_kg2p7"] +[ext_resource type="Texture2D" uid="uid://d0w8sjn85ag4l" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_047_delay-0.01s.png" id="201_jd3xu"] +[ext_resource type="Texture2D" uid="uid://cbm356g56b6vm" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_179_delay-0.01s.png" id="201_x0ep5"] +[ext_resource type="Texture2D" uid="uid://byfv8wk0tpvx6" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_048_delay-0.01s.png" id="202_20ds5"] +[ext_resource type="Texture2D" uid="uid://cj1ycugfr8nnk" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_180_delay-0.01s.png" id="202_gmpd6"] +[ext_resource type="Texture2D" uid="uid://tjsbavwakv4p" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_049_delay-0.01s.png" id="203_4oldt"] +[ext_resource type="Texture2D" uid="uid://dhrhk2tdh3k3b" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_181_delay-0.01s.png" id="203_idk3x"] +[ext_resource type="Texture2D" uid="uid://7m33c1vq8wpd" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_050_delay-0.01s.png" id="204_dxfso"] +[ext_resource type="Texture2D" uid="uid://dnfq6l1rd5x1t" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_182_delay-0.01s.png" id="204_pq4re"] +[ext_resource type="Texture2D" uid="uid://ca0hfma48ftxs" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_183_delay-0.01s.png" id="205_o5mvi"] +[ext_resource type="Texture2D" uid="uid://yonawivlsxw8" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_051_delay-0.01s.png" id="205_semud"] +[ext_resource type="Texture2D" uid="uid://c32fa5oa5mqo" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_184_delay-0.01s.png" id="206_b6mqd"] +[ext_resource type="Texture2D" uid="uid://upubey1mdv1j" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_052_delay-0.01s.png" id="206_kp60x"] +[ext_resource type="Texture2D" uid="uid://5px7itdge424" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_185_delay-0.01s.png" id="207_u0g5s"] +[ext_resource type="Texture2D" uid="uid://cqivol75efl7e" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_053_delay-0.01s.png" id="207_xt1jb"] +[ext_resource type="Texture2D" uid="uid://bw8wp2eykxomv" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_054_delay-0.01s.png" id="208_ah165"] +[ext_resource type="Texture2D" uid="uid://dybcepymmbh8h" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_186_delay-0.01s.png" id="208_vur8v"] +[ext_resource type="Texture2D" uid="uid://cleq8oadbkrln" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_187_delay-0.01s.png" id="209_pa2sb"] +[ext_resource type="Texture2D" uid="uid://cer3jbxufrjh6" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_055_delay-0.01s.png" id="209_vc2t3"] +[ext_resource type="Texture2D" uid="uid://coo801128p5qu" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_056_delay-0.01s.png" id="210_3stsn"] +[ext_resource type="Texture2D" uid="uid://dcul2g1n7878" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_188_delay-0.01s.png" id="210_dc327"] +[ext_resource type="Texture2D" uid="uid://4ak4jtdlncp3" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_189_delay-0.01s.png" id="211_5y02v"] +[ext_resource type="Texture2D" uid="uid://dcnwq7i301wi1" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_057_delay-0.01s.png" id="211_pj3h5"] +[ext_resource type="Texture2D" uid="uid://ba4n5wqsce0it" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_058_delay-0.01s.png" id="212_ffuh2"] +[ext_resource type="Texture2D" uid="uid://bunn2ruw20j7n" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_190_delay-0.01s.png" id="212_mm0yx"] +[ext_resource type="Texture2D" uid="uid://i4lvorh314wg" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_059_delay-0.01s.png" id="213_8umuq"] +[ext_resource type="Texture2D" uid="uid://l8xellneih4n" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_191_delay-0.01s.png" id="213_x32v4"] +[ext_resource type="Texture2D" uid="uid://cd7nn88sgtpjk" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_060_delay-0.01s.png" id="214_aakiv"] +[ext_resource type="Texture2D" uid="uid://7l7mnj87hsf7" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_192_delay-0.01s.png" id="214_uuaia"] +[ext_resource type="Texture2D" uid="uid://dd88ngps7r81i" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_193_delay-0.01s.png" id="215_8d34m"] +[ext_resource type="Texture2D" uid="uid://dva8p0spra58" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_061_delay-0.01s.png" id="215_xsh2u"] +[ext_resource type="Texture2D" uid="uid://d1xbn8exh5tb1" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_062_delay-0.01s.png" id="216_ke7fl"] +[ext_resource type="Texture2D" uid="uid://dvumdq0ybrehc" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_194_delay-0.01s.png" id="216_sicjx"] +[ext_resource type="Texture2D" uid="uid://bjfnwipb0hn65" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_063_delay-0.01s.png" id="217_jgx2a"] +[ext_resource type="Texture2D" uid="uid://dr1uyxupc5rvd" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_195_delay-0.01s.png" id="217_pqyu2"] +[ext_resource type="Texture2D" uid="uid://ctrgsiskd1frx" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_064_delay-0.01s.png" id="218_1hgah"] +[ext_resource type="Texture2D" uid="uid://bapkchbtjk41u" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_196_delay-0.01s.png" id="218_wwhtm"] +[ext_resource type="Texture2D" uid="uid://dyx4jxs62gfu2" path="res://src/enemy/enemy_types/09. Agni/animations/L/frame_197_delay-0.01s.png" id="219_3k8j0"] +[ext_resource type="Texture2D" uid="uid://cwi6ydmtmaddp" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_065_delay-0.01s.png" id="219_f688p"] +[ext_resource type="Texture2D" uid="uid://buajw8hhulu81" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_241_delay-0.01s.png" id="220_5w41u"] +[ext_resource type="Texture2D" uid="uid://23fgouybahk5" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_242_delay-0.01s.png" id="221_o2lxl"] +[ext_resource type="Texture2D" uid="uid://bc4kxs87tyeyu" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_243_delay-0.01s.png" id="222_lxycn"] +[ext_resource type="Texture2D" uid="uid://bfvgo3rheqmla" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_244_delay-0.01s.png" id="223_dtyon"] +[ext_resource type="Texture2D" uid="uid://dwhgget8tysjl" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_245_delay-0.01s.png" id="224_6c2b5"] +[ext_resource type="Texture2D" uid="uid://dhcg51m0k8xe2" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_246_delay-0.01s.png" id="225_jd3xu"] +[ext_resource type="Texture2D" uid="uid://6d48nco64uiv" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_247_delay-0.01s.png" id="226_20ds5"] +[ext_resource type="Texture2D" uid="uid://4u571pswobrj" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_248_delay-0.01s.png" id="227_4oldt"] +[ext_resource type="Texture2D" uid="uid://b2ewc48b3q7ms" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_249_delay-0.01s.png" id="228_dxfso"] +[ext_resource type="Texture2D" uid="uid://bnnbcqeiwafbw" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_250_delay-0.01s.png" id="229_semud"] +[ext_resource type="Texture2D" uid="uid://b1qvi7gl40tic" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_251_delay-0.01s.png" id="230_kp60x"] +[ext_resource type="Texture2D" uid="uid://dph6c5ntgx4ug" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_252_delay-0.01s.png" id="231_xt1jb"] +[ext_resource type="Texture2D" uid="uid://ccbkf3stle5s8" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_253_delay-0.01s.png" id="232_ah165"] +[ext_resource type="Texture2D" uid="uid://2aoimief7jg1" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_254_delay-0.01s.png" id="233_vc2t3"] +[ext_resource type="Texture2D" uid="uid://bo3yooc63cikn" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_255_delay-0.01s.png" id="234_3stsn"] +[ext_resource type="Texture2D" uid="uid://cost00qd68dlb" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_256_delay-0.01s.png" id="235_pj3h5"] +[ext_resource type="Texture2D" uid="uid://8bq8wrs3ttcv" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_257_delay-0.01s.png" id="236_ffuh2"] +[ext_resource type="Texture2D" uid="uid://db4l2228uovc8" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_258_delay-0.01s.png" id="237_8umuq"] +[ext_resource type="Texture2D" uid="uid://itfq5312pt6d" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_259_delay-0.01s.png" id="238_aakiv"] +[ext_resource type="Texture2D" uid="uid://dx13yhik7lvmk" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_260_delay-0.01s.png" id="239_xsh2u"] +[ext_resource type="Texture2D" uid="uid://bntlmlpghyrh6" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_261_delay-0.01s.png" id="240_ke7fl"] +[ext_resource type="Texture2D" uid="uid://d3q4ocfb1g6dt" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_262_delay-0.01s.png" id="241_jgx2a"] +[ext_resource type="Texture2D" uid="uid://bo3atbyq7k5tv" path="res://src/enemy/enemy_types/09. Agni/animations/R/frame_263_delay-0.01s.png" id="242_1hgah"] +[ext_resource type="Texture2D" uid="uid://bg0mm60ln6kye" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_264_delay-0.01s.png" id="266_lsphj"] +[ext_resource type="Texture2D" uid="uid://gkldknqv8n34" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_265_delay-0.01s.png" id="267_y6p5p"] +[ext_resource type="Texture2D" uid="uid://cy2cqucagmjlb" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_266_delay-0.01s.png" id="268_f45wt"] +[ext_resource type="Texture2D" uid="uid://jegmc4jpfx20" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_267_delay-0.01s.png" id="269_tw60d"] +[ext_resource type="Texture2D" uid="uid://dcduubuqlopkh" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_268_delay-0.01s.png" id="270_kvft6"] +[ext_resource type="Texture2D" uid="uid://dnmper7kajww6" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_269_delay-0.01s.png" id="271_1s7aa"] +[ext_resource type="Texture2D" uid="uid://cftqjy2iewh6v" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_270_delay-0.01s.png" id="272_h7020"] +[ext_resource type="Texture2D" uid="uid://ddm7abdc3c3jv" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_271_delay-0.01s.png" id="273_dd482"] +[ext_resource type="Texture2D" uid="uid://bsnt0i55haapp" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_272_delay-0.01s.png" id="274_pv7h1"] +[ext_resource type="Texture2D" uid="uid://cqg78lak7t7h7" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_273_delay-0.01s.png" id="275_ggybm"] +[ext_resource type="Texture2D" uid="uid://cftgstb4h04to" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_274_delay-0.01s.png" id="276_h223i"] +[ext_resource type="Texture2D" uid="uid://dy75670e11euv" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_275_delay-0.01s.png" id="277_mvc8k"] +[ext_resource type="Texture2D" uid="uid://cmc88yx6ecg4q" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_276_delay-0.01s.png" id="278_d3off"] +[ext_resource type="Texture2D" uid="uid://cjo7h07ghnrcy" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_277_delay-0.01s.png" id="279_kp848"] +[ext_resource type="Texture2D" uid="uid://croke2fk5h86j" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_278_delay-0.01s.png" id="280_kaufo"] +[ext_resource type="Texture2D" uid="uid://cylg1j3dl7clt" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_279_delay-0.01s.png" id="281_ghcov"] +[ext_resource type="Texture2D" uid="uid://d1516ajjjtb74" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_280_delay-0.01s.png" id="282_pj33i"] +[ext_resource type="Texture2D" uid="uid://cm2guwf4kf2y2" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_281_delay-0.01s.png" id="283_86iow"] +[ext_resource type="Texture2D" uid="uid://cf6cux8pu8sa1" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_282_delay-0.01s.png" id="284_pgeg0"] +[ext_resource type="Texture2D" uid="uid://de887ptuiv4b4" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_283_delay-0.01s.png" id="285_wmf3v"] +[ext_resource type="Texture2D" uid="uid://cds6m86b2psup" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_284_delay-0.01s.png" id="286_yjjil"] +[ext_resource type="Texture2D" uid="uid://ckxc5ewc7krgy" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_285_delay-0.01s.png" id="287_ds6px"] +[ext_resource type="Texture2D" uid="uid://h6b3iv4a33ge" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_286_delay-0.01s.png" id="288_skw6r"] +[ext_resource type="Texture2D" uid="uid://brjhwakmssh2v" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_287_delay-0.01s.png" id="289_ukoob"] +[ext_resource type="Texture2D" uid="uid://dw2lcc3f4d8ui" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_288_delay-0.01s.png" id="290_x6o72"] +[ext_resource type="Texture2D" uid="uid://cqb1mev2pfmxg" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_289_delay-0.01s.png" id="291_cbeiy"] +[ext_resource type="Texture2D" uid="uid://beyjeetyl0mxs" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_290_delay-0.01s.png" id="292_1kvhg"] +[ext_resource type="Texture2D" uid="uid://dmied1q41sfm2" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_291_delay-0.01s.png" id="293_05ua5"] +[ext_resource type="Texture2D" uid="uid://h4t5esklq6f6" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_292_delay-0.01s.png" id="294_aorbc"] +[ext_resource type="Texture2D" uid="uid://ci6vh7iirr8pq" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_293_delay-0.01s.png" id="295_o7jn3"] +[ext_resource type="Texture2D" uid="uid://qsx14k5bd1sx" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_294_delay-0.01s.png" id="296_e6gd8"] +[ext_resource type="Texture2D" uid="uid://hf2i36hdttrt" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_295_delay-0.01s.png" id="297_fwypy"] +[ext_resource type="Texture2D" uid="uid://vnwlj8wbhu45" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_296_delay-0.01s.png" id="298_wtgla"] +[ext_resource type="Texture2D" uid="uid://15q8e1mwoy8" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_297_delay-0.01s.png" id="299_5r5bq"] +[ext_resource type="Texture2D" uid="uid://cbqc5hmq718p4" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_298_delay-0.01s.png" id="300_bbjsu"] +[ext_resource type="Texture2D" uid="uid://bmurdx0s03rus" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_299_delay-0.01s.png" id="301_onfdr"] +[ext_resource type="Texture2D" uid="uid://dt7rjtc6cygua" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_300_delay-0.01s.png" id="302_gof6h"] +[ext_resource type="Texture2D" uid="uid://ebmahc0et0uf" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_301_delay-0.01s.png" id="303_bpyx6"] +[ext_resource type="Texture2D" uid="uid://cb4ulrnxegfd1" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_302_delay-0.01s.png" id="304_igvfo"] +[ext_resource type="Texture2D" uid="uid://d13kp0hmihf0s" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_303_delay-0.01s.png" id="305_o51u6"] +[ext_resource type="Texture2D" uid="uid://dqe21r1qljmdl" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_304_delay-0.01s.png" id="306_iwq13"] +[ext_resource type="Texture2D" uid="uid://bgrrfp4car5pl" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_305_delay-0.01s.png" id="307_vf1wu"] +[ext_resource type="Texture2D" uid="uid://br6be64txnp6e" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_306_delay-0.01s.png" id="308_bu5u4"] +[ext_resource type="Texture2D" uid="uid://cpmsi4om5ax3s" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_307_delay-0.01s.png" id="309_f3ajx"] +[ext_resource type="Texture2D" uid="uid://c3g0x5tdf78pe" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_308_delay-0.01s.png" id="310_sywmp"] +[ext_resource type="Texture2D" uid="uid://erk6m62oylcc" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_309_delay-0.01s.png" id="311_lxtc4"] +[ext_resource type="Texture2D" uid="uid://df02o1yylula8" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_310_delay-0.01s.png" id="312_35hj7"] +[ext_resource type="Texture2D" uid="uid://dpuoyrffq8l1f" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_311_delay-0.01s.png" id="313_a06mn"] +[ext_resource type="Texture2D" uid="uid://bw520j2fbenqx" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_312_delay-0.01s.png" id="314_ytje7"] +[ext_resource type="Texture2D" uid="uid://c1wtdiv7cv61x" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_313_delay-0.01s.png" id="315_24lnw"] +[ext_resource type="Texture2D" uid="uid://dhmx8xkllsk3" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_314_delay-0.01s.png" id="316_qxnhd"] +[ext_resource type="Texture2D" uid="uid://bncjb7job7rim" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_315_delay-0.01s.png" id="317_fj18i"] +[ext_resource type="Texture2D" uid="uid://diueunsg4spc3" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_316_delay-0.01s.png" id="318_ptard"] +[ext_resource type="Texture2D" uid="uid://brsdd7xt3c606" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_317_delay-0.01s.png" id="319_pukii"] +[ext_resource type="Texture2D" uid="uid://by2u0d5sqqpml" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_318_delay-0.01s.png" id="320_jwtsj"] +[ext_resource type="Texture2D" uid="uid://j5m4yxs5ylpo" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_319_delay-0.01s.png" id="321_vmn50"] +[ext_resource type="Texture2D" uid="uid://cyd6norqkaq5g" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_320_delay-0.01s.png" id="322_rfa4g"] +[ext_resource type="Texture2D" uid="uid://dye83j82gbfxm" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_321_delay-0.01s.png" id="323_1e78n"] +[ext_resource type="Texture2D" uid="uid://bx7mgwtc166jt" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_322_delay-0.01s.png" id="324_1sdr8"] +[ext_resource type="Texture2D" uid="uid://cfpgfcbh7p2qu" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_323_delay-0.01s.png" id="325_svnje"] +[ext_resource type="Texture2D" uid="uid://dlp8a5mucoadb" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_324_delay-0.01s.png" id="326_6m46o"] +[ext_resource type="Texture2D" uid="uid://071wf8icu634" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_325_delay-0.01s.png" id="327_m8hpy"] +[ext_resource type="Texture2D" uid="uid://37q4jgin3k1a" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_326_delay-0.01s.png" id="328_350sx"] +[ext_resource type="Texture2D" uid="uid://5f115symdsmg" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_327_delay-0.01s.png" id="329_72hkg"] +[ext_resource type="Texture2D" uid="uid://b6swecrctxcgy" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_328_delay-0.01s.png" id="330_at3qg"] +[ext_resource type="Texture2D" uid="uid://b6batijegfqfe" path="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_329_delay-0.01s.png" id="331_610d6"] +[ext_resource type="PackedScene" uid="uid://clj7wew7wf702" path="res://src/audio/sfx/SfxNodes/agni_ambient.tscn" id="334_qm4on"] +[ext_resource type="PackedScene" uid="uid://qcvw2s4tlrku" path="res://src/audio/sfx/SfxNodes/agni_attack_1.tscn" id="335_b2oii"] +[ext_resource type="PackedScene" uid="uid://c32sxkj1xyyxs" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn" id="336_kp6fv"] [sub_resource type="Resource" id="Resource_f45wt"] script = ExtResource("2_y6p5p") @@ -2624,3 +2627,11 @@ libraries = { &"": SubResource("AnimationLibrary_o7os0") } autoplay = "default" + +[node name="SFX" type="Node3D" parent="."] + +[node name="AgniAmbient" parent="SFX" instance=ExtResource("334_qm4on")] + +[node name="AgniAttack1" parent="SFX" instance=ExtResource("335_b2oii")] + +[node name="EnemyDeathSoundMedium" parent="SFX" instance=ExtResource("336_kp6fv")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemonStats.tres b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemonStats.tres similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/AgiDemonStats.tres rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemonStats.tres diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_000_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_000_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_000_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_000_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_000_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_000_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_000_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_000_delay-0.01s.png.import index c8998082..f46317b9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_000_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_000_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsu48b5hf48xl" -path="res://.godot/imported/frame_000_delay-0.01s.png-4fc881f55d4429a39f4075171702548d.ctex" +path="res://.godot/imported/frame_000_delay-0.01s.png-5b1cb60f69384e9b973f320a57a4c8b9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_000_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_000_delay-0.01s.png-4fc881f55d4429a39f4075171702548d.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_000_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_000_delay-0.01s.png-5b1cb60f69384e9b973f320a57a4c8b9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_001_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_001_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_001_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_001_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_001_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_001_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_001_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_001_delay-0.01s.png.import index 7bf0835d..21e92071 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_001_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_001_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dw1841vsuw75d" -path="res://.godot/imported/frame_001_delay-0.01s.png-522a7497a36f8c2877719d5d52b9a494.ctex" +path="res://.godot/imported/frame_001_delay-0.01s.png-7a96f682e1cd65f244e4c80e08f4921d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_001_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_001_delay-0.01s.png-522a7497a36f8c2877719d5d52b9a494.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_001_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_001_delay-0.01s.png-7a96f682e1cd65f244e4c80e08f4921d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_002_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_002_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_002_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_002_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_002_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_002_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_002_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_002_delay-0.01s.png.import index a1195f8c..11709492 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_002_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_002_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://omx4r41xjik7" -path="res://.godot/imported/frame_002_delay-0.01s.png-8d774e2c3fe49de066536ddfb06bc3cb.ctex" +path="res://.godot/imported/frame_002_delay-0.01s.png-8b34fbc3a345c304bbca3d9bb3182f20.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_002_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_002_delay-0.01s.png-8d774e2c3fe49de066536ddfb06bc3cb.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_002_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_002_delay-0.01s.png-8b34fbc3a345c304bbca3d9bb3182f20.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_003_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_003_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_003_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_003_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_003_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_003_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_003_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_003_delay-0.01s.png.import index f67881e3..e1691eb6 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_003_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_003_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d2liuqexudies" -path="res://.godot/imported/frame_003_delay-0.01s.png-5b49e7a58df923194da5595c4710b560.ctex" +path="res://.godot/imported/frame_003_delay-0.01s.png-3d4ca25d61d423936dd9702a81a77c5b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_003_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_003_delay-0.01s.png-5b49e7a58df923194da5595c4710b560.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_003_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_003_delay-0.01s.png-3d4ca25d61d423936dd9702a81a77c5b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_004_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_004_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_004_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_004_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_004_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_004_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_004_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_004_delay-0.01s.png.import index 07fd87dd..290fb49d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_004_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_004_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://3l1v3jcokipc" -path="res://.godot/imported/frame_004_delay-0.01s.png-ab87fba0d9b8bbe945408dcea76db6c6.ctex" +path="res://.godot/imported/frame_004_delay-0.01s.png-5427e9e72ae17b4d265c3f6a739beb27.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_004_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_004_delay-0.01s.png-ab87fba0d9b8bbe945408dcea76db6c6.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_004_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_004_delay-0.01s.png-5427e9e72ae17b4d265c3f6a739beb27.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_005_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_005_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_005_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_005_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_005_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_005_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_005_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_005_delay-0.01s.png.import index 68fa9a0f..f90392a3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_005_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_005_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c03lhbb3nkov1" -path="res://.godot/imported/frame_005_delay-0.01s.png-9ecdea8b7987d02f920d3c55d4363088.ctex" +path="res://.godot/imported/frame_005_delay-0.01s.png-3caba7652dd444624a0931298d6f6ac1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_005_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_005_delay-0.01s.png-9ecdea8b7987d02f920d3c55d4363088.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_005_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_005_delay-0.01s.png-3caba7652dd444624a0931298d6f6ac1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_006_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_006_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_006_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_006_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_006_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_006_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_006_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_006_delay-0.01s.png.import index ca913697..f9541e44 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_006_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_006_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bj4n58bpwnb0" -path="res://.godot/imported/frame_006_delay-0.01s.png-a31210e92280c52f5db4b038ac54adfa.ctex" +path="res://.godot/imported/frame_006_delay-0.01s.png-3f5bde7e0333d03b57a06ecbe0e39f42.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_006_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_006_delay-0.01s.png-a31210e92280c52f5db4b038ac54adfa.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_006_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_006_delay-0.01s.png-3f5bde7e0333d03b57a06ecbe0e39f42.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_007_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_007_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_007_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_007_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_007_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_007_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_007_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_007_delay-0.01s.png.import index fd49fbd5..aec5d99e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_007_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_007_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmjxydw2xj1ci" -path="res://.godot/imported/frame_007_delay-0.01s.png-6a2e1937ad7dcc0685ec33404f9c6c47.ctex" +path="res://.godot/imported/frame_007_delay-0.01s.png-9df4475e8cb2a2e0eaac12051bfccf37.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_007_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_007_delay-0.01s.png-6a2e1937ad7dcc0685ec33404f9c6c47.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_007_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_007_delay-0.01s.png-9df4475e8cb2a2e0eaac12051bfccf37.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_008_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_008_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_008_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_008_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_008_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_008_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_008_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_008_delay-0.01s.png.import index adecdd8a..da886c4e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_008_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_008_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cr0t3wcwk6oxe" -path="res://.godot/imported/frame_008_delay-0.01s.png-95e1e9049cc47c6c2553c7efeeb5fc03.ctex" +path="res://.godot/imported/frame_008_delay-0.01s.png-91c36de324c6345de4ebfb8d33eaf6f3.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_008_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_008_delay-0.01s.png-95e1e9049cc47c6c2553c7efeeb5fc03.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_008_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_008_delay-0.01s.png-91c36de324c6345de4ebfb8d33eaf6f3.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_009_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_009_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_009_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_009_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_009_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_009_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_009_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_009_delay-0.01s.png.import index 794d70df..78545716 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_009_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_009_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3fqvh0nykviw" -path="res://.godot/imported/frame_009_delay-0.01s.png-132474b6a4a6319fcc095567be0254da.ctex" +path="res://.godot/imported/frame_009_delay-0.01s.png-e72b4b061b4d0bda7d8339c57bab81b6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_009_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_009_delay-0.01s.png-132474b6a4a6319fcc095567be0254da.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_009_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_009_delay-0.01s.png-e72b4b061b4d0bda7d8339c57bab81b6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_010_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_010_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_010_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_010_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_010_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_010_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_010_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_010_delay-0.01s.png.import index 436f5596..f70c6803 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_010_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_010_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c5esujdn8b37u" -path="res://.godot/imported/frame_010_delay-0.01s.png-854350011ab649b7cb5b1f4ca5a80ce4.ctex" +path="res://.godot/imported/frame_010_delay-0.01s.png-008e9d94adfcb45b5c9c6cadb8ec4ddc.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_010_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_010_delay-0.01s.png-854350011ab649b7cb5b1f4ca5a80ce4.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_010_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_010_delay-0.01s.png-008e9d94adfcb45b5c9c6cadb8ec4ddc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_011_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_011_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_011_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_011_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_011_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_011_delay-0.01s.png.import new file mode 100644 index 00000000..73a92d87 --- /dev/null +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_011_delay-0.01s.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://do0irjwtnolk6" +path="res://.godot/imported/frame_011_delay-0.01s.png-cae293a28791aea479ecef820b5100d6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_011_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_011_delay-0.01s.png-cae293a28791aea479ecef820b5100d6.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_012_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_012_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_012_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_012_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_012_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_012_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_012_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_012_delay-0.01s.png.import index 715764dc..6c5df9d4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_012_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_012_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://3pu7w2vd575y" -path="res://.godot/imported/frame_012_delay-0.01s.png-0af6d27fe1b1130505ba701b466c836d.ctex" +path="res://.godot/imported/frame_012_delay-0.01s.png-ec9897c1976f689ec76abeef5dc749c6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_012_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_012_delay-0.01s.png-0af6d27fe1b1130505ba701b466c836d.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_012_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_012_delay-0.01s.png-ec9897c1976f689ec76abeef5dc749c6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_013_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_013_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_013_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_013_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_013_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_013_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_013_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_013_delay-0.01s.png.import index 5c829896..c0963e6a 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_013_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_013_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c02qdei8b784w" -path="res://.godot/imported/frame_013_delay-0.01s.png-f257049cbd3d0e2ad226777614b904ae.ctex" +path="res://.godot/imported/frame_013_delay-0.01s.png-6014d17cfb505b9145f7d18a7df6eb41.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_013_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_013_delay-0.01s.png-f257049cbd3d0e2ad226777614b904ae.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_013_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_013_delay-0.01s.png-6014d17cfb505b9145f7d18a7df6eb41.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_014_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_014_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_014_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_014_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_014_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_014_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_014_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_014_delay-0.01s.png.import index 816385cc..5519b620 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_014_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_014_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddmgt26w3nxdd" -path="res://.godot/imported/frame_014_delay-0.01s.png-7f9e9f91c51601656afe1c6397442bc5.ctex" +path="res://.godot/imported/frame_014_delay-0.01s.png-9940438c4800b52e6ad3496ac2023266.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_014_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_014_delay-0.01s.png-7f9e9f91c51601656afe1c6397442bc5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_014_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_014_delay-0.01s.png-9940438c4800b52e6ad3496ac2023266.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_015_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_015_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_015_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_015_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_015_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_015_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_015_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_015_delay-0.01s.png.import index 8912f1a5..45e3f2c3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_015_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_015_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bmq0o2eraq1kv" -path="res://.godot/imported/frame_015_delay-0.01s.png-7f44b84c3b089128f836b5a3b76146a0.ctex" +path="res://.godot/imported/frame_015_delay-0.01s.png-e934166f0e905ea06b6aa6401b7c6f11.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_015_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_015_delay-0.01s.png-7f44b84c3b089128f836b5a3b76146a0.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_015_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_015_delay-0.01s.png-e934166f0e905ea06b6aa6401b7c6f11.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_016_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_016_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_016_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_016_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_016_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_016_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_016_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_016_delay-0.01s.png.import index 1b1076fe..d5247c3d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_016_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_016_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b63idehp7dejv" -path="res://.godot/imported/frame_016_delay-0.01s.png-03184cdc0fdeffc3ba8648823328f599.ctex" +path="res://.godot/imported/frame_016_delay-0.01s.png-e050e81bfae0c1c26c8fdfd102ec0641.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_016_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_016_delay-0.01s.png-03184cdc0fdeffc3ba8648823328f599.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_016_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_016_delay-0.01s.png-e050e81bfae0c1c26c8fdfd102ec0641.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_017_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_017_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_017_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_017_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_017_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_017_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_017_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_017_delay-0.01s.png.import index 81488ed2..2fd960aa 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_017_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_017_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmt178ko0eu3m" -path="res://.godot/imported/frame_017_delay-0.01s.png-77149689cf8b8bfb246530fa27396416.ctex" +path="res://.godot/imported/frame_017_delay-0.01s.png-e803bb389811937e39b39f62aec23fd0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_017_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_017_delay-0.01s.png-77149689cf8b8bfb246530fa27396416.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_017_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_017_delay-0.01s.png-e803bb389811937e39b39f62aec23fd0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_018_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_018_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_018_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_018_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_018_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_018_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_018_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_018_delay-0.01s.png.import index f09e366d..3eaa32cd 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_018_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_018_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://5ieleh43ldp0" -path="res://.godot/imported/frame_018_delay-0.01s.png-51df6bc4be4c4a34787603e910f01b5c.ctex" +path="res://.godot/imported/frame_018_delay-0.01s.png-543a5aae45dc69b1017a08414678e6c9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_018_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_018_delay-0.01s.png-51df6bc4be4c4a34787603e910f01b5c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_018_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_018_delay-0.01s.png-543a5aae45dc69b1017a08414678e6c9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_019_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_019_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_019_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_019_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_019_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_019_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_019_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_019_delay-0.01s.png.import index 34918d80..ad35fdd4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_019_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_019_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dre7afnvlxcs3" -path="res://.godot/imported/frame_019_delay-0.01s.png-3ae980dd5355e7a14c0a0eed1aa11339.ctex" +path="res://.godot/imported/frame_019_delay-0.01s.png-907dcf97976a5d40ca35c26c3766ee2f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_019_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_019_delay-0.01s.png-3ae980dd5355e7a14c0a0eed1aa11339.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_019_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_019_delay-0.01s.png-907dcf97976a5d40ca35c26c3766ee2f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_020_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_020_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_020_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_020_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_020_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_020_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_020_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_020_delay-0.01s.png.import index e7693044..1edfdfdb 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_020_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_020_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://pr57d2d141yp" -path="res://.godot/imported/frame_020_delay-0.01s.png-3acb4a01f12e2ecc914d506b79e0fde9.ctex" +path="res://.godot/imported/frame_020_delay-0.01s.png-17080da4a76ae0a9e845553ef625934a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_020_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_020_delay-0.01s.png-3acb4a01f12e2ecc914d506b79e0fde9.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_020_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_020_delay-0.01s.png-17080da4a76ae0a9e845553ef625934a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_021_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_021_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_021_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_021_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_021_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_021_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_021_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_021_delay-0.01s.png.import index 2a766b74..bc89ffeb 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_021_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_021_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bboqd2pr26m2n" -path="res://.godot/imported/frame_021_delay-0.01s.png-7e20a8e6178811b2d953d5862598aaa9.ctex" +path="res://.godot/imported/frame_021_delay-0.01s.png-a343a5bfb0b9edb6e58f1a95e2f56c2e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_021_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_021_delay-0.01s.png-7e20a8e6178811b2d953d5862598aaa9.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_021_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_021_delay-0.01s.png-a343a5bfb0b9edb6e58f1a95e2f56c2e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_022_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_022_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_022_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_022_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_022_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_022_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_022_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_022_delay-0.01s.png.import index 5994b9d4..5da80421 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_022_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_022_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://br0se4irgyk44" -path="res://.godot/imported/frame_022_delay-0.01s.png-c0c8469e4e38c06721c39f5311024342.ctex" +path="res://.godot/imported/frame_022_delay-0.01s.png-fd4e5efcae11d138336b8670a58251b1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_022_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_022_delay-0.01s.png-c0c8469e4e38c06721c39f5311024342.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_022_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_022_delay-0.01s.png-fd4e5efcae11d138336b8670a58251b1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_023_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_023_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_023_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_023_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_023_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_023_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_023_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_023_delay-0.01s.png.import index 56f16801..cc5d0d57 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_023_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_023_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://byul8xbwy665p" -path="res://.godot/imported/frame_023_delay-0.01s.png-bc880e10ddfeb4390abf44645e7f9615.ctex" +path="res://.godot/imported/frame_023_delay-0.01s.png-7fece46c85868fec0eecc147848e902e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_023_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_023_delay-0.01s.png-bc880e10ddfeb4390abf44645e7f9615.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_023_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_023_delay-0.01s.png-7fece46c85868fec0eecc147848e902e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_024_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_024_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_024_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_024_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_024_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_024_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_024_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_024_delay-0.01s.png.import index c7cc7a28..77bc097b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_024_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_024_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://tymvatp8x07l" -path="res://.godot/imported/frame_024_delay-0.01s.png-dc50e8c8b3c056d86ffd85f9492ce58f.ctex" +path="res://.godot/imported/frame_024_delay-0.01s.png-88fd0aef5737d32d3551e4e385034192.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_024_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_024_delay-0.01s.png-dc50e8c8b3c056d86ffd85f9492ce58f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_024_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_024_delay-0.01s.png-88fd0aef5737d32d3551e4e385034192.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_025_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_025_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_025_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_025_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_025_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_025_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_025_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_025_delay-0.01s.png.import index 085a781b..66649ae8 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_025_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_025_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cdqv6kmqxcc7a" -path="res://.godot/imported/frame_025_delay-0.01s.png-6e361ef6a7b80f7bd73044216664be96.ctex" +path="res://.godot/imported/frame_025_delay-0.01s.png-e089cf7b3b16f9ecc64083369595f807.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_025_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_025_delay-0.01s.png-6e361ef6a7b80f7bd73044216664be96.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_025_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_025_delay-0.01s.png-e089cf7b3b16f9ecc64083369595f807.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_026_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_026_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_026_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_026_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_026_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_026_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_026_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_026_delay-0.01s.png.import index bfb6e9e7..96cc5687 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_026_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_026_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://oxtmehmd0bs2" -path="res://.godot/imported/frame_026_delay-0.01s.png-126e8d24f9d412774a1a2740fb0b1f77.ctex" +path="res://.godot/imported/frame_026_delay-0.01s.png-b174e24de81bffe84af45d8dd3cbdd1e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_026_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_026_delay-0.01s.png-126e8d24f9d412774a1a2740fb0b1f77.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_026_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_026_delay-0.01s.png-b174e24de81bffe84af45d8dd3cbdd1e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_027_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_027_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_027_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_027_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_027_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_027_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_027_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_027_delay-0.01s.png.import index 9ca72cb6..e5248c01 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_027_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_027_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cnaiqs7f0sjj2" -path="res://.godot/imported/frame_027_delay-0.01s.png-386518e10c84f82fbac10faa5c6747d7.ctex" +path="res://.godot/imported/frame_027_delay-0.01s.png-d97d1f959048e26b0675cbc90f00c75d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_027_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_027_delay-0.01s.png-386518e10c84f82fbac10faa5c6747d7.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_027_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_027_delay-0.01s.png-d97d1f959048e26b0675cbc90f00c75d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_028_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_028_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_028_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_028_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_028_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_028_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_028_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_028_delay-0.01s.png.import index ba2b68b7..fa54696e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_028_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_028_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dutdhjc47m7xu" -path="res://.godot/imported/frame_028_delay-0.01s.png-0b102a8bf915faa59a488a1d64f22ba5.ctex" +path="res://.godot/imported/frame_028_delay-0.01s.png-a137542b5030e8e43eb4732f4cc36b4e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_028_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_028_delay-0.01s.png-0b102a8bf915faa59a488a1d64f22ba5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_028_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_028_delay-0.01s.png-a137542b5030e8e43eb4732f4cc36b4e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_029_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_029_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_029_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_029_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_029_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_029_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_029_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_029_delay-0.01s.png.import index bc4e9405..7f565878 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_029_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_029_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b5jakjdopmwxc" -path="res://.godot/imported/frame_029_delay-0.01s.png-f0788e611c9cc5f907b89c5bd444d694.ctex" +path="res://.godot/imported/frame_029_delay-0.01s.png-a3988cb8cdebfe2c7315bd1295a904c9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_029_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_029_delay-0.01s.png-f0788e611c9cc5f907b89c5bd444d694.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_029_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_029_delay-0.01s.png-a3988cb8cdebfe2c7315bd1295a904c9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_030_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_030_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_030_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_030_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_030_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_030_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_030_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_030_delay-0.01s.png.import index f5311f89..56fe6dcf 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_030_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_030_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cnied0w8p8kbw" -path="res://.godot/imported/frame_030_delay-0.01s.png-d6540d23331b14b31e5a77a7f1d43a93.ctex" +path="res://.godot/imported/frame_030_delay-0.01s.png-9e828e821178d0ab3c78399cc455b878.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_030_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_030_delay-0.01s.png-d6540d23331b14b31e5a77a7f1d43a93.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_030_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_030_delay-0.01s.png-9e828e821178d0ab3c78399cc455b878.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_031_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_031_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_031_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_031_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_031_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_031_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_031_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_031_delay-0.01s.png.import index e730b82e..09272675 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_031_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_031_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://g1ahvwq6dqhx" -path="res://.godot/imported/frame_031_delay-0.01s.png-5d8abdb76d734ce5072652bc47a27da3.ctex" +path="res://.godot/imported/frame_031_delay-0.01s.png-c5316f008527cc7924575dafafc263ac.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_031_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_031_delay-0.01s.png-5d8abdb76d734ce5072652bc47a27da3.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_031_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_031_delay-0.01s.png-c5316f008527cc7924575dafafc263ac.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_032_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_032_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_032_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_032_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_032_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_032_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_032_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_032_delay-0.01s.png.import index b8e00c4e..d1ade2b9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_032_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_032_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dd0c4gaeh6myh" -path="res://.godot/imported/frame_032_delay-0.01s.png-db6e00177d176bf938d966d0942e45c2.ctex" +path="res://.godot/imported/frame_032_delay-0.01s.png-51492a7b87b355579cdcc48dbf2192e5.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_032_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_032_delay-0.01s.png-db6e00177d176bf938d966d0942e45c2.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_032_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_032_delay-0.01s.png-51492a7b87b355579cdcc48dbf2192e5.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_033_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_033_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_033_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_033_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_033_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_033_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_033_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_033_delay-0.01s.png.import index 50beeefa..43e4c6a7 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_033_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_033_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgaxxvy3om7md" -path="res://.godot/imported/frame_033_delay-0.01s.png-9d5363f8cefd70c97749bc3660d60e9b.ctex" +path="res://.godot/imported/frame_033_delay-0.01s.png-4f000f61d28fc6c259eddebfc8d5b287.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_033_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_033_delay-0.01s.png-9d5363f8cefd70c97749bc3660d60e9b.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_033_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_033_delay-0.01s.png-4f000f61d28fc6c259eddebfc8d5b287.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_034_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_034_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_034_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_034_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_034_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_034_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_034_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_034_delay-0.01s.png.import index c3a69a37..e764555c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_034_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_034_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b801i5bpfu182" -path="res://.godot/imported/frame_034_delay-0.01s.png-e8d13123633bab0053b6ef27af6a1f2a.ctex" +path="res://.godot/imported/frame_034_delay-0.01s.png-179c484c2bc9d086fc3aba4f48cdfe6e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_034_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_034_delay-0.01s.png-e8d13123633bab0053b6ef27af6a1f2a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_034_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_034_delay-0.01s.png-179c484c2bc9d086fc3aba4f48cdfe6e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_035_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_035_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_035_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_035_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_035_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_035_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_035_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_035_delay-0.01s.png.import index c46544c4..4f5ee842 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_035_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_035_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2exyqsd2ivmg" -path="res://.godot/imported/frame_035_delay-0.01s.png-1784e2ef55c7506925cef93ebe96f0d9.ctex" +path="res://.godot/imported/frame_035_delay-0.01s.png-170a9cdbbf7fbbc49549672743ef62aa.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_035_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_035_delay-0.01s.png-1784e2ef55c7506925cef93ebe96f0d9.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_035_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_035_delay-0.01s.png-170a9cdbbf7fbbc49549672743ef62aa.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_036_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_036_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_036_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_036_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_036_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_036_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_036_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_036_delay-0.01s.png.import index d612457d..85fe3a06 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_036_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_036_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b8dd8rwx6sg4j" -path="res://.godot/imported/frame_036_delay-0.01s.png-7c720f0b3da7a97802ee6392686408ce.ctex" +path="res://.godot/imported/frame_036_delay-0.01s.png-f75d8bc2183f809d0087b55d594b6da8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_036_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_036_delay-0.01s.png-7c720f0b3da7a97802ee6392686408ce.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_036_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_036_delay-0.01s.png-f75d8bc2183f809d0087b55d594b6da8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_037_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_037_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_037_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_037_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_037_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_037_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_037_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_037_delay-0.01s.png.import index 7269931d..78ed1b7b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_037_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_037_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://da6ib32jregio" -path="res://.godot/imported/frame_037_delay-0.01s.png-4f324a7c413b310fa03cbbb61c80f2d5.ctex" +path="res://.godot/imported/frame_037_delay-0.01s.png-dd6f60a57e3020443be9881d4a4a1607.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_037_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_037_delay-0.01s.png-4f324a7c413b310fa03cbbb61c80f2d5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_037_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_037_delay-0.01s.png-dd6f60a57e3020443be9881d4a4a1607.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_038_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_038_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_038_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_038_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_038_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_038_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_038_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_038_delay-0.01s.png.import index 96c26b7b..25a9719d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_038_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_038_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://daoigad46m5r7" -path="res://.godot/imported/frame_038_delay-0.01s.png-f69756827427c038d2921ec695b31eae.ctex" +path="res://.godot/imported/frame_038_delay-0.01s.png-1f18ab4c34c3bdfb8b5691dfaa211959.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_038_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_038_delay-0.01s.png-f69756827427c038d2921ec695b31eae.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_038_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_038_delay-0.01s.png-1f18ab4c34c3bdfb8b5691dfaa211959.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_039_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_039_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_039_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_039_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_039_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_039_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_039_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_039_delay-0.01s.png.import index 2b7d5c00..237d6dfb 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_039_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_039_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7x4h8taadc7q" -path="res://.godot/imported/frame_039_delay-0.01s.png-2319b66335ca3f2a9455ce22b7854b2e.ctex" +path="res://.godot/imported/frame_039_delay-0.01s.png-48a96484036955062e8bf0a6642800b5.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_039_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_039_delay-0.01s.png-2319b66335ca3f2a9455ce22b7854b2e.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_039_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_039_delay-0.01s.png-48a96484036955062e8bf0a6642800b5.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_040_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_040_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_040_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_040_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_040_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_040_delay-0.01s.png.import new file mode 100644 index 00000000..81fbd397 --- /dev/null +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_040_delay-0.01s.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cuh0nnnr8fh5n" +path="res://.godot/imported/frame_040_delay-0.01s.png-adb58072a52a867101300c0ff4a83bf6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_040_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_040_delay-0.01s.png-adb58072a52a867101300c0ff4a83bf6.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_041_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_041_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_041_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_041_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_041_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_041_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_041_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_041_delay-0.01s.png.import index ce3dc375..7d9e1d9f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_041_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_041_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bf5kdfwilr6ya" -path="res://.godot/imported/frame_041_delay-0.01s.png-cfb5ad9f46c0968d40936ad2ed043b83.ctex" +path="res://.godot/imported/frame_041_delay-0.01s.png-0078c0c68d4bb536fa394777f3387448.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_041_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_041_delay-0.01s.png-cfb5ad9f46c0968d40936ad2ed043b83.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_041_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_041_delay-0.01s.png-0078c0c68d4bb536fa394777f3387448.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_042_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_042_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_042_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_042_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_042_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_042_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_042_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_042_delay-0.01s.png.import index 2d70853c..1303e84a 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_042_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_042_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dyiwhim3wvswi" -path="res://.godot/imported/frame_042_delay-0.01s.png-2323b7a7937b0800ce27beb7b2e1e44d.ctex" +path="res://.godot/imported/frame_042_delay-0.01s.png-b5d088bdec5557f9b46e495c7e94b291.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_042_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_042_delay-0.01s.png-2323b7a7937b0800ce27beb7b2e1e44d.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_042_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_042_delay-0.01s.png-b5d088bdec5557f9b46e495c7e94b291.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_043_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_043_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_043_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_043_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_043_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_043_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_043_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_043_delay-0.01s.png.import index d0002e2a..0ae13401 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_043_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_043_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://djub3mqokrsah" -path="res://.godot/imported/frame_043_delay-0.01s.png-35d6d9f3c07538b38b13daf1ec64195f.ctex" +path="res://.godot/imported/frame_043_delay-0.01s.png-ebd63e5c59e3b1b21b39a6dcc5071ed2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_043_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_043_delay-0.01s.png-35d6d9f3c07538b38b13daf1ec64195f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_043_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_043_delay-0.01s.png-ebd63e5c59e3b1b21b39a6dcc5071ed2.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_044_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_044_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_044_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_044_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_044_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_044_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_044_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_044_delay-0.01s.png.import index 2d5c9658..fad998a3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_044_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_044_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bswigd6i6imr6" -path="res://.godot/imported/frame_044_delay-0.01s.png-62b20bb600a5eb9ce99fba873a1739cb.ctex" +path="res://.godot/imported/frame_044_delay-0.01s.png-a36ff76cb90e3ec28e865ac9564f84f7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_044_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_044_delay-0.01s.png-62b20bb600a5eb9ce99fba873a1739cb.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_044_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_044_delay-0.01s.png-a36ff76cb90e3ec28e865ac9564f84f7.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_045_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_045_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_045_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_045_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_045_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_045_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_045_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_045_delay-0.01s.png.import index 2c799a93..02a2b96f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_045_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_045_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://xye8vid2gwu7" -path="res://.godot/imported/frame_045_delay-0.01s.png-f725ed8b5a391f906d5c7311f5372554.ctex" +path="res://.godot/imported/frame_045_delay-0.01s.png-e3a32d348ff6025c51aed6c29b7b79a6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_045_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_045_delay-0.01s.png-f725ed8b5a391f906d5c7311f5372554.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_045_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_045_delay-0.01s.png-e3a32d348ff6025c51aed6c29b7b79a6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_046_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_046_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_046_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_046_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_046_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_046_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_046_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_046_delay-0.01s.png.import index 2476059f..d60b7963 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_046_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_046_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ijh2fljvnm71" -path="res://.godot/imported/frame_046_delay-0.01s.png-22f9ed776a6f84b32709fcbf740bbf49.ctex" +path="res://.godot/imported/frame_046_delay-0.01s.png-92c00835a303cf26950970b4a629715a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_046_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_046_delay-0.01s.png-22f9ed776a6f84b32709fcbf740bbf49.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_046_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_046_delay-0.01s.png-92c00835a303cf26950970b4a629715a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_047_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_047_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_047_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_047_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_047_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_047_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_047_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_047_delay-0.01s.png.import index 3ab12014..12fc0e31 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_047_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_047_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d0w8sjn85ag4l" -path="res://.godot/imported/frame_047_delay-0.01s.png-d88d5ffd3798b6a9f6bfcec1caf1fa99.ctex" +path="res://.godot/imported/frame_047_delay-0.01s.png-9fdb37e5d5d38d10c630dc449900d881.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_047_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_047_delay-0.01s.png-d88d5ffd3798b6a9f6bfcec1caf1fa99.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_047_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_047_delay-0.01s.png-9fdb37e5d5d38d10c630dc449900d881.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_048_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_048_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_048_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_048_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_048_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_048_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_048_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_048_delay-0.01s.png.import index ff5546a4..95d7f03e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_048_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_048_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://byfv8wk0tpvx6" -path="res://.godot/imported/frame_048_delay-0.01s.png-cc34c998aa1e5ec481742e9e4b9301b6.ctex" +path="res://.godot/imported/frame_048_delay-0.01s.png-a7ef01c9329b419f00e0ecef7c1b41ff.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_048_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_048_delay-0.01s.png-cc34c998aa1e5ec481742e9e4b9301b6.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_048_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_048_delay-0.01s.png-a7ef01c9329b419f00e0ecef7c1b41ff.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_049_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_049_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_049_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_049_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_049_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_049_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_049_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_049_delay-0.01s.png.import index 7276b3a0..ac442c99 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_049_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_049_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://tjsbavwakv4p" -path="res://.godot/imported/frame_049_delay-0.01s.png-fb7400cf5c9bf589b8b452520200677f.ctex" +path="res://.godot/imported/frame_049_delay-0.01s.png-0c5aebb210d108787b55cfe5a0ab7647.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_049_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_049_delay-0.01s.png-fb7400cf5c9bf589b8b452520200677f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_049_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_049_delay-0.01s.png-0c5aebb210d108787b55cfe5a0ab7647.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_050_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_050_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_050_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_050_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_050_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_050_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_050_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_050_delay-0.01s.png.import index 32ce0bca..1f7d0dc1 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_050_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_050_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://7m33c1vq8wpd" -path="res://.godot/imported/frame_050_delay-0.01s.png-92ebd8e740ea55d2a800ed0b90ca65c3.ctex" +path="res://.godot/imported/frame_050_delay-0.01s.png-2830c0e8bf9efed88a2527c6b216e7df.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_050_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_050_delay-0.01s.png-92ebd8e740ea55d2a800ed0b90ca65c3.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_050_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_050_delay-0.01s.png-2830c0e8bf9efed88a2527c6b216e7df.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_051_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_051_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_051_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_051_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_051_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_051_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_051_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_051_delay-0.01s.png.import index 1355ead9..56ebc082 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_051_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_051_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://yonawivlsxw8" -path="res://.godot/imported/frame_051_delay-0.01s.png-e55834ffaf4c346951e014b221530619.ctex" +path="res://.godot/imported/frame_051_delay-0.01s.png-7466d325d7c50912d7276213cb08e661.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_051_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_051_delay-0.01s.png-e55834ffaf4c346951e014b221530619.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_051_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_051_delay-0.01s.png-7466d325d7c50912d7276213cb08e661.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_052_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_052_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_052_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_052_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_052_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_052_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_052_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_052_delay-0.01s.png.import index 5200b925..b200c4db 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_052_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_052_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://upubey1mdv1j" -path="res://.godot/imported/frame_052_delay-0.01s.png-294d70e9c0d57027441443d11e9fa0f5.ctex" +path="res://.godot/imported/frame_052_delay-0.01s.png-f8b1ac1ddc173e5da99a0993c9c3cdb4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_052_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_052_delay-0.01s.png-294d70e9c0d57027441443d11e9fa0f5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_052_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_052_delay-0.01s.png-f8b1ac1ddc173e5da99a0993c9c3cdb4.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_053_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_053_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_053_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_053_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_053_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_053_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_053_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_053_delay-0.01s.png.import index 01a11e66..86cb3d5f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_053_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_053_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqivol75efl7e" -path="res://.godot/imported/frame_053_delay-0.01s.png-b97f372d1f4236bc93ae32ef8a25fdda.ctex" +path="res://.godot/imported/frame_053_delay-0.01s.png-2261140647991e2b1049243bf76da335.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_053_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_053_delay-0.01s.png-b97f372d1f4236bc93ae32ef8a25fdda.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_053_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_053_delay-0.01s.png-2261140647991e2b1049243bf76da335.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_054_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_054_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_054_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_054_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_054_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_054_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_054_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_054_delay-0.01s.png.import index ab082bf0..1a7040da 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_054_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_054_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bw8wp2eykxomv" -path="res://.godot/imported/frame_054_delay-0.01s.png-926bfcec2c3d4b902352e19311ea8824.ctex" +path="res://.godot/imported/frame_054_delay-0.01s.png-0a97972449aa37233f3356e844955376.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_054_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_054_delay-0.01s.png-926bfcec2c3d4b902352e19311ea8824.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_054_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_054_delay-0.01s.png-0a97972449aa37233f3356e844955376.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_055_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_055_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_055_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_055_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_055_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_055_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_055_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_055_delay-0.01s.png.import index e013c58c..bbc72234 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_055_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_055_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cer3jbxufrjh6" -path="res://.godot/imported/frame_055_delay-0.01s.png-4efe50f42111c40aa3e7fcb283b53b23.ctex" +path="res://.godot/imported/frame_055_delay-0.01s.png-32231f7f280befcd7eb5b79847687f94.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_055_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_055_delay-0.01s.png-4efe50f42111c40aa3e7fcb283b53b23.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_055_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_055_delay-0.01s.png-32231f7f280befcd7eb5b79847687f94.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_056_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_056_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_056_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_056_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_056_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_056_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_056_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_056_delay-0.01s.png.import index 37083f0f..38ca4c05 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_056_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_056_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://coo801128p5qu" -path="res://.godot/imported/frame_056_delay-0.01s.png-d0fc2f8a041d67e62c00825e3742a1cc.ctex" +path="res://.godot/imported/frame_056_delay-0.01s.png-5abc31d5630a3839618ce169ab23b8c1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_056_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_056_delay-0.01s.png-d0fc2f8a041d67e62c00825e3742a1cc.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_056_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_056_delay-0.01s.png-5abc31d5630a3839618ce169ab23b8c1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_057_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_057_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_057_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_057_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_057_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_057_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_057_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_057_delay-0.01s.png.import index 5bd8251e..ba91270a 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_057_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_057_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dcnwq7i301wi1" -path="res://.godot/imported/frame_057_delay-0.01s.png-6b35a5ca6e50fa9fdc7355aac469d603.ctex" +path="res://.godot/imported/frame_057_delay-0.01s.png-b8f55e07ea59e92134f91a4418c92a10.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_057_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_057_delay-0.01s.png-6b35a5ca6e50fa9fdc7355aac469d603.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_057_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_057_delay-0.01s.png-b8f55e07ea59e92134f91a4418c92a10.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_058_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_058_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_058_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_058_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_058_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_058_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_058_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_058_delay-0.01s.png.import index 8986217e..07527ce4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_058_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_058_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ba4n5wqsce0it" -path="res://.godot/imported/frame_058_delay-0.01s.png-0846bc18a8599766a7bbec8600efd256.ctex" +path="res://.godot/imported/frame_058_delay-0.01s.png-d31a01e8bba36cceb6b48f0c14d31bde.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_058_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_058_delay-0.01s.png-0846bc18a8599766a7bbec8600efd256.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_058_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_058_delay-0.01s.png-d31a01e8bba36cceb6b48f0c14d31bde.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_059_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_059_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_059_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_059_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_059_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_059_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_059_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_059_delay-0.01s.png.import index ac7b80c1..85445ca9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_059_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_059_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://i4lvorh314wg" -path="res://.godot/imported/frame_059_delay-0.01s.png-c1f2395944314609c054af18a4e89584.ctex" +path="res://.godot/imported/frame_059_delay-0.01s.png-9ca97086b260629e9e052e5ae1aa7a21.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_059_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_059_delay-0.01s.png-c1f2395944314609c054af18a4e89584.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_059_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_059_delay-0.01s.png-9ca97086b260629e9e052e5ae1aa7a21.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_060_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_060_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_060_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_060_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_060_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_060_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_060_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_060_delay-0.01s.png.import index 229f4931..89d4a6c2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_060_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_060_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cd7nn88sgtpjk" -path="res://.godot/imported/frame_060_delay-0.01s.png-59893bade728d3aeee6c44275d8f2a13.ctex" +path="res://.godot/imported/frame_060_delay-0.01s.png-e736fb7eaffdb8fe2297776435d6fed0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_060_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_060_delay-0.01s.png-59893bade728d3aeee6c44275d8f2a13.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_060_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_060_delay-0.01s.png-e736fb7eaffdb8fe2297776435d6fed0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_061_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_061_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_061_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_061_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_061_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_061_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_061_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_061_delay-0.01s.png.import index 00adecb7..268f0c0b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_061_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_061_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dva8p0spra58" -path="res://.godot/imported/frame_061_delay-0.01s.png-691166f6718abd07d6402a8a07d2d35f.ctex" +path="res://.godot/imported/frame_061_delay-0.01s.png-8d4417f4b24058e3201ddeaeb213ce9a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_061_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_061_delay-0.01s.png-691166f6718abd07d6402a8a07d2d35f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_061_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_061_delay-0.01s.png-8d4417f4b24058e3201ddeaeb213ce9a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_062_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_062_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_062_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_062_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_062_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_062_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_062_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_062_delay-0.01s.png.import index 227af9a8..75f19bd8 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_062_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_062_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d1xbn8exh5tb1" -path="res://.godot/imported/frame_062_delay-0.01s.png-220f53630486b792f5408fab60702ef8.ctex" +path="res://.godot/imported/frame_062_delay-0.01s.png-ae15c1c7116c81e71fd81aa261650f74.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_062_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_062_delay-0.01s.png-220f53630486b792f5408fab60702ef8.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_062_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_062_delay-0.01s.png-ae15c1c7116c81e71fd81aa261650f74.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_063_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_063_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_063_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_063_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_063_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_063_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_063_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_063_delay-0.01s.png.import index e0bda872..320871df 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_063_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_063_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjfnwipb0hn65" -path="res://.godot/imported/frame_063_delay-0.01s.png-07756b19326cde2bf0f0c6e7d30629ca.ctex" +path="res://.godot/imported/frame_063_delay-0.01s.png-df3b83d617c45f5e88a3a8798782ddf9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_063_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_063_delay-0.01s.png-07756b19326cde2bf0f0c6e7d30629ca.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_063_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_063_delay-0.01s.png-df3b83d617c45f5e88a3a8798782ddf9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_064_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_064_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_064_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_064_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_064_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_064_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_064_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_064_delay-0.01s.png.import index d3953475..209707a5 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_064_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_064_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ctrgsiskd1frx" -path="res://.godot/imported/frame_064_delay-0.01s.png-894a75e93b2ed653e502b6fbe7dd5514.ctex" +path="res://.godot/imported/frame_064_delay-0.01s.png-aaa6fae6ec5fa82ac21d525416515264.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_064_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_064_delay-0.01s.png-894a75e93b2ed653e502b6fbe7dd5514.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_064_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_064_delay-0.01s.png-aaa6fae6ec5fa82ac21d525416515264.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_065_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_065_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_065_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_065_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_065_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_065_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_065_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_065_delay-0.01s.png.import index d2fa541a..5198ebd9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_065_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/B/frame_065_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwi6ydmtmaddp" -path="res://.godot/imported/frame_065_delay-0.01s.png-b4ab4084ab5657fd918c9c31ebe9a6be.ctex" +path="res://.godot/imported/frame_065_delay-0.01s.png-8a36a61301173ec5cd6ed4ae1988806c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_065_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_065_delay-0.01s.png-b4ab4084ab5657fd918c9c31ebe9a6be.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/B/frame_065_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_065_delay-0.01s.png-8a36a61301173ec5cd6ed4ae1988806c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_066_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_066_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_066_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_066_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_066_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_066_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_066_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_066_delay-0.01s.png.import index fafee149..afb1baed 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_066_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_066_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bdhmqyiad52ea" -path="res://.godot/imported/frame_066_delay-0.01s.png-a2d470f5ab38c3cee64170a39ff3a44a.ctex" +path="res://.godot/imported/frame_066_delay-0.01s.png-125081549805424555eba671f2f3dcc7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_066_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_066_delay-0.01s.png-a2d470f5ab38c3cee64170a39ff3a44a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_066_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_066_delay-0.01s.png-125081549805424555eba671f2f3dcc7.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_067_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_067_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_067_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_067_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_067_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_067_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_067_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_067_delay-0.01s.png.import index 069bcd33..070d7c26 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_067_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_067_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d11ep3xldfmpw" -path="res://.godot/imported/frame_067_delay-0.01s.png-d0c95dccd247a11fbc03392913a9dc5c.ctex" +path="res://.godot/imported/frame_067_delay-0.01s.png-4bac75706a175136a01a1e6799bfeb0e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_067_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_067_delay-0.01s.png-d0c95dccd247a11fbc03392913a9dc5c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_067_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_067_delay-0.01s.png-4bac75706a175136a01a1e6799bfeb0e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_068_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_068_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_068_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_068_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_068_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_068_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_068_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_068_delay-0.01s.png.import index 0daf6dc7..07ed7609 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_068_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_068_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b5nxnpkd0ua31" -path="res://.godot/imported/frame_068_delay-0.01s.png-6df5274923d6c5ec9628acf4638c479c.ctex" +path="res://.godot/imported/frame_068_delay-0.01s.png-52090296fdad56bd6aa6a40b6c283635.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_068_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_068_delay-0.01s.png-6df5274923d6c5ec9628acf4638c479c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_068_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_068_delay-0.01s.png-52090296fdad56bd6aa6a40b6c283635.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_069_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_069_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_069_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_069_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_069_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_069_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_069_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_069_delay-0.01s.png.import index 7fe59afb..108a0e02 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_069_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_069_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://xcsacohbrrm6" -path="res://.godot/imported/frame_069_delay-0.01s.png-bc2daf7bd7f5dd992ae9a11f898d30fe.ctex" +path="res://.godot/imported/frame_069_delay-0.01s.png-c16c2939a0126d36f876281ff97683f6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_069_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_069_delay-0.01s.png-bc2daf7bd7f5dd992ae9a11f898d30fe.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_069_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_069_delay-0.01s.png-c16c2939a0126d36f876281ff97683f6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_070_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_070_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_070_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_070_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_070_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_070_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_070_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_070_delay-0.01s.png.import index 5f673374..1b2540bd 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_070_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_070_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://co7t2phmmlon6" -path="res://.godot/imported/frame_070_delay-0.01s.png-21cf1d11804e74b5c0fb3c4b5c36cea2.ctex" +path="res://.godot/imported/frame_070_delay-0.01s.png-a4258fb4411279585ff4ff8e04a3b4e0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_070_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_070_delay-0.01s.png-21cf1d11804e74b5c0fb3c4b5c36cea2.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_070_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_070_delay-0.01s.png-a4258fb4411279585ff4ff8e04a3b4e0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_071_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_071_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_071_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_071_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_071_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_071_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_071_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_071_delay-0.01s.png.import index 29dcc83d..461de5c0 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_071_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_071_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://gq50rdbmi7sk" -path="res://.godot/imported/frame_071_delay-0.01s.png-473069176fa0e347956c21480f99075b.ctex" +path="res://.godot/imported/frame_071_delay-0.01s.png-550b6d74735e46037d995dbde5daaa22.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_071_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_071_delay-0.01s.png-473069176fa0e347956c21480f99075b.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_071_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_071_delay-0.01s.png-550b6d74735e46037d995dbde5daaa22.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_072_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_072_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_072_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_072_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_072_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_072_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_072_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_072_delay-0.01s.png.import index 22a6fb1f..a79dbe53 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_072_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_072_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmcyc2jqdohid" -path="res://.godot/imported/frame_072_delay-0.01s.png-0505aa5bf7e00a6f67cbb0fc2f4dfa54.ctex" +path="res://.godot/imported/frame_072_delay-0.01s.png-af7f73d8a65c298bbac6502c873c81a8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_072_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_072_delay-0.01s.png-0505aa5bf7e00a6f67cbb0fc2f4dfa54.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_072_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_072_delay-0.01s.png-af7f73d8a65c298bbac6502c873c81a8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_073_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_073_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_073_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_073_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_073_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_073_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_073_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_073_delay-0.01s.png.import index fc1c1587..76afd803 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_073_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_073_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://4csp7iopj1h8" -path="res://.godot/imported/frame_073_delay-0.01s.png-3f0a0bbba7912c0bf065abd130aa6e8f.ctex" +path="res://.godot/imported/frame_073_delay-0.01s.png-95c01057cf6eeae9b39fcbe2fe60ce55.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_073_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_073_delay-0.01s.png-3f0a0bbba7912c0bf065abd130aa6e8f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_073_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_073_delay-0.01s.png-95c01057cf6eeae9b39fcbe2fe60ce55.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_074_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_074_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_074_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_074_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_074_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_074_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_074_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_074_delay-0.01s.png.import index 21a46883..e013b4be 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_074_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_074_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2n52kxmhd0vb" -path="res://.godot/imported/frame_074_delay-0.01s.png-a7b0974b151dfb187d367a512a921767.ctex" +path="res://.godot/imported/frame_074_delay-0.01s.png-63869103988f6cb644c26d85107f7643.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_074_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_074_delay-0.01s.png-a7b0974b151dfb187d367a512a921767.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_074_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_074_delay-0.01s.png-63869103988f6cb644c26d85107f7643.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_075_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_075_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_075_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_075_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_075_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_075_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_075_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_075_delay-0.01s.png.import index 6279b000..675ceea4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_075_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_075_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlkxr7kr6vb6j" -path="res://.godot/imported/frame_075_delay-0.01s.png-87cfc59859ad7cdadd04439fb99096a2.ctex" +path="res://.godot/imported/frame_075_delay-0.01s.png-e364eadb449ce0f1f8e89087d640abc1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_075_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_075_delay-0.01s.png-87cfc59859ad7cdadd04439fb99096a2.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_075_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_075_delay-0.01s.png-e364eadb449ce0f1f8e89087d640abc1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_076_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_076_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_076_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_076_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_076_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_076_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_076_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_076_delay-0.01s.png.import index 07e83a32..67350564 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_076_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_076_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfmbe44w8hqlg" -path="res://.godot/imported/frame_076_delay-0.01s.png-39a966ea4d751b8f9283897dca703b55.ctex" +path="res://.godot/imported/frame_076_delay-0.01s.png-a9817b0263e52e6e61de98c17b3248cc.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_076_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_076_delay-0.01s.png-39a966ea4d751b8f9283897dca703b55.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_076_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_076_delay-0.01s.png-a9817b0263e52e6e61de98c17b3248cc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_077_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_077_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_077_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_077_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_077_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_077_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_077_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_077_delay-0.01s.png.import index 76030b79..7cbc7903 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_077_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_077_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1v3bfx4ucesp" -path="res://.godot/imported/frame_077_delay-0.01s.png-577cecd3fca2cd026b50fe84a035c7c0.ctex" +path="res://.godot/imported/frame_077_delay-0.01s.png-c561d7709bce8ec18ed789194ec24cb7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_077_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_077_delay-0.01s.png-577cecd3fca2cd026b50fe84a035c7c0.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_077_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_077_delay-0.01s.png-c561d7709bce8ec18ed789194ec24cb7.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_078_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_078_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_078_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_078_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_078_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_078_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_078_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_078_delay-0.01s.png.import index db244fc2..18da8af7 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_078_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_078_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://sv41es0jbpsh" -path="res://.godot/imported/frame_078_delay-0.01s.png-54e812c37e412dd5363bbcd29cf21f90.ctex" +path="res://.godot/imported/frame_078_delay-0.01s.png-92d9561cc3c04c46589cc0343575be4d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_078_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_078_delay-0.01s.png-54e812c37e412dd5363bbcd29cf21f90.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_078_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_078_delay-0.01s.png-92d9561cc3c04c46589cc0343575be4d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_079_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_079_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_079_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_079_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_079_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_079_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_079_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_079_delay-0.01s.png.import index 33e35f23..470d9b9c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_079_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_079_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://chp1wcndee3th" -path="res://.godot/imported/frame_079_delay-0.01s.png-da761e5c2f677d92b4641d973be92497.ctex" +path="res://.godot/imported/frame_079_delay-0.01s.png-6b95f9a39d1e77724ed6f9fa513d69d9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_079_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_079_delay-0.01s.png-da761e5c2f677d92b4641d973be92497.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_079_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_079_delay-0.01s.png-6b95f9a39d1e77724ed6f9fa513d69d9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_080_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_080_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_080_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_080_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_080_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_080_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_080_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_080_delay-0.01s.png.import index 7c4a9659..b2381e91 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_080_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_080_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://fdahurlbi6qo" -path="res://.godot/imported/frame_080_delay-0.01s.png-689508332c448fdda301edcc1cf5d248.ctex" +path="res://.godot/imported/frame_080_delay-0.01s.png-0d169e7a584f08fafae80bd866f75c66.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_080_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_080_delay-0.01s.png-689508332c448fdda301edcc1cf5d248.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_080_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_080_delay-0.01s.png-0d169e7a584f08fafae80bd866f75c66.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_081_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_081_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_081_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_081_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_081_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_081_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_081_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_081_delay-0.01s.png.import index a918cd8b..eab29bed 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_081_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_081_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://df01ngt250q23" -path="res://.godot/imported/frame_081_delay-0.01s.png-c7985f74d20549f3ba969c85383b34cb.ctex" +path="res://.godot/imported/frame_081_delay-0.01s.png-fd9e0a2529c7d7c5c09c91b195c5fd8a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_081_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_081_delay-0.01s.png-c7985f74d20549f3ba969c85383b34cb.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_081_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_081_delay-0.01s.png-fd9e0a2529c7d7c5c09c91b195c5fd8a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_082_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_082_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_082_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_082_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_082_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_082_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_082_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_082_delay-0.01s.png.import index 3081ec5c..0955b4af 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_082_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_082_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://doxughhfcyl6j" -path="res://.godot/imported/frame_082_delay-0.01s.png-730472d193b8585a4d6f751530c0243e.ctex" +path="res://.godot/imported/frame_082_delay-0.01s.png-aeee30b5aaafdf4d8173c039429b827a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_082_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_082_delay-0.01s.png-730472d193b8585a4d6f751530c0243e.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_082_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_082_delay-0.01s.png-aeee30b5aaafdf4d8173c039429b827a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_083_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_083_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_083_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_083_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_083_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_083_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_083_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_083_delay-0.01s.png.import index c9d75112..800d05bf 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_083_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_083_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3sv0vwvn70us" -path="res://.godot/imported/frame_083_delay-0.01s.png-036cd1ed63523928f5663494217974f5.ctex" +path="res://.godot/imported/frame_083_delay-0.01s.png-0699ec453646e698d4eca77aa4e520c2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_083_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_083_delay-0.01s.png-036cd1ed63523928f5663494217974f5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_083_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_083_delay-0.01s.png-0699ec453646e698d4eca77aa4e520c2.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_084_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_084_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_084_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_084_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_084_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_084_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_084_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_084_delay-0.01s.png.import index 8022a528..d014e68d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_084_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_084_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://7xn7dudypkrk" -path="res://.godot/imported/frame_084_delay-0.01s.png-75973adcd910035edc08c13d721e0a11.ctex" +path="res://.godot/imported/frame_084_delay-0.01s.png-aec650f74db42fae8db85a1fbca9700a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_084_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_084_delay-0.01s.png-75973adcd910035edc08c13d721e0a11.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_084_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_084_delay-0.01s.png-aec650f74db42fae8db85a1fbca9700a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_085_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_085_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_085_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_085_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_085_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_085_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_085_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_085_delay-0.01s.png.import index 7804f440..c2782c1c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_085_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_085_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://13fl1yuo166w" -path="res://.godot/imported/frame_085_delay-0.01s.png-19617d28b4f32264e4792ec167a3eaad.ctex" +path="res://.godot/imported/frame_085_delay-0.01s.png-46e96130894d195f959925d6d375c56a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_085_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_085_delay-0.01s.png-19617d28b4f32264e4792ec167a3eaad.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_085_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_085_delay-0.01s.png-46e96130894d195f959925d6d375c56a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_086_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_086_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_086_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_086_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_086_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_086_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_086_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_086_delay-0.01s.png.import index d549c17a..cbf9d067 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_086_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_086_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cg07jeigsoqb8" -path="res://.godot/imported/frame_086_delay-0.01s.png-0907ae93df1193d2958b3b460f932cf8.ctex" +path="res://.godot/imported/frame_086_delay-0.01s.png-38bf45f1829255778187a65a5198923b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_086_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_086_delay-0.01s.png-0907ae93df1193d2958b3b460f932cf8.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_086_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_086_delay-0.01s.png-38bf45f1829255778187a65a5198923b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_087_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_087_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_087_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_087_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_087_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_087_delay-0.01s.png.import new file mode 100644 index 00000000..fd4e4171 --- /dev/null +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_087_delay-0.01s.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d2n7d6ee17ky4" +path="res://.godot/imported/frame_087_delay-0.01s.png-c73a6946c0cacc1b793d5d13518dd7f6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_087_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_087_delay-0.01s.png-c73a6946c0cacc1b793d5d13518dd7f6.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_088_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_088_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_088_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_088_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_011_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_088_delay-0.01s.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_011_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_088_delay-0.01s.png.import index a48b8a0d..1995cd75 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_011_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_088_delay-0.01s.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://do0irjwtnolk6" -path="res://.godot/imported/frame_011_delay-0.01s.png-b6148627f9b44bb6351352f1821565e2.ctex" +uid="uid://by0ir4chxvpuc" +path="res://.godot/imported/frame_088_delay-0.01s.png-423e5819421680817e01faeb6036f4b2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_011_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_011_delay-0.01s.png-b6148627f9b44bb6351352f1821565e2.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_088_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_088_delay-0.01s.png-423e5819421680817e01faeb6036f4b2.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_089_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_089_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_089_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_089_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_089_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_089_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_089_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_089_delay-0.01s.png.import index ce743ee3..45f06d59 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_089_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_089_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bck0afl1e0tl4" -path="res://.godot/imported/frame_089_delay-0.01s.png-d3a803bbd799c3a48ede90732730e7ec.ctex" +path="res://.godot/imported/frame_089_delay-0.01s.png-044b3b09b38f160c7324e96ac8324703.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_089_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_089_delay-0.01s.png-d3a803bbd799c3a48ede90732730e7ec.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_089_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_089_delay-0.01s.png-044b3b09b38f160c7324e96ac8324703.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_090_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_090_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_090_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_090_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_090_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_090_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_090_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_090_delay-0.01s.png.import index 46132212..c543718e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_090_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_090_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://di5p0wuw6gafa" -path="res://.godot/imported/frame_090_delay-0.01s.png-91a747e4234359d3b3f061992b27c87f.ctex" +path="res://.godot/imported/frame_090_delay-0.01s.png-f2c4ccc8ba9da4bf1ff0aaa7669a4f1d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_090_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_090_delay-0.01s.png-91a747e4234359d3b3f061992b27c87f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_090_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_090_delay-0.01s.png-f2c4ccc8ba9da4bf1ff0aaa7669a4f1d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_091_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_091_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_091_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_091_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_091_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_091_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_091_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_091_delay-0.01s.png.import index b4d0348f..4cd99a3c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_091_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_091_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dco80dgth7qdb" -path="res://.godot/imported/frame_091_delay-0.01s.png-d67143c2b790316cd0d47f65d0b1565f.ctex" +path="res://.godot/imported/frame_091_delay-0.01s.png-5c3d9982899b1a2461c4ed7f4f734210.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_091_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_091_delay-0.01s.png-d67143c2b790316cd0d47f65d0b1565f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_091_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_091_delay-0.01s.png-5c3d9982899b1a2461c4ed7f4f734210.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_092_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_092_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_092_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_092_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_092_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_092_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_092_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_092_delay-0.01s.png.import index a7092d3b..1dd30b8f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_092_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_092_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsc72x737trct" -path="res://.godot/imported/frame_092_delay-0.01s.png-24282b4e65c89896387bf7b4f0127b14.ctex" +path="res://.godot/imported/frame_092_delay-0.01s.png-259a544b2990a7dd842ba4544bd64ea0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_092_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_092_delay-0.01s.png-24282b4e65c89896387bf7b4f0127b14.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_092_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_092_delay-0.01s.png-259a544b2990a7dd842ba4544bd64ea0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_093_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_093_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_093_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_093_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_093_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_093_delay-0.01s.png.import new file mode 100644 index 00000000..19db1f82 --- /dev/null +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_093_delay-0.01s.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d348miaak1mpu" +path="res://.godot/imported/frame_093_delay-0.01s.png-fa6758d495368b99e2abcbb9e83a1f60.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_093_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_093_delay-0.01s.png-fa6758d495368b99e2abcbb9e83a1f60.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_094_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_094_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_094_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_094_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_094_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_094_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_094_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_094_delay-0.01s.png.import index 066ec72f..9654ef10 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_094_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_094_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://o2q0u8ns00mf" -path="res://.godot/imported/frame_094_delay-0.01s.png-ec61f4dad2593ce7b44f6f5928ca35b5.ctex" +path="res://.godot/imported/frame_094_delay-0.01s.png-21ebcef9a0bff3afe562a9be6a5dcec2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_094_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_094_delay-0.01s.png-ec61f4dad2593ce7b44f6f5928ca35b5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_094_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_094_delay-0.01s.png-21ebcef9a0bff3afe562a9be6a5dcec2.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_095_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_095_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_095_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_095_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_095_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_095_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_095_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_095_delay-0.01s.png.import index abf85546..0b167647 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_095_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_095_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://rfgplotug1y3" -path="res://.godot/imported/frame_095_delay-0.01s.png-214a1daef4c48729a7951f77b20b0653.ctex" +path="res://.godot/imported/frame_095_delay-0.01s.png-52ca48d53905cc5a949f9dc6195bd3db.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_095_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_095_delay-0.01s.png-214a1daef4c48729a7951f77b20b0653.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_095_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_095_delay-0.01s.png-52ca48d53905cc5a949f9dc6195bd3db.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_096_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_096_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_096_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_096_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_096_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_096_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_096_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_096_delay-0.01s.png.import index d63bae4d..4ded96d1 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_096_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_096_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cpym1pqy4etmy" -path="res://.godot/imported/frame_096_delay-0.01s.png-9f8f85c98f0129e54ec2d95f6327ab23.ctex" +path="res://.godot/imported/frame_096_delay-0.01s.png-afc08b33fb10cc74ddb9de10288d9309.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_096_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_096_delay-0.01s.png-9f8f85c98f0129e54ec2d95f6327ab23.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_096_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_096_delay-0.01s.png-afc08b33fb10cc74ddb9de10288d9309.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_097_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_097_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_097_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_097_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_097_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_097_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_097_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_097_delay-0.01s.png.import index 21109f6b..72b5df6f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_097_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_097_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://u47o5dmejyan" -path="res://.godot/imported/frame_097_delay-0.01s.png-2c684501d099afe53daaa4b808e07683.ctex" +path="res://.godot/imported/frame_097_delay-0.01s.png-ad673c867e22857a65885ca54abfe77b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_097_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_097_delay-0.01s.png-2c684501d099afe53daaa4b808e07683.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_097_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_097_delay-0.01s.png-ad673c867e22857a65885ca54abfe77b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_098_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_098_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_098_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_098_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_101_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_098_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_101_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_098_delay-0.01s.png.import index d55877be..3c1d3c68 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_101_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_098_delay-0.01s.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://c332v26b101k" -path="res://.godot/imported/frame_101_delay-0.01s.png-49710cd93da6ee3f0a7b1a098318146b.ctex" +uid="uid://cw3vqnfwfnpkl" +path="res://.godot/imported/frame_098_delay-0.01s.png-04fd273a7f2eb32edf6ff2bdf1fd0dc8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_101_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_101_delay-0.01s.png-49710cd93da6ee3f0a7b1a098318146b.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_098_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_098_delay-0.01s.png-04fd273a7f2eb32edf6ff2bdf1fd0dc8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_099_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_099_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_099_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_099_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_099_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_099_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_099_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_099_delay-0.01s.png.import index 5718c563..bc98d062 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_099_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_099_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqe45barmsyj2" -path="res://.godot/imported/frame_099_delay-0.01s.png-d977d8fc89bd43097ea6edf9cd11ded4.ctex" +path="res://.godot/imported/frame_099_delay-0.01s.png-bb3436532190348ddf12858f64831da8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_099_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_099_delay-0.01s.png-d977d8fc89bd43097ea6edf9cd11ded4.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_099_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_099_delay-0.01s.png-bb3436532190348ddf12858f64831da8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_100_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_100_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_100_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_100_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_100_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_100_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_100_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_100_delay-0.01s.png.import index 1659d1a5..1aa44d9e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_100_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_100_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://p28jvk3s8ash" -path="res://.godot/imported/frame_100_delay-0.01s.png-37b7e290b4d2e3aa78908d6ad135610a.ctex" +path="res://.godot/imported/frame_100_delay-0.01s.png-3757ce5bac30093fe8850f715349f382.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_100_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_100_delay-0.01s.png-37b7e290b4d2e3aa78908d6ad135610a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_100_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_100_delay-0.01s.png-3757ce5bac30093fe8850f715349f382.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_101_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_101_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_101_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_101_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_101_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_101_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_101_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_101_delay-0.01s.png.import index db9fd550..36b5bd59 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_101_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_101_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3572en7mr3so" -path="res://.godot/imported/frame_101_delay-0.01s.png-2405979b2476ede1e701d095834ff257.ctex" +path="res://.godot/imported/frame_101_delay-0.01s.png-c81a566e374e5c089df43ed32588f821.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_101_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_101_delay-0.01s.png-2405979b2476ede1e701d095834ff257.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_101_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_101_delay-0.01s.png-c81a566e374e5c089df43ed32588f821.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_102_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_102_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_102_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_102_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_102_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_102_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_102_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_102_delay-0.01s.png.import index 41687908..f5b15124 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_102_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_102_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://yc52stv272mw" -path="res://.godot/imported/frame_102_delay-0.01s.png-2efaa9ed41b06400540434250187743a.ctex" +path="res://.godot/imported/frame_102_delay-0.01s.png-95e874ef0c29f54bdbb6dcc550a20111.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_102_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_102_delay-0.01s.png-2efaa9ed41b06400540434250187743a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_102_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_102_delay-0.01s.png-95e874ef0c29f54bdbb6dcc550a20111.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_103_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_103_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_103_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_103_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_103_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_103_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_103_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_103_delay-0.01s.png.import index 4984c021..ecf0e9ee 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_103_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_103_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cb0glky56griv" -path="res://.godot/imported/frame_103_delay-0.01s.png-10b387c1b15a2fa6f4d428761e66f8a0.ctex" +path="res://.godot/imported/frame_103_delay-0.01s.png-c674e107e5bd553341893d0deac673d2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_103_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_103_delay-0.01s.png-10b387c1b15a2fa6f4d428761e66f8a0.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_103_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_103_delay-0.01s.png-c674e107e5bd553341893d0deac673d2.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_104_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_104_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_104_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_104_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_104_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_104_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_104_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_104_delay-0.01s.png.import index ab15ea0c..ad7c9fa8 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_104_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_104_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bxmt6j8ork50d" -path="res://.godot/imported/frame_104_delay-0.01s.png-e7376cb14fc46ce372701088d9781a16.ctex" +path="res://.godot/imported/frame_104_delay-0.01s.png-2bcca6ba018eebea9c2cc97cb724ac6b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_104_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_104_delay-0.01s.png-e7376cb14fc46ce372701088d9781a16.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_104_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_104_delay-0.01s.png-2bcca6ba018eebea9c2cc97cb724ac6b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_105_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_105_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_105_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_105_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_105_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_105_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_105_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_105_delay-0.01s.png.import index 48942861..19226b05 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_105_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_105_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ndvepbrukgb5" -path="res://.godot/imported/frame_105_delay-0.01s.png-dc0bf8f733c9d77b01bb767d5ba395e8.ctex" +path="res://.godot/imported/frame_105_delay-0.01s.png-1e584643761c5964eeef86b49cb84ead.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_105_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_105_delay-0.01s.png-dc0bf8f733c9d77b01bb767d5ba395e8.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_105_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_105_delay-0.01s.png-1e584643761c5964eeef86b49cb84ead.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_106_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_106_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_106_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_106_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_106_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_106_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_106_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_106_delay-0.01s.png.import index be60f440..1a82116b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_106_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_106_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://qjh28fkxpabt" -path="res://.godot/imported/frame_106_delay-0.01s.png-7f8843d6c9388d1cafe6cb580484b174.ctex" +path="res://.godot/imported/frame_106_delay-0.01s.png-04476e4d5f3bad7e6ff3c3ab94427f82.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_106_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_106_delay-0.01s.png-7f8843d6c9388d1cafe6cb580484b174.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_106_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_106_delay-0.01s.png-04476e4d5f3bad7e6ff3c3ab94427f82.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_107_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_107_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_107_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_107_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_107_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_107_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_107_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_107_delay-0.01s.png.import index 2dbf3721..4a78a72e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_107_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_107_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://eh7o20fgd867" -path="res://.godot/imported/frame_107_delay-0.01s.png-7d6a0fcef44cc1b4bb89d9967765e62f.ctex" +path="res://.godot/imported/frame_107_delay-0.01s.png-79410184f9716a7e19f3bfa2f0c23204.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_107_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_107_delay-0.01s.png-7d6a0fcef44cc1b4bb89d9967765e62f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_107_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_107_delay-0.01s.png-79410184f9716a7e19f3bfa2f0c23204.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_108_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_108_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_108_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_108_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_087_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_108_delay-0.01s.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_087_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_108_delay-0.01s.png.import index 0bbc1e3e..35d6668e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_087_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_108_delay-0.01s.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://d2n7d6ee17ky4" -path="res://.godot/imported/frame_087_delay-0.01s.png-f94f1bdcfdd77d813b69ae13a3489a9a.ctex" +uid="uid://dgg6u02oaxjwp" +path="res://.godot/imported/frame_108_delay-0.01s.png-0dd67c1c97536b89c45b50b196df5f33.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_087_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_087_delay-0.01s.png-f94f1bdcfdd77d813b69ae13a3489a9a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_108_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_108_delay-0.01s.png-0dd67c1c97536b89c45b50b196df5f33.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_109_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_109_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_109_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_109_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_109_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_109_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_109_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_109_delay-0.01s.png.import index ad38f7e6..62e67051 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_109_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_109_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://datckrqdgyref" -path="res://.godot/imported/frame_109_delay-0.01s.png-b8419d6fd525f92efd0a7f739fc46ac0.ctex" +path="res://.godot/imported/frame_109_delay-0.01s.png-f19a511cff263465c5dc7304e19bd0b4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_109_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_109_delay-0.01s.png-b8419d6fd525f92efd0a7f739fc46ac0.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_109_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_109_delay-0.01s.png-f19a511cff263465c5dc7304e19bd0b4.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_110_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_110_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_110_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_110_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_110_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_110_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_110_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_110_delay-0.01s.png.import index 174beaad..32e94568 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_110_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_110_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmblermv36q1t" -path="res://.godot/imported/frame_110_delay-0.01s.png-88142a7300c86db684b873459287cbfe.ctex" +path="res://.godot/imported/frame_110_delay-0.01s.png-f126daea81f37ec9b8d652af6bdcac9a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_110_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_110_delay-0.01s.png-88142a7300c86db684b873459287cbfe.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_110_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_110_delay-0.01s.png-f126daea81f37ec9b8d652af6bdcac9a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_111_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_111_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_111_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_111_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_111_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_111_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_111_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_111_delay-0.01s.png.import index 0076d993..739811b7 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_111_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_111_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dyky52ey50hcm" -path="res://.godot/imported/frame_111_delay-0.01s.png-fd2dddc1324ae38eac7eac48f7f4f5ce.ctex" +path="res://.godot/imported/frame_111_delay-0.01s.png-a6e5ee1dfd8d173f947d72ceaba6cfa9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_111_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_111_delay-0.01s.png-fd2dddc1324ae38eac7eac48f7f4f5ce.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_111_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_111_delay-0.01s.png-a6e5ee1dfd8d173f947d72ceaba6cfa9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_112_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_112_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_112_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_112_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_112_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_112_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_112_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_112_delay-0.01s.png.import index bbbfb87f..462f8aeb 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_112_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_112_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjfwaiov7dfv4" -path="res://.godot/imported/frame_112_delay-0.01s.png-60b41a04c6ae806da786ec396628c984.ctex" +path="res://.godot/imported/frame_112_delay-0.01s.png-1e632799409ce5411a3ca4e086f10c67.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_112_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_112_delay-0.01s.png-60b41a04c6ae806da786ec396628c984.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_112_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_112_delay-0.01s.png-1e632799409ce5411a3ca4e086f10c67.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_113_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_113_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_113_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_113_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_113_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_113_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_113_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_113_delay-0.01s.png.import index a9c4e46e..cd201638 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_113_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_113_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ygacn2kh5usi" -path="res://.godot/imported/frame_113_delay-0.01s.png-bae1f61cdb7e4a6c486adf810827aae5.ctex" +path="res://.godot/imported/frame_113_delay-0.01s.png-031ad74380d85060b80e14111be120af.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_113_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_113_delay-0.01s.png-bae1f61cdb7e4a6c486adf810827aae5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_113_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_113_delay-0.01s.png-031ad74380d85060b80e14111be120af.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_114_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_114_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_114_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_114_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_114_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_114_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_114_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_114_delay-0.01s.png.import index 8c67f658..edbee241 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_114_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_114_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ma2exdd7lsx2" -path="res://.godot/imported/frame_114_delay-0.01s.png-e974998f51b0d4abe3c3f136217a0086.ctex" +path="res://.godot/imported/frame_114_delay-0.01s.png-e7b3571473e18242528f69702dff4a68.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_114_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_114_delay-0.01s.png-e974998f51b0d4abe3c3f136217a0086.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_114_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_114_delay-0.01s.png-e7b3571473e18242528f69702dff4a68.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_115_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_115_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_115_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_115_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_115_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_115_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_115_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_115_delay-0.01s.png.import index bdaa5256..51b5ac8b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_115_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_115_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bema272sctkq" -path="res://.godot/imported/frame_115_delay-0.01s.png-847872a6f7ee0be843355af507ffeaca.ctex" +path="res://.godot/imported/frame_115_delay-0.01s.png-ce3a290c40be743a43669da7947c67a1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_115_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_115_delay-0.01s.png-847872a6f7ee0be843355af507ffeaca.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_115_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_115_delay-0.01s.png-ce3a290c40be743a43669da7947c67a1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_116_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_116_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_116_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_116_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_116_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_116_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_116_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_116_delay-0.01s.png.import index 8848efec..c7e8cc45 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_116_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_116_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ekdq36n4midf" -path="res://.godot/imported/frame_116_delay-0.01s.png-d2e142b9697cbb31526761d3e5c20bd0.ctex" +path="res://.godot/imported/frame_116_delay-0.01s.png-9cf880efcc5aa39a73fa135948a758d2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_116_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_116_delay-0.01s.png-d2e142b9697cbb31526761d3e5c20bd0.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_116_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_116_delay-0.01s.png-9cf880efcc5aa39a73fa135948a758d2.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_117_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_117_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_117_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_117_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_117_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_117_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_117_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_117_delay-0.01s.png.import index cd4a1d8a..8d5f1096 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_117_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_117_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dl3cy1b6biwct" -path="res://.godot/imported/frame_117_delay-0.01s.png-b40e19b8f8ab6683f36acfd96d143fdf.ctex" +path="res://.godot/imported/frame_117_delay-0.01s.png-48f56da8cf67e63f0f346d58cde8dc43.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_117_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_117_delay-0.01s.png-b40e19b8f8ab6683f36acfd96d143fdf.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_117_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_117_delay-0.01s.png-48f56da8cf67e63f0f346d58cde8dc43.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_118_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_118_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_118_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_118_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_118_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_118_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_118_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_118_delay-0.01s.png.import index a0212cad..6e41a530 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_118_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_118_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqcm51c73r7h5" -path="res://.godot/imported/frame_118_delay-0.01s.png-793585f56fb04d9111c4116c0c36d2ff.ctex" +path="res://.godot/imported/frame_118_delay-0.01s.png-1e328a74a330afeae11d3a0d166aa635.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_118_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_118_delay-0.01s.png-793585f56fb04d9111c4116c0c36d2ff.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_118_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_118_delay-0.01s.png-1e328a74a330afeae11d3a0d166aa635.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_119_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_119_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_119_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_119_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_119_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_119_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_119_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_119_delay-0.01s.png.import index 97b65b47..49210b93 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_119_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_119_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b02v3vsyfwpc8" -path="res://.godot/imported/frame_119_delay-0.01s.png-0d920caa8b296478df889352dde041c2.ctex" +path="res://.godot/imported/frame_119_delay-0.01s.png-051a04b0873f8f68c000d00da0b3d4aa.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_119_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_119_delay-0.01s.png-0d920caa8b296478df889352dde041c2.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_119_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_119_delay-0.01s.png-051a04b0873f8f68c000d00da0b3d4aa.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_120_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_120_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_120_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_120_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_120_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_120_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_120_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_120_delay-0.01s.png.import index 4c8f6f5f..0e65ce11 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_120_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_120_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cq83mf2e35530" -path="res://.godot/imported/frame_120_delay-0.01s.png-2bb2a1d9027e3fee35b1034058d558f2.ctex" +path="res://.godot/imported/frame_120_delay-0.01s.png-db3103a870ba1c3eb49645d2357f3176.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_120_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_120_delay-0.01s.png-2bb2a1d9027e3fee35b1034058d558f2.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_120_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_120_delay-0.01s.png-db3103a870ba1c3eb49645d2357f3176.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_121_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_121_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_121_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_121_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_121_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_121_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_121_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_121_delay-0.01s.png.import index c0f450fc..42e6463d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_121_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_121_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b8l2afj1ubc73" -path="res://.godot/imported/frame_121_delay-0.01s.png-a220c8331f9496c270a13228a7a1e148.ctex" +path="res://.godot/imported/frame_121_delay-0.01s.png-a6da95f3842da0ca50eb312f4b1eaae3.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_121_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_121_delay-0.01s.png-a220c8331f9496c270a13228a7a1e148.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_121_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_121_delay-0.01s.png-a6da95f3842da0ca50eb312f4b1eaae3.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_122_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_122_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_122_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_122_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_122_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_122_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_122_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_122_delay-0.01s.png.import index da8bfdaa..ff43d746 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_122_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_122_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cvwa4suri4atg" -path="res://.godot/imported/frame_122_delay-0.01s.png-df52d2001e04256982e66792f4b17789.ctex" +path="res://.godot/imported/frame_122_delay-0.01s.png-85f37466a86ea384cfe95d52f6669522.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_122_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_122_delay-0.01s.png-df52d2001e04256982e66792f4b17789.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_122_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_122_delay-0.01s.png-85f37466a86ea384cfe95d52f6669522.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_123_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_123_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_123_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_123_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_123_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_123_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_123_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_123_delay-0.01s.png.import index 1cfa0f01..f2bd6ba0 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_123_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_123_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://8k2xymdmr23c" -path="res://.godot/imported/frame_123_delay-0.01s.png-876d7c938351925fe96a05a2e3541d9d.ctex" +path="res://.godot/imported/frame_123_delay-0.01s.png-3415c777256ca13f6edb1a318c721f9f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_123_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_123_delay-0.01s.png-876d7c938351925fe96a05a2e3541d9d.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_123_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_123_delay-0.01s.png-3415c777256ca13f6edb1a318c721f9f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_124_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_124_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_124_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_124_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_124_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_124_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_124_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_124_delay-0.01s.png.import index e084f2fd..af1cdde6 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_124_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_124_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d2q55rgk0dn33" -path="res://.godot/imported/frame_124_delay-0.01s.png-e8de9d98aa916e663d24d71919867f80.ctex" +path="res://.godot/imported/frame_124_delay-0.01s.png-8f468be578807d12c4aab9c4036b487a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_124_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_124_delay-0.01s.png-e8de9d98aa916e663d24d71919867f80.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_124_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_124_delay-0.01s.png-8f468be578807d12c4aab9c4036b487a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_125_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_125_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_125_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_125_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_125_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_125_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_125_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_125_delay-0.01s.png.import index 3913f018..45a6f67b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_125_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_125_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://t8xslvjd50jr" -path="res://.godot/imported/frame_125_delay-0.01s.png-7deee40fb5969e843bd850f82817cf07.ctex" +path="res://.godot/imported/frame_125_delay-0.01s.png-2a8e6c11f244b6edac27fdcf9f9ec13a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_125_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_125_delay-0.01s.png-7deee40fb5969e843bd850f82817cf07.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_125_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_125_delay-0.01s.png-2a8e6c11f244b6edac27fdcf9f9ec13a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_126_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_126_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_126_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_126_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_126_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_126_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_126_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_126_delay-0.01s.png.import index 10de8f70..d4b98ef0 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_126_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_126_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwr0qaoicsfhd" -path="res://.godot/imported/frame_126_delay-0.01s.png-db7be729dfe9e391c27914367fa55d0e.ctex" +path="res://.godot/imported/frame_126_delay-0.01s.png-590d0eb54892181e477b31dd8a02339b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_126_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_126_delay-0.01s.png-db7be729dfe9e391c27914367fa55d0e.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_126_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_126_delay-0.01s.png-590d0eb54892181e477b31dd8a02339b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_127_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_127_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_127_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_127_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_127_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_127_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_127_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_127_delay-0.01s.png.import index f560db4c..36943265 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_127_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_127_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dk720vybwl7jw" -path="res://.godot/imported/frame_127_delay-0.01s.png-dde59aa3baf69cdb0474dc8083b0bd5f.ctex" +path="res://.godot/imported/frame_127_delay-0.01s.png-6582a65fbb1a8a9cacc6ce3529aac2c6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_127_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_127_delay-0.01s.png-dde59aa3baf69cdb0474dc8083b0bd5f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_127_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_127_delay-0.01s.png-6582a65fbb1a8a9cacc6ce3529aac2c6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_128_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_128_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_128_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_128_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_128_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_128_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_128_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_128_delay-0.01s.png.import index 2d58b1a2..2c1931e6 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_128_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_128_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://denl6aqhmvhcj" -path="res://.godot/imported/frame_128_delay-0.01s.png-8840a568325fc26131be074a47472f04.ctex" +path="res://.godot/imported/frame_128_delay-0.01s.png-553264e978f5cacffd547ad94c925434.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_128_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_128_delay-0.01s.png-8840a568325fc26131be074a47472f04.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_128_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_128_delay-0.01s.png-553264e978f5cacffd547ad94c925434.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_129_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_129_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_129_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_129_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_129_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_129_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_129_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_129_delay-0.01s.png.import index 4dc6adf3..e5d4b96c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_129_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_129_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dumoyrl88pwvw" -path="res://.godot/imported/frame_129_delay-0.01s.png-2b5314b1451f40efb85e777009c1346c.ctex" +path="res://.godot/imported/frame_129_delay-0.01s.png-bd07072239bc0896dc2927950c052041.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_129_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_129_delay-0.01s.png-2b5314b1451f40efb85e777009c1346c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_129_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_129_delay-0.01s.png-bd07072239bc0896dc2927950c052041.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_130_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_130_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_130_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_130_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_130_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_130_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_130_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_130_delay-0.01s.png.import index 63de4c3b..43f117d7 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_130_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_130_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://j84hkbc3ct0r" -path="res://.godot/imported/frame_130_delay-0.01s.png-ef704fe7e637d6f719fd00254d59c83d.ctex" +path="res://.godot/imported/frame_130_delay-0.01s.png-e403ca3e4c31bea17c830ee6e1aa8ba1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_130_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_130_delay-0.01s.png-ef704fe7e637d6f719fd00254d59c83d.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_130_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_130_delay-0.01s.png-e403ca3e4c31bea17c830ee6e1aa8ba1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_131_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_131_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_131_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_131_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_131_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_131_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_131_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_131_delay-0.01s.png.import index 1b2f9d59..7d5f8188 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_131_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/F/frame_131_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://lu8oe4o804nn" -path="res://.godot/imported/frame_131_delay-0.01s.png-9564d64be30912225bffc62d6646e338.ctex" +path="res://.godot/imported/frame_131_delay-0.01s.png-77e6ec699de8f9489004d7adeba87b30.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_131_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_131_delay-0.01s.png-9564d64be30912225bffc62d6646e338.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/F/frame_131_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_131_delay-0.01s.png-77e6ec699de8f9489004d7adeba87b30.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_132_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_132_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_132_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_132_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_132_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_132_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_132_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_132_delay-0.01s.png.import index 7d627c40..e44a17c2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_132_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_132_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://caru2dj6uifo5" -path="res://.godot/imported/frame_132_delay-0.01s.png-ab6d281c630cbe740e7ac2e6feed6aa5.ctex" +path="res://.godot/imported/frame_132_delay-0.01s.png-20386c623db2f9437870842d360cbf31.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_132_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_132_delay-0.01s.png-ab6d281c630cbe740e7ac2e6feed6aa5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_132_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_132_delay-0.01s.png-20386c623db2f9437870842d360cbf31.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_133_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_133_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_133_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_133_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_133_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_133_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_133_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_133_delay-0.01s.png.import index 67b25afd..64074c00 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_133_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_133_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2y01wk2x5qox" -path="res://.godot/imported/frame_133_delay-0.01s.png-6c3d648ba4f5191f18e06ba621f8c7ef.ctex" +path="res://.godot/imported/frame_133_delay-0.01s.png-1a0d51dfce5d8ae0adc3065d72ca3bad.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_133_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_133_delay-0.01s.png-6c3d648ba4f5191f18e06ba621f8c7ef.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_133_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_133_delay-0.01s.png-1a0d51dfce5d8ae0adc3065d72ca3bad.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_134_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_134_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_134_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_134_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_134_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_134_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_134_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_134_delay-0.01s.png.import index dcc97a46..418db3a6 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_134_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_134_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccd8e5ox3064m" -path="res://.godot/imported/frame_134_delay-0.01s.png-bf681799be887da0c64f7117c8af8297.ctex" +path="res://.godot/imported/frame_134_delay-0.01s.png-da43d32feb7f72bde5d3b4a3d9425953.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_134_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_134_delay-0.01s.png-bf681799be887da0c64f7117c8af8297.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_134_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_134_delay-0.01s.png-da43d32feb7f72bde5d3b4a3d9425953.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_135_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_135_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_135_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_135_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_135_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_135_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_135_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_135_delay-0.01s.png.import index a2ab6dd5..1749d423 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_135_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_135_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfhvwj7n7k0nf" -path="res://.godot/imported/frame_135_delay-0.01s.png-9382c4bac95d5cdcf3b9e28f7d8c3d24.ctex" +path="res://.godot/imported/frame_135_delay-0.01s.png-e35e6a43eb8f5acee8a87a851ce205d9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_135_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_135_delay-0.01s.png-9382c4bac95d5cdcf3b9e28f7d8c3d24.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_135_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_135_delay-0.01s.png-e35e6a43eb8f5acee8a87a851ce205d9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_136_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_136_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_136_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_136_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_136_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_136_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_136_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_136_delay-0.01s.png.import index e8f9a9d1..be575bf6 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_136_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_136_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://daj3whlky73jv" -path="res://.godot/imported/frame_136_delay-0.01s.png-6d9c9e02640f7e76c2f7d6f1bd651e74.ctex" +path="res://.godot/imported/frame_136_delay-0.01s.png-7a4da190ac3c90fa9662e26d707e99d0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_136_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_136_delay-0.01s.png-6d9c9e02640f7e76c2f7d6f1bd651e74.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_136_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_136_delay-0.01s.png-7a4da190ac3c90fa9662e26d707e99d0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_137_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_137_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_137_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_137_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_137_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_137_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_137_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_137_delay-0.01s.png.import index 95623d3e..61417632 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_137_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_137_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d0xe20uc6etoa" -path="res://.godot/imported/frame_137_delay-0.01s.png-59d5796d608f18126ebb22b5fa9f11f9.ctex" +path="res://.godot/imported/frame_137_delay-0.01s.png-c4c3b904fe91eeee5e4aa44e0ff49e78.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_137_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_137_delay-0.01s.png-59d5796d608f18126ebb22b5fa9f11f9.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_137_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_137_delay-0.01s.png-c4c3b904fe91eeee5e4aa44e0ff49e78.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_138_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_138_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_138_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_138_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_138_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_138_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_138_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_138_delay-0.01s.png.import index 1d877ca4..1efc0105 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_138_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_138_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqtgwld0uapvf" -path="res://.godot/imported/frame_138_delay-0.01s.png-4088fb5c4b811f64f3bd04df463897f7.ctex" +path="res://.godot/imported/frame_138_delay-0.01s.png-b756231372e6681e8e7a9f4eaa314f26.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_138_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_138_delay-0.01s.png-4088fb5c4b811f64f3bd04df463897f7.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_138_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_138_delay-0.01s.png-b756231372e6681e8e7a9f4eaa314f26.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_139_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_139_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_139_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_139_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_139_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_139_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_139_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_139_delay-0.01s.png.import index 763ce479..5eb1c8a9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_139_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_139_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1rkc0g01by7h" -path="res://.godot/imported/frame_139_delay-0.01s.png-a425610add9d89207f0009ab0d343918.ctex" +path="res://.godot/imported/frame_139_delay-0.01s.png-80f93358420df2116133f0c1fc459333.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_139_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_139_delay-0.01s.png-a425610add9d89207f0009ab0d343918.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_139_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_139_delay-0.01s.png-80f93358420df2116133f0c1fc459333.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_140_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_140_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_140_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_140_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_140_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_140_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_140_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_140_delay-0.01s.png.import index 4d3b944b..3e2b0418 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_140_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_140_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3ijx4n6gx3kk" -path="res://.godot/imported/frame_140_delay-0.01s.png-763f8b8f6fd58e4fdb86e5d03983c869.ctex" +path="res://.godot/imported/frame_140_delay-0.01s.png-30111b23f6291e3d2e75cc77bddf66ba.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_140_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_140_delay-0.01s.png-763f8b8f6fd58e4fdb86e5d03983c869.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_140_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_140_delay-0.01s.png-30111b23f6291e3d2e75cc77bddf66ba.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_141_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_141_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_141_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_141_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_141_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_141_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_141_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_141_delay-0.01s.png.import index c52f5c10..4385bbb8 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_141_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_141_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cedvpowu0uxl8" -path="res://.godot/imported/frame_141_delay-0.01s.png-ee6d4eb73baae401a54f96279af98dff.ctex" +path="res://.godot/imported/frame_141_delay-0.01s.png-4c23d4ebcca620965ebfdad95bcaff60.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_141_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_141_delay-0.01s.png-ee6d4eb73baae401a54f96279af98dff.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_141_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_141_delay-0.01s.png-4c23d4ebcca620965ebfdad95bcaff60.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_142_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_142_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_142_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_142_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_154_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_142_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_154_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_142_delay-0.01s.png.import index 39dd8c5d..634be1ea 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_154_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_142_delay-0.01s.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cv2btcyir4ahg" -path="res://.godot/imported/frame_154_delay-0.01s.png-602dfe121c6c7ee5e02b890eb837c423.ctex" +uid="uid://cspnh0dp8rby7" +path="res://.godot/imported/frame_142_delay-0.01s.png-01adc6f6c6ea815c2b83a934460a2365.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_154_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_154_delay-0.01s.png-602dfe121c6c7ee5e02b890eb837c423.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_142_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_142_delay-0.01s.png-01adc6f6c6ea815c2b83a934460a2365.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_143_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_143_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_143_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_143_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_143_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_143_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_143_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_143_delay-0.01s.png.import index 268967fe..cbb1db7c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_143_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_143_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://rttxodnaeo1r" -path="res://.godot/imported/frame_143_delay-0.01s.png-381ac1511f7530e6a8f980b077a40ad0.ctex" +path="res://.godot/imported/frame_143_delay-0.01s.png-7ddaf5a0c4550bdfe8d2bd299a3cbf7a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_143_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_143_delay-0.01s.png-381ac1511f7530e6a8f980b077a40ad0.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_143_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_143_delay-0.01s.png-7ddaf5a0c4550bdfe8d2bd299a3cbf7a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_144_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_144_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_144_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_144_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_144_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_144_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_144_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_144_delay-0.01s.png.import index a0448e4d..601cb5ac 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_144_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_144_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bmca04yriogx5" -path="res://.godot/imported/frame_144_delay-0.01s.png-3edda400d3606f3d2761c7355ae908dd.ctex" +path="res://.godot/imported/frame_144_delay-0.01s.png-0992efe18967a4bcb9c9341a8c27e7ac.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_144_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_144_delay-0.01s.png-3edda400d3606f3d2761c7355ae908dd.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_144_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_144_delay-0.01s.png-0992efe18967a4bcb9c9341a8c27e7ac.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_145_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_145_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_145_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_145_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_145_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_145_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_145_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_145_delay-0.01s.png.import index 60f597f1..858208f3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_145_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_145_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://xor5n0c5tk0j" -path="res://.godot/imported/frame_145_delay-0.01s.png-2752abd83241fe90ae0832054490968e.ctex" +path="res://.godot/imported/frame_145_delay-0.01s.png-3617a5298cffe90ed05348266787320e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_145_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_145_delay-0.01s.png-2752abd83241fe90ae0832054490968e.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_145_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_145_delay-0.01s.png-3617a5298cffe90ed05348266787320e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_146_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_146_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_146_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_146_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_146_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_146_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_146_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_146_delay-0.01s.png.import index db45b3f0..064a1ecd 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_146_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_146_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhq2t5wpgmlt7" -path="res://.godot/imported/frame_146_delay-0.01s.png-8842b3ac0261d630b4efefbf686680c2.ctex" +path="res://.godot/imported/frame_146_delay-0.01s.png-388c583e9517e271c0404ab25933aa3b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_146_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_146_delay-0.01s.png-8842b3ac0261d630b4efefbf686680c2.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_146_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_146_delay-0.01s.png-388c583e9517e271c0404ab25933aa3b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_147_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_147_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_147_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_147_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_147_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_147_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_147_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_147_delay-0.01s.png.import index 7797d5f3..1016383a 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_147_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_147_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dijlfip1gcip2" -path="res://.godot/imported/frame_147_delay-0.01s.png-2e9c5e664394b608970520ed676ed637.ctex" +path="res://.godot/imported/frame_147_delay-0.01s.png-2ae9981d17e3248fe9f5cd97a8b9253e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_147_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_147_delay-0.01s.png-2e9c5e664394b608970520ed676ed637.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_147_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_147_delay-0.01s.png-2ae9981d17e3248fe9f5cd97a8b9253e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_148_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_148_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_148_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_148_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_148_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_148_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_148_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_148_delay-0.01s.png.import index 78ec2b2f..1ec2785f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_148_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_148_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7g7ukartbxg0" -path="res://.godot/imported/frame_148_delay-0.01s.png-05009dfbd1ebd4ad04327737b06cf1ae.ctex" +path="res://.godot/imported/frame_148_delay-0.01s.png-b66a5f72ce076abe9c5e18cf3bf10581.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_148_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_148_delay-0.01s.png-05009dfbd1ebd4ad04327737b06cf1ae.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_148_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_148_delay-0.01s.png-b66a5f72ce076abe9c5e18cf3bf10581.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_149_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_149_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_149_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_149_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_149_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_149_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_149_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_149_delay-0.01s.png.import index 6f434807..a2975246 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_149_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_149_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6fiobstg4wim" -path="res://.godot/imported/frame_149_delay-0.01s.png-5c7c1a3e98dee323592a4483a90e8237.ctex" +path="res://.godot/imported/frame_149_delay-0.01s.png-f54ee2c2e1b93304f0ff9a2b2a9c9ef7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_149_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_149_delay-0.01s.png-5c7c1a3e98dee323592a4483a90e8237.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_149_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_149_delay-0.01s.png-f54ee2c2e1b93304f0ff9a2b2a9c9ef7.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_150_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_150_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_150_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_150_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_150_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_150_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_150_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_150_delay-0.01s.png.import index 00850d08..9bdc5536 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_150_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_150_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmero5dihar6b" -path="res://.godot/imported/frame_150_delay-0.01s.png-ca2bb48e3a66e5bc54078ed060bbd391.ctex" +path="res://.godot/imported/frame_150_delay-0.01s.png-bf21ebfb6d3d26bfd1a5a13e0a328f4c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_150_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_150_delay-0.01s.png-ca2bb48e3a66e5bc54078ed060bbd391.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_150_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_150_delay-0.01s.png-bf21ebfb6d3d26bfd1a5a13e0a328f4c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_151_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_151_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_151_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_151_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_151_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_151_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_151_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_151_delay-0.01s.png.import index 01f40b52..6b99be96 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_151_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_151_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://gx4uxnf1dmun" -path="res://.godot/imported/frame_151_delay-0.01s.png-07fe1af91d93e15c9e84e27e445630e6.ctex" +path="res://.godot/imported/frame_151_delay-0.01s.png-a7d010390b19d174be6d18f9645c2253.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_151_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_151_delay-0.01s.png-07fe1af91d93e15c9e84e27e445630e6.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_151_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_151_delay-0.01s.png-a7d010390b19d174be6d18f9645c2253.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_152_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_152_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_152_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_152_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_152_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_152_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_152_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_152_delay-0.01s.png.import index 30f35c7f..f8aff64a 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_152_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_152_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ngghdfw4jj4h" -path="res://.godot/imported/frame_152_delay-0.01s.png-64d64b1796b098fee0ded1ebcea14c90.ctex" +path="res://.godot/imported/frame_152_delay-0.01s.png-1f0e58299589dd4482ba98dcb7fc0956.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_152_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_152_delay-0.01s.png-64d64b1796b098fee0ded1ebcea14c90.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_152_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_152_delay-0.01s.png-1f0e58299589dd4482ba98dcb7fc0956.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_153_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_153_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_153_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_153_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_153_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_153_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_153_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_153_delay-0.01s.png.import index a48127ab..18a77f96 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_153_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_153_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://da1xp1iw3a7hv" -path="res://.godot/imported/frame_153_delay-0.01s.png-93a34b28e75b8747f5539e2ccb545973.ctex" +path="res://.godot/imported/frame_153_delay-0.01s.png-e6f6778fa5baddc010179497847a2d49.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_153_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_153_delay-0.01s.png-93a34b28e75b8747f5539e2ccb545973.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_153_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_153_delay-0.01s.png-e6f6778fa5baddc010179497847a2d49.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_154_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_154_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_154_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_154_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_154_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_154_delay-0.01s.png.import new file mode 100644 index 00000000..e3000c0f --- /dev/null +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_154_delay-0.01s.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cv2btcyir4ahg" +path="res://.godot/imported/frame_154_delay-0.01s.png-ad10d18e7ba9bd868d9f0ca412313347.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_154_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_154_delay-0.01s.png-ad10d18e7ba9bd868d9f0ca412313347.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_155_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_155_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_155_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_155_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_155_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_155_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_155_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_155_delay-0.01s.png.import index c5fb141a..ca8a746e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_155_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_155_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjr7n1r02juti" -path="res://.godot/imported/frame_155_delay-0.01s.png-8b4fafa434b6c37fe8ccc0b5f7065cff.ctex" +path="res://.godot/imported/frame_155_delay-0.01s.png-051483e6382e6b03747636d7bcce62ad.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_155_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_155_delay-0.01s.png-8b4fafa434b6c37fe8ccc0b5f7065cff.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_155_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_155_delay-0.01s.png-051483e6382e6b03747636d7bcce62ad.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_156_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_156_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_156_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_156_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_156_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_156_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_156_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_156_delay-0.01s.png.import index b3e63ec2..8bde77a8 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_156_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_156_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://xavgld8cd4ik" -path="res://.godot/imported/frame_156_delay-0.01s.png-db9e30a5490a32529020c8217cb00670.ctex" +path="res://.godot/imported/frame_156_delay-0.01s.png-0243e1f98d60d0d3442e45ba1ed064b9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_156_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_156_delay-0.01s.png-db9e30a5490a32529020c8217cb00670.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_156_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_156_delay-0.01s.png-0243e1f98d60d0d3442e45ba1ed064b9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_157_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_157_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_157_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_157_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_157_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_157_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_157_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_157_delay-0.01s.png.import index 4e4b2db3..d911a87c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_157_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_157_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bj10yx3ow10bp" -path="res://.godot/imported/frame_157_delay-0.01s.png-a90b9c9a680001fabc799e732ed960fe.ctex" +path="res://.godot/imported/frame_157_delay-0.01s.png-e17bfc06b4161dc516ca23c83cdbecec.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_157_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_157_delay-0.01s.png-a90b9c9a680001fabc799e732ed960fe.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_157_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_157_delay-0.01s.png-e17bfc06b4161dc516ca23c83cdbecec.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_158_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_158_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_158_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_158_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_158_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_158_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_158_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_158_delay-0.01s.png.import index 5f1518bb..e718edc2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_158_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_158_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqm5xh38tgiqh" -path="res://.godot/imported/frame_158_delay-0.01s.png-bce29486f9aa659c371466c8c6aa39df.ctex" +path="res://.godot/imported/frame_158_delay-0.01s.png-24871e202e3e5d781603a98bd953e562.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_158_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_158_delay-0.01s.png-bce29486f9aa659c371466c8c6aa39df.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_158_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_158_delay-0.01s.png-24871e202e3e5d781603a98bd953e562.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_159_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_159_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_159_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_159_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_159_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_159_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_159_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_159_delay-0.01s.png.import index 86e0fed2..4ab026f6 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_159_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_159_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://chlghfjgl356s" -path="res://.godot/imported/frame_159_delay-0.01s.png-dc3cb8009d73a55d717637930d3537d8.ctex" +path="res://.godot/imported/frame_159_delay-0.01s.png-a9c67d5cc3142197304235cb18cab30a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_159_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_159_delay-0.01s.png-dc3cb8009d73a55d717637930d3537d8.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_159_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_159_delay-0.01s.png-a9c67d5cc3142197304235cb18cab30a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_160_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_160_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_160_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_160_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_160_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_160_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_160_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_160_delay-0.01s.png.import index 36caf649..c52c2054 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_160_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_160_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6at2sytan3p1" -path="res://.godot/imported/frame_160_delay-0.01s.png-9b86ca2c3edc4a624fdf3749f5d4cd1e.ctex" +path="res://.godot/imported/frame_160_delay-0.01s.png-3b809a3bac51ba1c639d31f1f9ae1deb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_160_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_160_delay-0.01s.png-9b86ca2c3edc4a624fdf3749f5d4cd1e.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_160_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_160_delay-0.01s.png-3b809a3bac51ba1c639d31f1f9ae1deb.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_161_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_161_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_161_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_161_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_161_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_161_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_161_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_161_delay-0.01s.png.import index 04b954b5..290b74d3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_161_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_161_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d34ky0ehksjfc" -path="res://.godot/imported/frame_161_delay-0.01s.png-b71f95b0a2eabb65450d67061495e643.ctex" +path="res://.godot/imported/frame_161_delay-0.01s.png-fd55ca6d6c3aef1d83c1c20de7a45cfe.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_161_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_161_delay-0.01s.png-b71f95b0a2eabb65450d67061495e643.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_161_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_161_delay-0.01s.png-fd55ca6d6c3aef1d83c1c20de7a45cfe.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_162_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_162_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_162_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_162_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_162_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_162_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_162_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_162_delay-0.01s.png.import index 7f40ea69..821d4bf3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_162_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_162_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dbip07sw2qcgc" -path="res://.godot/imported/frame_162_delay-0.01s.png-9489e9d15f3300181f343498d6fa624c.ctex" +path="res://.godot/imported/frame_162_delay-0.01s.png-b2d2965b93d7c61cb5b4f9946b40efda.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_162_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_162_delay-0.01s.png-9489e9d15f3300181f343498d6fa624c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_162_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_162_delay-0.01s.png-b2d2965b93d7c61cb5b4f9946b40efda.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_163_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_163_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_163_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_163_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_163_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_163_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_163_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_163_delay-0.01s.png.import index 5dfd4aad..8ccaba69 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_163_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_163_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cltiglp15kywt" -path="res://.godot/imported/frame_163_delay-0.01s.png-243178343a5935c9bef205c43c7b0061.ctex" +path="res://.godot/imported/frame_163_delay-0.01s.png-6f0d7aa0d55bd0fd3412f28d139b5c78.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_163_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_163_delay-0.01s.png-243178343a5935c9bef205c43c7b0061.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_163_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_163_delay-0.01s.png-6f0d7aa0d55bd0fd3412f28d139b5c78.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_164_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_164_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_164_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_164_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_164_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_164_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_164_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_164_delay-0.01s.png.import index 295d7ed1..c9ed8efd 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_164_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_164_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d07ugpq756uhv" -path="res://.godot/imported/frame_164_delay-0.01s.png-9c1858955dff357b28c680d9290993b4.ctex" +path="res://.godot/imported/frame_164_delay-0.01s.png-a3090eb9b4c68ae076c1af4cf05c2495.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_164_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_164_delay-0.01s.png-9c1858955dff357b28c680d9290993b4.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_164_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_164_delay-0.01s.png-a3090eb9b4c68ae076c1af4cf05c2495.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_165_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_165_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_165_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_165_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_165_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_165_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_165_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_165_delay-0.01s.png.import index 2101614f..164b37a4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_165_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_165_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://sgegg8gg2doj" -path="res://.godot/imported/frame_165_delay-0.01s.png-633ec6db7a3e01494d95896a83d33ef3.ctex" +path="res://.godot/imported/frame_165_delay-0.01s.png-a7540d6ab333d2564c202b58c9f8becf.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_165_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_165_delay-0.01s.png-633ec6db7a3e01494d95896a83d33ef3.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_165_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_165_delay-0.01s.png-a7540d6ab333d2564c202b58c9f8becf.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_166_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_166_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_166_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_166_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_166_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_166_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_166_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_166_delay-0.01s.png.import index ec78a128..c44a38d4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_166_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_166_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dggx0hygu8tn0" -path="res://.godot/imported/frame_166_delay-0.01s.png-e477f3560181a24043d84775006be60b.ctex" +path="res://.godot/imported/frame_166_delay-0.01s.png-678e8f81fb6d87902a2f222e9f346507.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_166_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_166_delay-0.01s.png-e477f3560181a24043d84775006be60b.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_166_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_166_delay-0.01s.png-678e8f81fb6d87902a2f222e9f346507.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_167_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_167_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_167_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_167_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_167_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_167_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_167_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_167_delay-0.01s.png.import index ca83a22f..150b7ec5 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_167_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_167_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bajvef2wycmmd" -path="res://.godot/imported/frame_167_delay-0.01s.png-0644d75b317fac9a902557170d5dfb97.ctex" +path="res://.godot/imported/frame_167_delay-0.01s.png-fa843bfbf854d5638f1c7f0970913cde.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_167_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_167_delay-0.01s.png-0644d75b317fac9a902557170d5dfb97.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_167_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_167_delay-0.01s.png-fa843bfbf854d5638f1c7f0970913cde.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_168_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_168_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_168_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_168_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_168_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_168_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_168_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_168_delay-0.01s.png.import index 280cb55e..c921b26d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_168_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_168_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://desjlb5rvs5ft" -path="res://.godot/imported/frame_168_delay-0.01s.png-c163cee77c9769ce0cae482dfe0694a5.ctex" +path="res://.godot/imported/frame_168_delay-0.01s.png-60329af96e66b638d88ac17e522185c0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_168_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_168_delay-0.01s.png-c163cee77c9769ce0cae482dfe0694a5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_168_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_168_delay-0.01s.png-60329af96e66b638d88ac17e522185c0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_169_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_169_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_169_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_169_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_169_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_169_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_169_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_169_delay-0.01s.png.import index a41954dc..ac6766d7 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_169_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_169_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwfg2anun2m15" -path="res://.godot/imported/frame_169_delay-0.01s.png-6a335472d461b1a4dc6118a55e2fa3fb.ctex" +path="res://.godot/imported/frame_169_delay-0.01s.png-f1619c7b4beb8d5d397e94ffad7cfc44.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_169_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_169_delay-0.01s.png-6a335472d461b1a4dc6118a55e2fa3fb.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_169_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_169_delay-0.01s.png-f1619c7b4beb8d5d397e94ffad7cfc44.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_170_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_170_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_170_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_170_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_170_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_170_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_170_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_170_delay-0.01s.png.import index f0ef190e..f7fcf66e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_170_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_170_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dtfkcsfvthvq2" -path="res://.godot/imported/frame_170_delay-0.01s.png-e548eca4db595256c975a1202b28bc2e.ctex" +path="res://.godot/imported/frame_170_delay-0.01s.png-6519a11fd7a02a26417623c0f00bcf16.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_170_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_170_delay-0.01s.png-e548eca4db595256c975a1202b28bc2e.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_170_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_170_delay-0.01s.png-6519a11fd7a02a26417623c0f00bcf16.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_171_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_171_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_171_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_171_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_171_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_171_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_171_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_171_delay-0.01s.png.import index a253806d..250ddbd0 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_171_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_171_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://wtw68eu5tgur" -path="res://.godot/imported/frame_171_delay-0.01s.png-2ef038ddbed8e3e5a61f5219d4482697.ctex" +path="res://.godot/imported/frame_171_delay-0.01s.png-1c1f425d77dee9ad77191b2d45c85744.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_171_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_171_delay-0.01s.png-2ef038ddbed8e3e5a61f5219d4482697.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_171_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_171_delay-0.01s.png-1c1f425d77dee9ad77191b2d45c85744.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_172_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_172_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_172_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_172_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_172_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_172_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_172_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_172_delay-0.01s.png.import index c93eb10b..84f32cac 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_172_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_172_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://8uf4b55dgg3p" -path="res://.godot/imported/frame_172_delay-0.01s.png-30f675a3d4bae71d04c4c520a56cf15a.ctex" +path="res://.godot/imported/frame_172_delay-0.01s.png-45af09721ef34d31d3b037dab889d3f7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_172_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_172_delay-0.01s.png-30f675a3d4bae71d04c4c520a56cf15a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_172_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_172_delay-0.01s.png-45af09721ef34d31d3b037dab889d3f7.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_173_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_173_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_173_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_173_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_173_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_173_delay-0.01s.png.import new file mode 100644 index 00000000..bd09bfd7 --- /dev/null +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_173_delay-0.01s.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2l5gt2n63x06" +path="res://.godot/imported/frame_173_delay-0.01s.png-f830cfe8036fae1d74b3dafb232e50ac.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_173_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_173_delay-0.01s.png-f830cfe8036fae1d74b3dafb232e50ac.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_174_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_174_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_174_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_174_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_174_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_174_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_174_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_174_delay-0.01s.png.import index 44288646..5367f589 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_174_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_174_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ciqux6oks7o8j" -path="res://.godot/imported/frame_174_delay-0.01s.png-c045ed5e9491e47614d91ae024ce9108.ctex" +path="res://.godot/imported/frame_174_delay-0.01s.png-9306793d3e35dc7f45557aeed4143deb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_174_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_174_delay-0.01s.png-c045ed5e9491e47614d91ae024ce9108.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_174_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_174_delay-0.01s.png-9306793d3e35dc7f45557aeed4143deb.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_175_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_175_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_175_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_175_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_175_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_175_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_175_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_175_delay-0.01s.png.import index 2724a430..b2d19606 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_175_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_175_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://shkr17411db1" -path="res://.godot/imported/frame_175_delay-0.01s.png-45a8ded79048a48ccbf26a2ccaf591b6.ctex" +path="res://.godot/imported/frame_175_delay-0.01s.png-03a4abe132b109a41f000296b78ffcd8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_175_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_175_delay-0.01s.png-45a8ded79048a48ccbf26a2ccaf591b6.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_175_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_175_delay-0.01s.png-03a4abe132b109a41f000296b78ffcd8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_176_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_176_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_176_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_176_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_176_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_176_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_176_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_176_delay-0.01s.png.import index a0a5955c..48cad09b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_176_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_176_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmv5makdnpipr" -path="res://.godot/imported/frame_176_delay-0.01s.png-229399ccb2a97f7bf6da0565ace0955f.ctex" +path="res://.godot/imported/frame_176_delay-0.01s.png-b892a24e8c53132e6fcd6c54a80efd65.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_176_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_176_delay-0.01s.png-229399ccb2a97f7bf6da0565ace0955f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_176_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_176_delay-0.01s.png-b892a24e8c53132e6fcd6c54a80efd65.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_177_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_177_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_177_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_177_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_177_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_177_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_177_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_177_delay-0.01s.png.import index 15aa29bc..50b92f52 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_177_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_177_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsavkyagjpwb8" -path="res://.godot/imported/frame_177_delay-0.01s.png-bcdf859ba4c7208d694a4c65d7495dec.ctex" +path="res://.godot/imported/frame_177_delay-0.01s.png-be9d58e3f274768a8f4cf1360fe939a2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_177_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_177_delay-0.01s.png-bcdf859ba4c7208d694a4c65d7495dec.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_177_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_177_delay-0.01s.png-be9d58e3f274768a8f4cf1360fe939a2.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_178_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_178_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_178_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_178_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_178_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_178_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_178_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_178_delay-0.01s.png.import index 12fe2715..2c6bb2c8 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_178_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_178_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dtsebs5m1taqa" -path="res://.godot/imported/frame_178_delay-0.01s.png-6d8b8eed28b759cb79a13a6bb65a05f6.ctex" +path="res://.godot/imported/frame_178_delay-0.01s.png-767fea527c6ae1ea3898a35a6a0dde51.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_178_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_178_delay-0.01s.png-6d8b8eed28b759cb79a13a6bb65a05f6.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_178_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_178_delay-0.01s.png-767fea527c6ae1ea3898a35a6a0dde51.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_179_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_179_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_179_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_179_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_179_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_179_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_179_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_179_delay-0.01s.png.import index 61685f8a..2ac692a1 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_179_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_179_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbm356g56b6vm" -path="res://.godot/imported/frame_179_delay-0.01s.png-9041fbee1f2ab8f6538c9d745c05baa0.ctex" +path="res://.godot/imported/frame_179_delay-0.01s.png-2df0efca2e7c0fed4988fc89044cf829.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_179_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_179_delay-0.01s.png-9041fbee1f2ab8f6538c9d745c05baa0.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_179_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_179_delay-0.01s.png-2df0efca2e7c0fed4988fc89044cf829.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_180_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_180_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_180_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_180_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_180_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_180_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_180_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_180_delay-0.01s.png.import index 98480847..67e83fc9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_180_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_180_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cj1ycugfr8nnk" -path="res://.godot/imported/frame_180_delay-0.01s.png-90756922f45ed489a320e55bc83463e9.ctex" +path="res://.godot/imported/frame_180_delay-0.01s.png-c89f1625d02eadfdf65cb8a0510d22fc.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_180_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_180_delay-0.01s.png-90756922f45ed489a320e55bc83463e9.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_180_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_180_delay-0.01s.png-c89f1625d02eadfdf65cb8a0510d22fc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_181_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_181_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_181_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_181_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_181_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_181_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_181_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_181_delay-0.01s.png.import index 7ee9866b..211519b9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_181_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_181_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhrhk2tdh3k3b" -path="res://.godot/imported/frame_181_delay-0.01s.png-1b728ab03e185fd2e85ee4a0ba098945.ctex" +path="res://.godot/imported/frame_181_delay-0.01s.png-426a7d7e980365c46164acb25bf767c7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_181_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_181_delay-0.01s.png-1b728ab03e185fd2e85ee4a0ba098945.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_181_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_181_delay-0.01s.png-426a7d7e980365c46164acb25bf767c7.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_182_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_182_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_182_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_182_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_182_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_182_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_182_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_182_delay-0.01s.png.import index 7452a64f..c5c0eb21 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_182_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_182_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dnfq6l1rd5x1t" -path="res://.godot/imported/frame_182_delay-0.01s.png-5d7ae5e664e3d4be41bae61486e8dfd8.ctex" +path="res://.godot/imported/frame_182_delay-0.01s.png-0f994df1847803c18c97960ecfabf8e7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_182_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_182_delay-0.01s.png-5d7ae5e664e3d4be41bae61486e8dfd8.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_182_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_182_delay-0.01s.png-0f994df1847803c18c97960ecfabf8e7.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_183_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_183_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_183_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_183_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_183_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_183_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_183_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_183_delay-0.01s.png.import index b6636280..72fd3449 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_183_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_183_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ca0hfma48ftxs" -path="res://.godot/imported/frame_183_delay-0.01s.png-93dff7b2153bbc07c685e6d1f99a3bc9.ctex" +path="res://.godot/imported/frame_183_delay-0.01s.png-a4a5bce4168b6b3c8f77d6dbbc43d44a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_183_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_183_delay-0.01s.png-93dff7b2153bbc07c685e6d1f99a3bc9.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_183_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_183_delay-0.01s.png-a4a5bce4168b6b3c8f77d6dbbc43d44a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_184_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_184_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_184_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_184_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_184_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_184_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_184_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_184_delay-0.01s.png.import index 4a72e8d9..16221f1d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_184_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_184_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c32fa5oa5mqo" -path="res://.godot/imported/frame_184_delay-0.01s.png-8a025c6d85d12462fabdcd1964ad8ac1.ctex" +path="res://.godot/imported/frame_184_delay-0.01s.png-4611a1dae383759dcffa6cb99347a31f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_184_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_184_delay-0.01s.png-8a025c6d85d12462fabdcd1964ad8ac1.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_184_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_184_delay-0.01s.png-4611a1dae383759dcffa6cb99347a31f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_185_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_185_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_185_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_185_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_185_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_185_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_185_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_185_delay-0.01s.png.import index 5903740a..aad5c4fe 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_185_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_185_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://5px7itdge424" -path="res://.godot/imported/frame_185_delay-0.01s.png-96bcaa39964506ebf2809072a7c1c251.ctex" +path="res://.godot/imported/frame_185_delay-0.01s.png-2e0e2b641a628b8d66a3134a76bbe033.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_185_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_185_delay-0.01s.png-96bcaa39964506ebf2809072a7c1c251.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_185_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_185_delay-0.01s.png-2e0e2b641a628b8d66a3134a76bbe033.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_186_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_186_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_186_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_186_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_186_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_186_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_186_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_186_delay-0.01s.png.import index 0f87705a..d64a137f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_186_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_186_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dybcepymmbh8h" -path="res://.godot/imported/frame_186_delay-0.01s.png-95ace342fd501410c0d05e9ff22fc3da.ctex" +path="res://.godot/imported/frame_186_delay-0.01s.png-5bb0036e1f63fe18dc2ede6d5886cae1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_186_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_186_delay-0.01s.png-95ace342fd501410c0d05e9ff22fc3da.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_186_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_186_delay-0.01s.png-5bb0036e1f63fe18dc2ede6d5886cae1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_187_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_187_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_187_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_187_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_187_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_187_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_187_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_187_delay-0.01s.png.import index e6f56c7d..d87d9307 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_187_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_187_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cleq8oadbkrln" -path="res://.godot/imported/frame_187_delay-0.01s.png-5f36613ab5370d5cc7bb752d6f26a191.ctex" +path="res://.godot/imported/frame_187_delay-0.01s.png-372e5a3c24883a5f3ebd06f3e157691e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_187_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_187_delay-0.01s.png-5f36613ab5370d5cc7bb752d6f26a191.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_187_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_187_delay-0.01s.png-372e5a3c24883a5f3ebd06f3e157691e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_188_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_188_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_188_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_188_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_188_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_188_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_188_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_188_delay-0.01s.png.import index bd9e2945..b46ffe13 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_188_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_188_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dcul2g1n7878" -path="res://.godot/imported/frame_188_delay-0.01s.png-204972bc1c890f0885bd1582f06cf2f6.ctex" +path="res://.godot/imported/frame_188_delay-0.01s.png-7cadc65f829ce8a60efd5ea8b8917cd1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_188_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_188_delay-0.01s.png-204972bc1c890f0885bd1582f06cf2f6.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_188_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_188_delay-0.01s.png-7cadc65f829ce8a60efd5ea8b8917cd1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_189_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_189_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_189_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_189_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_189_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_189_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_189_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_189_delay-0.01s.png.import index bb579322..5c98cbee 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_189_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_189_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://4ak4jtdlncp3" -path="res://.godot/imported/frame_189_delay-0.01s.png-c0ed8706155c3e0d15a12e3b4ad90b9f.ctex" +path="res://.godot/imported/frame_189_delay-0.01s.png-c577bd0d5e77f8eac39c113528826483.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_189_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_189_delay-0.01s.png-c0ed8706155c3e0d15a12e3b4ad90b9f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_189_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_189_delay-0.01s.png-c577bd0d5e77f8eac39c113528826483.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_190_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_190_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_190_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_190_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_190_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_190_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_190_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_190_delay-0.01s.png.import index f42d679e..ba917590 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_190_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_190_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bunn2ruw20j7n" -path="res://.godot/imported/frame_190_delay-0.01s.png-fdb8dbac7ac9714048865fa3f6844ae4.ctex" +path="res://.godot/imported/frame_190_delay-0.01s.png-53de57971d068e901f06112e54a86d47.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_190_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_190_delay-0.01s.png-fdb8dbac7ac9714048865fa3f6844ae4.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_190_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_190_delay-0.01s.png-53de57971d068e901f06112e54a86d47.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_191_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_191_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_191_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_191_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_191_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_191_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_191_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_191_delay-0.01s.png.import index 79e0bdf3..263a92e2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_191_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_191_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://l8xellneih4n" -path="res://.godot/imported/frame_191_delay-0.01s.png-3cb3c6e505b8691d79424dae8d72dbe8.ctex" +path="res://.godot/imported/frame_191_delay-0.01s.png-f5861a7809c83283fb2165bd54570e79.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_191_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_191_delay-0.01s.png-3cb3c6e505b8691d79424dae8d72dbe8.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_191_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_191_delay-0.01s.png-f5861a7809c83283fb2165bd54570e79.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_192_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_192_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_192_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_192_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_173_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_192_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_173_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_192_delay-0.01s.png.import index 9be975d2..155ee054 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_173_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_192_delay-0.01s.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b2l5gt2n63x06" -path="res://.godot/imported/frame_173_delay-0.01s.png-5c089b691524665d1695ad06d95649b5.ctex" +uid="uid://7l7mnj87hsf7" +path="res://.godot/imported/frame_192_delay-0.01s.png-c456a80c9c5be1c2e56fa0a0f69d97ed.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_173_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_173_delay-0.01s.png-5c089b691524665d1695ad06d95649b5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_192_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_192_delay-0.01s.png-c456a80c9c5be1c2e56fa0a0f69d97ed.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_193_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_193_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_193_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_193_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_193_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_193_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_193_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_193_delay-0.01s.png.import index ec6183dc..766c06b4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_193_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_193_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dd88ngps7r81i" -path="res://.godot/imported/frame_193_delay-0.01s.png-ad815cf47cc25d46ac764561e7c07615.ctex" +path="res://.godot/imported/frame_193_delay-0.01s.png-186ffb0859993e4ca893d5569dcbb73c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_193_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_193_delay-0.01s.png-ad815cf47cc25d46ac764561e7c07615.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_193_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_193_delay-0.01s.png-186ffb0859993e4ca893d5569dcbb73c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_194_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_194_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_194_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_194_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_194_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_194_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_194_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_194_delay-0.01s.png.import index cec6472f..df4c9c19 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_194_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_194_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dvumdq0ybrehc" -path="res://.godot/imported/frame_194_delay-0.01s.png-6a2caa1771bf2f38db846e52a24f09e2.ctex" +path="res://.godot/imported/frame_194_delay-0.01s.png-0baf3e442bba7cb943b6ec85bdc89926.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_194_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_194_delay-0.01s.png-6a2caa1771bf2f38db846e52a24f09e2.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_194_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_194_delay-0.01s.png-0baf3e442bba7cb943b6ec85bdc89926.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_195_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_195_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_195_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_195_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_195_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_195_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_195_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_195_delay-0.01s.png.import index 1cc9c49b..9f77c950 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_195_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_195_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dr1uyxupc5rvd" -path="res://.godot/imported/frame_195_delay-0.01s.png-ad641e3caf43f32541146d1039a990d5.ctex" +path="res://.godot/imported/frame_195_delay-0.01s.png-9cb8ee9f1265621d2e77752f21186598.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_195_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_195_delay-0.01s.png-ad641e3caf43f32541146d1039a990d5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_195_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_195_delay-0.01s.png-9cb8ee9f1265621d2e77752f21186598.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_196_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_196_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_196_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_196_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_196_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_196_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_196_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_196_delay-0.01s.png.import index 2d1edc05..9e53499f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_196_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_196_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bapkchbtjk41u" -path="res://.godot/imported/frame_196_delay-0.01s.png-a68a768bc59d94c5ce87962cb3ec46b7.ctex" +path="res://.godot/imported/frame_196_delay-0.01s.png-145826dff74a5436d88c73e7f83c6cbc.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_196_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_196_delay-0.01s.png-a68a768bc59d94c5ce87962cb3ec46b7.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_196_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_196_delay-0.01s.png-145826dff74a5436d88c73e7f83c6cbc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_197_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_197_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_197_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_197_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_197_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_197_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_197_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_197_delay-0.01s.png.import index 34cdde43..38f128d7 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/L/frame_197_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/L/frame_197_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dyx4jxs62gfu2" -path="res://.godot/imported/frame_197_delay-0.01s.png-b45a61b741fd6eaf96ecd19301bc5477.ctex" +path="res://.godot/imported/frame_197_delay-0.01s.png-1b03d581ff061b4e71919ab58c7b6d23.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/L/frame_197_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_197_delay-0.01s.png-b45a61b741fd6eaf96ecd19301bc5477.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/L/frame_197_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_197_delay-0.01s.png-1b03d581ff061b4e71919ab58c7b6d23.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_264_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_264_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_264_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_264_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_264_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_264_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_264_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_264_delay-0.01s.png.import index 9c86c612..528ec658 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_264_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_264_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bg0mm60ln6kye" -path="res://.godot/imported/frame_264_delay-0.01s.png-558d5807206b9a0e25166c150e3fafd2.ctex" +path="res://.godot/imported/frame_264_delay-0.01s.png-645f170b131c4092128bad258562f6cd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_264_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_264_delay-0.01s.png-558d5807206b9a0e25166c150e3fafd2.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_264_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_264_delay-0.01s.png-645f170b131c4092128bad258562f6cd.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_265_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_265_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_265_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_265_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_265_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_265_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_265_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_265_delay-0.01s.png.import index bf1fd529..e972d438 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_265_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_265_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://gkldknqv8n34" -path="res://.godot/imported/frame_265_delay-0.01s.png-248b62eb7d23fddadc6a039df616114a.ctex" +path="res://.godot/imported/frame_265_delay-0.01s.png-4bf411f71d7293471d2b0217aac09da8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_265_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_265_delay-0.01s.png-248b62eb7d23fddadc6a039df616114a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_265_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_265_delay-0.01s.png-4bf411f71d7293471d2b0217aac09da8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_266_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_266_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_266_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_266_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_266_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_266_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_266_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_266_delay-0.01s.png.import index de0baab0..2d579c58 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_266_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_266_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cy2cqucagmjlb" -path="res://.godot/imported/frame_266_delay-0.01s.png-08c06c07d07309118c259894d44add70.ctex" +path="res://.godot/imported/frame_266_delay-0.01s.png-5f2540727e258e2aee88a4b1a4651d72.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_266_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_266_delay-0.01s.png-08c06c07d07309118c259894d44add70.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_266_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_266_delay-0.01s.png-5f2540727e258e2aee88a4b1a4651d72.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_267_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_267_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_267_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_267_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_267_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_267_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_267_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_267_delay-0.01s.png.import index c45693b4..95a33625 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_267_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_267_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://jegmc4jpfx20" -path="res://.godot/imported/frame_267_delay-0.01s.png-cbd0aa5324b52ed0571713be2a77163c.ctex" +path="res://.godot/imported/frame_267_delay-0.01s.png-e706b4ea88c5a66cf99c6a3d255a454c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_267_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_267_delay-0.01s.png-cbd0aa5324b52ed0571713be2a77163c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_267_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_267_delay-0.01s.png-e706b4ea88c5a66cf99c6a3d255a454c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_268_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_268_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_268_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_268_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_268_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_268_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_268_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_268_delay-0.01s.png.import index 8c8c1a5a..46c64de7 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_268_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_268_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dcduubuqlopkh" -path="res://.godot/imported/frame_268_delay-0.01s.png-1a2f42c9db87619dc6ffe714e9b85fe7.ctex" +path="res://.godot/imported/frame_268_delay-0.01s.png-cee14bae678db3a4fb75e1615073a68b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_268_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_268_delay-0.01s.png-1a2f42c9db87619dc6ffe714e9b85fe7.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_268_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_268_delay-0.01s.png-cee14bae678db3a4fb75e1615073a68b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_269_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_269_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_269_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_269_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_269_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_269_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_269_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_269_delay-0.01s.png.import index 986da0e8..46902dee 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_269_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_269_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dnmper7kajww6" -path="res://.godot/imported/frame_269_delay-0.01s.png-72f569ff4938a442954166a8a920d884.ctex" +path="res://.godot/imported/frame_269_delay-0.01s.png-d9438e09ef9f4a79b7c705e7bbd79d06.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_269_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_269_delay-0.01s.png-72f569ff4938a442954166a8a920d884.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_269_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_269_delay-0.01s.png-d9438e09ef9f4a79b7c705e7bbd79d06.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_270_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_270_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_270_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_270_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_270_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_270_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_270_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_270_delay-0.01s.png.import index 1a7eb00f..c181619a 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_270_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_270_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cftqjy2iewh6v" -path="res://.godot/imported/frame_270_delay-0.01s.png-a6cb83212a878c425793dc77c79204bd.ctex" +path="res://.godot/imported/frame_270_delay-0.01s.png-d04343a32c5727fa1c36a5d7f1a5d7bb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_270_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_270_delay-0.01s.png-a6cb83212a878c425793dc77c79204bd.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_270_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_270_delay-0.01s.png-d04343a32c5727fa1c36a5d7f1a5d7bb.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_271_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_271_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_271_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_271_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_271_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_271_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_271_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_271_delay-0.01s.png.import index 6b32e1d6..4c7ef004 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_271_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_271_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddm7abdc3c3jv" -path="res://.godot/imported/frame_271_delay-0.01s.png-4ef1b16c38aeeabb4af540e895a28102.ctex" +path="res://.godot/imported/frame_271_delay-0.01s.png-0c3b55674d88975d5f11a5260a57fb4e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_271_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_271_delay-0.01s.png-4ef1b16c38aeeabb4af540e895a28102.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_271_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_271_delay-0.01s.png-0c3b55674d88975d5f11a5260a57fb4e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_272_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_272_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_272_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_272_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_272_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_272_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_272_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_272_delay-0.01s.png.import index 4817761b..5c0ef677 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_272_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_272_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bsnt0i55haapp" -path="res://.godot/imported/frame_272_delay-0.01s.png-336f312921c1b3f9ed6119d5dd8d16eb.ctex" +path="res://.godot/imported/frame_272_delay-0.01s.png-bf3b0e068c06f4d381c4301896f1bd0d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_272_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_272_delay-0.01s.png-336f312921c1b3f9ed6119d5dd8d16eb.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_272_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_272_delay-0.01s.png-bf3b0e068c06f4d381c4301896f1bd0d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_273_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_273_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_273_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_273_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_273_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_273_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_273_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_273_delay-0.01s.png.import index e0e3c98e..daefb13e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_273_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_273_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqg78lak7t7h7" -path="res://.godot/imported/frame_273_delay-0.01s.png-0dd503c1bd3a6285464f01b63b162f6e.ctex" +path="res://.godot/imported/frame_273_delay-0.01s.png-412f6676802f61d189331281e448f525.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_273_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_273_delay-0.01s.png-0dd503c1bd3a6285464f01b63b162f6e.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_273_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_273_delay-0.01s.png-412f6676802f61d189331281e448f525.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_274_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_274_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_274_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_274_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_274_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_274_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_274_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_274_delay-0.01s.png.import index 376c44ed..b1e95f01 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_274_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_274_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cftgstb4h04to" -path="res://.godot/imported/frame_274_delay-0.01s.png-771376878c17c9a427dcce8fd3a7653f.ctex" +path="res://.godot/imported/frame_274_delay-0.01s.png-fae1fd6b25e14b7db815695668e899ce.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_274_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_274_delay-0.01s.png-771376878c17c9a427dcce8fd3a7653f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_274_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_274_delay-0.01s.png-fae1fd6b25e14b7db815695668e899ce.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_275_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_275_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_275_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_275_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_275_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_275_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_275_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_275_delay-0.01s.png.import index dba31dc2..ca2f52ca 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_275_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_275_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dy75670e11euv" -path="res://.godot/imported/frame_275_delay-0.01s.png-a938009a11ac17134d72afd96c4481ad.ctex" +path="res://.godot/imported/frame_275_delay-0.01s.png-3d026edaa32833ecc276c63e3cf66129.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_275_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_275_delay-0.01s.png-a938009a11ac17134d72afd96c4481ad.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_275_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_275_delay-0.01s.png-3d026edaa32833ecc276c63e3cf66129.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_276_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_276_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_276_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_276_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_276_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_276_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_276_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_276_delay-0.01s.png.import index 5b7dab3a..b47cc3e1 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_276_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_276_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmc88yx6ecg4q" -path="res://.godot/imported/frame_276_delay-0.01s.png-b412af812f46d09b1f3bc4e232570c78.ctex" +path="res://.godot/imported/frame_276_delay-0.01s.png-70be5eb7400c85040292c8f94a272e84.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_276_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_276_delay-0.01s.png-b412af812f46d09b1f3bc4e232570c78.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_276_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_276_delay-0.01s.png-70be5eb7400c85040292c8f94a272e84.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_277_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_277_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_277_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_277_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_277_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_277_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_277_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_277_delay-0.01s.png.import index a147b33b..1133ac5d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_277_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_277_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjo7h07ghnrcy" -path="res://.godot/imported/frame_277_delay-0.01s.png-bf21a5e9b89b43c6dbf7ba50b4117316.ctex" +path="res://.godot/imported/frame_277_delay-0.01s.png-00d70e0345d9689172bf54d570f14e05.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_277_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_277_delay-0.01s.png-bf21a5e9b89b43c6dbf7ba50b4117316.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_277_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_277_delay-0.01s.png-00d70e0345d9689172bf54d570f14e05.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_278_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_278_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_278_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_278_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_278_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_278_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_278_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_278_delay-0.01s.png.import index 153859a5..fd701256 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_278_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_278_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://croke2fk5h86j" -path="res://.godot/imported/frame_278_delay-0.01s.png-46c22cac33b83cb6be8fad995721452c.ctex" +path="res://.godot/imported/frame_278_delay-0.01s.png-ac476192537601bdd33350a834056e3f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_278_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_278_delay-0.01s.png-46c22cac33b83cb6be8fad995721452c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_278_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_278_delay-0.01s.png-ac476192537601bdd33350a834056e3f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_279_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_279_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_279_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_279_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_279_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_279_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_279_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_279_delay-0.01s.png.import index 1a09e506..19957c87 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_279_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_279_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cylg1j3dl7clt" -path="res://.godot/imported/frame_279_delay-0.01s.png-afc6dc5030a1db7e6582f56a084f7368.ctex" +path="res://.godot/imported/frame_279_delay-0.01s.png-0dfb025e4f0ff24789f3b1e0d1158ed0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_279_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_279_delay-0.01s.png-afc6dc5030a1db7e6582f56a084f7368.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_279_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_279_delay-0.01s.png-0dfb025e4f0ff24789f3b1e0d1158ed0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_280_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_280_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_280_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_280_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_280_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_280_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_280_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_280_delay-0.01s.png.import index db35bc97..96840d23 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_280_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_280_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d1516ajjjtb74" -path="res://.godot/imported/frame_280_delay-0.01s.png-3407917ddf12fd8593b64723096b336c.ctex" +path="res://.godot/imported/frame_280_delay-0.01s.png-8d92f094e96d5e3b2467a493476eafee.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_280_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_280_delay-0.01s.png-3407917ddf12fd8593b64723096b336c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_280_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_280_delay-0.01s.png-8d92f094e96d5e3b2467a493476eafee.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_281_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_281_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_281_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_281_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_281_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_281_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_281_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_281_delay-0.01s.png.import index b8e20c45..e461cf49 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_281_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_281_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cm2guwf4kf2y2" -path="res://.godot/imported/frame_281_delay-0.01s.png-78baf7ebfe4ac7ceadcea4d86735e5af.ctex" +path="res://.godot/imported/frame_281_delay-0.01s.png-819203dbd9134609a7c4f3bfbb238a6c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_281_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_281_delay-0.01s.png-78baf7ebfe4ac7ceadcea4d86735e5af.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_281_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_281_delay-0.01s.png-819203dbd9134609a7c4f3bfbb238a6c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_282_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_282_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_282_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_282_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_282_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_282_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_282_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_282_delay-0.01s.png.import index 382a7ddb..8cab2e07 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_282_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_282_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cf6cux8pu8sa1" -path="res://.godot/imported/frame_282_delay-0.01s.png-44709e93c6e1139a65e75cb6973efcc0.ctex" +path="res://.godot/imported/frame_282_delay-0.01s.png-952c17ed247e63ee69b23a4ff6d865c1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_282_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_282_delay-0.01s.png-44709e93c6e1139a65e75cb6973efcc0.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_282_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_282_delay-0.01s.png-952c17ed247e63ee69b23a4ff6d865c1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_283_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_283_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_283_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_283_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_283_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_283_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_283_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_283_delay-0.01s.png.import index 9d7445df..446dd7c7 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_283_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_283_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://de887ptuiv4b4" -path="res://.godot/imported/frame_283_delay-0.01s.png-fcb188bc567d0144f5c8e4bf73f11975.ctex" +path="res://.godot/imported/frame_283_delay-0.01s.png-a0f76e7f5fe75f638a45e5240856aa6e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_283_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_283_delay-0.01s.png-fcb188bc567d0144f5c8e4bf73f11975.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_283_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_283_delay-0.01s.png-a0f76e7f5fe75f638a45e5240856aa6e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_284_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_284_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_284_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_284_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_284_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_284_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_284_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_284_delay-0.01s.png.import index 2ab9cdf8..ad191f2d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_284_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_284_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cds6m86b2psup" -path="res://.godot/imported/frame_284_delay-0.01s.png-92c1d173d35930dc5773c7375c4cf586.ctex" +path="res://.godot/imported/frame_284_delay-0.01s.png-cfa772059e88fdb4001a2d8f94c0790c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_284_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_284_delay-0.01s.png-92c1d173d35930dc5773c7375c4cf586.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_284_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_284_delay-0.01s.png-cfa772059e88fdb4001a2d8f94c0790c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_285_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_285_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_285_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_285_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_285_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_285_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_285_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_285_delay-0.01s.png.import index 3a359380..327fe172 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_285_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_285_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ckxc5ewc7krgy" -path="res://.godot/imported/frame_285_delay-0.01s.png-12cbaa37500e3cf54614b92c5559a2dc.ctex" +path="res://.godot/imported/frame_285_delay-0.01s.png-42515fdf12827d0e72f890f7d93111b8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_285_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_285_delay-0.01s.png-12cbaa37500e3cf54614b92c5559a2dc.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_285_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_285_delay-0.01s.png-42515fdf12827d0e72f890f7d93111b8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_286_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_286_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_286_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_286_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_286_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_286_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_286_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_286_delay-0.01s.png.import index 471ba6f6..8be67241 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_286_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_286_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://h6b3iv4a33ge" -path="res://.godot/imported/frame_286_delay-0.01s.png-42982b9c61979c5439f9422a8a66b2f3.ctex" +path="res://.godot/imported/frame_286_delay-0.01s.png-1f6e705fad88d054fccf4aa6247f849c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_286_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_286_delay-0.01s.png-42982b9c61979c5439f9422a8a66b2f3.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_286_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_286_delay-0.01s.png-1f6e705fad88d054fccf4aa6247f849c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_287_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_287_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_287_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_287_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_209_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_287_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_209_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_287_delay-0.01s.png.import index 9a213027..8e09d5be 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_209_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_287_delay-0.01s.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cpww0skmfrgvp" -path="res://.godot/imported/frame_209_delay-0.01s.png-07370f8bd62268ce4cd70cd5eb74ad55.ctex" +uid="uid://brjhwakmssh2v" +path="res://.godot/imported/frame_287_delay-0.01s.png-4205a1a2de74bd5b3562c4184a1ef467.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_209_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_209_delay-0.01s.png-07370f8bd62268ce4cd70cd5eb74ad55.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_287_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_287_delay-0.01s.png-4205a1a2de74bd5b3562c4184a1ef467.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_288_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_288_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_288_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_288_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_288_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_288_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_288_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_288_delay-0.01s.png.import index 2e6d6f1d..fccc28fe 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_288_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_288_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dw2lcc3f4d8ui" -path="res://.godot/imported/frame_288_delay-0.01s.png-f15314739f4f0c92907c355dd69806e4.ctex" +path="res://.godot/imported/frame_288_delay-0.01s.png-733bd8b566858e6eae300be91c0012ce.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_288_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_288_delay-0.01s.png-f15314739f4f0c92907c355dd69806e4.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_288_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_288_delay-0.01s.png-733bd8b566858e6eae300be91c0012ce.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_289_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_289_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_289_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_289_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_289_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_289_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_289_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_289_delay-0.01s.png.import index 30d988e1..4ecb51e3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_289_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_289_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqb1mev2pfmxg" -path="res://.godot/imported/frame_289_delay-0.01s.png-98141318720f1c09d2a453c0ed4e9316.ctex" +path="res://.godot/imported/frame_289_delay-0.01s.png-9d91fc6f3709322299eff39ca2c3a68a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_289_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_289_delay-0.01s.png-98141318720f1c09d2a453c0ed4e9316.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_289_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_289_delay-0.01s.png-9d91fc6f3709322299eff39ca2c3a68a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_290_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_290_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_290_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_290_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_290_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_290_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_290_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_290_delay-0.01s.png.import index 707adbd1..8fbd55cb 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_290_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_290_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://beyjeetyl0mxs" -path="res://.godot/imported/frame_290_delay-0.01s.png-c9da844ba34fc1b2c5518e69b8f3b58e.ctex" +path="res://.godot/imported/frame_290_delay-0.01s.png-560a62b199f91318c831cda2879f9484.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_290_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_290_delay-0.01s.png-c9da844ba34fc1b2c5518e69b8f3b58e.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_290_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_290_delay-0.01s.png-560a62b199f91318c831cda2879f9484.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_291_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_291_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_291_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_291_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_291_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_291_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_291_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_291_delay-0.01s.png.import index 7425c7dc..3897dc30 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_291_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_291_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmied1q41sfm2" -path="res://.godot/imported/frame_291_delay-0.01s.png-d4a8519579c806d4646600a0d8dbeddb.ctex" +path="res://.godot/imported/frame_291_delay-0.01s.png-e1c967d18a4d3454dd7d791f07115dc2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_291_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_291_delay-0.01s.png-d4a8519579c806d4646600a0d8dbeddb.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_291_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_291_delay-0.01s.png-e1c967d18a4d3454dd7d791f07115dc2.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_292_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_292_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_292_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_292_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_292_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_292_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_292_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_292_delay-0.01s.png.import index f333e2d2..15734127 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_292_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_292_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://h4t5esklq6f6" -path="res://.godot/imported/frame_292_delay-0.01s.png-3f2d3df0403e4db4879a0d3eae91699b.ctex" +path="res://.godot/imported/frame_292_delay-0.01s.png-7cb8300408e18cd1cec4ea71596d3758.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_292_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_292_delay-0.01s.png-3f2d3df0403e4db4879a0d3eae91699b.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_292_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_292_delay-0.01s.png-7cb8300408e18cd1cec4ea71596d3758.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_293_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_293_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_293_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_293_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_293_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_293_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_293_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_293_delay-0.01s.png.import index 9d838749..b670fce6 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_293_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_293_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ci6vh7iirr8pq" -path="res://.godot/imported/frame_293_delay-0.01s.png-018ee7489b89145751b15f5af32e5d5a.ctex" +path="res://.godot/imported/frame_293_delay-0.01s.png-cdaaf70f207ae566fe009f5bf7ea907b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_293_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_293_delay-0.01s.png-018ee7489b89145751b15f5af32e5d5a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_293_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_293_delay-0.01s.png-cdaaf70f207ae566fe009f5bf7ea907b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_294_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_294_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_294_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_294_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_294_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_294_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_294_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_294_delay-0.01s.png.import index 6309d77f..91fd92ff 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_294_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_294_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://qsx14k5bd1sx" -path="res://.godot/imported/frame_294_delay-0.01s.png-94d5753fd919a0fcbb7d536ed5e6ca65.ctex" +path="res://.godot/imported/frame_294_delay-0.01s.png-d4a7cdd70cbd346eba22dbb37b0faa9f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_294_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_294_delay-0.01s.png-94d5753fd919a0fcbb7d536ed5e6ca65.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_294_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_294_delay-0.01s.png-d4a7cdd70cbd346eba22dbb37b0faa9f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_295_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_295_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_295_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_295_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_295_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_295_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_295_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_295_delay-0.01s.png.import index 965e2865..ea38c0df 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_295_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_295_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://hf2i36hdttrt" -path="res://.godot/imported/frame_295_delay-0.01s.png-0baa2e7d8128b0c3bc30737a1af9a8ea.ctex" +path="res://.godot/imported/frame_295_delay-0.01s.png-6a6db44865527297babd54d0acea62ba.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_295_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_295_delay-0.01s.png-0baa2e7d8128b0c3bc30737a1af9a8ea.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_295_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_295_delay-0.01s.png-6a6db44865527297babd54d0acea62ba.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_296_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_296_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_296_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_296_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_296_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_296_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_296_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_296_delay-0.01s.png.import index a8896ace..36da05a8 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_296_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_296_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://vnwlj8wbhu45" -path="res://.godot/imported/frame_296_delay-0.01s.png-d4950b23f8068b876dcdca8ca02e3bd0.ctex" +path="res://.godot/imported/frame_296_delay-0.01s.png-07bc0684d52e59a0bd9a8e701f9fc699.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_296_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_296_delay-0.01s.png-d4950b23f8068b876dcdca8ca02e3bd0.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_296_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_296_delay-0.01s.png-07bc0684d52e59a0bd9a8e701f9fc699.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_297_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_297_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_297_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_297_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_297_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_297_delay-0.01s.png.import new file mode 100644 index 00000000..750209b3 --- /dev/null +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_297_delay-0.01s.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://15q8e1mwoy8" +path="res://.godot/imported/frame_297_delay-0.01s.png-8f739008675e78e8190b26b96be8332a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_297_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_297_delay-0.01s.png-8f739008675e78e8190b26b96be8332a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_298_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_298_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_298_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_298_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_298_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_298_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_298_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_298_delay-0.01s.png.import index df0362fb..4d68f180 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_298_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_298_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbqc5hmq718p4" -path="res://.godot/imported/frame_298_delay-0.01s.png-275a5df9510322785596d0bdad2a9150.ctex" +path="res://.godot/imported/frame_298_delay-0.01s.png-ac0041672a3f79b3ff429e277b39c76a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_298_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_298_delay-0.01s.png-275a5df9510322785596d0bdad2a9150.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_298_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_298_delay-0.01s.png-ac0041672a3f79b3ff429e277b39c76a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_299_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_299_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_299_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_299_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_299_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_299_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_299_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_299_delay-0.01s.png.import index d1aceaac..e5fc1368 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_299_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_299_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bmurdx0s03rus" -path="res://.godot/imported/frame_299_delay-0.01s.png-7e58881ecda39a3c441d514b65694c70.ctex" +path="res://.godot/imported/frame_299_delay-0.01s.png-51dfe5a7a1c469090e2905c2e8887660.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_299_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_299_delay-0.01s.png-7e58881ecda39a3c441d514b65694c70.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_299_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_299_delay-0.01s.png-51dfe5a7a1c469090e2905c2e8887660.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_300_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_300_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_300_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_300_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_300_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_300_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_300_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_300_delay-0.01s.png.import index 417c715e..564326d9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_300_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_300_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dt7rjtc6cygua" -path="res://.godot/imported/frame_300_delay-0.01s.png-4870a8743dc8dc1185532e7c2aff30d4.ctex" +path="res://.godot/imported/frame_300_delay-0.01s.png-ee6cb62fb1d9cc738235353ecfa73cd2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_300_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_300_delay-0.01s.png-4870a8743dc8dc1185532e7c2aff30d4.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_300_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_300_delay-0.01s.png-ee6cb62fb1d9cc738235353ecfa73cd2.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_301_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_301_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_301_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_301_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_301_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_301_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_301_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_301_delay-0.01s.png.import index ee7b4cca..4f830ddd 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_301_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_301_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ebmahc0et0uf" -path="res://.godot/imported/frame_301_delay-0.01s.png-11b124acae6a15dbd9c7aa66c7c3cf48.ctex" +path="res://.godot/imported/frame_301_delay-0.01s.png-a2b1e71acfa32ca467e385af7a1a013e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_301_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_301_delay-0.01s.png-11b124acae6a15dbd9c7aa66c7c3cf48.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_301_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_301_delay-0.01s.png-a2b1e71acfa32ca467e385af7a1a013e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_302_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_302_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_302_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_302_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_302_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_302_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_302_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_302_delay-0.01s.png.import index fdcb22a8..810099a2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_302_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_302_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cb4ulrnxegfd1" -path="res://.godot/imported/frame_302_delay-0.01s.png-7b035eb8169598741a7c322950816b25.ctex" +path="res://.godot/imported/frame_302_delay-0.01s.png-9c066d135c4c541d52d1ad6a44c41a83.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_302_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_302_delay-0.01s.png-7b035eb8169598741a7c322950816b25.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_302_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_302_delay-0.01s.png-9c066d135c4c541d52d1ad6a44c41a83.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_303_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_303_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_303_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_303_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_303_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_303_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_303_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_303_delay-0.01s.png.import index 861df728..d292d516 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_303_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_303_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d13kp0hmihf0s" -path="res://.godot/imported/frame_303_delay-0.01s.png-0ff8126fb617d4398fdbab5f3431c1a6.ctex" +path="res://.godot/imported/frame_303_delay-0.01s.png-90d4265e0800b9c98f3a5711a2295c40.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_303_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_303_delay-0.01s.png-0ff8126fb617d4398fdbab5f3431c1a6.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_303_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_303_delay-0.01s.png-90d4265e0800b9c98f3a5711a2295c40.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_304_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_304_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_304_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_304_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_304_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_304_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_304_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_304_delay-0.01s.png.import index 26a80bae..18d89302 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_304_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_304_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqe21r1qljmdl" -path="res://.godot/imported/frame_304_delay-0.01s.png-bb201757effbc0c82da6c1f4ddcbba28.ctex" +path="res://.godot/imported/frame_304_delay-0.01s.png-1b4d7bfdda871b805d129c9a27691687.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_304_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_304_delay-0.01s.png-bb201757effbc0c82da6c1f4ddcbba28.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_304_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_304_delay-0.01s.png-1b4d7bfdda871b805d129c9a27691687.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_305_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_305_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_305_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_305_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_305_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_305_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_305_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_305_delay-0.01s.png.import index 5b2eb0bd..178ffa0d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_305_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_305_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bgrrfp4car5pl" -path="res://.godot/imported/frame_305_delay-0.01s.png-9809bf62b2cd9352fa8a76ffaf02057f.ctex" +path="res://.godot/imported/frame_305_delay-0.01s.png-25d2b053c02818e90d206fd404d9b298.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_305_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_305_delay-0.01s.png-9809bf62b2cd9352fa8a76ffaf02057f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_305_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_305_delay-0.01s.png-25d2b053c02818e90d206fd404d9b298.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_306_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_306_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_306_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_306_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_306_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_306_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_306_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_306_delay-0.01s.png.import index 64d920f7..18afe052 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_306_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_306_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://br6be64txnp6e" -path="res://.godot/imported/frame_306_delay-0.01s.png-049ddf615ef62a216f6338074e23a83c.ctex" +path="res://.godot/imported/frame_306_delay-0.01s.png-b047f99d3d40aa2b355e381e072111cb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_306_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_306_delay-0.01s.png-049ddf615ef62a216f6338074e23a83c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_306_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_306_delay-0.01s.png-b047f99d3d40aa2b355e381e072111cb.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_307_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_307_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_307_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_307_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_093_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_307_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_093_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_307_delay-0.01s.png.import index 032d3e83..e53cf558 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/F/frame_093_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_307_delay-0.01s.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://d348miaak1mpu" -path="res://.godot/imported/frame_093_delay-0.01s.png-cf448be1d4ab8467540ce327c55963ae.ctex" +uid="uid://cpmsi4om5ax3s" +path="res://.godot/imported/frame_307_delay-0.01s.png-00f35a13cce2d2dc47c78af4ecfce4d1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/F/frame_093_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_093_delay-0.01s.png-cf448be1d4ab8467540ce327c55963ae.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_307_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_307_delay-0.01s.png-00f35a13cce2d2dc47c78af4ecfce4d1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_308_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_308_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_308_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_308_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_308_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_308_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_308_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_308_delay-0.01s.png.import index 69b49b60..ecbaa435 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_308_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_308_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3g0x5tdf78pe" -path="res://.godot/imported/frame_308_delay-0.01s.png-6bb75e404c209b166f11034a1901f23f.ctex" +path="res://.godot/imported/frame_308_delay-0.01s.png-c15632677829b124da99376e1796b87d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_308_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_308_delay-0.01s.png-6bb75e404c209b166f11034a1901f23f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_308_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_308_delay-0.01s.png-c15632677829b124da99376e1796b87d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_309_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_309_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_309_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_309_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_309_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_309_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_309_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_309_delay-0.01s.png.import index 524fdea9..ad14b03e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_309_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_309_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://erk6m62oylcc" -path="res://.godot/imported/frame_309_delay-0.01s.png-da19c9e1015b08950d6e571b9f92758a.ctex" +path="res://.godot/imported/frame_309_delay-0.01s.png-dd4dec087c2c6531dd5f18a9105c9e6d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_309_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_309_delay-0.01s.png-da19c9e1015b08950d6e571b9f92758a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_309_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_309_delay-0.01s.png-dd4dec087c2c6531dd5f18a9105c9e6d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_310_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_310_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_310_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_310_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_310_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_310_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_310_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_310_delay-0.01s.png.import index d04b8f9c..3156d4fc 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_310_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_310_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://df02o1yylula8" -path="res://.godot/imported/frame_310_delay-0.01s.png-2d4091e20ae43e066ca77bcf7ddae960.ctex" +path="res://.godot/imported/frame_310_delay-0.01s.png-127138a9634fde0f3138a2a5952689c3.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_310_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_310_delay-0.01s.png-2d4091e20ae43e066ca77bcf7ddae960.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_310_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_310_delay-0.01s.png-127138a9634fde0f3138a2a5952689c3.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_311_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_311_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_311_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_311_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_311_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_311_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_311_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_311_delay-0.01s.png.import index cc99763d..3908777b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_311_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_311_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dpuoyrffq8l1f" -path="res://.godot/imported/frame_311_delay-0.01s.png-a6dbe5d7855fb817446f82ad90c64d4f.ctex" +path="res://.godot/imported/frame_311_delay-0.01s.png-034fa71c981e29e7c83f63fde4792882.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_311_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_311_delay-0.01s.png-a6dbe5d7855fb817446f82ad90c64d4f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_311_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_311_delay-0.01s.png-034fa71c981e29e7c83f63fde4792882.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_312_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_312_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_312_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_312_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_312_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_312_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_312_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_312_delay-0.01s.png.import index 3452c6eb..00874d6c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_312_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_312_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bw520j2fbenqx" -path="res://.godot/imported/frame_312_delay-0.01s.png-c518fbcbcac899843ce84fa84b1eae40.ctex" +path="res://.godot/imported/frame_312_delay-0.01s.png-e449160e77778239d1f1c25bad77c379.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_312_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_312_delay-0.01s.png-c518fbcbcac899843ce84fa84b1eae40.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_312_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_312_delay-0.01s.png-e449160e77778239d1f1c25bad77c379.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_313_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_313_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_313_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_313_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_313_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_313_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_313_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_313_delay-0.01s.png.import index 2665bc67..266f225b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_313_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_313_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1wtdiv7cv61x" -path="res://.godot/imported/frame_313_delay-0.01s.png-6a396776332ce60c063ac41b546232bc.ctex" +path="res://.godot/imported/frame_313_delay-0.01s.png-2abff8ca77081b7d7142bf845efd6376.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_313_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_313_delay-0.01s.png-6a396776332ce60c063ac41b546232bc.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_313_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_313_delay-0.01s.png-2abff8ca77081b7d7142bf845efd6376.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_314_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_314_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_314_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_314_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_314_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_314_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_314_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_314_delay-0.01s.png.import index b8b6fdfb..9b231d70 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_314_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_314_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhmx8xkllsk3" -path="res://.godot/imported/frame_314_delay-0.01s.png-584092574488801524a3876d3f75eb3f.ctex" +path="res://.godot/imported/frame_314_delay-0.01s.png-a9fb98748cc173bf5ddec5b2856f0d2c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_314_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_314_delay-0.01s.png-584092574488801524a3876d3f75eb3f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_314_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_314_delay-0.01s.png-a9fb98748cc173bf5ddec5b2856f0d2c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_315_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_315_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_315_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_315_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_315_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_315_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_315_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_315_delay-0.01s.png.import index c84df208..1bcddbe6 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_315_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_315_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bncjb7job7rim" -path="res://.godot/imported/frame_315_delay-0.01s.png-9eaffc2f1f5d478421cb4a9df269b258.ctex" +path="res://.godot/imported/frame_315_delay-0.01s.png-be7404e14307ad9cc29e39d7427c4cde.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_315_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_315_delay-0.01s.png-9eaffc2f1f5d478421cb4a9df269b258.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_315_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_315_delay-0.01s.png-be7404e14307ad9cc29e39d7427c4cde.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_316_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_316_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_316_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_316_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_316_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_316_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_316_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_316_delay-0.01s.png.import index a5610e89..f59adc92 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_316_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_316_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://diueunsg4spc3" -path="res://.godot/imported/frame_316_delay-0.01s.png-26a873e474f2af7adbe9e0aaa89b3a73.ctex" +path="res://.godot/imported/frame_316_delay-0.01s.png-016c1dffaef51b02a3a41d385f795f25.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_316_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_316_delay-0.01s.png-26a873e474f2af7adbe9e0aaa89b3a73.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_316_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_316_delay-0.01s.png-016c1dffaef51b02a3a41d385f795f25.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_317_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_317_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_317_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_317_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_317_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_317_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_317_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_317_delay-0.01s.png.import index 3e4fc911..dc031371 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_317_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_317_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://brsdd7xt3c606" -path="res://.godot/imported/frame_317_delay-0.01s.png-83d8e7fa6f8664bcbdfbce463a6193fb.ctex" +path="res://.godot/imported/frame_317_delay-0.01s.png-be877dc80610308caab69bf486fc50ad.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_317_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_317_delay-0.01s.png-83d8e7fa6f8664bcbdfbce463a6193fb.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_317_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_317_delay-0.01s.png-be877dc80610308caab69bf486fc50ad.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_318_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_318_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_318_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_318_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_318_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_318_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_318_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_318_delay-0.01s.png.import index b28f6523..c75630b3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_318_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_318_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://by2u0d5sqqpml" -path="res://.godot/imported/frame_318_delay-0.01s.png-70b3085448f9e8ca2a7a1d96ebf7a8ca.ctex" +path="res://.godot/imported/frame_318_delay-0.01s.png-6d55d49c0b5de274b94e1cca91b75601.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_318_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_318_delay-0.01s.png-70b3085448f9e8ca2a7a1d96ebf7a8ca.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_318_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_318_delay-0.01s.png-6d55d49c0b5de274b94e1cca91b75601.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_319_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_319_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_319_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_319_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_319_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_319_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_319_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_319_delay-0.01s.png.import index f304c824..ad7ddefb 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_319_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_319_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://j5m4yxs5ylpo" -path="res://.godot/imported/frame_319_delay-0.01s.png-77104cf847474f2380366bd0f98c8047.ctex" +path="res://.godot/imported/frame_319_delay-0.01s.png-83208e6f110e3f0cc5bdc792f90e1455.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_319_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_319_delay-0.01s.png-77104cf847474f2380366bd0f98c8047.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_319_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_319_delay-0.01s.png-83208e6f110e3f0cc5bdc792f90e1455.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_320_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_320_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_320_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_320_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_320_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_320_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_320_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_320_delay-0.01s.png.import index 43837db3..07c5713f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_320_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_320_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cyd6norqkaq5g" -path="res://.godot/imported/frame_320_delay-0.01s.png-3975659dcbbeb1b8612192a87a6d07b1.ctex" +path="res://.godot/imported/frame_320_delay-0.01s.png-e51cf3107e01c814d9f11b41b1dfdc13.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_320_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_320_delay-0.01s.png-3975659dcbbeb1b8612192a87a6d07b1.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_320_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_320_delay-0.01s.png-e51cf3107e01c814d9f11b41b1dfdc13.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_321_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_321_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_321_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_321_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_321_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_321_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_321_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_321_delay-0.01s.png.import index ae4bae80..3c73e6f3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_321_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_321_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dye83j82gbfxm" -path="res://.godot/imported/frame_321_delay-0.01s.png-5625e3cd0ad23a0cc11f9d1d54aab983.ctex" +path="res://.godot/imported/frame_321_delay-0.01s.png-05094a76e5a503e474e34fe1584e9e0d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_321_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_321_delay-0.01s.png-5625e3cd0ad23a0cc11f9d1d54aab983.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_321_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_321_delay-0.01s.png-05094a76e5a503e474e34fe1584e9e0d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_322_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_322_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_322_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_322_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_322_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_322_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_322_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_322_delay-0.01s.png.import index ce81698e..292f65d9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_322_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_322_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bx7mgwtc166jt" -path="res://.godot/imported/frame_322_delay-0.01s.png-f4681458ffaac2c41566a41c375f2519.ctex" +path="res://.godot/imported/frame_322_delay-0.01s.png-c0af8f51e48d3e288995ed7ae8912c55.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_322_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_322_delay-0.01s.png-f4681458ffaac2c41566a41c375f2519.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_322_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_322_delay-0.01s.png-c0af8f51e48d3e288995ed7ae8912c55.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_323_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_323_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_323_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_323_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_323_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_323_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_323_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_323_delay-0.01s.png.import index 9473bb64..a47db61e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_323_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_323_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cfpgfcbh7p2qu" -path="res://.godot/imported/frame_323_delay-0.01s.png-0cbc9f2a3af2b992a9a940b8f0752797.ctex" +path="res://.godot/imported/frame_323_delay-0.01s.png-608ddf7fdba945e24224a41173df3962.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_323_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_323_delay-0.01s.png-0cbc9f2a3af2b992a9a940b8f0752797.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_323_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_323_delay-0.01s.png-608ddf7fdba945e24224a41173df3962.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_324_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_324_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_324_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_324_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_324_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_324_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_324_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_324_delay-0.01s.png.import index 9859858a..592c34eb 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_324_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_324_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlp8a5mucoadb" -path="res://.godot/imported/frame_324_delay-0.01s.png-770971281d7136af00b16b01807430b4.ctex" +path="res://.godot/imported/frame_324_delay-0.01s.png-68f6c4aee5db3a5fcc0e62d41fe57176.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_324_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_324_delay-0.01s.png-770971281d7136af00b16b01807430b4.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_324_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_324_delay-0.01s.png-68f6c4aee5db3a5fcc0e62d41fe57176.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_325_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_325_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_325_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_325_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_325_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_325_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_325_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_325_delay-0.01s.png.import index 822ca4f0..ced7c501 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_325_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_325_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://071wf8icu634" -path="res://.godot/imported/frame_325_delay-0.01s.png-8fc0998d4341fda2f2ed6c20e7480fc0.ctex" +path="res://.godot/imported/frame_325_delay-0.01s.png-20b6dd3ba5311be2e5f6f6311eea2b35.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_325_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_325_delay-0.01s.png-8fc0998d4341fda2f2ed6c20e7480fc0.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_325_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_325_delay-0.01s.png-20b6dd3ba5311be2e5f6f6311eea2b35.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_326_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_326_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_326_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_326_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_326_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_326_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_326_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_326_delay-0.01s.png.import index 40b6ed98..54c01ade 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_326_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_326_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://37q4jgin3k1a" -path="res://.godot/imported/frame_326_delay-0.01s.png-93e4e1bda1bc2d4545a7dcb47ff35d9a.ctex" +path="res://.godot/imported/frame_326_delay-0.01s.png-b399d3602ce5894abcb194f3d766c887.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_326_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_326_delay-0.01s.png-93e4e1bda1bc2d4545a7dcb47ff35d9a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_326_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_326_delay-0.01s.png-b399d3602ce5894abcb194f3d766c887.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_327_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_327_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_327_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_327_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_327_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_327_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_327_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_327_delay-0.01s.png.import index 54c78a1c..fa8f760e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_327_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_327_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://5f115symdsmg" -path="res://.godot/imported/frame_327_delay-0.01s.png-f69fa547381a745292cb146cab08018f.ctex" +path="res://.godot/imported/frame_327_delay-0.01s.png-3f1a106c58a7f5ae6b2e42c7dda6032c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_327_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_327_delay-0.01s.png-f69fa547381a745292cb146cab08018f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_327_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_327_delay-0.01s.png-3f1a106c58a7f5ae6b2e42c7dda6032c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_328_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_328_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_328_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_328_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_328_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_328_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_328_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_328_delay-0.01s.png.import index 8e793113..847c7379 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_328_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_328_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6swecrctxcgy" -path="res://.godot/imported/frame_328_delay-0.01s.png-cb8b64dd136d11c8e1bd50a1f23f419a.ctex" +path="res://.godot/imported/frame_328_delay-0.01s.png-ecccbb12c0ecc4df0d74b1e4f096d9ae.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_328_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_328_delay-0.01s.png-cb8b64dd136d11c8e1bd50a1f23f419a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_328_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_328_delay-0.01s.png-ecccbb12c0ecc4df0d74b1e4f096d9ae.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_329_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_329_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_329_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_329_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_329_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_329_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_329_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_329_delay-0.01s.png.import index b10ac4c7..b5503994 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_329_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_329_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6batijegfqfe" -path="res://.godot/imported/frame_329_delay-0.01s.png-71de118eb3d674774450d5f25c772c87.ctex" +path="res://.godot/imported/frame_329_delay-0.01s.png-6aca771b0d55b60c21b3b753ecbc0795.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_329_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_329_delay-0.01s.png-71de118eb3d674774450d5f25c772c87.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/LAVA LOOP/frame_329_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_329_delay-0.01s.png-6aca771b0d55b60c21b3b753ecbc0795.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_093_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_093_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_093_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_093_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_093_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_093_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_093_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_093_delay-0.01s.png.import index d06a137c..ffa09674 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_093_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_093_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c46w5xfuwhnr6" -path="res://.godot/imported/frame_093_delay-0.01s.png-f991ff0ec3b4cc2467aae8e6f87dff1a.ctex" +path="res://.godot/imported/frame_093_delay-0.01s.png-530063422db6dae9f75d8dd8b3f63545.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_093_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_093_delay-0.01s.png-f991ff0ec3b4cc2467aae8e6f87dff1a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_093_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_093_delay-0.01s.png-530063422db6dae9f75d8dd8b3f63545.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_094_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_094_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_094_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_094_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_094_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_094_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_094_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_094_delay-0.01s.png.import index 696d2321..7b0901bf 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_094_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_094_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://chba8jbs2trtk" -path="res://.godot/imported/frame_094_delay-0.01s.png-2dd9e34acf73aa468d5812db15a45652.ctex" +path="res://.godot/imported/frame_094_delay-0.01s.png-816efb1b8d0fe2dcbc6b7e18be243072.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_094_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_094_delay-0.01s.png-2dd9e34acf73aa468d5812db15a45652.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_094_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_094_delay-0.01s.png-816efb1b8d0fe2dcbc6b7e18be243072.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_095_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_095_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_095_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_095_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_095_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_095_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_095_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_095_delay-0.01s.png.import index 602310fc..1c5d4d82 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_095_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_095_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2mfv3bh1x3xb" -path="res://.godot/imported/frame_095_delay-0.01s.png-6ec77ce508d79b5576cbdaab34fb3049.ctex" +path="res://.godot/imported/frame_095_delay-0.01s.png-1fa334075d2645cc53df2802ca597e3b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_095_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_095_delay-0.01s.png-6ec77ce508d79b5576cbdaab34fb3049.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_095_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_095_delay-0.01s.png-1fa334075d2645cc53df2802ca597e3b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_096_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_096_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_096_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_096_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_096_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_096_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_096_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_096_delay-0.01s.png.import index da3bd28d..90b35b68 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_096_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_096_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cyf85k3hjhfyf" -path="res://.godot/imported/frame_096_delay-0.01s.png-25cb66f126ba6808335778a7bac51ee4.ctex" +path="res://.godot/imported/frame_096_delay-0.01s.png-459974445703db78ca81837432624468.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_096_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_096_delay-0.01s.png-25cb66f126ba6808335778a7bac51ee4.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_096_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_096_delay-0.01s.png-459974445703db78ca81837432624468.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_097_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_097_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_097_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_097_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_097_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_097_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_097_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_097_delay-0.01s.png.import index c9797cc2..dcc14673 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_097_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_097_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://3hkok2jl7aqm" -path="res://.godot/imported/frame_097_delay-0.01s.png-386b801e137d00607ee201b66a81ec41.ctex" +path="res://.godot/imported/frame_097_delay-0.01s.png-167eddabe591e99c058acda6d81c9c84.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_097_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_097_delay-0.01s.png-386b801e137d00607ee201b66a81ec41.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_097_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_097_delay-0.01s.png-167eddabe591e99c058acda6d81c9c84.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_098_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_098_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_098_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_098_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_098_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_098_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_098_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_098_delay-0.01s.png.import index 6b8d38a3..fa2de4ba 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_098_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_098_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c8mbs175j1sfu" -path="res://.godot/imported/frame_098_delay-0.01s.png-e43c28579bae474abb2c7a47b3272960.ctex" +path="res://.godot/imported/frame_098_delay-0.01s.png-d8670996409768580f71b1a833c6a02f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_098_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_098_delay-0.01s.png-e43c28579bae474abb2c7a47b3272960.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_098_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_098_delay-0.01s.png-d8670996409768580f71b1a833c6a02f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_099_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_099_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_099_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_099_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_099_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_099_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_099_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_099_delay-0.01s.png.import index 87645a56..90268ec4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_099_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_099_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bw5tqu5fgkhh5" -path="res://.godot/imported/frame_099_delay-0.01s.png-898e7eae37352f24ada1fa2c3b18654b.ctex" +path="res://.godot/imported/frame_099_delay-0.01s.png-fb28390f22381371589ac9a2cef2962b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_099_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_099_delay-0.01s.png-898e7eae37352f24ada1fa2c3b18654b.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_099_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_099_delay-0.01s.png-fb28390f22381371589ac9a2cef2962b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_100_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_100_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_100_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_100_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_100_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_100_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_100_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_100_delay-0.01s.png.import index dce6efad..55af72e2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_100_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_100_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dvwu1pe0v5a5h" -path="res://.godot/imported/frame_100_delay-0.01s.png-3a1aad298fe0883310302acb330897ea.ctex" +path="res://.godot/imported/frame_100_delay-0.01s.png-49527c67e8aab0e0d6211ec373a99353.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_100_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_100_delay-0.01s.png-3a1aad298fe0883310302acb330897ea.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_100_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_100_delay-0.01s.png-49527c67e8aab0e0d6211ec373a99353.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_101_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_101_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_101_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_101_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_101_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_101_delay-0.01s.png.import new file mode 100644 index 00000000..e50f45be --- /dev/null +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_101_delay-0.01s.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c332v26b101k" +path="res://.godot/imported/frame_101_delay-0.01s.png-d6aebaf5bca2bf669b96db9f8765fd99.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_101_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_101_delay-0.01s.png-d6aebaf5bca2bf669b96db9f8765fd99.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_102_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_102_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_102_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_102_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_102_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_102_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_102_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_102_delay-0.01s.png.import index a039530e..8ea23c71 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_102_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_102_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b3ybjgdm452gp" -path="res://.godot/imported/frame_102_delay-0.01s.png-acc9dfd5e9807a76899e3c5fbd8b9ef1.ctex" +path="res://.godot/imported/frame_102_delay-0.01s.png-420d957ae150d04bd72b2628079d31eb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_102_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_102_delay-0.01s.png-acc9dfd5e9807a76899e3c5fbd8b9ef1.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_102_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_102_delay-0.01s.png-420d957ae150d04bd72b2628079d31eb.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_103_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_103_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_103_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_103_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_103_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_103_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_103_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_103_delay-0.01s.png.import index c63581ba..a2af75c5 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_103_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_103_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cp8ld1gc0pr61" -path="res://.godot/imported/frame_103_delay-0.01s.png-06aeb075818977cac670ae7e54a10203.ctex" +path="res://.godot/imported/frame_103_delay-0.01s.png-491b0fcd0e5a1647fdfe47adf5429e5c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_103_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_103_delay-0.01s.png-06aeb075818977cac670ae7e54a10203.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_103_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_103_delay-0.01s.png-491b0fcd0e5a1647fdfe47adf5429e5c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_104_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_104_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_104_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_104_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_104_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_104_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_104_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_104_delay-0.01s.png.import index 1d13948b..0df2df4f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_104_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_104_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bj3wqh6us08j6" -path="res://.godot/imported/frame_104_delay-0.01s.png-3ba6edee81300f03b6f9a51f35e50ea3.ctex" +path="res://.godot/imported/frame_104_delay-0.01s.png-1d9ce2f4abea4b237da093778e3c0cb0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_104_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_104_delay-0.01s.png-3ba6edee81300f03b6f9a51f35e50ea3.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_104_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_104_delay-0.01s.png-1d9ce2f4abea4b237da093778e3c0cb0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_105_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_105_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_105_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_105_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_105_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_105_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_105_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_105_delay-0.01s.png.import index 1cbcb0e9..16daa7ff 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_105_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_105_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://biqd4qxqj1jq" -path="res://.godot/imported/frame_105_delay-0.01s.png-8c1b5e058ee3ae9b2d48b20394175fab.ctex" +path="res://.godot/imported/frame_105_delay-0.01s.png-5d451baa73719b14d71668507ee29e00.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_105_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_105_delay-0.01s.png-8c1b5e058ee3ae9b2d48b20394175fab.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_105_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_105_delay-0.01s.png-5d451baa73719b14d71668507ee29e00.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_106_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_106_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_106_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_106_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_106_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_106_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_106_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_106_delay-0.01s.png.import index fbeea0c1..390db0d2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_106_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_106_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dcqrai54vxasy" -path="res://.godot/imported/frame_106_delay-0.01s.png-c989264ddf60c8775fdcff174514502c.ctex" +path="res://.godot/imported/frame_106_delay-0.01s.png-576be1e37ae07720a5dbdd2902c538bb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_106_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_106_delay-0.01s.png-c989264ddf60c8775fdcff174514502c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_106_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_106_delay-0.01s.png-576be1e37ae07720a5dbdd2902c538bb.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_107_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_107_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_107_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_107_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_107_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_107_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_107_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_107_delay-0.01s.png.import index 1b64ca6d..5be66af9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_107_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_107_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://w0adyv4klg8u" -path="res://.godot/imported/frame_107_delay-0.01s.png-460ea518fdba60b7864300082a939218.ctex" +path="res://.godot/imported/frame_107_delay-0.01s.png-0524b2464c9559ee9e2ccd36c2ca97f8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_107_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_107_delay-0.01s.png-460ea518fdba60b7864300082a939218.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_107_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_107_delay-0.01s.png-0524b2464c9559ee9e2ccd36c2ca97f8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_108_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_108_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_108_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_108_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_108_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_108_delay-0.01s.png.import similarity index 65% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_108_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_108_delay-0.01s.png.import index 46fd2d91..2b34d0ff 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_108_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_108_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bj4w1t366je36" -path="res://.godot/imported/frame_108_delay-0.01s.png-e03825d4b45802966d35d1adcd16245c.ctex" +path="res://.godot/imported/frame_108_delay-0.01s.png-dd77348bdcc64b179e524c0187837a09.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/Primary Attack/F/frame_108_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_108_delay-0.01s.png-e03825d4b45802966d35d1adcd16245c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/Primary Attack/F/frame_108_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_108_delay-0.01s.png-dd77348bdcc64b179e524c0187837a09.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_198_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_198_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_198_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_198_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_198_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_198_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_198_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_198_delay-0.01s.png.import index 9f4c47df..eb5dcec3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_198_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_198_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bhsk32l05xvbf" -path="res://.godot/imported/frame_198_delay-0.01s.png-a6e94611a3f5a38a08603c3775304d6f.ctex" +path="res://.godot/imported/frame_198_delay-0.01s.png-babdd9c4974d18ae6f6afaa456e84896.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_198_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_198_delay-0.01s.png-a6e94611a3f5a38a08603c3775304d6f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_198_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_198_delay-0.01s.png-babdd9c4974d18ae6f6afaa456e84896.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_199_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_199_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_199_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_199_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_199_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_199_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_199_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_199_delay-0.01s.png.import index fb22b6d1..30b6e944 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_199_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_199_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://06p7wl1ifibr" -path="res://.godot/imported/frame_199_delay-0.01s.png-6895cf40a1c72d8385a5992d8512b92f.ctex" +path="res://.godot/imported/frame_199_delay-0.01s.png-98c39f3d05ea904675eaed489e441d66.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_199_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_199_delay-0.01s.png-6895cf40a1c72d8385a5992d8512b92f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_199_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_199_delay-0.01s.png-98c39f3d05ea904675eaed489e441d66.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_200_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_200_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_200_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_200_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_200_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_200_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_200_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_200_delay-0.01s.png.import index b0f98c0d..891c5525 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_200_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_200_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://54qkscqnmgcu" -path="res://.godot/imported/frame_200_delay-0.01s.png-7beb6bf47c964570361800f9940682fa.ctex" +path="res://.godot/imported/frame_200_delay-0.01s.png-daa6d9d0c5b2b415f023574d70be7c51.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_200_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_200_delay-0.01s.png-7beb6bf47c964570361800f9940682fa.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_200_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_200_delay-0.01s.png-daa6d9d0c5b2b415f023574d70be7c51.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_201_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_201_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_201_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_201_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_201_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_201_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_201_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_201_delay-0.01s.png.import index 73100b51..9bc6fc51 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_201_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_201_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwfiuljjxhxtu" -path="res://.godot/imported/frame_201_delay-0.01s.png-358cdaa4ca8d64272b0d5ce074108852.ctex" +path="res://.godot/imported/frame_201_delay-0.01s.png-3ade9b88afe4385384bdf4469de769d9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_201_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_201_delay-0.01s.png-358cdaa4ca8d64272b0d5ce074108852.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_201_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_201_delay-0.01s.png-3ade9b88afe4385384bdf4469de769d9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_202_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_202_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_202_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_202_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_202_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_202_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_202_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_202_delay-0.01s.png.import index 2c402410..b8023e6a 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_202_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_202_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://rxrcw23shk21" -path="res://.godot/imported/frame_202_delay-0.01s.png-6ab2063db5723b97604f7638fa723951.ctex" +path="res://.godot/imported/frame_202_delay-0.01s.png-d5692b2bc32b82e498b6aa6bfcc4e890.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_202_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_202_delay-0.01s.png-6ab2063db5723b97604f7638fa723951.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_202_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_202_delay-0.01s.png-d5692b2bc32b82e498b6aa6bfcc4e890.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_203_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_203_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_203_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_203_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_203_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_203_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_203_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_203_delay-0.01s.png.import index 27993184..7d1dcef9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_203_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_203_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://chyf5dfvhdmha" -path="res://.godot/imported/frame_203_delay-0.01s.png-b4cc8b6f9bf2e8ccbd5859b61d000840.ctex" +path="res://.godot/imported/frame_203_delay-0.01s.png-1880360ad0b30778a5f61aa1e43faf4e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_203_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_203_delay-0.01s.png-b4cc8b6f9bf2e8ccbd5859b61d000840.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_203_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_203_delay-0.01s.png-1880360ad0b30778a5f61aa1e43faf4e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_204_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_204_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_204_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_204_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_204_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_204_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_204_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_204_delay-0.01s.png.import index aa3cb79f..fad01c31 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_204_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_204_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bs6eno6gtusur" -path="res://.godot/imported/frame_204_delay-0.01s.png-115636712fe2d0c5a5473bdc4ebbd3bf.ctex" +path="res://.godot/imported/frame_204_delay-0.01s.png-35ebfef023be02b0583519df6e7c32e6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_204_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_204_delay-0.01s.png-115636712fe2d0c5a5473bdc4ebbd3bf.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_204_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_204_delay-0.01s.png-35ebfef023be02b0583519df6e7c32e6.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_205_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_205_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_205_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_205_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_205_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_205_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_205_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_205_delay-0.01s.png.import index 0da47e5e..135fbde1 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_205_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_205_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ymmk47tamej2" -path="res://.godot/imported/frame_205_delay-0.01s.png-44537bcaf096b94d501d1d2b45619fe3.ctex" +path="res://.godot/imported/frame_205_delay-0.01s.png-4b7f79029c21aa40f95802e31bcc8366.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_205_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_205_delay-0.01s.png-44537bcaf096b94d501d1d2b45619fe3.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_205_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_205_delay-0.01s.png-4b7f79029c21aa40f95802e31bcc8366.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_206_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_206_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_206_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_206_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_206_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_206_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_206_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_206_delay-0.01s.png.import index 05c8ba22..4fc101f3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_206_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_206_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://w88wl5teslfx" -path="res://.godot/imported/frame_206_delay-0.01s.png-eb8774413a95b82cb127aa30c8281609.ctex" +path="res://.godot/imported/frame_206_delay-0.01s.png-404f56eb92dc790c77670852c2584b2d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_206_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_206_delay-0.01s.png-eb8774413a95b82cb127aa30c8281609.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_206_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_206_delay-0.01s.png-404f56eb92dc790c77670852c2584b2d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_207_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_207_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_207_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_207_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_207_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_207_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_207_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_207_delay-0.01s.png.import index 8bd237bd..2452f5b1 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_207_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_207_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddfjifcvkpkhc" -path="res://.godot/imported/frame_207_delay-0.01s.png-4a13aae84cc47e7d77e8c46cfa51d778.ctex" +path="res://.godot/imported/frame_207_delay-0.01s.png-d978984e07f819f774714cd9799dcb65.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_207_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_207_delay-0.01s.png-4a13aae84cc47e7d77e8c46cfa51d778.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_207_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_207_delay-0.01s.png-d978984e07f819f774714cd9799dcb65.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_208_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_208_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_208_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_208_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_208_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_208_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_208_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_208_delay-0.01s.png.import index a8c0c10c..b0fd6510 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_208_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_208_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://jfiov7uldt38" -path="res://.godot/imported/frame_208_delay-0.01s.png-fb56466b0c6d8c0b3616f9612f14f2f1.ctex" +path="res://.godot/imported/frame_208_delay-0.01s.png-63dbaf3bcd559b444cd71dc28071176d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_208_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_208_delay-0.01s.png-fb56466b0c6d8c0b3616f9612f14f2f1.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_208_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_208_delay-0.01s.png-63dbaf3bcd559b444cd71dc28071176d.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_209_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_209_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_209_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_209_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_209_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_209_delay-0.01s.png.import new file mode 100644 index 00000000..c4fc6691 --- /dev/null +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_209_delay-0.01s.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cpww0skmfrgvp" +path="res://.godot/imported/frame_209_delay-0.01s.png-b3a5aee2fe676794bf081967fec3551f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_209_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_209_delay-0.01s.png-b3a5aee2fe676794bf081967fec3551f.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_210_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_210_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_210_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_210_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_210_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_210_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_210_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_210_delay-0.01s.png.import index 597e4f07..a91e3bcf 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_210_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_210_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsmjr3ohg5w8r" -path="res://.godot/imported/frame_210_delay-0.01s.png-4a65ad8e2f56824be827c1053642320b.ctex" +path="res://.godot/imported/frame_210_delay-0.01s.png-7ae9f5bf02036adbb62b10368011e36a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_210_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_210_delay-0.01s.png-4a65ad8e2f56824be827c1053642320b.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_210_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_210_delay-0.01s.png-7ae9f5bf02036adbb62b10368011e36a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_211_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_211_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_211_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_211_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_211_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_211_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_211_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_211_delay-0.01s.png.import index 9f4cdd5a..0dc305d2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_211_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_211_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://p6i3hny05st6" -path="res://.godot/imported/frame_211_delay-0.01s.png-0c32131e563033cf55a25d02619529b2.ctex" +path="res://.godot/imported/frame_211_delay-0.01s.png-507ba085f03a0286729a0779fb3d60d2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_211_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_211_delay-0.01s.png-0c32131e563033cf55a25d02619529b2.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_211_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_211_delay-0.01s.png-507ba085f03a0286729a0779fb3d60d2.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_212_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_212_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_212_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_212_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_212_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_212_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_212_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_212_delay-0.01s.png.import index 6e37d6c3..454ad435 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_212_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_212_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bh3tcdeassk02" -path="res://.godot/imported/frame_212_delay-0.01s.png-b122829409c55a374d57b790ce67fd11.ctex" +path="res://.godot/imported/frame_212_delay-0.01s.png-6f245c404ae1be109cffd6c8252662cd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_212_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_212_delay-0.01s.png-b122829409c55a374d57b790ce67fd11.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_212_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_212_delay-0.01s.png-6f245c404ae1be109cffd6c8252662cd.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_213_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_213_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_213_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_213_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_213_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_213_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_213_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_213_delay-0.01s.png.import index 0bf46766..85f40337 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_213_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_213_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d331tk4jn3twx" -path="res://.godot/imported/frame_213_delay-0.01s.png-1cc5a4656ad5b57fe466a99e32d3d9bf.ctex" +path="res://.godot/imported/frame_213_delay-0.01s.png-f8f786ba6f31d4accf3edb7f72f245f9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_213_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_213_delay-0.01s.png-1cc5a4656ad5b57fe466a99e32d3d9bf.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_213_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_213_delay-0.01s.png-f8f786ba6f31d4accf3edb7f72f245f9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_214_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_214_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_214_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_214_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_214_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_214_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_214_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_214_delay-0.01s.png.import index 0181a31e..846ec06d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_214_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_214_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://0xpxwche3cfd" -path="res://.godot/imported/frame_214_delay-0.01s.png-88e40c6be8cb6126d7ae211c2c62ce60.ctex" +path="res://.godot/imported/frame_214_delay-0.01s.png-0efeceb584c2ea628c105b03e673b6f5.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_214_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_214_delay-0.01s.png-88e40c6be8cb6126d7ae211c2c62ce60.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_214_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_214_delay-0.01s.png-0efeceb584c2ea628c105b03e673b6f5.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_215_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_215_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_215_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_215_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_215_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_215_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_215_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_215_delay-0.01s.png.import index eae894a3..93069f70 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_215_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_215_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dm6gsiqregjsw" -path="res://.godot/imported/frame_215_delay-0.01s.png-8b012d36c121ce7758edca5c806e603e.ctex" +path="res://.godot/imported/frame_215_delay-0.01s.png-a1c95b08d1694fb156be583d1e18abec.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_215_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_215_delay-0.01s.png-8b012d36c121ce7758edca5c806e603e.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_215_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_215_delay-0.01s.png-a1c95b08d1694fb156be583d1e18abec.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_216_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_216_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_216_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_216_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_216_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_216_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_216_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_216_delay-0.01s.png.import index 07160dd4..f5f238a1 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_216_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_216_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://l1yi2bofgjon" -path="res://.godot/imported/frame_216_delay-0.01s.png-61cf1c5c5d48f6d0020a4f0cbadeb4ee.ctex" +path="res://.godot/imported/frame_216_delay-0.01s.png-ccd3c69a770f03faff11f702f9afb776.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_216_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_216_delay-0.01s.png-61cf1c5c5d48f6d0020a4f0cbadeb4ee.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_216_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_216_delay-0.01s.png-ccd3c69a770f03faff11f702f9afb776.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_217_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_217_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_217_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_217_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_217_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_217_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_217_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_217_delay-0.01s.png.import index ae2ad9ae..96e532c4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_217_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_217_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://blc66cptgn1c3" -path="res://.godot/imported/frame_217_delay-0.01s.png-2aeb75323554bb809fdccc2d5df9f9e1.ctex" +path="res://.godot/imported/frame_217_delay-0.01s.png-896bef04bed80baff8c6d54d56fcacc0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_217_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_217_delay-0.01s.png-2aeb75323554bb809fdccc2d5df9f9e1.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_217_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_217_delay-0.01s.png-896bef04bed80baff8c6d54d56fcacc0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_218_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_218_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_218_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_218_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_218_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_218_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_218_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_218_delay-0.01s.png.import index 737b456f..be8d238a 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_218_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_218_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://mvy8hatv1lmb" -path="res://.godot/imported/frame_218_delay-0.01s.png-461548af35669452042b04f872347173.ctex" +path="res://.godot/imported/frame_218_delay-0.01s.png-7d26df98a77a9d4f08637f8806a6b176.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_218_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_218_delay-0.01s.png-461548af35669452042b04f872347173.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_218_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_218_delay-0.01s.png-7d26df98a77a9d4f08637f8806a6b176.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_219_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_219_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_219_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_219_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_219_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_219_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_219_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_219_delay-0.01s.png.import index a31d8822..4d88f742 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_219_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_219_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://crow2apwptjbb" -path="res://.godot/imported/frame_219_delay-0.01s.png-ea813da9ef21a363d540d13cfe00b3eb.ctex" +path="res://.godot/imported/frame_219_delay-0.01s.png-f97fcdcb45841f054d9eb7f80c523528.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_219_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_219_delay-0.01s.png-ea813da9ef21a363d540d13cfe00b3eb.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_219_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_219_delay-0.01s.png-f97fcdcb45841f054d9eb7f80c523528.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_220_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_220_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_220_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_220_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_220_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_220_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_220_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_220_delay-0.01s.png.import index 313f29ed..a61b6d4c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_220_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_220_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://vymn8geahxjj" -path="res://.godot/imported/frame_220_delay-0.01s.png-4f5aa008f01c28c88c553921ffa21fbb.ctex" +path="res://.godot/imported/frame_220_delay-0.01s.png-dfc746f1af32f7a998deb7349eabf2ff.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_220_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_220_delay-0.01s.png-4f5aa008f01c28c88c553921ffa21fbb.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_220_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_220_delay-0.01s.png-dfc746f1af32f7a998deb7349eabf2ff.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_221_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_221_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_221_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_221_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_221_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_221_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_221_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_221_delay-0.01s.png.import index 1f2b7a98..ce65db80 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_221_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_221_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3alaqd3qntjf" -path="res://.godot/imported/frame_221_delay-0.01s.png-105bbd93adbb34f380bf3eff96bac243.ctex" +path="res://.godot/imported/frame_221_delay-0.01s.png-e0903bc83097e85f40595d46de576fca.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_221_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_221_delay-0.01s.png-105bbd93adbb34f380bf3eff96bac243.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_221_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_221_delay-0.01s.png-e0903bc83097e85f40595d46de576fca.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_222_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_222_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_222_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_222_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_222_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_222_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_222_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_222_delay-0.01s.png.import index ec33bcc5..3f76814e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_222_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_222_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dpiupie81g4su" -path="res://.godot/imported/frame_222_delay-0.01s.png-67122d6176edf3f22aa1cf7628fbbde7.ctex" +path="res://.godot/imported/frame_222_delay-0.01s.png-0ad5d9f375b2a3cb7d7c3855baa7bae9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_222_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_222_delay-0.01s.png-67122d6176edf3f22aa1cf7628fbbde7.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_222_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_222_delay-0.01s.png-0ad5d9f375b2a3cb7d7c3855baa7bae9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_223_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_223_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_223_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_223_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_223_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_223_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_223_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_223_delay-0.01s.png.import index ccfdd97e..a8e2f66f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_223_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_223_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ygl3erumerul" -path="res://.godot/imported/frame_223_delay-0.01s.png-38705f574db3e1f29c465986865934aa.ctex" +path="res://.godot/imported/frame_223_delay-0.01s.png-28019ab2a323bc2455109c2dd3426916.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_223_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_223_delay-0.01s.png-38705f574db3e1f29c465986865934aa.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_223_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_223_delay-0.01s.png-28019ab2a323bc2455109c2dd3426916.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_224_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_224_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_224_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_224_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_224_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_224_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_224_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_224_delay-0.01s.png.import index 4353dc10..e97c03f4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_224_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_224_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bm8u1egdkocd7" -path="res://.godot/imported/frame_224_delay-0.01s.png-11f2ae95a60201b770bedddb9f694ccf.ctex" +path="res://.godot/imported/frame_224_delay-0.01s.png-687b4ff19b34aeaa38f2bc28e5aa10f1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_224_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_224_delay-0.01s.png-11f2ae95a60201b770bedddb9f694ccf.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_224_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_224_delay-0.01s.png-687b4ff19b34aeaa38f2bc28e5aa10f1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_225_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_225_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_225_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_225_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_225_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_225_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_225_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_225_delay-0.01s.png.import index e39f4ac5..5b0491fe 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_225_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_225_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dumik4dqkhhpb" -path="res://.godot/imported/frame_225_delay-0.01s.png-bf562895529597571ec0abb8433fe5c3.ctex" +path="res://.godot/imported/frame_225_delay-0.01s.png-8fe5ff927039c8e43161bc5121d98c80.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_225_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_225_delay-0.01s.png-bf562895529597571ec0abb8433fe5c3.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_225_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_225_delay-0.01s.png-8fe5ff927039c8e43161bc5121d98c80.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_226_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_226_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_226_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_226_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_226_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_226_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_226_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_226_delay-0.01s.png.import index 1752c1e9..9847975b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_226_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_226_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4evqkmluj3rc" -path="res://.godot/imported/frame_226_delay-0.01s.png-280e1edb96eb688c0c5cfaef4e9372b1.ctex" +path="res://.godot/imported/frame_226_delay-0.01s.png-2b073606f16d424878e60c198634609a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_226_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_226_delay-0.01s.png-280e1edb96eb688c0c5cfaef4e9372b1.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_226_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_226_delay-0.01s.png-2b073606f16d424878e60c198634609a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_227_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_227_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_227_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_227_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_227_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_227_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_227_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_227_delay-0.01s.png.import index 12bcf5bd..df8a90c5 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_227_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_227_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://hschg5j1rra3" -path="res://.godot/imported/frame_227_delay-0.01s.png-22aa665da6e21804e6407d90306efe5d.ctex" +path="res://.godot/imported/frame_227_delay-0.01s.png-8dbe604d2dfcc51155087c508aa140f3.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_227_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_227_delay-0.01s.png-22aa665da6e21804e6407d90306efe5d.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_227_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_227_delay-0.01s.png-8dbe604d2dfcc51155087c508aa140f3.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_228_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_228_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_228_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_228_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_228_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_228_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_228_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_228_delay-0.01s.png.import index 5df25b82..b81c421f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_228_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_228_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dgsvh6frtvy06" -path="res://.godot/imported/frame_228_delay-0.01s.png-1e019822077f2a420e34d6f39d84ab3a.ctex" +path="res://.godot/imported/frame_228_delay-0.01s.png-f2b44e62d8e6a73ce80d723c9502ed17.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_228_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_228_delay-0.01s.png-1e019822077f2a420e34d6f39d84ab3a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_228_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_228_delay-0.01s.png-f2b44e62d8e6a73ce80d723c9502ed17.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_229_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_229_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_229_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_229_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_229_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_229_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_229_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_229_delay-0.01s.png.import index 7f29cb6c..859a13a2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_229_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_229_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://rt7ouk1rgl52" -path="res://.godot/imported/frame_229_delay-0.01s.png-d76d27a6c674000356d222ec34074795.ctex" +path="res://.godot/imported/frame_229_delay-0.01s.png-d579a6549fd14458984515a00c430418.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_229_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_229_delay-0.01s.png-d76d27a6c674000356d222ec34074795.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_229_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_229_delay-0.01s.png-d579a6549fd14458984515a00c430418.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_230_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_230_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_230_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_230_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_297_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_230_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_297_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_230_delay-0.01s.png.import index e5a550e6..fdace243 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_297_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_230_delay-0.01s.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://15q8e1mwoy8" -path="res://.godot/imported/frame_297_delay-0.01s.png-8b20a7f006968746a745cf6773d8555c.ctex" +uid="uid://y1u43bt8wh7b" +path="res://.godot/imported/frame_230_delay-0.01s.png-95d8bca5fc079c6ea5b87b33f59de4a7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/LAVA LOOP/frame_297_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_297_delay-0.01s.png-8b20a7f006968746a745cf6773d8555c.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_230_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_230_delay-0.01s.png-95d8bca5fc079c6ea5b87b33f59de4a7.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_231_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_231_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_231_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_231_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_231_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_231_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_231_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_231_delay-0.01s.png.import index f5091a0b..aa33e9b4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_231_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_231_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d1ts7mik0ep1q" -path="res://.godot/imported/frame_231_delay-0.01s.png-eafe7d25475fbd6051e09461576194e9.ctex" +path="res://.godot/imported/frame_231_delay-0.01s.png-f2323183621151f7526ea0a07132068b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_231_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_231_delay-0.01s.png-eafe7d25475fbd6051e09461576194e9.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_231_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_231_delay-0.01s.png-f2323183621151f7526ea0a07132068b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_232_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_232_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_232_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_232_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_232_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_232_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_232_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_232_delay-0.01s.png.import index 837e4773..7c03321c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_232_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_232_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://gi3515vff0de" -path="res://.godot/imported/frame_232_delay-0.01s.png-2c5756de5e8f923304f3fba1f65a3af8.ctex" +path="res://.godot/imported/frame_232_delay-0.01s.png-522a3b7625d0e0888fd67d1d8154606c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_232_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_232_delay-0.01s.png-2c5756de5e8f923304f3fba1f65a3af8.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_232_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_232_delay-0.01s.png-522a3b7625d0e0888fd67d1d8154606c.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_233_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_233_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_233_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_233_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_233_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_233_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_233_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_233_delay-0.01s.png.import index c89cfb0f..8dd1b8f7 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_233_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_233_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqa88kdtkglo6" -path="res://.godot/imported/frame_233_delay-0.01s.png-09a7de2e9057f0a9b7c8b2808fb9d783.ctex" +path="res://.godot/imported/frame_233_delay-0.01s.png-8385588be7b05530c9fcbea0a9b463e9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_233_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_233_delay-0.01s.png-09a7de2e9057f0a9b7c8b2808fb9d783.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_233_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_233_delay-0.01s.png-8385588be7b05530c9fcbea0a9b463e9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_234_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_234_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_234_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_234_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_234_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_234_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_234_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_234_delay-0.01s.png.import index d3a69f45..373cf7fa 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_234_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_234_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxm7i3fswovkk" -path="res://.godot/imported/frame_234_delay-0.01s.png-2e442f1abde3d7f68a01efa3ddf09732.ctex" +path="res://.godot/imported/frame_234_delay-0.01s.png-46a0f18191be84d3bcd74ab691a22940.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_234_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_234_delay-0.01s.png-2e442f1abde3d7f68a01efa3ddf09732.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_234_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_234_delay-0.01s.png-46a0f18191be84d3bcd74ab691a22940.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_235_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_235_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_235_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_235_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_235_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_235_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_235_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_235_delay-0.01s.png.import index 778d9414..ed7388bf 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_235_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_235_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bvy58646btxbp" -path="res://.godot/imported/frame_235_delay-0.01s.png-f06e564422d4aacccbc9c799163e0c49.ctex" +path="res://.godot/imported/frame_235_delay-0.01s.png-8b1384ac5f7ab28f076f32d8bb1c8fa8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_235_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_235_delay-0.01s.png-f06e564422d4aacccbc9c799163e0c49.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_235_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_235_delay-0.01s.png-8b1384ac5f7ab28f076f32d8bb1c8fa8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_236_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_236_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_236_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_236_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_236_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_236_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_236_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_236_delay-0.01s.png.import index 540ceb0d..11cee4c4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_236_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_236_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhbf3u2g2aib0" -path="res://.godot/imported/frame_236_delay-0.01s.png-4a99494c132c3f472b24f88db4b6173b.ctex" +path="res://.godot/imported/frame_236_delay-0.01s.png-4e7f892f31fb6a768b15867956a81bf8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_236_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_236_delay-0.01s.png-4a99494c132c3f472b24f88db4b6173b.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_236_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_236_delay-0.01s.png-4e7f892f31fb6a768b15867956a81bf8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_237_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_237_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_237_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_237_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_237_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_237_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_237_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_237_delay-0.01s.png.import index a139881e..79bf7dd8 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_237_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_237_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://djt13deq5d27" -path="res://.godot/imported/frame_237_delay-0.01s.png-b2e5937ee43c2a6ac31233268dd3c483.ctex" +path="res://.godot/imported/frame_237_delay-0.01s.png-65520b594fc5b1f87533436169e85d5b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_237_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_237_delay-0.01s.png-b2e5937ee43c2a6ac31233268dd3c483.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_237_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_237_delay-0.01s.png-65520b594fc5b1f87533436169e85d5b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_238_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_238_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_238_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_238_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_238_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_238_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_238_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_238_delay-0.01s.png.import index 6863eb04..1dbc18c2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_238_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_238_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d0mlepj1qv4hu" -path="res://.godot/imported/frame_238_delay-0.01s.png-82297dbbe831566f3473046df248ab23.ctex" +path="res://.godot/imported/frame_238_delay-0.01s.png-3df91b1209190f58a313f076fff5f0e9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_238_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_238_delay-0.01s.png-82297dbbe831566f3473046df248ab23.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_238_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_238_delay-0.01s.png-3df91b1209190f58a313f076fff5f0e9.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_239_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_239_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_239_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_239_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_239_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_239_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_239_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_239_delay-0.01s.png.import index 7693f38c..9ecb90e8 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_239_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_239_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bciw0pvnr23db" -path="res://.godot/imported/frame_239_delay-0.01s.png-590c70ef2fb73bb3213ebcd57376f3a5.ctex" +path="res://.godot/imported/frame_239_delay-0.01s.png-56471e648ecaa7b3b37e9e52efe65c1a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_239_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_239_delay-0.01s.png-590c70ef2fb73bb3213ebcd57376f3a5.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_239_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_239_delay-0.01s.png-56471e648ecaa7b3b37e9e52efe65c1a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_240_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_240_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_240_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_240_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_240_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_240_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_240_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_240_delay-0.01s.png.import index a840e39b..8b7a7b59 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_240_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_240_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dseairg26t3nh" -path="res://.godot/imported/frame_240_delay-0.01s.png-3d13a7e3b14d75a19a85eea8f8ab12e2.ctex" +path="res://.godot/imported/frame_240_delay-0.01s.png-f64f2305f2bf9877c3f1ac6fddc6c0c8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_240_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_240_delay-0.01s.png-3d13a7e3b14d75a19a85eea8f8ab12e2.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_240_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_240_delay-0.01s.png-f64f2305f2bf9877c3f1ac6fddc6c0c8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_241_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_241_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_241_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_241_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_241_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_241_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_241_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_241_delay-0.01s.png.import index e047980a..23cd15ce 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_241_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_241_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://buajw8hhulu81" -path="res://.godot/imported/frame_241_delay-0.01s.png-b6e6bfeb13efc6de9b12da9ff921459d.ctex" +path="res://.godot/imported/frame_241_delay-0.01s.png-27e083711ca5ba1a03205f8f778ee108.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_241_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_241_delay-0.01s.png-b6e6bfeb13efc6de9b12da9ff921459d.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_241_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_241_delay-0.01s.png-27e083711ca5ba1a03205f8f778ee108.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_242_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_242_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_242_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_242_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_242_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_242_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_242_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_242_delay-0.01s.png.import index 0f1c108f..c1f4af9e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_242_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_242_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://23fgouybahk5" -path="res://.godot/imported/frame_242_delay-0.01s.png-28989c558a583cae21ea35a7887327db.ctex" +path="res://.godot/imported/frame_242_delay-0.01s.png-c15e8140956a13302b4ec24698ee71ab.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_242_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_242_delay-0.01s.png-28989c558a583cae21ea35a7887327db.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_242_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_242_delay-0.01s.png-c15e8140956a13302b4ec24698ee71ab.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_243_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_243_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_243_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_243_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_243_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_243_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_243_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_243_delay-0.01s.png.import index ac795163..c88b95fa 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_243_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_243_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bc4kxs87tyeyu" -path="res://.godot/imported/frame_243_delay-0.01s.png-783c50bc26e4f3c968eaac8ecd6f7dbb.ctex" +path="res://.godot/imported/frame_243_delay-0.01s.png-3c8cbeb42b7764d4a8c773be6b085a8b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_243_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_243_delay-0.01s.png-783c50bc26e4f3c968eaac8ecd6f7dbb.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_243_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_243_delay-0.01s.png-3c8cbeb42b7764d4a8c773be6b085a8b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_244_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_244_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_244_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_244_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_244_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_244_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_244_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_244_delay-0.01s.png.import index ccdb42f9..8072638d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_244_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_244_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfvgo3rheqmla" -path="res://.godot/imported/frame_244_delay-0.01s.png-bca44e2aa911291b4c5aab0da68a7697.ctex" +path="res://.godot/imported/frame_244_delay-0.01s.png-ca94251afb412fcc02e26e240dec31bc.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_244_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_244_delay-0.01s.png-bca44e2aa911291b4c5aab0da68a7697.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_244_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_244_delay-0.01s.png-ca94251afb412fcc02e26e240dec31bc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_245_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_245_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_245_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_245_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_040_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_245_delay-0.01s.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_040_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_245_delay-0.01s.png.import index c8bdc846..fd4bd86d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/B/frame_040_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_245_delay-0.01s.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cuh0nnnr8fh5n" -path="res://.godot/imported/frame_040_delay-0.01s.png-871181974d101cd84ff5bd7f706e2fe4.ctex" +uid="uid://dwhgget8tysjl" +path="res://.godot/imported/frame_245_delay-0.01s.png-c4a407b3af8ddf594f7748e7a47c7b7a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/B/frame_040_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_040_delay-0.01s.png-871181974d101cd84ff5bd7f706e2fe4.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_245_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_245_delay-0.01s.png-c4a407b3af8ddf594f7748e7a47c7b7a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_246_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_246_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_246_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_246_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_246_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_246_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_246_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_246_delay-0.01s.png.import index 294ec447..e05172e0 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_246_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_246_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhcg51m0k8xe2" -path="res://.godot/imported/frame_246_delay-0.01s.png-afd4ba92c5a84341ce76288187e15a19.ctex" +path="res://.godot/imported/frame_246_delay-0.01s.png-a6b0aab6df819ff4ef8eb933e597d649.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_246_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_246_delay-0.01s.png-afd4ba92c5a84341ce76288187e15a19.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_246_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_246_delay-0.01s.png-a6b0aab6df819ff4ef8eb933e597d649.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_247_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_247_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_247_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_247_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_247_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_247_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_247_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_247_delay-0.01s.png.import index 11cf7861..f99c0eef 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_247_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_247_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://6d48nco64uiv" -path="res://.godot/imported/frame_247_delay-0.01s.png-36e4abc25dfbffe150c93b3ac3f458d1.ctex" +path="res://.godot/imported/frame_247_delay-0.01s.png-38e41b9f69e2b9a6529f3e924c074041.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_247_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_247_delay-0.01s.png-36e4abc25dfbffe150c93b3ac3f458d1.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_247_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_247_delay-0.01s.png-38e41b9f69e2b9a6529f3e924c074041.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_248_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_248_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_248_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_248_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_248_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_248_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_248_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_248_delay-0.01s.png.import index 9f2960ad..6f0e745d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_248_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_248_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://4u571pswobrj" -path="res://.godot/imported/frame_248_delay-0.01s.png-4dfdd1a5bdf20524cd908144b28e6604.ctex" +path="res://.godot/imported/frame_248_delay-0.01s.png-3f3d130095787d721a0b7e52b0e3d073.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_248_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_248_delay-0.01s.png-4dfdd1a5bdf20524cd908144b28e6604.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_248_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_248_delay-0.01s.png-3f3d130095787d721a0b7e52b0e3d073.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_249_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_249_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_249_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_249_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_249_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_249_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_249_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_249_delay-0.01s.png.import index 352857e9..4c059982 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_249_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_249_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2ewc48b3q7ms" -path="res://.godot/imported/frame_249_delay-0.01s.png-984aa24251ad9e049fb99ddfcdde206a.ctex" +path="res://.godot/imported/frame_249_delay-0.01s.png-3351526612765f48429f420966e23fc8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_249_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_249_delay-0.01s.png-984aa24251ad9e049fb99ddfcdde206a.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_249_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_249_delay-0.01s.png-3351526612765f48429f420966e23fc8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_250_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_250_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_250_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_250_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_250_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_250_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_250_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_250_delay-0.01s.png.import index a2bc343a..0fde84fe 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_250_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_250_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bnnbcqeiwafbw" -path="res://.godot/imported/frame_250_delay-0.01s.png-2a772e902df9847d016a036b8c5c4bc9.ctex" +path="res://.godot/imported/frame_250_delay-0.01s.png-1b70c8c0e0d893e7f2773d7e833fe7bf.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_250_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_250_delay-0.01s.png-2a772e902df9847d016a036b8c5c4bc9.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_250_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_250_delay-0.01s.png-1b70c8c0e0d893e7f2773d7e833fe7bf.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_251_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_251_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_251_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_251_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_251_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_251_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_251_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_251_delay-0.01s.png.import index 7dfc3dff..0a5b7fc2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_251_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_251_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1qvi7gl40tic" -path="res://.godot/imported/frame_251_delay-0.01s.png-da0fbd36bfb004fa1f1024ada3b92355.ctex" +path="res://.godot/imported/frame_251_delay-0.01s.png-c5aa8137e2f9d9be340b5d4df3b5541e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_251_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_251_delay-0.01s.png-da0fbd36bfb004fa1f1024ada3b92355.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_251_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_251_delay-0.01s.png-c5aa8137e2f9d9be340b5d4df3b5541e.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_252_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_252_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_252_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_252_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_252_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_252_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_252_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_252_delay-0.01s.png.import index fa0b069a..b0f0145b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_252_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_252_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dph6c5ntgx4ug" -path="res://.godot/imported/frame_252_delay-0.01s.png-945fe669b32d3b1866e787cc73791fc6.ctex" +path="res://.godot/imported/frame_252_delay-0.01s.png-65dc2a771758e2a5a33c94a76f2b8069.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_252_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_252_delay-0.01s.png-945fe669b32d3b1866e787cc73791fc6.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_252_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_252_delay-0.01s.png-65dc2a771758e2a5a33c94a76f2b8069.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_253_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_253_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_253_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_253_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_253_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_253_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_253_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_253_delay-0.01s.png.import index 2ed87871..9856292a 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_253_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_253_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccbkf3stle5s8" -path="res://.godot/imported/frame_253_delay-0.01s.png-21fd66554aa3bb336496113b63c4bc18.ctex" +path="res://.godot/imported/frame_253_delay-0.01s.png-ed068ae129353fa8de5fe023f8e442b8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_253_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_253_delay-0.01s.png-21fd66554aa3bb336496113b63c4bc18.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_253_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_253_delay-0.01s.png-ed068ae129353fa8de5fe023f8e442b8.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_254_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_254_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_254_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_254_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_254_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_254_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_254_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_254_delay-0.01s.png.import index fa379b40..3ae75dbe 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_254_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_254_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://2aoimief7jg1" -path="res://.godot/imported/frame_254_delay-0.01s.png-825cb10303381c5f729fb538d04c304d.ctex" +path="res://.godot/imported/frame_254_delay-0.01s.png-e524ccbda2e93dfa5c6971ac28ab5516.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_254_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_254_delay-0.01s.png-825cb10303381c5f729fb538d04c304d.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_254_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_254_delay-0.01s.png-e524ccbda2e93dfa5c6971ac28ab5516.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_255_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_255_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_255_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_255_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_255_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_255_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_255_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_255_delay-0.01s.png.import index 94251b08..bde0f951 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_255_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_255_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bo3yooc63cikn" -path="res://.godot/imported/frame_255_delay-0.01s.png-58779baa0b1c1f9e41344d29f770a6c3.ctex" +path="res://.godot/imported/frame_255_delay-0.01s.png-f3c62166e662a53e1762e336d94201d4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_255_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_255_delay-0.01s.png-58779baa0b1c1f9e41344d29f770a6c3.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_255_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_255_delay-0.01s.png-f3c62166e662a53e1762e336d94201d4.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_256_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_256_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_256_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_256_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_256_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_256_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_256_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_256_delay-0.01s.png.import index 9775af57..e34c68ca 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_256_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_256_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cost00qd68dlb" -path="res://.godot/imported/frame_256_delay-0.01s.png-b114baafe6349245aec298aa17fa3555.ctex" +path="res://.godot/imported/frame_256_delay-0.01s.png-c41c67eba87ffa0ce5f245f0c3d89b79.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_256_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_256_delay-0.01s.png-b114baafe6349245aec298aa17fa3555.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_256_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_256_delay-0.01s.png-c41c67eba87ffa0ce5f245f0c3d89b79.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_257_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_257_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_257_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_257_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_257_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_257_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_257_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_257_delay-0.01s.png.import index ab5843fd..2f438a01 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_257_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_257_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://8bq8wrs3ttcv" -path="res://.godot/imported/frame_257_delay-0.01s.png-5080bf7895059899566e6a54a76fd392.ctex" +path="res://.godot/imported/frame_257_delay-0.01s.png-9e919c671dde5588c73e6b631589eda0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_257_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_257_delay-0.01s.png-5080bf7895059899566e6a54a76fd392.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_257_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_257_delay-0.01s.png-9e919c671dde5588c73e6b631589eda0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_258_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_258_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_258_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_258_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_258_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_258_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_258_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_258_delay-0.01s.png.import index d590f5ca..3b056f4b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_258_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_258_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://db4l2228uovc8" -path="res://.godot/imported/frame_258_delay-0.01s.png-ca8ce8478e61b96750a9151ee7293749.ctex" +path="res://.godot/imported/frame_258_delay-0.01s.png-3832569114cb062dfbad80a052457f3a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_258_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_258_delay-0.01s.png-ca8ce8478e61b96750a9151ee7293749.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_258_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_258_delay-0.01s.png-3832569114cb062dfbad80a052457f3a.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_259_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_259_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_259_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_259_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_259_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_259_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_259_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_259_delay-0.01s.png.import index 1034a7b4..2893f8da 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_259_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_259_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://itfq5312pt6d" -path="res://.godot/imported/frame_259_delay-0.01s.png-909c8c2cdcc52c76d87699d1c7a4524f.ctex" +path="res://.godot/imported/frame_259_delay-0.01s.png-08526f92370b7a9b4561fae6f322b8b0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_259_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_259_delay-0.01s.png-909c8c2cdcc52c76d87699d1c7a4524f.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_259_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_259_delay-0.01s.png-08526f92370b7a9b4561fae6f322b8b0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_260_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_260_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_260_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_260_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_260_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_260_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_260_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_260_delay-0.01s.png.import index c6a37842..0b452b77 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_260_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_260_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dx13yhik7lvmk" -path="res://.godot/imported/frame_260_delay-0.01s.png-03a57100e8ca64c9d843d3db1740d2b9.ctex" +path="res://.godot/imported/frame_260_delay-0.01s.png-1a5b4ce97a354456200f664046d81bf7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_260_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_260_delay-0.01s.png-03a57100e8ca64c9d843d3db1740d2b9.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_260_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_260_delay-0.01s.png-1a5b4ce97a354456200f664046d81bf7.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_261_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_261_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_261_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_261_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_261_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_261_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_261_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_261_delay-0.01s.png.import index ef6d5dea..b39f1961 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_261_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_261_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bntlmlpghyrh6" -path="res://.godot/imported/frame_261_delay-0.01s.png-d71e3dbe2482483e44fcc364dd9fa08e.ctex" +path="res://.godot/imported/frame_261_delay-0.01s.png-0923fd6d8b263f1c8064a14577576a95.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_261_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_261_delay-0.01s.png-d71e3dbe2482483e44fcc364dd9fa08e.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_261_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_261_delay-0.01s.png-0923fd6d8b263f1c8064a14577576a95.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_262_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_262_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_262_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_262_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_262_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_262_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_262_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_262_delay-0.01s.png.import index 628325ff..0d0c0dbd 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_262_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_262_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3q4ocfb1g6dt" -path="res://.godot/imported/frame_262_delay-0.01s.png-117c4bd3fea38e5a3d2e4a6bd4dfc9fc.ctex" +path="res://.godot/imported/frame_262_delay-0.01s.png-eadedb118ae625bc19ae419c5b7787b0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_262_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_262_delay-0.01s.png-117c4bd3fea38e5a3d2e4a6bd4dfc9fc.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_262_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_262_delay-0.01s.png-eadedb118ae625bc19ae419c5b7787b0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_263_delay-0.01s.png b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_263_delay-0.01s.png similarity index 100% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_263_delay-0.01s.png rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_263_delay-0.01s.png diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_263_delay-0.01s.png.import b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_263_delay-0.01s.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_263_delay-0.01s.png.import rename to Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_263_delay-0.01s.png.import index 4764f2a7..251af00c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agi/animations/R/frame_263_delay-0.01s.png.import +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/animations/R/frame_263_delay-0.01s.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bo3atbyq7k5tv" -path="res://.godot/imported/frame_263_delay-0.01s.png-1947407f836cc7376c9cd24377adc8f1.ctex" +path="res://.godot/imported/frame_263_delay-0.01s.png-00b18d0d0dc06a3c2a3d4d35e0dce191.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://src/enemy/enemy_types/09. Agi/animations/R/frame_263_delay-0.01s.png" -dest_files=["res://.godot/imported/frame_263_delay-0.01s.png-1947407f836cc7376c9cd24377adc8f1.ctex"] +source_file="res://src/enemy/enemy_types/09. Agni/animations/R/frame_263_delay-0.01s.png" +dest_files=["res://.godot/imported/frame_263_delay-0.01s.png-00b18d0d0dc06a3c2a3d4d35e0dce191.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillarModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillarModelView.tscn index e76e9816..ea21c88b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillarModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillarModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=20 format=4 uid="uid://cktycana6xxtp"] +[gd_scene load_steps=23 format=4 uid="uid://cktycana6xxtp"] [ext_resource type="Texture2D" uid="uid://cvst7yhbw0sxt" path="res://src/enemy/enemy_types/10. Eden Pillar/model/PILLAR EXPORT 1_ENEMY_PILLAR_TEXTURE2.jpg" id="1_1kpl1"] [ext_resource type="Script" uid="uid://ckv5dmrw6pvn6" path="res://src/enemy/EnemyModelView3D.cs" id="1_11eq8"] @@ -7,6 +7,9 @@ [ext_resource type="Texture2D" uid="uid://by7k6crx6fmpv" path="res://src/enemy/enemy_types/10. Eden Pillar/model/PILLAR EXPORT 1_floral_single_tile.jpg" id="3_oxjs8"] [ext_resource type="Texture2D" uid="uid://cc1tenm6p3pca" path="res://src/enemy/enemy_types/10. Eden Pillar/model/PILLAR EXPORT 1_ENEMY_PILLAR_TEXTURE.jpg" id="4_xf2ga"] [ext_resource type="Texture2D" uid="uid://bydfevqfagpq8" path="res://src/enemy/enemy_types/10. Eden Pillar/model/PILLAR EXPORT 1_concrete_0025_height_1k.png" id="5_qhmtu"] +[ext_resource type="PackedScene" uid="uid://bltm0oc773wyf" path="res://src/audio/sfx/SfxNodes/pillar_projectile_travel.tscn" id="8_qhmtu"] +[ext_resource type="PackedScene" uid="uid://cl8mdkofi2g5d" path="res://src/audio/sfx/SfxNodes/pillar_shoot.tscn" id="9_mi284"] +[ext_resource type="PackedScene" uid="uid://da34t3osumohu" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_large.tscn" id="10_mi284"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_drix8"] resource_name = "DARKER" @@ -296,3 +299,11 @@ unique_name_in_owner = true libraries = { &"": SubResource("AnimationLibrary_mi284") } + +[node name="SFX" type="Node3D" parent="."] + +[node name="PillarProjectileTravel" parent="SFX" instance=ExtResource("8_qhmtu")] + +[node name="PillarShoot" parent="SFX" instance=ExtResource("9_mi284")] + +[node name="EnemyDeathSoundLarge" parent="SFX" instance=ExtResource("10_mi284")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/PalanModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/PalanModelView.tscn index c7b9ca2c..f2e49364 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/PalanModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/PalanModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=394 format=3 uid="uid://dxwwfbt2mtmer"] +[gd_scene load_steps=397 format=3 uid="uid://dxwwfbt2mtmer"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_yke7o"] [ext_resource type="Texture2D" uid="uid://cob5mo4lrbkrp" path="res://src/enemy/enemy_types/11. Palan/animations/B/frame_000_delay-0.01s.png" id="2_lf0wi"] @@ -202,6 +202,9 @@ [ext_resource type="Texture2D" uid="uid://ckuymrppoajnk" path="res://src/enemy/enemy_types/11. Palan/animations/R/frame_179_delay-0.01s.png" id="97_83iec"] [ext_resource type="Texture2D" uid="uid://bq85jeydr4li8" path="res://src/enemy/enemy_types/11. Palan/animations/R/frame_180_delay-0.01s.png" id="98_jwe14"] [ext_resource type="Script" uid="uid://6edayafleq8y" path="res://src/hitbox/Hitbox.cs" id="162_4qxqd"] +[ext_resource type="PackedScene" uid="uid://qw67j8yg2q7t" path="res://src/audio/sfx/SfxNodes/palanquin_attack_1.tscn" id="203_walw3"] +[ext_resource type="PackedScene" uid="uid://dwfjnk0ggg7bn" path="res://src/audio/sfx/SfxNodes/palanquin_attack_2.tscn" id="204_fc7at"] +[ext_resource type="PackedScene" uid="uid://c32sxkj1xyyxs" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn" id="205_fc7at"] [sub_resource type="ViewportTexture" id="ViewportTexture_h1kaf"] viewport_path = NodePath("Sprite3D/SubViewportContainer/SubViewport") @@ -943,6 +946,66 @@ tracks/2/keys = { "values": [true] } +[sub_resource type="Animation" id="Animation_fc7at"] +resource_name = "idle_back" +length = 0.0833416 +loop_mode = 1 +step = 0.0833333 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [&"idle_back"] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [0] +} + +[sub_resource type="Animation" id="Animation_klhid"] +resource_name = "idle_back_walk" +length = 2.58334 +loop_mode = 1 +step = 0.0833333 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [&"idle_back_walk"] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0, 0.0833341, 0.166667, 0.250001, 0.333334, 0.416667, 0.500001, 0.583334, 0.666667, 0.75, 0.833334, 0.916667, 1, 1.08333, 1.16667, 1.25, 1.33333, 1.41667, 1.5, 1.58333, 1.66667, 1.75, 1.83333, 1.91667, 2, 2.08333, 2.16667, 2.25, 2.33333, 2.41667, 2.5), +"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), +"update": 1, +"values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30] +} + [sub_resource type="Animation" id="Animation_sobol"] resource_name = "idle_front" length = 0.0833416 @@ -1003,88 +1066,6 @@ tracks/1/keys = { "values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30] } -[sub_resource type="Animation" id="Animation_iw0no"] -resource_name = "primary_attack" -length = 1.16667 -step = 0.0833333 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"primary_attack"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.5, 0.585643, 0.666666, 0.75, 0.833333, 0.916667, 1), -"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), -"update": 1, -"values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 3, 2, 1, 0] -} -tracks/2/type = "value" -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/path = NodePath("Hitbox/CollisionShape3D:disabled") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/keys = { -"times": PackedFloat32Array(0, 0.333333, 0.499215), -"transitions": PackedFloat32Array(1, 1, 1), -"update": 1, -"values": [true, false, true] -} - -[sub_resource type="Animation" id="Animation_wtyys"] -resource_name = "secondary_attack" -length = 0.666675 -step = 0.0833333 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"secondary_attack"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.500926, 0.583333, 0.666675), -"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1), -"update": 1, -"values": [0, 1, 2, 3, 4, 5, 6, 7, 8] -} -tracks/2/type = "value" -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/path = NodePath("Hitbox/CollisionShape3D:disabled") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/keys = { -"times": PackedFloat32Array(0, 0.25, 0.413635), -"transitions": PackedFloat32Array(1, 1, 1), -"update": 1, -"values": [true, false, true] -} - [sub_resource type="Animation" id="Animation_ex14j"] resource_name = "idle_left" length = 0.0833416 @@ -1115,66 +1096,6 @@ tracks/1/keys = { "values": [0] } -[sub_resource type="Animation" id="Animation_walw3"] -resource_name = "idle_right" -length = 0.0833416 -loop_mode = 1 -step = 0.0833333 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"idle_right"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [0] -} - -[sub_resource type="Animation" id="Animation_fc7at"] -resource_name = "idle_back" -length = 0.0833416 -loop_mode = 1 -step = 0.0833333 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"idle_back"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [0] -} - [sub_resource type="Animation" id="Animation_krcdq"] resource_name = "idle_left_walk" length = 2.58334 @@ -1205,6 +1126,36 @@ tracks/1/keys = { "values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30] } +[sub_resource type="Animation" id="Animation_walw3"] +resource_name = "idle_right" +length = 0.0833416 +loop_mode = 1 +step = 0.0833333 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [&"idle_right"] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [0] +} + [sub_resource type="Animation" id="Animation_vaycn"] resource_name = "idle_right_walk" length = 2.58334 @@ -1235,10 +1186,9 @@ tracks/1/keys = { "values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30] } -[sub_resource type="Animation" id="Animation_klhid"] -resource_name = "idle_back_walk" -length = 2.58334 -loop_mode = 1 +[sub_resource type="Animation" id="Animation_iw0no"] +resource_name = "primary_attack" +length = 1.16667 step = 0.0833333 tracks/0/type = "value" tracks/0/imported = false @@ -1250,7 +1200,7 @@ tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 1, -"values": [&"idle_back_walk"] +"values": [&"primary_attack"] } tracks/1/type = "value" tracks/1/imported = false @@ -1259,10 +1209,63 @@ tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSpri tracks/1/interp = 1 tracks/1/loop_wrap = true tracks/1/keys = { -"times": PackedFloat32Array(0, 0.0833341, 0.166667, 0.250001, 0.333334, 0.416667, 0.500001, 0.583334, 0.666667, 0.75, 0.833334, 0.916667, 1, 1.08333, 1.16667, 1.25, 1.33333, 1.41667, 1.5, 1.58333, 1.66667, 1.75, 1.83333, 1.91667, 2, 2.08333, 2.16667, 2.25, 2.33333, 2.41667, 2.5), -"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), +"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.5, 0.585643, 0.666666, 0.75, 0.833333, 0.916667, 1), +"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), "update": 1, -"values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30] +"values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 3, 2, 1, 0] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("Hitbox/CollisionShape3D:disabled") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0, 0.333333, 0.499215), +"transitions": PackedFloat32Array(1, 1, 1), +"update": 1, +"values": [true, false, true] +} + +[sub_resource type="Animation" id="Animation_r6aec"] +resource_name = "primary_attack_back" +length = 1.16667 +step = 0.0833333 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [&"primary_attack_back"] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.5, 0.585643, 0.666666, 0.75, 0.833333, 0.916667, 1), +"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), +"update": 1, +"values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 3, 2, 1, 0] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("Hitbox/CollisionShape3D:disabled") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0, 0.333333, 0.499215), +"transitions": PackedFloat32Array(1, 1, 1), +"update": 1, +"values": [true, false, true] } [sub_resource type="Animation" id="Animation_1bumx"] @@ -1347,9 +1350,9 @@ tracks/2/keys = { "values": [true, false, true] } -[sub_resource type="Animation" id="Animation_r6aec"] -resource_name = "primary_attack_back" -length = 1.16667 +[sub_resource type="Animation" id="Animation_wtyys"] +resource_name = "secondary_attack" +length = 0.666675 step = 0.0833333 tracks/0/type = "value" tracks/0/imported = false @@ -1361,7 +1364,7 @@ tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 1, -"values": [&"primary_attack_back"] +"values": [&"secondary_attack"] } tracks/1/type = "value" tracks/1/imported = false @@ -1370,10 +1373,10 @@ tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSpri tracks/1/interp = 1 tracks/1/loop_wrap = true tracks/1/keys = { -"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.5, 0.585643, 0.666666, 0.75, 0.833333, 0.916667, 1), -"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), +"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.500926, 0.583333, 0.666675), +"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1), "update": 1, -"values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 3, 2, 1, 0] +"values": [0, 1, 2, 3, 4, 5, 6, 7, 8] } tracks/2/type = "value" tracks/2/imported = false @@ -1382,7 +1385,48 @@ tracks/2/path = NodePath("Hitbox/CollisionShape3D:disabled") tracks/2/interp = 1 tracks/2/loop_wrap = true tracks/2/keys = { -"times": PackedFloat32Array(0, 0.333333, 0.499215), +"times": PackedFloat32Array(0, 0.25, 0.413635), +"transitions": PackedFloat32Array(1, 1, 1), +"update": 1, +"values": [true, false, true] +} + +[sub_resource type="Animation" id="Animation_jbc40"] +resource_name = "secondary_attack_back" +length = 0.666675 +step = 0.0833333 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [&"secondary_attack_back"] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.500926, 0.583333, 0.666675), +"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1), +"update": 1, +"values": [0, 1, 2, 3, 4, 5, 6, 7, 8] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("Hitbox/CollisionShape3D:disabled") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0, 0.25, 0.413635), "transitions": PackedFloat32Array(1, 1, 1), "update": 1, "values": [true, false, true] @@ -1470,47 +1514,6 @@ tracks/2/keys = { "values": [true, false, true] } -[sub_resource type="Animation" id="Animation_jbc40"] -resource_name = "secondary_attack_back" -length = 0.666675 -step = 0.0833333 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"secondary_attack_back"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.500926, 0.583333, 0.666675), -"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1), -"update": 1, -"values": [0, 1, 2, 3, 4, 5, 6, 7, 8] -} -tracks/2/type = "value" -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/path = NodePath("Hitbox/CollisionShape3D:disabled") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/keys = { -"times": PackedFloat32Array(0, 0.25, 0.413635), -"transitions": PackedFloat32Array(1, 1, 1), -"update": 1, -"values": [true, false, true] -} - [sub_resource type="AnimationLibrary" id="AnimationLibrary_pkiq5"] _data = { &"RESET": SubResource("Animation_pkiq5"), @@ -2099,3 +2102,11 @@ unique_name_in_owner = true root_node = NodePath("%AnimationTree/..") tree_root = SubResource("AnimationNodeStateMachine_jwe14") anim_player = NodePath("../AnimationPlayer") + +[node name="SFX" type="Node3D" parent="."] + +[node name="PalanquinAttack1" parent="SFX" instance=ExtResource("203_walw3")] + +[node name="PalanquinAttack2" parent="SFX" instance=ExtResource("204_fc7at")] + +[node name="EnemyDeathSoundMedium" parent="SFX" instance=ExtResource("205_fc7at")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldModelView.tscn index a2e009bc..9916f0c2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=357 format=3 uid="uid://drkaq6grim1fb"] +[gd_scene load_steps=362 format=3 uid="uid://drkaq6grim1fb"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_h8pla"] [ext_resource type="Texture2D" uid="uid://dqltonm4n1b4b" path="res://src/enemy/enemy_types/12. Shield of Heaven/animations/MOVE-BACK/MOVE-BACK_page_0001.png" id="2_3cpkk"] @@ -165,6 +165,11 @@ [ext_resource type="Texture2D" uid="uid://yri6ct11wh4p" path="res://src/enemy/enemy_types/12. Shield of Heaven/animations/IDLE-SIDE/IDLE-SIDE_page_0043.png" id="108_n0e5u"] [ext_resource type="Texture2D" uid="uid://bmiwsea7quils" path="res://src/enemy/enemy_types/12. Shield of Heaven/animations/IDLE-SIDE/IDLE-SIDE_page_0044.png" id="109_88071"] [ext_resource type="Texture2D" uid="uid://vwmwsi53d7np" path="res://src/enemy/enemy_types/12. Shield of Heaven/animations/ATTACK-FRAME.png" id="164_ft48v"] +[ext_resource type="PackedScene" uid="uid://bsn50r0i14jxq" path="res://src/audio/sfx/SfxNodes/shield_of_heaven_aggro.tscn" id="166_yh3w6"] +[ext_resource type="PackedScene" uid="uid://bliajv6dl1ilp" path="res://src/audio/sfx/SfxNodes/shield_of_heaven_attack_1.tscn" id="167_fab8g"] +[ext_resource type="PackedScene" uid="uid://debhgsv7640qf" path="res://src/audio/sfx/SfxNodes/shield_of_heaven_attack_2.tscn" id="168_wc21g"] +[ext_resource type="PackedScene" uid="uid://8ea5vaqwujfd" path="res://src/audio/sfx/SfxNodes/shield_of_heaven_death.tscn" id="169_w7rrw"] +[ext_resource type="PackedScene" uid="uid://c32sxkj1xyyxs" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn" id="170_fab8g"] [sub_resource type="ViewportTexture" id="ViewportTexture_h1kaf"] viewport_path = NodePath("Sprite3D/SubViewportContainer/SubViewport") @@ -792,58 +797,6 @@ tracks/2/keys = { "values": [false] } -[sub_resource type="Animation" id="Animation_lulp4"] -resource_name = "primary_attack" -step = 0.0833333 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"primary_attack"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [0] -} -tracks/2/type = "value" -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/path = NodePath("Hitbox/CollisionShape3D:disabled") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/keys = { -"times": PackedFloat32Array(0, 0.335728, 0.749375), -"transitions": PackedFloat32Array(1, 1, 1), -"update": 1, -"values": [true, false, true] -} -tracks/3/type = "value" -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:flip_h") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [false] -} - [sub_resource type="Animation" id="Animation_yaauq"] resource_name = "idle_back_walk" length = 0.750008 @@ -886,90 +839,6 @@ tracks/2/keys = { "values": [false] } -[sub_resource type="Animation" id="Animation_ft48v"] -resource_name = "idle_left" -length = 3.58334 -loop_mode = 1 -step = 0.0833333 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"idle_left"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.5, 0.583333, 0.666666, 0.75, 0.833333, 0.916666, 1, 1.08333, 1.16667, 1.25, 1.33333, 1.41667, 1.5, 1.58333, 1.66667, 1.75, 1.83333, 1.91667, 2, 2.08333, 2.16667, 2.25, 2.33333, 2.41667, 2.5, 2.58333, 2.66667, 2.75, 2.83333, 2.91667, 3, 3.08333, 3.16667, 3.25, 3.33333, 3.41667, 3.5, 3.58333), -"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), -"update": 1, -"values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43] -} -tracks/2/type = "value" -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:flip_h") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [false] -} - -[sub_resource type="Animation" id="Animation_rq052"] -resource_name = "idle_right" -length = 3.58334 -loop_mode = 1 -step = 0.0833333 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"idle_left"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.5, 0.583333, 0.666666, 0.75, 0.833333, 0.916666, 1, 1.08333, 1.16667, 1.25, 1.33333, 1.41667, 1.5, 1.58333, 1.66667, 1.75, 1.83333, 1.91667, 2, 2.08333, 2.16667, 2.25, 2.33333, 2.41667, 2.5, 2.58333, 2.66667, 2.75, 2.83333, 2.91667, 3, 3.08333, 3.16667, 3.25, 3.33333, 3.41667, 3.5, 3.58333), -"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), -"update": 1, -"values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43] -} -tracks/2/type = "value" -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:flip_h") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [true] -} - [sub_resource type="Animation" id="Animation_0p21q"] resource_name = "idle_front" length = 3.58334 @@ -1054,6 +923,48 @@ tracks/2/keys = { "values": [false] } +[sub_resource type="Animation" id="Animation_ft48v"] +resource_name = "idle_left" +length = 3.58334 +loop_mode = 1 +step = 0.0833333 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [&"idle_left"] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.5, 0.583333, 0.666666, 0.75, 0.833333, 0.916666, 1, 1.08333, 1.16667, 1.25, 1.33333, 1.41667, 1.5, 1.58333, 1.66667, 1.75, 1.83333, 1.91667, 2, 2.08333, 2.16667, 2.25, 2.33333, 2.41667, 2.5, 2.58333, 2.66667, 2.75, 2.83333, 2.91667, 3, 3.08333, 3.16667, 3.25, 3.33333, 3.41667, 3.5, 3.58333), +"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), +"update": 1, +"values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:flip_h") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [false] +} + [sub_resource type="Animation" id="Animation_yh3w6"] resource_name = "idle_left_walk" length = 0.750008 @@ -1096,6 +1007,48 @@ tracks/2/keys = { "values": [false] } +[sub_resource type="Animation" id="Animation_rq052"] +resource_name = "idle_right" +length = 3.58334 +loop_mode = 1 +step = 0.0833333 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [&"idle_left"] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0, 0.0833333, 0.166667, 0.25, 0.333333, 0.416667, 0.5, 0.583333, 0.666666, 0.75, 0.833333, 0.916666, 1, 1.08333, 1.16667, 1.25, 1.33333, 1.41667, 1.5, 1.58333, 1.66667, 1.75, 1.83333, 1.91667, 2, 2.08333, 2.16667, 2.25, 2.33333, 2.41667, 2.5, 2.58333, 2.66667, 2.75, 2.83333, 2.91667, 3, 3.08333, 3.16667, 3.25, 3.33333, 3.41667, 3.5, 3.58333), +"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), +"update": 1, +"values": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:flip_h") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} + [sub_resource type="Animation" id="Animation_fab8g"] resource_name = "idle_right_walk" length = 0.750008 @@ -1138,6 +1091,110 @@ tracks/2/keys = { "values": [true] } +[sub_resource type="Animation" id="Animation_lulp4"] +resource_name = "primary_attack" +step = 0.0833333 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [&"primary_attack"] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [0] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("Hitbox/CollisionShape3D:disabled") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0, 0.335728, 0.749375), +"transitions": PackedFloat32Array(1, 1, 1), +"update": 1, +"values": [true, false, true] +} +tracks/3/type = "value" +tracks/3/imported = false +tracks/3/enabled = true +tracks/3/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:flip_h") +tracks/3/interp = 1 +tracks/3/loop_wrap = true +tracks/3/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [false] +} + +[sub_resource type="Animation" id="Animation_7g4jy"] +resource_name = "primary_attack_back" +step = 0.0833333 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [&"primary_attack"] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [0] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("Hitbox/CollisionShape3D:disabled") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0, 0.335728, 0.749375), +"transitions": PackedFloat32Array(1, 1, 1), +"update": 1, +"values": [true, false, true] +} +tracks/3/type = "value" +tracks/3/imported = false +tracks/3/enabled = true +tracks/3/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:flip_h") +tracks/3/interp = 1 +tracks/3/loop_wrap = true +tracks/3/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [false] +} + [sub_resource type="Animation" id="Animation_wc21g"] resource_name = "primary_attack_left" step = 0.0833333 @@ -1242,8 +1299,8 @@ tracks/3/keys = { "values": [false] } -[sub_resource type="Animation" id="Animation_7g4jy"] -resource_name = "primary_attack_back" +[sub_resource type="Animation" id="Animation_b727r"] +resource_name = "secondary_attack" step = 0.0833333 tracks/0/type = "value" tracks/0/imported = false @@ -1294,8 +1351,8 @@ tracks/3/keys = { "values": [false] } -[sub_resource type="Animation" id="Animation_b727r"] -resource_name = "secondary_attack" +[sub_resource type="Animation" id="Animation_2jibd"] +resource_name = "secondary_attack_back" step = 0.0833333 tracks/0/type = "value" tracks/0/imported = false @@ -1450,58 +1507,6 @@ tracks/3/keys = { "values": [false] } -[sub_resource type="Animation" id="Animation_2jibd"] -resource_name = "secondary_attack_back" -step = 0.0833333 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"primary_attack"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [0] -} -tracks/2/type = "value" -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/path = NodePath("Hitbox/CollisionShape3D:disabled") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/keys = { -"times": PackedFloat32Array(0, 0.335728, 0.749375), -"transitions": PackedFloat32Array(1, 1, 1), -"update": 1, -"values": [true, false, true] -} -tracks/3/type = "value" -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/path = NodePath("Sprite3D/SubViewportContainer/SubViewport/AnimatedSprite:flip_h") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [false] -} - [sub_resource type="AnimationLibrary" id="AnimationLibrary_xidnl"] _data = { &"RESET": SubResource("Animation_wcevu"), @@ -2088,3 +2093,15 @@ unique_name_in_owner = true root_node = NodePath("%AnimationTree/..") tree_root = SubResource("AnimationNodeStateMachine_3ev0n") anim_player = NodePath("../AnimationPlayer") + +[node name="SFX" type="Node3D" parent="."] + +[node name="ShieldOfHeavenAggro" parent="SFX" instance=ExtResource("166_yh3w6")] + +[node name="ShieldOfHeavenAttack1" parent="SFX" instance=ExtResource("167_fab8g")] + +[node name="ShieldOfHeavenAttack2" parent="SFX" instance=ExtResource("168_wc21g")] + +[node name="ShieldOfHeavenDeath" parent="SFX" instance=ExtResource("169_w7rrw")] + +[node name="EnemyDeathSoundMedium" parent="SFX" instance=ExtResource("170_fab8g")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyModelView.tscn index 567b6745..86470f29 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=130 format=3 uid="uid://c5asojy73n44d"] +[gd_scene load_steps=132 format=3 uid="uid://c5asojy73n44d"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_mnn74"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_e7c5t"] @@ -47,6 +47,8 @@ [ext_resource type="Texture2D" uid="uid://cssrkfehdhgp5" path="res://src/enemy/enemy_types/13. gold sproingy/animations/GOLD_SPROING_SIDE/Layer 13.png" id="30_lcdw8"] [ext_resource type="Texture2D" uid="uid://dl12u2wcp0fkb" path="res://src/enemy/enemy_types/13. gold sproingy/animations/GOLD_SPROING_SIDE/Layer 14.png" id="31_ie1nt"] [ext_resource type="Texture2D" uid="uid://bcu6ei8kbcv2w" path="res://src/enemy/enemy_types/13. gold sproingy/animations/GOLD_SPROING_SIDE/Layer 15.png" id="32_u2p8a"] +[ext_resource type="PackedScene" uid="uid://cmldmuxkmltae" path="res://src/audio/sfx/SfxNodes/sproing_attack.tscn" id="50_smvnd"] +[ext_resource type="PackedScene" uid="uid://dpngkc4ld21ex" path="res://src/audio/sfx/SfxNodes/sproing_death.tscn" id="51_fynbp"] [ext_resource type="Script" uid="uid://6edayafleq8y" path="res://src/hitbox/Hitbox.cs" id="58_ahls6"] [ext_resource type="PackedScene" uid="uid://dpoonda2dwwic" path="res://src/enemy/BasicEnemyAnimationTree.tscn" id="59_gqipt"] @@ -813,3 +815,9 @@ libraries = { [node name="AnimationTree" parent="." instance=ExtResource("59_gqipt")] unique_name_in_owner = true tree_root = SubResource("AnimationNodeStateMachine_dson0") + +[node name="SFX" type="Node3D" parent="."] + +[node name="SproingAttack" parent="SFX" instance=ExtResource("50_smvnd")] + +[node name="SproingDeath" parent="SFX" instance=ExtResource("51_fynbp")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn index 15422413..512c6f9c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn @@ -1,10 +1,15 @@ -[gd_scene load_steps=35 format=4 uid="uid://bid6f48l0q58o"] +[gd_scene load_steps=40 format=4 uid="uid://bid6f48l0q58o"] [ext_resource type="Script" uid="uid://bvcfww5827g74" path="res://src/enemy/enemy_types/BossTypeAEnemyModelView.cs" id="1_q3bfl"] [ext_resource type="Texture2D" uid="uid://2e4cp477ex0t" path="res://src/enemy/enemy_types/14. horse_head/animation/Horse Head 1_Metal054C_1K-JPG_Color.jpg" id="1_vv6g0"] [ext_resource type="Animation" uid="uid://bhsp32c05j2o5" path="res://src/enemy/enemy_types/14. horse_head/animation/walking.res" id="2_yvw71"] [ext_resource type="Animation" uid="uid://ccq41qrm1lduk" path="res://src/enemy/enemy_types/14. horse_head/animation/walking2.res" id="3_bkc4x"] [ext_resource type="Script" uid="uid://6edayafleq8y" path="res://src/hitbox/Hitbox.cs" id="4_bkc4x"] +[ext_resource type="PackedScene" uid="uid://damqqiqyis3qa" path="res://src/audio/sfx/SfxNodes/boss_1_death.tscn" id="6_58wyj"] +[ext_resource type="PackedScene" uid="uid://jqx4qhvggr7r" path="res://src/audio/sfx/SfxNodes/boss_1_step.tscn" id="7_qhoxi"] +[ext_resource type="PackedScene" uid="uid://cb6o5d2w21fgj" path="res://src/audio/sfx/SfxNodes/boss_1_take_damage.tscn" id="8_lj3cb"] +[ext_resource type="PackedScene" uid="uid://cyy58sod8omcc" path="res://src/audio/sfx/SfxNodes/horse_head_attack_1.tscn" id="9_agk0q"] +[ext_resource type="PackedScene" uid="uid://cnarrrx4bly04" path="res://src/audio/sfx/SfxNodes/horse_head_attack_2.tscn" id="10_rv3ka"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tv6dm"] resource_name = "Material" @@ -950,7 +955,7 @@ bones/0/name = "spine1" bones/0/parent = -1 bones/0/rest = Transform3D(1.49012e-06, 0.00846654, -0.999964, 2.93367e-08, 0.999964, 0.00846654, 1, -4.23752e-08, 1.49012e-06, 0.000155807, -0.00105953, -2.01735) bones/0/enabled = true -bones/0/position = Vector3(0.0996386, -0.286937, -1.53144) +bones/0/position = Vector3(0.0996386, -0.317103, -1.53144) bones/0/rotation = Quaternion(0.0256267, -0.805691, 0.0118477, 0.591662) bones/0/scale = Vector3(1, 1, 1) bones/1/name = "spine0" @@ -979,7 +984,7 @@ bones/4/parent = 3 bones/4/rest = Transform3D(0.901905, -0.410135, 0.135488, 0.412416, 0.910915, 0.0120912, -0.128377, 0.0449723, 0.990705, 2.5332e-07, 0.990515, -7.07805e-08) bones/4/enabled = true bones/4/position = Vector3(2.5332e-07, 0.990515, -7.07805e-08) -bones/4/rotation = Quaternion(0.00719109, 0.0669325, 0.208583, 0.975685) +bones/4/rotation = Quaternion(0.0044215, 0.0653296, 0.203439, 0.976896) bones/4/scale = Vector3(1, 1, 1) bones/5/name = "neck4" bones/5/parent = 4 @@ -993,7 +998,7 @@ bones/6/parent = 5 bones/6/rest = Transform3D(0.0598389, 0.98531, 0.15995, -0.975271, 0.0235553, 0.219755, 0.212759, -0.169144, 0.962353, 3.65078e-07, 1.40318, 0) bones/6/enabled = true bones/6/position = Vector3(3.65078e-07, 1.40318, 0) -bones/6/rotation = Quaternion(-0.34229, 0.0520364, -0.492651, 0.798389) +bones/6/rotation = Quaternion(-0.33928, 0.051754, -0.484077, 0.80491) bones/6/scale = Vector3(1, 1, 1) bones/7/name = "Bone.007" bones/7/parent = 6 @@ -1028,7 +1033,7 @@ bones/11/parent = 1 bones/11/rest = Transform3D(0.981457, 0.0769315, -0.175568, 0.18837, -0.217537, 0.957703, 0.035485, -0.973015, -0.227995, -1.09896e-07, 3.84743, -2.10479e-07) bones/11/enabled = true bones/11/position = Vector3(-1.09896e-07, 3.84743, -2.10479e-07) -bones/11/rotation = Quaternion(-0.806484, -0.0804808, -0.0235063, 0.585281) +bones/11/rotation = Quaternion(-0.808141, -0.0835361, -0.0235774, 0.582558) bones/11/scale = Vector3(1, 1, 1) bones/12/name = "arm2_L" bones/12/parent = 11 @@ -1055,7 +1060,7 @@ bones/15/name = "arm1_R" bones/15/parent = 1 bones/15/rest = Transform3D(-0.98213, 0.0512573, -0.181089, -0.187541, -0.185921, 0.964501, 0.0157694, 0.981227, 0.192212, 0.00107862, 3.8461, -0.0821097) bones/15/enabled = true -bones/15/position = Vector3(-0.200988, 3.63853, 0.0778547) +bones/15/position = Vector3(-0.194392, 3.5878, 0.0874463) bones/15/rotation = Quaternion(-0.502686, 0.531044, 0.680821, -0.0422068) bones/15/scale = Vector3(1, 1, 1) bones/16/name = "arm2_R" @@ -1070,7 +1075,7 @@ bones/17/parent = 16 bones/17/rest = Transform3D(0.998789, 0.0488077, -0.00615137, -0.0491113, 0.996528, -0.0672226, 0.00284903, 0.0674433, 0.997719, -5.21541e-08, 3.04263, -1.31503e-06) bones/17/enabled = true bones/17/position = Vector3(-5.21541e-08, 3.04263, -1.31503e-06) -bones/17/rotation = Quaternion(-0.0441274, 0.0972971, 0.265552, 0.958159) +bones/17/rotation = Quaternion(-0.0367074, 0.0970498, 0.26816, 0.95777) bones/17/scale = Vector3(1, 1, 1) bones/18/name = "hand_R" bones/18/parent = 17 @@ -1083,7 +1088,7 @@ bones/19/name = "hip_L" bones/19/parent = -1 bones/19/rest = Transform3D(0.138486, 0.897208, 0.419333, -0.129033, -0.403458, 0.905854, 0.981923, -0.179556, 0.059896, 0.000155807, -0.00105953, -2.01735) bones/19/enabled = true -bones/19/position = Vector3(0.147751, -0.286556, -1.49267) +bones/19/position = Vector3(0.147751, -0.304013, -1.49267) bones/19/rotation = Quaternion(0.427793, 0.34021, 0.687061, -0.478745) bones/19/scale = Vector3(1, 1, 1) bones/20/name = "leg1_L" @@ -1091,14 +1096,14 @@ bones/20/parent = 19 bones/20/rest = Transform3D(0.945603, 0.113405, 0.304916, -0.324072, 0.410457, 0.852351, -0.0284943, -0.9048, 0.424881, 2.08616e-07, 2.00996, -7.1153e-07) bones/20/enabled = true bones/20/position = Vector3(2.08616e-07, 2.00996, -7.1153e-07) -bones/20/rotation = Quaternion(-0.437502, -0.325641, -0.369821, 0.752186) +bones/20/rotation = Quaternion(-0.436719, -0.326615, -0.371024, 0.751625) bones/20/scale = Vector3(1, 1, 1) bones/21/name = "leg2_L" bones/21/parent = 20 bones/21/rest = Transform3D(0.990336, -0.138679, 0.00180777, 0.138628, 0.990193, 0.0173138, -0.00419111, -0.0168959, 0.999848, 5.96046e-08, 5.85994, -5.23403e-07) bones/21/enabled = true bones/21/position = Vector3(5.96046e-08, 5.85994, -5.23403e-07) -bones/21/rotation = Quaternion(-0.0475923, 0.00188944, 0.380694, 0.923474) +bones/21/rotation = Quaternion(-0.0479839, 0.00188674, 0.383826, 0.922156) bones/21/scale = Vector3(1, 1, 1) bones/22/name = "foot1_L" bones/22/parent = 21 @@ -1132,7 +1137,7 @@ bones/26/name = "hip_R" bones/26/parent = -1 bones/26/rest = Transform3D(0.138486, -0.897208, -0.419333, 0.129033, -0.403458, 0.905854, -0.981923, -0.179556, 0.059896, -0.000155807, -0.00105953, -2.01735) bones/26/enabled = true -bones/26/position = Vector3(0.0289172, -0.300995, -1.59603) +bones/26/position = Vector3(0.0289172, -0.312633, -1.59603) bones/26/rotation = Quaternion(0.695067, -0.09936, -0.377924, -0.603475) bones/26/scale = Vector3(1, 1, 1) bones/27/name = "leg1_R" @@ -1140,14 +1145,14 @@ bones/27/parent = 26 bones/27/rest = Transform3D(0.945603, -0.113405, -0.304916, 0.324072, 0.410457, 0.852351, 0.0284943, -0.9048, 0.424881, -9.54606e-09, 2.00996, -3.52971e-07) bones/27/enabled = true bones/27/position = Vector3(-9.54606e-09, 2.00996, -3.52971e-07) -bones/27/rotation = Quaternion(-0.317189, 0.174319, 0.183922, 0.91388) +bones/27/rotation = Quaternion(-0.315926, 0.17521, 0.184026, 0.914126) bones/27/scale = Vector3(1, 1, 1) bones/28/name = "leg2_R" bones/28/parent = 27 bones/28/rest = Transform3D(0.990336, 0.138679, -0.00180777, -0.138628, 0.990193, 0.0173138, 0.00419111, -0.0168959, 0.999848, 4.51691e-08, 5.85994, -3.72529e-09) bones/28/enabled = true bones/28/position = Vector3(4.51691e-08, 5.85994, -3.72529e-09) -bones/28/rotation = Quaternion(-0.268436, 0.020219, -0.17515, 0.947025) +bones/28/rotation = Quaternion(-0.270654, 0.0201998, -0.176598, 0.946124) bones/28/scale = Vector3(1, 1, 1) bones/29/name = "foot1_R" bones/29/parent = 28 @@ -1184,7 +1189,7 @@ mesh = SubResource("ArrayMesh_6e63x") skin = SubResource("Skin_yvw71") [node name="BoneAttachment3D" type="BoneAttachment3D" parent="Armature/Skeleton3D"] -transform = Transform3D(-0.370165, -0.13327, -0.919357, -0.260753, -0.934964, 0.240521, -0.89162, 0.328758, 0.31134, -2.00357, 8.78194, 6.15009) +transform = Transform3D(-0.370164, -0.13327, -0.919357, -0.269675, -0.931623, 0.243628, -0.888962, 0.33811, 0.308914, -2.00357, 8.76988, 6.18823) bone_name = "TOP OF SKULL" bone_idx = 8 @@ -1218,3 +1223,15 @@ unique_name_in_owner = true root_node = NodePath("%AnimationTree/..") tree_root = SubResource("AnimationNodeStateMachine_q3bfl") anim_player = NodePath("../AnimationPlayer") + +[node name="SFX" type="Node3D" parent="."] + +[node name="Boss1Death" parent="SFX" instance=ExtResource("6_58wyj")] + +[node name="Boss1Step" parent="SFX" instance=ExtResource("7_qhoxi")] + +[node name="Boss1TakeDamage" parent="SFX" instance=ExtResource("8_lj3cb")] + +[node name="HorseHeadAttack1" parent="SFX" instance=ExtResource("9_agk0q")] + +[node name="HorseHeadAttack2" parent="SFX" instance=ExtResource("10_rv3ka")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn index 94297706..f2c660b4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn @@ -1,10 +1,16 @@ -[gd_scene load_steps=26 format=4 uid="uid://dnomfbym36ivg"] +[gd_scene load_steps=32 format=4 uid="uid://dnomfbym36ivg"] [ext_resource type="Script" uid="uid://ckv5dmrw6pvn6" path="res://src/enemy/EnemyModelView3D.cs" id="1_6miqu"] [ext_resource type="Script" uid="uid://bvcfww5827g74" path="res://src/enemy/enemy_types/BossTypeAEnemyModelView.cs" id="1_f2iok"] [ext_resource type="Texture2D" uid="uid://dp6hwvuhfkji8" path="res://src/enemy/enemy_types/15. ox_face/models/OX FACE_Metal054C_1K-JPG_Color.jpg" id="1_lsf8e"] [ext_resource type="AnimationLibrary" uid="uid://dn4501qsypsu" path="res://src/enemy/enemy_types/14. horse_head/animation/OxFaceAnimations.tres" id="3_pmgg3"] [ext_resource type="Script" uid="uid://6edayafleq8y" path="res://src/hitbox/Hitbox.cs" id="5_f2iok"] +[ext_resource type="PackedScene" uid="uid://dt3oia7l2qga5" path="res://src/audio/sfx/SfxNodes/ox_face_attack_1.tscn" id="6_v4mpe"] +[ext_resource type="PackedScene" uid="uid://r8frd2aiejtm" path="res://src/audio/sfx/SfxNodes/ox_face_attack_2.tscn" id="7_nb428"] +[ext_resource type="PackedScene" uid="uid://djv3riyskuvk3" path="res://src/audio/sfx/SfxNodes/ox_face_howl.tscn" id="8_srfnr"] +[ext_resource type="PackedScene" uid="uid://damqqiqyis3qa" path="res://src/audio/sfx/SfxNodes/boss_1_death.tscn" id="9_4g1p4"] +[ext_resource type="PackedScene" uid="uid://jqx4qhvggr7r" path="res://src/audio/sfx/SfxNodes/boss_1_step.tscn" id="10_evyqg"] +[ext_resource type="PackedScene" uid="uid://cb6o5d2w21fgj" path="res://src/audio/sfx/SfxNodes/boss_1_take_damage.tscn" id="11_x3fo8"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_y7226"] resource_name = "Material" @@ -201,7 +207,7 @@ bones/0/name = "spine1" bones/0/parent = -1 bones/0/rest = Transform3D(1.49012e-06, 0.00846654, -0.999964, 2.93367e-08, 0.999964, 0.00846654, 1, -4.23752e-08, 1.49012e-06, 0.000155807, -0.00105953, -2.01735) bones/0/enabled = true -bones/0/position = Vector3(-0.260102, -1.03396, -1.96903) +bones/0/position = Vector3(-0.259514, -0.966803, -1.97356) bones/0/rotation = Quaternion(0.0915277, -0.692111, -0.0341586, 0.715149) bones/0/scale = Vector3(1, 1, 1) bones/1/name = "spine0" @@ -244,7 +250,7 @@ bones/6/parent = 5 bones/6/rest = Transform3D(0.0598389, 0.98531, 0.15995, -0.975271, 0.0235553, 0.219755, 0.212759, -0.169144, 0.962353, 3.65078e-07, 1.40318, 0) bones/6/enabled = true bones/6/position = Vector3(3.65078e-07, 1.40318, 0) -bones/6/rotation = Quaternion(-0.0582257, -0.298145, -0.744478, 0.594534) +bones/6/rotation = Quaternion(-0.0727795, -0.303434, -0.744754, 0.589893) bones/6/scale = Vector3(1, 1, 1) bones/7/name = "Bone.007" bones/7/parent = 6 @@ -279,7 +285,7 @@ bones/11/parent = 1 bones/11/rest = Transform3D(0.981457, 0.0769315, -0.175568, 0.18837, -0.217537, 0.957703, 0.035485, -0.973015, -0.227995, -1.09896e-07, 3.84743, -2.10479e-07) bones/11/enabled = true bones/11/position = Vector3(-1.09896e-07, 3.84743, -2.10479e-07) -bones/11/rotation = Quaternion(-0.7806, -0.0580329, 0.0800844, 0.617156) +bones/11/rotation = Quaternion(-0.784556, -0.0615003, 0.0721757, 0.612765) bones/11/scale = Vector3(1, 0.999999, 1) bones/12/name = "arm2_L" bones/12/parent = 11 @@ -307,7 +313,7 @@ bones/15/parent = 1 bones/15/rest = Transform3D(-0.98213, 0.0512573, -0.181089, -0.187541, -0.185921, 0.964501, 0.0157694, 0.981227, 0.192212, 0.00107862, 3.8461, -0.0821097) bones/15/enabled = true bones/15/position = Vector3(0.00107886, 3.8461, -0.0821095) -bones/15/rotation = Quaternion(-0.214497, 0.743843, 0.615182, -0.149132) +bones/15/rotation = Quaternion(-0.210834, 0.738132, 0.621363, -0.156902) bones/15/scale = Vector3(1, 1, 1) bones/16/name = "arm2_R" bones/16/parent = 15 @@ -334,22 +340,22 @@ bones/19/name = "hip_L" bones/19/parent = -1 bones/19/rest = Transform3D(0.138486, 0.897208, 0.419333, -0.129033, -0.403458, 0.905854, 0.981923, -0.179556, 0.059896, 0.000155807, -0.00105953, -2.01735) bones/19/enabled = true -bones/19/position = Vector3(-0.365519, -1.18524, -1.76905) -bones/19/rotation = Quaternion(0.624534, 0.296747, 0.550437, -0.467886) +bones/19/position = Vector3(-0.311428, -1.13407, -1.94728) +bones/19/rotation = Quaternion(0.613272, 0.310263, 0.568538, -0.452105) bones/19/scale = Vector3(1, 1, 1) bones/20/name = "leg1_L" bones/20/parent = 19 bones/20/rest = Transform3D(0.945603, 0.113405, 0.304916, -0.324072, 0.410457, 0.852351, -0.0284943, -0.9048, 0.424881, 2.08616e-07, 2.00996, -7.1153e-07) bones/20/enabled = true bones/20/position = Vector3(2.08616e-07, 2.00996, -7.1153e-07) -bones/20/rotation = Quaternion(-0.324511, -0.426489, -0.295168, 0.790997) +bones/20/rotation = Quaternion(-0.312765, -0.439466, -0.275743, 0.795622) bones/20/scale = Vector3(1, 0.999999, 1) bones/21/name = "leg2_L" bones/21/parent = 20 bones/21/rest = Transform3D(0.990336, -0.138679, 0.00180777, 0.138628, 0.990193, 0.0173138, -0.00419111, -0.0168959, 0.999848, 5.96046e-08, 5.85994, -5.23403e-07) bones/21/enabled = true bones/21/position = Vector3(5.96046e-08, 5.85994, -5.23403e-07) -bones/21/rotation = Quaternion(-0.0604686, 0.00129855, 0.489496, 0.869905) +bones/21/rotation = Quaternion(-0.0601935, 0.00130044, 0.487268, 0.871174) bones/21/scale = Vector3(1, 1, 1) bones/22/name = "foot1_L" bones/22/parent = 21 @@ -383,7 +389,7 @@ bones/26/name = "hip_R" bones/26/parent = -1 bones/26/rest = Transform3D(0.138486, -0.897208, -0.419333, 0.129033, -0.403458, 0.905854, -0.981923, -0.179556, 0.059896, -0.000155807, -0.00105953, -2.01735) bones/26/enabled = true -bones/26/position = Vector3(-0.0689794, -1.11395, -2.01886) +bones/26/position = Vector3(-0.227973, -1.11395, -2.01777) bones/26/rotation = Quaternion(0.608697, -0.3155, -0.575514, -0.445793) bones/26/scale = Vector3(1, 1, 1) bones/27/name = "leg1_R" @@ -391,14 +397,14 @@ bones/27/parent = 26 bones/27/rest = Transform3D(0.945603, -0.113405, -0.304916, 0.324072, 0.410457, 0.852351, 0.0284943, -0.9048, 0.424881, -9.54606e-09, 2.00996, -3.52971e-07) bones/27/enabled = true bones/27/position = Vector3(-9.54606e-09, 2.00996, -3.52971e-07) -bones/27/rotation = Quaternion(-0.202922, 0.424294, 0.138461, 0.871565) +bones/27/rotation = Quaternion(-0.207504, 0.421762, 0.141749, 0.871187) bones/27/scale = Vector3(1, 0.999999, 1) bones/28/name = "leg2_R" bones/28/parent = 27 bones/28/rest = Transform3D(0.990336, 0.138679, -0.00180777, -0.138628, 0.990193, 0.0173138, 0.00419111, -0.0168959, 0.999848, 4.51691e-08, 5.85994, -3.72529e-09) bones/28/enabled = true bones/28/position = Vector3(4.51691e-08, 5.85994, -3.72529e-09) -bones/28/rotation = Quaternion(-0.062997, -0.00116309, -0.502962, 0.862009) +bones/28/rotation = Quaternion(-0.0639987, -0.0011566, -0.51096, 0.857218) bones/28/scale = Vector3(1, 1, 1) bones/29/name = "foot1_R" bones/29/parent = 28 @@ -430,7 +436,7 @@ bones/32/rotation = Quaternion(0.456756, 0.539878, -0.539587, -0.456893) bones/32/scale = Vector3(1, 1, 1) [node name="BoneAttachment3D" type="BoneAttachment3D" parent="Armature/Skeleton3D"] -transform = Transform3D(-0.278583, -0.0552048, -0.958824, -0.331993, -0.931266, 0.150077, -0.901205, 0.360132, 0.241107, -1.67868, 8.22488, 4.95448) +transform = Transform3D(-0.295231, -0.0812154, -0.951968, -0.329173, -0.926731, 0.181148, -0.89693, 0.366843, 0.246865, -1.6635, 8.29858, 4.94831) bone_name = "TOP OF SKULL" bone_idx = 8 @@ -470,3 +476,17 @@ script = ExtResource("5_f2iok") transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.300452, 11.5388, 0.257962) shape = SubResource("BoxShape3D_pmgg3") disabled = true + +[node name="SFX" type="Node3D" parent="."] + +[node name="OxFaceAttack1" parent="SFX" instance=ExtResource("6_v4mpe")] + +[node name="OxFaceAttack2" parent="SFX" instance=ExtResource("7_nb428")] + +[node name="OxFaceHowl" parent="SFX" instance=ExtResource("8_srfnr")] + +[node name="Boss1Death" parent="SFX" instance=ExtResource("9_4g1p4")] + +[node name="Boss1Step" parent="SFX" instance=ExtResource("10_evyqg")] + +[node name="Boss1TakeDamage" parent="SFX" instance=ExtResource("11_x3fo8")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn index c880df71..befcdfb3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=27 format=4 uid="uid://l4413jwn0m8v"] +[gd_scene load_steps=36 format=4 uid="uid://l4413jwn0m8v"] [ext_resource type="PackedScene" uid="uid://b7ofk5cv4ldh" path="res://src/enemy/enemy_types/16. demon wall/Arm1.tscn" id="1_ell80"] [ext_resource type="Script" uid="uid://d3cvsxlaohuqy" path="res://src/enemy/enemy_types/16. demon wall/DemonWallModelView.cs" id="1_r5yku"] @@ -15,6 +15,15 @@ [ext_resource type="Texture2D" uid="uid://cx3dho27tsa84" path="res://src/enemy/enemy_types/16. demon wall/model/DEMON WALL BASE + PIPES_AREA_2_MAIN_222STONE.png" id="12_ecghy"] [ext_resource type="Texture2D" uid="uid://bps3cftalnkro" path="res://src/enemy/enemy_types/16. demon wall/model/DEMON WALL BASE + PIPES_concrete_0003_height_1k.png" id="13_m8c2g"] [ext_resource type="PackedScene" uid="uid://dtrrhnxdddpay" path="res://src/enemy/enemy_types/16. demon wall/model/demon_wall_summoned_wall.glb" id="15_nqxqr"] +[ext_resource type="PackedScene" uid="uid://favnc55iot8i" path="res://src/audio/sfx/SfxNodes/demon_wall_death.tscn" id="16_ecghy"] +[ext_resource type="PackedScene" uid="uid://71em00ohdkju" path="res://src/audio/sfx/SfxNodes/demon_wall_flamethrower.tscn" id="17_m8c2g"] +[ext_resource type="PackedScene" uid="uid://b4kh4fbu8bl86" path="res://src/audio/sfx/SfxNodes/demon_wall_holy_electric.tscn" id="18_ty1ba"] +[ext_resource type="PackedScene" uid="uid://e6qsijbj77gk" path="res://src/audio/sfx/SfxNodes/demon_wall_laser.tscn" id="19_73686"] +[ext_resource type="PackedScene" uid="uid://5mkifjuphjs7" path="res://src/audio/sfx/SfxNodes/demon_wall_orb.tscn" id="20_mwu74"] +[ext_resource type="PackedScene" uid="uid://dormaa2vjilx5" path="res://src/audio/sfx/SfxNodes/demon_wall_orb_travel.tscn" id="21_me8xl"] +[ext_resource type="PackedScene" uid="uid://b08ys324208ie" path="res://src/audio/sfx/SfxNodes/demon_wall_pull.tscn" id="22_2msrh"] +[ext_resource type="PackedScene" uid="uid://b45wjjkudytgp" path="res://src/audio/sfx/SfxNodes/demon_wall_slam.tscn" id="23_maoww"] +[ext_resource type="PackedScene" uid="uid://dhdtocfcblnpb" path="res://src/audio/sfx/SfxNodes/demon_wall_status_effector.tscn" id="24_ofgfh"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_dlwiv"] resource_name = "PIPE" @@ -256,3 +265,23 @@ unique_name_in_owner = true root_node = NodePath("%AnimationTree/..") tree_root = SubResource("AnimationNodeStateMachine_r5yku") anim_player = NodePath("../AnimationPlayer") + +[node name="SFX" type="Node3D" parent="."] + +[node name="DemonWallDeath" parent="SFX" instance=ExtResource("16_ecghy")] + +[node name="DemonWallFlamethrower" parent="SFX" instance=ExtResource("17_m8c2g")] + +[node name="DemonWallHolyElectric" parent="SFX" instance=ExtResource("18_ty1ba")] + +[node name="DemonWallLaser" parent="SFX" instance=ExtResource("19_73686")] + +[node name="DemonWallOrb" parent="SFX" instance=ExtResource("20_mwu74")] + +[node name="DemonWallOrbTravel" parent="SFX" instance=ExtResource("21_me8xl")] + +[node name="DemonWallPull" parent="SFX" instance=ExtResource("22_2msrh")] + +[node name="DemonWallSlam" parent="SFX" instance=ExtResource("23_maoww")] + +[node name="DemonWallStatusEffector" parent="SFX" instance=ExtResource("24_ofgfh")] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemon.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemon.tscn index b686c12a..af167fc4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemon.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemon.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=9 format=3 uid="uid://dpq17ej06uah1"] -[ext_resource type="Script" uid="uid://h6duv685n6eh" path="res://src/enemy/enemy_types/09. Agi/AgiDemon.cs" id="1_wbopj"] +[ext_resource type="Script" uid="uid://h6duv685n6eh" path="res://src/enemy/enemy_types/09. Agni/AgniDemon.cs" id="1_wbopj"] [ext_resource type="PackedScene" uid="uid://cu7n814hhtjwm" path="res://src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn" id="2_0hbxv"] [ext_resource type="Script" uid="uid://dnkmr0eq1sij0" path="res://src/enemy/EnemyStatResource.cs" id="2_wtipe"] [ext_resource type="PackedScene" uid="uid://pbnsngx5jvrh" path="res://src/enemy/NavigationAgentClient.tscn" id="4_m7ocm"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn index 51925089..1338963c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=529 format=3 uid="uid://cu7n814hhtjwm"] +[gd_scene load_steps=532 format=3 uid="uid://cu7n814hhtjwm"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_vf7er"] [ext_resource type="Resource" uid="uid://co0eq5nl2ai24" path="res://src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemonInfo.tres" id="2_ejhrk"] @@ -333,6 +333,9 @@ [ext_resource type="Texture2D" uid="uid://daos4dnmaq6xx" path="res://src/enemy/enemy_types/9b. Aqueos Demon/animations/WATER LOOP/0188.png" id="331_p8xq6"] [ext_resource type="Texture2D" uid="uid://c311su0a86yii" path="res://src/enemy/enemy_types/9b. Aqueos Demon/animations/WATER LOOP/0190.png" id="332_8j4qa"] [ext_resource type="Script" uid="uid://6edayafleq8y" path="res://src/hitbox/Hitbox.cs" id="333_ylptm"] +[ext_resource type="PackedScene" uid="uid://dnn62fckypld0" path="res://src/audio/sfx/SfxNodes/aqueos_ambient.tscn" id="334_pcxyk"] +[ext_resource type="PackedScene" uid="uid://c32sxkj1xyyxs" path="res://src/audio/sfx/SfxNodes/enemy_death_sound_medium.tscn" id="335_sm161"] +[ext_resource type="PackedScene" uid="uid://qcvw2s4tlrku" path="res://src/audio/sfx/SfxNodes/agni_attack_1.tscn" id="336_6g4mi"] [sub_resource type="ViewportTexture" id="ViewportTexture_h1kaf"] viewport_path = NodePath("Sprite3D/SubViewportContainer/SubViewport") @@ -2618,3 +2621,11 @@ libraries = { &"": SubResource("AnimationLibrary_o7os0") } autoplay = "default" + +[node name="SFX" type="Node3D" parent="."] + +[node name="AqueosAmbient" parent="SFX" instance=ExtResource("334_pcxyk")] + +[node name="EnemyDeathSoundMedium" parent="SFX" instance=ExtResource("335_sm161")] + +[node name="AgniAttack1" parent="SFX" instance=ExtResource("336_6g4mi")] diff --git a/Zennysoft.Game.Ma/src/enemy/state/EnemyLogic.g.puml b/Zennysoft.Game.Ma/src/enemy/state/EnemyLogic.g.puml index 33157ae0..b044500b 100644 --- a/Zennysoft.Game.Ma/src/enemy/state/EnemyLogic.g.puml +++ b/Zennysoft.Game.Ma/src/enemy/state/EnemyLogic.g.puml @@ -1,12 +1,12 @@ @startuml EnemyLogic state "EnemyLogic State" as Zennysoft_Game_Ma_EnemyLogic_State { state "Alive" as Zennysoft_Game_Ma_EnemyLogic_State_Alive { + state "Idle" as Zennysoft_Game_Ma_EnemyLogic_State_Idle state "Activated" as Zennysoft_Game_Ma_EnemyLogic_State_Activated { state "Attacking" as Zennysoft_Game_Ma_EnemyLogic_State_Attacking - state "FollowPlayer" as Zennysoft_Game_Ma_EnemyLogic_State_FollowPlayer state "Patrolling" as Zennysoft_Game_Ma_EnemyLogic_State_Patrolling + state "FollowPlayer" as Zennysoft_Game_Ma_EnemyLogic_State_FollowPlayer } - state "Idle" as Zennysoft_Game_Ma_EnemyLogic_State_Idle } state "Defeated" as Zennysoft_Game_Ma_EnemyLogic_State_Defeated } diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12.tscn index fd0da547..7862b8c9 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12.tscn @@ -15,7 +15,7 @@ [ext_resource type="PackedScene" uid="uid://dbvr8ewajja6a" path="res://src/enemy/EnemyDatabase.tscn" id="13_jwrcb"] [ext_resource type="PackedScene" uid="uid://c6tqt27ql8s35" path="res://src/enemy/enemy_types/07. chinthe/Chinthe.tscn" id="14_edmor"] [ext_resource type="PackedScene" uid="uid://fosk3kt7vp8d" path="res://src/enemy/enemy_types/08a. Ambassador/Ambassador.tscn" id="14_xpfig"] -[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agi/AgiDemon.tscn" id="16_m28m3"] +[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agni/AgniDemon.tscn" id="16_m28m3"] [sub_resource type="NavigationMesh" id="NavigationMesh_gqi8w"] border_size = 1.0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13.tscn index 5848802f..94904127 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13.tscn @@ -15,7 +15,7 @@ [ext_resource type="PackedScene" uid="uid://dbvr8ewajja6a" path="res://src/enemy/EnemyDatabase.tscn" id="13_bm34w"] [ext_resource type="PackedScene" uid="uid://fosk3kt7vp8d" path="res://src/enemy/enemy_types/08a. Ambassador/Ambassador.tscn" id="14_cmrxb"] [ext_resource type="PackedScene" uid="uid://c6tqt27ql8s35" path="res://src/enemy/enemy_types/07. chinthe/Chinthe.tscn" id="15_bb5ek"] -[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agi/AgiDemon.tscn" id="16_ak4no"] +[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agni/AgniDemon.tscn" id="16_ak4no"] [sub_resource type="NavigationMesh" id="NavigationMesh_gqi8w"] border_size = 1.0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14.tscn index 1500f968..f85c699d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14.tscn @@ -14,7 +14,7 @@ [ext_resource type="PackedScene" uid="uid://dooy8nc5pgaxm" path="res://src/map/dungeon/rooms/Set B/37. Corridor 2.tscn" id="12_tkntm"] [ext_resource type="PackedScene" uid="uid://dbvr8ewajja6a" path="res://src/enemy/EnemyDatabase.tscn" id="13_8j25c"] [ext_resource type="PackedScene" uid="uid://c6tqt27ql8s35" path="res://src/enemy/enemy_types/07. chinthe/Chinthe.tscn" id="14_r4r1j"] -[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agi/AgiDemon.tscn" id="15_q127u"] +[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agni/AgniDemon.tscn" id="15_q127u"] [ext_resource type="PackedScene" uid="uid://cmvimr0pvsgqy" path="res://src/enemy/enemy_types/10. Eden Pillar/Eden Pillar.tscn" id="16_7km57"] [ext_resource type="PackedScene" uid="uid://b3giib0jp3uod" path="res://src/enemy/enemy_types/13. gold sproingy/GoldSproingy.tscn" id="17_nrwsy"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15.tscn index 6abb3853..bae52596 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15.tscn @@ -13,7 +13,7 @@ [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="11_t8tuf"] [ext_resource type="PackedScene" uid="uid://dooy8nc5pgaxm" path="res://src/map/dungeon/rooms/Set B/37. Corridor 2.tscn" id="12_f284e"] [ext_resource type="PackedScene" uid="uid://dbvr8ewajja6a" path="res://src/enemy/EnemyDatabase.tscn" id="13_hlb65"] -[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agi/AgiDemon.tscn" id="14_i4yll"] +[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agni/AgniDemon.tscn" id="14_i4yll"] [ext_resource type="PackedScene" uid="uid://cmvimr0pvsgqy" path="res://src/enemy/enemy_types/10. Eden Pillar/Eden Pillar.tscn" id="15_xtyir"] [ext_resource type="PackedScene" uid="uid://5s7c4dsb1wwk" path="res://src/enemy/enemy_types/12. Shield of Heaven/ShieldOfHeaven.tscn" id="16_cfhak"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor16.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor16.tscn index 6bc257cc..da3128a1 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor16.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor16.tscn @@ -13,7 +13,7 @@ [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="11_wurkp"] [ext_resource type="PackedScene" uid="uid://dooy8nc5pgaxm" path="res://src/map/dungeon/rooms/Set B/37. Corridor 2.tscn" id="12_qbngl"] [ext_resource type="PackedScene" uid="uid://dbvr8ewajja6a" path="res://src/enemy/EnemyDatabase.tscn" id="13_gg5wp"] -[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agi/AgiDemon.tscn" id="14_dg3fy"] +[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agni/AgniDemon.tscn" id="14_dg3fy"] [ext_resource type="PackedScene" uid="uid://cmvimr0pvsgqy" path="res://src/enemy/enemy_types/10. Eden Pillar/Eden Pillar.tscn" id="15_q8hlb"] [ext_resource type="PackedScene" uid="uid://boqjebx7yuiqy" path="res://src/enemy/enemy_types/11. Palan/Palan.tscn" id="16_0utb0"] diff --git a/Zennysoft.Game.Ma/src/menu/DebugMenu.tscn b/Zennysoft.Game.Ma/src/menu/DebugMenu.tscn index e3e63ea6..1d639fcb 100644 --- a/Zennysoft.Game.Ma/src/menu/DebugMenu.tscn +++ b/Zennysoft.Game.Ma/src/menu/DebugMenu.tscn @@ -12,7 +12,7 @@ [ext_resource type="PackedScene" uid="uid://feegakykn3fv" path="res://src/enemy/enemy_types/05. ballos/Ballos.tscn" id="10_ct6et"] [ext_resource type="PackedScene" uid="uid://dlw5cvutvypxn" path="res://src/enemy/enemy_types/06. chariot/Chariot.tscn" id="11_fk1r1"] [ext_resource type="PackedScene" uid="uid://c6tqt27ql8s35" path="res://src/enemy/enemy_types/07. chinthe/Chinthe.tscn" id="12_yh23m"] -[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agi/AgiDemon.tscn" id="13_tns3g"] +[ext_resource type="PackedScene" uid="uid://b8ewfgcjv60es" path="res://src/enemy/enemy_types/09. Agni/AgniDemon.tscn" id="13_tns3g"] [ext_resource type="PackedScene" uid="uid://dpq17ej06uah1" path="res://src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemon.tscn" id="14_fmyye"] [ext_resource type="PackedScene" uid="uid://fosk3kt7vp8d" path="res://src/enemy/enemy_types/08a. Ambassador/Ambassador.tscn" id="15_1f6di"] [ext_resource type="PackedScene" uid="uid://c5gbaybqm4cuk" path="res://src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorRed.tscn" id="16_r6xvd"] diff --git a/Zennysoft.Game.Ma/src/ui/inventory_menu/InventoryMenu.cs b/Zennysoft.Game.Ma/src/ui/inventory_menu/InventoryMenu.cs index cb655a92..5fda983b 100644 --- a/Zennysoft.Game.Ma/src/ui/inventory_menu/InventoryMenu.cs +++ b/Zennysoft.Game.Ma/src/ui/inventory_menu/InventoryMenu.cs @@ -163,6 +163,7 @@ public partial class InventoryMenu : Control, IInventoryMenu HideUserActionPrompt(); ShowInventoryInfo(); GameEventDepot.OnMenuBackedOut(); + Autoload.InGameAudio.Cancel.Play(); } else { @@ -180,6 +181,7 @@ public partial class InventoryMenu : Control, IInventoryMenu Player.Stats.BonusAttack.Sync -= BonusAttack_Sync; Player.Stats.BonusDefense.Sync -= BonusDefense_Sync; _gameRepo.CloseInventory(); + Autoload.InGameAudio.Cancel.Play(); } } @@ -202,6 +204,7 @@ public partial class InventoryMenu : Control, IInventoryMenu SetToUnselectedStyle(ItemSlots.ElementAt(oldIndex)); SetToSelectedStyle(ItemSlots.ElementAt(newIndex)); GameEventDepot.OnMenuScrolled(); + Autoload.InGameAudio.MoveThroughOptions.Play(); _currentIndex = newIndex; } @@ -216,12 +219,14 @@ public partial class InventoryMenu : Control, IInventoryMenu SetToUnselectedStyle(ItemSlots.ElementAt(oldIndex)); SetToSelectedStyle(ItemSlots.ElementAt(newIndex)); GameEventDepot.OnMenuScrolled(); + Autoload.InGameAudio.MoveThroughOptions.Play(); _currentIndex = newIndex; } if (@event.IsActionPressed(GameInputs.UiAccept)) { DisplayUserActionPrompt(); + Autoload.InGameAudio.Select.Play(); } if (@event.IsActionPressed(GameInputs.InventorySort)) @@ -323,6 +328,7 @@ public partial class InventoryMenu : Control, IInventoryMenu _currentPageNumber = pageToChangeTo; await RefreshInventoryScreen(); GameEventDepot.OnMenuScrolled(); + Autoload.InGameAudio.MoveThroughOptions.Play(); } private async void PopulateInventory() diff --git a/Zennysoft.Game.Ma/src/ui/player_ui/Assets/panel rough draft.png b/Zennysoft.Game.Ma/src/ui/player_ui/Assets/panel rough draft.png new file mode 100644 index 0000000000000000000000000000000000000000..547200106de7d98891125fa01ef8ad7696896400 GIT binary patch literal 373667 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

>Ln4uu2mDBJ=Zm@yOSDs$XCqbl};X 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 ur+ z#->Kh)2L@ktzZ@-WokQ0pqYi{%zFA`L<#(~G?%LmW=ke3WB-Dhm!~h222P6>hCOVA zaBxuijHIhW*h)uB+%m&@uUrXGI<|L}u5a*b0S<6>)t7dCzL8X}=+E={`1EZ(dxf;l#Mn;?4?;&HVhYTG!#PYYlRP}j0WsFr^ ziI@#Vl>!7oG@aHhHk4dT=M%t@xpF?buc*;dWUe~hbDX>qt}c#$eDoY7#ZQbNY)VN{ zh5B5xy$VWG&1%C36ok)vg_wu9>msw^r`?Dorw4#xvd16INj-?HUoUe^^-5DFeZy5+)CN500M7#2uRXK&3 zusV?@fL;`s+uvq@h!)v1%vSg!E!_8fYfXX6g=c0iH9WZJVbZEX>b-}NQrZAVw-=C> zxP}_q?Sk4rUi@5+IG(F*-B?6X={T>Sxw0LbPL*G_oMgJ5t@kEbU;Q4x`!b==h33@U zZO;Exb)M&a+y2L2|BYF`9?!>dF!R3eL-@9D!X(V6+8K$)fZ7OT8KFMCneU5S^+dgI5gU_SVx#!#J2-X8<*qb$Txb!IFS+H`YHr$5WzSXmOV6_(&r% zvW+5o9SjDjZ_Y)NM`@GcmVS-Kn`1?>P+bkLO?4U1W- zn~%doFSgRi2~4I7IkCgv!6#>AYbyT(_(2f?>jFtbi2H48gfVX0-aCmiH?Vlm6zq)*A$)D$Xf ziyp4llNznkQb2~U7B)pNy0IFgrn;rs2JZOARu=_RQ+Xksu+N|v5tG7jW_?p-e`38i zW#pdwEtphtV&U#zd)7@ita1B0NSIG{Pl@{RmcMl)&LBv77jNC0Q`N&mnZ8GWiQMJH zN_DX>WT5eDouAZK3>TCwSds|Tydc~fBe=!bt@_tL{_;Qm+kZQbW6t??9AD4lob&U3 z+qP|peEatKJm;^k2cU~=*DswZz`Tw)XK7jjw)Y=NrA5yVC!a=YD9P?#|JPmW2k zfg4`XcN41)40G6}kocAs0fnWcW?OUc&5V*eSR^S#e7ekJcgq|``8U8ejZF?9zxFQ4 zxgZX3^`F zCWc;m68(3v_CSi}p{?!qHc_;sYHAK5OL+yRO`r_Cl62$_Z)dP398i`hlM}j#bRb!) z(3ZnWnYTVn!~e{LZR|H@<}f6#oJf{ndLHL-oYTx3&(jplOw~weG;`lOL(Pj^@O5^h zOegjzrn51S$Uo=e$LbuJj6T18`~3Voj>F8xHu#)I@jooKGZo3$6#yq~S3Ri8};lAut6S&m;rYwCD<1kZAz1WNuvpVY;A!^8>0m zzJUfFO>QW|{oMmVpCvi1i z9V|C+QErTxn1otJ9B^pz*Gp#jbYsA8R?Vohg*1B`!X4)WsBYvu} z&)zIHZupFsu4e|7X1at+miTGIN@3{!8@Cr7%xv4n*al6+4U8z4sH&o4TYDxTj^zNU z#iVx<5x}g!qy@Vyr(l4{-QqCZg&~WnKMx@$yY2hf_Q!Du^T3(RQJY&tM9%X(k7Leh z$fyo;$j1JEy1uN*rg=t6lSU)bsj&qy1=(dAYpNFEQ@#*Cbi9l#QOnTibjurF6+91w zF5}6Pg17mM)!~|}inv1~G9wv68ttl?*IcMo6g4Du8D_ejKEKUA(L6BqA_%STFSDIj zvQzV`v2NH8DdO^(*Cn`uli*vLiD)(P8Q}cIzEJ*(FWFOW{3sEPdPR%LXtNTBFeKT= zGT4|D3yrmMVAEcX>v(}Du_t>f58k$oH40}88RiwpJeuN$ACr>wQk)i_Ynl(2L%Dr4 z8I(0Q(q6UAI7#f~1Q+fM09m?wUcSer>Fr{qS}wVqR#7}FmhemC@`x4J3yaYf(N-e-emICi+P^1Z&hxS?CW{VbKdW_kNa(iY>(&H z^GRe(eCqTtrXww5hKH{1IUOphnVjM{^cqQ*$oK|x!)>DiWVZ~#=p{2Owi=|f&twK; z&v{+$<#?GUhBo6dx;|_m6UW@sEK*g6bQe0w#ikwPHcPQJLxW%0G<64w{- zzY5G!{<4_9j3hAU{)mgvEtZaavevVp(L7vPMR=P_w+2OP)Laltn73^c_GD8v!kH*h zAW_6mH);kJw|1JO>}t0Lm$48)y5te}fyH>+Mix06BF5GRF6LQ~s%A8{Hb>ynK`w(% zgrt<^#KUG&BXpKT%&ROCOKHJA*0C=cX=}HeA<9uf*urWzo+Xy#_7OcKp9{x8aKM!N zW*DGao)#A#O#B^pUrpCK!Gc2JS!=8)oPVD8HSa z${Ot9?Bqo00K<}Iq5fr-wltXUGs|P)9cHF!`)a|QB9NFI&*sLE`)&UTwr#5Val74b`#I;FI&h?H7|^N5oW#7$^|-{LV;VDq>M7i8?OF~n5%G#xj|Cq~ zO{6t$eZcFph)O60yH09}q|~L_Vdl-c0b}=BF(IYMJ_#Op+{>dmK|H}4h0xcPSqC;*pU%Aa7(QehB`Ph0kzz+4k8*l|w4+lbhJbC9#U z6Hk&=<>{#c#9pkc6uumFKV>~^u(eqUdfQSFeR`7QiDGFIeYP;c8K-JUjohKCnN6Fj zX2jO&{^V3KrhThlEX4!7&A)4UTn&y~B%|n^+e05nPhqY?%(b19z&-Dh@4(W>rq|phe zM=Z>@+pcpyp3iODK5ncnSJ1dSXC`DayoL8|;!*!WqLZa@3YeUkMi3*l87xHwB!1zwv*eQ!4MP2#YJffsV0;d%miFgCXNJ-C?@!j*( z_+LezQ;KsK(1)(Y{_7IV)v%kK4YtW$vv)z7#3a?(-z31s^};q`b^)2ZeT_1e#0^U2 z@?et7*OpOpV3DHs)RO7~P=$licK7VJpyeiVi+ok8mYcry1>VN{5Oh&UyO zmX?#Bnv5xBY(9y~QC!HI)bjd*zq@w zFgaYLG1ETA=f}q}=W(1ptU&2QF8uX!v+Ue!E5M2WT4oeyJHWyKZEkk)taO%CmHf&o zB+%}iV796o)8-$YQm$N;=1sATlES1Yy}=hAUH)nwdNu~!dSkLpX+0y~yhobS9~v;rD)+46L` zD6VwT*Ow^R>*M-|#NHSDSPi@QM@Z%Bw0iCiIko^h5S|XP3FxR{wO{*|9k@6h#>JyUh)2!jcaMnTmR!_Qi%7>Bt zqo(g>_R7{IRR6|^p2w+b$JC!+k6&L8Bc5tMet!M@dYoo{@Dnj9ks1+;+f4G3+CrjEtnh|CN3G;!tD2?A&c5ikJKHbh3KxM*K%J7#ePl;xTrP#zxTk-~(i!5+{hHgq$pmwL+$aMfh9%V51t z>Sc7b3TU5ZB&{u(W;s0RF3Q zj#RvgU8Xq+^b+5Nn%g>uz?I7ps?iz~Ry#QpZL>%inHi>BW=2(+e;J4oErmRmSiCcw z^Pz1}OFA~Mpq>-1Qongu0LCnY;2pdr> z|GtcoLfG>w-^Oj_F_9hE`ri$1M;^6bBNB4BoF9{K2hH33vfI8B(es=J%$pilem?AT z3yg@*z3S+&xBYPwkUXg&gq^d?jfO}FY(5duRDB%Bd7RJZF}7_Q{rvhOqv;aGaiPV^ zPwFU}**-Rr$S%L%Z@(T-#r$BZZrBPN4_7EG6o;8imE38i=`m>G=}StAdi&)76Sv6Egz@*LhR=ReKNP;~-og=g`rA0vu@a428o{|AUr zRTwXJG@hv^3AxQrVuwtC5Y(5pQX1UgMb?YE4(3#CH6v4j|1r!NU#7p2Po44p1-u|? zOfNd-@7LV}ls6h$jzKxCn*Aq~=~2aYXS)PjmoyZ-;p8@jcW^5i3eUnZATpV%+2jWF3>4QO;l^#$V+cju)qt{tZ*N=wQsHh&=U3f z1^q&1j;ctllj`X=ncTk4{VUT8Pe~f4GKS4vB?)+nuN^?2DjwAU(Hjq)C|GSmWrSIo z*t3V=aQmP{_|CU;ew{7i!M%WS*y)etvwO=lrjqzX*t}svk6-<|-*u z>=M)308(Bs!C<=cnvb=uVu5GZZApwca!cTiK5)z_d8$pF!lLR3l_+X5$YyFJ75pL` z29p>>m?x20?DaI{jj=G#RJQVssX2(9JBNygfs0$nRY~3IX$ndgik3%}djvY9rz9MV z3sHfWY=qKvXEdi`3)e@s4=&_(5wAdq$pfsqwBmbFUYC1O*Y8k8IGnRs}?66dq9#l$6ECjI z;O2`*KHhg$p%dp{ygIx}b`v4J&VYRyy6Klu&Wb>JYy*Sm_6UD+ut3$?4U9|1vS}?z zaiLQ=92#;(Ta5A zz0Y0h>ZUOKtg7b>k9!`+xZiUMf;(@iG_+(-jqvM=& z&M{>8(lj0}d9ZZD^_A4M${{loF-jX&K$V&6kZ)^Il*BX%$X=vUrw$~9>C~K?Z0?0r z)s=F=Ze|Dtx}hX5x!^sn31diSyv^hlx&)1CwoDDqq{XN$WXY}(QLE$vtzDa3eC@>-Ff%2C(0NQ&@Mv_ya!Qm? zw_j$~+INGF<)b8Q@1*@^o|M?|IM03mU=CXlKZCFq(>o&~FC#|{wS|J!1cI>0p1KnS zIb-UH?L}#Dlcvd(!u`#K6nX#%00ol1_Hn=6_w6`OQ{`==pqnKsrPLHRe#}E;+lHF{ z{P`s!zkYow(b)C~)iSMzp%G>i-FF7g1rbV|T)zA5eHqh5zRukxg!r1j3=6}U_oR|) zNJ?IrZs8}e2m{sJo zAqC&Uk*S&?jJe)w`Ir@A;91}b7s+q~$lug8AD#HTT=P0}%yXF-Mljk>#eOkT@z3gn zyNO|LQ5Rs|{!mTcM29MToDPd~`h0ycewFMUh>i}vm`7glUG(S`gO=7;NE(3`>=0!p zm&L?8i`q0Q_Z}GBeSTEKF~F-Q;I4<^z^D%n18%vDi=(AqWE#zVFO&Fhd+0kOdHq-MW?RNX)+qXYHKR#~zK88i{ zXxoO|Zu>Td5yipJX;RuMTKkKX=|)VrlU25Pk+m|u-O7WEk&Hy-U2p(2=L~vMg_yUV z<;!Tg+gbD6I?vAqr~&G9uU3TSIG$%s6pMh=8jz*febB5Yl&nQH)4CJ+RH@upk%>b< zVU}xI$yy#5qt6$A6ZeOJ90Rag zT{R_}aPJahVXn;)3D(Xzy)s7ZeF(s@_}bpZY3#j=A-3{jrQQhEaG8Q*(=e z!59V~dmsFnB3NvXM(sTH`FL`}q;472ywrUlRx_Ctxbis9ugCMYZ~x=J|2I#pbZq;_ zw@)+s|Nfu{KI;SPy=oTQ!7!@!7{8eyOTk%)jD5p=*LrbkLV*W0|XpRMA-d_OX3>IY;PuNX|`z? zJ_vOhO6j!jr8*O>xp|@0dqN#I;!Ax42#Q;NM#3tRCADFhZG*GWicj=q|HY)icA_& zR;r80x$jqEmdzU#j`LX=o8ei6<}@fem@eWPcERr{ zo>oiA!P}r6+!V7rD>C2wfzV2j^2Kmi>`1h1ih-Qdhm-rUMP}HrRe4o;bkfUB%<0}} z2p7%qXn=3?GwbQ)1wCmPcD*2Fgi79d%CK<{0))m^D! zzO;z^0u$PtX)!?2xwMI>`$ZYvBci@FnW?HBx;lAL;DUQ?T>;f2uXumyMaQR?A1EFJkjCN!m!moRSOHad7b^p{-a*M9`|ZHlPy`k&ry}IF93fzwg@~l;=kB zwN?fWkl@F0JdPvr0TDfpb9+3g9d*iW3AB^ldG97Xg&~!OnpiGxK>x@iGVROnzOl$w zJkg&X30iEiiJzn5duYk9%_}Dm0~{ zhjA1D^OWaHZdsv{SKxMiRTwvYIC#-}z8K>EsAib}epV}z9-C0ElYkw1hs~!^%#tvH znaG+Oy$&ol@)yFg1Bj$H~le71Yq5g^4tPy#F8SJof>B!kWab^J>=wA6ZRHu zu$oPGIMoNsNVX+(hqE0bqN|j){`)QrRq@U4L*$H#Sx&K7D8@;8mSCb|QVP)0%dMHw zIj7{dUGvpr0~Ucf!Z7{frMDPyqd+l^nA^H~9gN~nGK;`m4!0Q_Vn5?YMzYn9&Y5$f zSRcwW8rIPiXr<2zJ=fK)d!vFWxwBi|oQ85u1|l4(Mo=&q!K+;es~wpcD0|v2i}s<} zy*Or>@8IIHK_fLXT(Du^*A-$caRh;#B`WqZ|cY*WNb3wENvm=Yx`-A%xAoH%$M@S55~zu**;n;^waT*8Il~@b33+;8DMEd_>z1;S}xAV zP$U$aAN9m6L&os@giJ%?IuozXe7PbsG#>6?&iOp(k8huU{p0)B<2W_;HZubX0^bl& z@N@yTD%zj&0P0)gHYNv)hxYRx+xQY#P*TWG0f1>nhCP%w?i>H}KmOsP@}Ir6~Jt)W$$H&;~!VL%nC0^o}>*gcz~;-sQcba_v6ZHu$!ygKK@a#(ZysRP~(aw(Xa!O~34M z9H&?HR-IGVF|FtX3QI62lz2IGqc~2@>$6|mpNpaP_H%6601=HbMhXuTWFpdBS6XHD2Q#z#u&g1XtM`jE|9D>eqM!S5OR> zi9)}&STxu~0aK#i-cmY)3wvTYGUvwC2oJRBCGs*iFx{j!y9xaZd`$#z+;|gR?HiGs zGAAHNS@8ZvzbpMEYUM34^0if}xtk%gt|R`tTMe^?K9&l{ zL6aVrXf&+%P9u@AZCfvuyKmda#|NoCkEbDvtMy1NPI_`f4=PA%5gQSUOx5S{1U~6U z>Q-2<_t2pQgr}6HF^#j}PJcD24j8e#=ggb*VQW$a+kAD(50I^or{ zO$Ng9F=I=@MfkcSU5siXFM<_{d8IX()&TH6kAuleK(~4+gB5l!e9?a@naivuT$Xk} zGIrm4#W#i+xL#m$qYqxVl6k4S$lS4cOLwc*43ip{F5v>v)P%zj>;ri%aaNJTeQs1N zga7JOOW~|rxPLG(EzMTqon-EXCgJYUq5iX7F1{*x^f|hLrJk!3@JGWhRt-=5*y&jh zwd@-b8T%FabSNjcW}U1Ce{g*@2+!}pl+~YTEUE~hcW%oGn*7e`F*p!1|9Bq9c_u%Y zdCuvlnfYssvHOAPX@Hh>B=_`Oqoa-xGO%RH;O_537(0dI_Ju`+{CxxQiBJ`K2ovA; z{o{To)fqhxo69SHN)ixJ9y65<`rm!qhRAW88g*^Z>9qw8KapZwP==9Gg5|qVsv2XQ z5$D*yEk%GSes?;yGP-0kaMqqV=#CYgO^6k93fRObnpv}5W}BY37F!j4lV~mFhrPC? zLque?*(NlpEeNJPXoiCk4=GGr80LNH)nHBTr=|?D0N7KYOYM=|W(hLqp_xU$tXUs! zsKd;Jg@-Zo<9W-&l(|Ct)f3FzgD>G0V?KutEKDeK3=jHR2(3GYx7Ni8<9;F*E!T7|T!g~1 zPDK~d>}X?Y7`1kk5g>&Z>;ol}o*kv41#VpMkM%3C-UXS1&_;d`=emZ`$ByN%0xqv) zsg_yPbj~@VT9Xmcd7i#v=6Q!Z4jZrG!(T$tE`n2f2+Mh%2E%mG{bqN9(ls2+_0S%@{Cf3IsYNYyoY>cb{j5W$XrIUsQ9x|h zZQsznc(p5?9X1wZOZt~xfc%wco1-`l3Jy|R$1dwd3>!p*Fdr?= zQo9!nCC(yGjnEcp7y*yU-dzCU>qj{0w4OvI=hP-KX%0Hg(`I$K3gP7HV(=406COmQ zrk85DXaT~8ufVdaDp`l;%=D6|ll@P1h@+WGEMq3<@|MFXQLpr@82+yX4<@>iGe4HmSNnrdUFSWBa;4qkTvl$^; zvWhFzDiMWrLqULOur#q0=^2Fn##xidj9U)X_`m=DcYyw!K$gJyd>n|~hKv%~IG=R^ zeT|otiCLFTy~#^~H!cyOWdgg(IBx8gV#OUU1Wc4q&)!nansH|=eKY6&2#XZ=${u4F zCT43z^=p`s0%?waQJBJyx@krsH%Ahsy!u<1BPxE|b<>r|pjP+2^D>3V1;w|tawA?- zfR2KDzlj5IBP_S%$9FGgzW)4raiQjvCH(E3VTz3J_QaR%i!V=G zZV!VH!w1PZAI|?z(|qe}gVtR5@-oa$=9k8u?6JfExx+oGwvX{~zY|44TOvBu5BrLy z`@|qULTh{Ba`hqP1Qq}ilOxN!gi%D*k}Wl=lsdn^YyvY;#Xv>)w(r{*rgqNLO@+j{ z2T_P1bfHg2q7RmSj*Nu)wr|hlcpm3Awu?CN>->Y)J&@@bnpfzvEJH$$WP~Ioq$PK& zsdv|(HHNq}MqH0c)r3XoWRcB1Y`5T=C2jD^TI=2_<>{5Gztb_NiebSncW6}aDa>NR zB5wCaXV=*ZM5UmYO(l-PR2Tc40bg#J5@p~Kl*)3Maj#oyp?=B^GqKUg%8*>!-VM`@ z&C{Ei;`nFwdV0Vn(Fb9!xr{I)Fv$2Gn64%bAqvaT*1@WoZxcKnhBI%&cMDoZP%+sdu=(1hri^8Q7kp$FEo0Wh$sY&E#cSKta6E%xK z5c(x$B&W2|P9s*2Yfyp(U*m^Pgy+3*Z^cMvrfOb1v}Ove<=o;`JFg4oN4mJr#G55p z#l`X-kdi`rQYQ9&6XrS9-QDKLL!<0d!A!izcA6}26nwlCoqO{_HrRz8UP|~>pQL#T ze4C$ohPAJGHdU8_h{{UR;2N@(^1poIWkeBj$<#6TG;7CGYN_y@;fu=vi>YC2LY9JVgZRPp<44b?x*qepZQF=! zp3{qN_`SXhNMupYY_pZz%#A%*lA<@0;?%v=_Ufk*kqs7{&Z`u~;&et4T(Yt=6#_Qc zUpzMaE5Wtob;x)(~6)%I?3{aD_8ZJH^L ziEE=H%&yjz)xMtjI~T|~Mk}sm=d-m%^NEtSMTekdA)O{I@Wsqi_3?ZXlb5a@B34G0 zj0kI@1yozVE!p3VV|5@wPf;Kf*m>W#kB{5!wh6~_R%9=(8rYee6!5`k0 zZnvGV87zilwK1t#03st(n{!4T0;0kEdB1)8xX(F%eLZ>_EH#ANi7Z*1rWss=SaX** zmxS_*{*fUsZf`RYpe(iG$UyRtorB6O<4MHKzc)QHPDn2Yk66}D`$1QcCt*m5woi9V{BtE(HP@A&*Pjj2BT%a zHoKASbUfwPP!sGfY=RM``(S3Duc_+uIKQ6HQ}YC|Ce=RDAlc%pN>5R*YY5+Nw=u?f zoRMEFGWDe#7Xk1!sWa6v+9#^x$QgS+|0|aQO?AFe0KE|XnM*(rww5w zOjTSZTuAa%n9Qq67JA7yJ_Yepa=eJ0tJV11-(zbpq1KW6%oKo_{I*R{!PP{uuXdzK zfBni(!b>vLdT%;LMqn<|CSFd>$;Qi6Q0aMgcG2o4Wc>o}k7L&6Fu3if$`(4^FOMLj zIp;Y~W=;%X6@;zzN&xrhe`;n9YaMC)+fhR&f`A4bt1ef1W(>zKhz)$HW;uyoIa0$4 z3(J@nGc)&9%d|WF_9R#L&Fz9KL;HxT4>7T|<s%pqV?0c(&V58j@m)A+q&3qik@jRHxW4T_x zG1W*DRVw9qgs6J~EO7qq4V1TFKX_RxA`W@bZV8-p|IPnD+9XXSZs zc3?4H@pqMD%oN)fi=~F~!cGL=l+I*CkMlgvCmYfS9KH6mfYZJTLMEU)(A)v7pU4TEirU=WDZG|vT3DANi;#!e7k zAJlp6(GQ<;I>PZS__8RB8dYV+5(ID3JqSdqw8Zf1WnlFYfPxZ9K?q(=Y!}vmq7)Sk zdRA5o#}vzZj3x)wt@+jL26Va>1nG?=&oVrdb-~=_Ag`cg)c0}5ftc6vE#H8)R|B+A zFPvMX&Rmo^Um+rVZJ|Udw_O2cJ2e>bBEPJi__}Z<8>RGQt0;#czVn*Q%-MY+DnPy9 zQ|=Pgf1}`j+n8TZq(#0e9J$)?f;q&I!JUj~7Q$dms4ui$TDVZ2;JLHsbWwFn8(zY6 zaXf~*sJ&^@TOAoJiXe<$NeTubH>&LuDM7pQ=kjWBM5U;!?sxBWj>xyZ#rAa zf=JbutG5I}7S917QaVU(?@H)h zh~dIPE@;ePJ;CzO?kKiLoRF&~@y))3Ux^u2!CS)ddTGQ%l3S+f_`m+we`G&gAwYZ@ zD6&bBoSH;1<~U?6g@6|Yh+|8V-x+2jOmOO_P>;pVXS{-X-~ugh-BqORy=Wh=Hk4Zs zEq|>py%;jinS!+(B3iS)+SP-&2LIwJCMzu&ga%#L%O zI+Ht1VbR}~0iveIIlrDyGTOGyh|Z~;MM!|&nK+Zp8}FJoT7g2o4@&xBQ8-~U3fy$j zMeV@aUZII|*-Qy1L;9F;@R=%^b!Sf4p`o!G^gaH{Xf#7WTa_$M?OIS?^YxU8Xg~m< zMXsottxrs$iI3bHHn1l?zE$`H9fTB(%ijOXV7p!D!9i8^u3XZFeAcs#O++$T&CGNz zv!2|&Ls!zSo~L!Ar8E%CYmip)I;S4Td7h^eKhnrKe%;9?#>~*Taa0$oFrbLUf)-!Rg<<+ETk; z>t>#oa?;h0S0;k^v|wAN?i{EXy-=)^!y9zv7-MYPcH4Kx0igNx7B5-`HdI4Rw*~W6Q;_npvdn#&cvOM2I!cKoZVazKlz#9hAB7 zuT8+MsR!QWzXp4^e9WGe5*l*5dRC*g-dkAo-a=SXUdGAI^Ux}?Z$vOL(3&{eueUa` z-7c}l1GFt+Amqy&= zHNXF+y9}wei(oWU5>q>jC2zcTxLuHRi(TSnUSmuP;9m8jIu=lapT}{YQ<%Sh`~1uI zZ=0~q*&a==V+RWwkGK|87TPa-xVVtj2H}JEGc9HsF=~|<7kJOCMo~bWdEbTz2ab7> zA_kC*8UP~6?=c3OnNF%?*18+G%sRgahtavwM}^gp8j;Zmm*%Quezh&=tr1b=xqC8x z+}28xlF=6VD2BEZt4`%H7WWkOD%Ar$ESza^)UGN{Fm}mM%q8EuhZ5e(DqF_Z z9JPEFkn+}NG@QG>rydYULz&m~1mt>Xqj>g5MAVdsQ7Mk5s_A6n^E45@@3*myuon>5 zU{WmOG);?V5sYsiVpm|Z%7_gEB+O%Mz8*>~P(@g6pr~zBlOT5tK2&Np?gGAT;Yd$` zt{!CHY@MBzrmocU%llmf@w-e++S}M}a|z~jFvZ9pdMj_%5_|j$RrTmuciw$a8JG(N z0sU9U^Y&Q_odu`hkda)gktYIKJX89#uvA&Lm3f*yj$_-mUB+Mk^2avD&#$kkW}GOG zIw7;S+>Cg}9~yk3yij+O0o4IV)rd#7{Gr{C5mHJd>XE( z^hOv7tO~3r^VB(~eE;_O^ViqoIK+H$RL<`Xq z!F$jN#DSM?2FibQqYI!g{`U9(^e{&{hYUkV9A?QPG9>JUnPKTnFXuZ^lhp2L(!JX{ z$M*)45DBrP;ttpo9pgnd4Ir0^dYI<5Cm=_2Q>$>~#XaK2Yg1)~*T1XI*YW1+XO5C7 zMKGRU{ecCMK?Cne&Fr%AoLKdnyN0x`5)m=+)H(eWyk^3fS!7(gk?`r&ho=_4;qp3P z!8L~Z3hyn~(n6-rg8gR>g7-z8;#+Qa=|E!5Vra_;HIyrfAK0tSVL zh?TaJ4(g5i((V1s7P5{?k^BU zQkL6;nlP>3Hz6RHW9l=dc=~EDQXv;>Yg8u2@~-%mX~=L}FsILzd=yrPX$R+Ds{t%M z(HhDlUd~bjHQI)S=FB>w+BYEVd;)r}<&YlFSzNSgyMS4Y(db)h*|$AOev zG7cM&pY`A=9Gl3tjdRZ2DO!A~{+P8sUr4c{Nh_(wnXYNG-`%^=BvZq47|x`=5F*Uq z?zj8>_INyh{CZfmgGDNeA@mM+(us%}3Dfs)AGh1Sjo~p^4?fiV5aenc?z`G#jLVk# zNE1+Nx=~<$^IC6?x67BhJbRJXDBO#YCktQK zrt$!^RlBmuZgVfc`W#22mIOdK=+p`5$D$J|eMqZflWTXhmi5ag=EN#!ggk`o7Gd(T zl9HH6n=LMA>f=ViX%X4?-AtLqM>Oa3NdGp*z75}7ZA7fAneWePzP*3{#*^U-WQNtM zBc&lgS39$M%Ta#|GZ;{7dCP6-tX$lSjb@nRZj4e|E)QQVR1i5`N^kSh^EmrDHnjd$ zqT2TqVi_8-4zdi=vJp*j!$ENVxKPcvhdoCoDi%*-^L8`_o)e*0>%DLf7{Ik#VC zbIzz!g-1mA907`ueB#%&<^c5#b?S>0DGdraFyi9SY_TM|(D+YANNJp;vOKy|)pNWb*Xq>IM+a@fboad3xOoTn7# z-jCSPSggQCOgx|+!WbMUw}#{fl~&#rVudHm3%oxmk*{oBNL>d<2b*$NJFP*T&U$O# znAN#W!Tt8SNE-D`BU1nka(b@&+q#9H2s@Hj^4LHqM!CF0UC_u}nfhhg5a=$q^Qom>JuV zUe-3!6+}BPbK&fLjlCikM?(1SyfkN_Wy()m*_<^;8w%eQZst(sEh0nuq_Gnwri@#57d=L{hA{ zhADTmq8hWC?lYD?7h-CW(5Bq(a?*SAa#t~~SlNDiXLKx`5TrG8C-EM`rdJBTwNGI} z;wi8D2I*qRVRhU#ysCFe4&0|XByR`dG}%j(fH8DR;&BF!rYtEIoI6-qd)S3Pn!eBk z_QGyseBSS42pJv6F;(g6c(8#e-d)|2KMpXR5uuDe$E}r1S@yJv0r@t*Hv^%V_YfqF ziEi8W`FSUz^E{`{z-I(M0u?YvovW!~-vB~he3{ge79k09>f`bF{_UGPdGckh)*nS$ zyLruuVm=cVR04fQ=+>yVhEYQAHXq7?n?#;<`YI9@n<_&#WEvDUbWE2zsA^+lGp}3j zvJwXYEdt$y!PYri7d}R|$35*)oj z(9)oAjTq-bHNm**@`4i;NfsRrDs zrY^p)*@?BAd`T0mYtnQ!<}SnTLw0baY96>w#?=bj>Q}mmzV)@BY(1!J2h7kFoh;qM zDCp&V?I&8~7Vbyw^ZWgN+sSmAopU;)(vCE8y?N8EXShO-ccWOlBQP&H9+R+j{T59T zwdo)R1^rD*sxr}i-@bi*L_C3|;xR@>ffm#Gcd6hO)bfRUq9GiaWI~Z0phz~~#yF;m zp9fJh#W1yz6x%20O_6h8%sz*>!mQ**xd@aROb=(Mgr!VExjHOG^<=PFRW&a64l9t) zq(n&+=pau~noM z?(l^X>%62twHfqfyhc8+(zkc@2d(3Zq+tKi%$Vupw!5{RQ;%~VzWD)Kk7-nhUaD$n zsKn}%(=+RC}-EVtVCHD@+)(NPF&;Gb9Sx7r$m4X8EhCR$l0JmDKh4@?u zC3H8WywY!I6Opk-#Fv!j%wevOrLjOfnhb!pJmg)*wvr1;LGx6XY;B8H@Df zhsDIMy1K|Zhk646<==EeKCXt6E<%(o%8Gxxu;y13RJq~^*V&x$CuM@uB3m-Bv297Z zb#A66Hm=R?qWQa~CC3U*J)3hQ(0fLI>EXc^rQ2i}<=jN%_ zYcF(2uGOJWOl_h~w9r`%G3e`Qa#xIgRsP?<((C8+GhxmJrgsbeYQ!(57HwWf%}t33 zA<-^*Nl7X({w;S<8J@^b$`Ua%*+x3H$Jg_mD#95Vw|DLIzgGUBuR|92@YfJ=0}~TO zB&aPa06m5SyUcXS%x+`5?K?A{b57OsoX4DVs))n^7I7{V)M@R%>yetVhfO69(JAF+ z<}u{9?ZSN9_e~zHllWIyl*mI30h)+G=r@>g~2)k`cjwYt4pPXb$#8f$P*^dQ!Ff$nn zNanHi7dU&dEYzm|2GB2YPE;&0XWg%y4ET1~KG(=@q$)Ol>$!?Gt{iWykCEv)MR<&j zS(&R5m*BKJx#gq=ZlJaq`*E%A4o%4@&gn^ToGTA%GTfzx>NV5ZXoZOWD&JRGZN40l*MiZphW_3P3}$|0syG}drxV%s!t|xXMk1_geT~SSnQ58(i_CP7 z=nq*&S`Ov?D~Cz67ZE0yWQfGKyn$JxCWeU%}UD~8QyzJda<BJei}Yjr!v!=YPyyaTu#Dt z3eYQnYGix^;oICL7ahTqvS zZu@@Qx51oKS5qaa$}-vO&hEfHOcbd{0`idbr?_(~OC6-o=AyMcsFA8xh-q?=0>wm= z9H+n96z^I`}6i-pdZ92>Mw_HEy`^EjC4e!q=5|NQyO zL5ycBC2P2?A4Uuf0LMq@8q5$m5%FYBRUHz?nTr=JN7|WbI}k_M%+BK&W0N79dC)+H z2vx?rWevwT?Y$=>im)3OA^|0ZT$?4!xx1XcCj+ePKA+Ow?P^vs_E*owJyB`^IDvWYEoou z$ZT0&m#N-rX0ROEX3+1**vXJnI{#D>g$z@;oD~`5C_I!zv8-1ULC3MKDcd%LXwGRY zM7ED1!ZR3G3`v${ADC&Av5j$@$Bbzr_Gl0dTxpbx&mm6(fG&K|Kd4We|5mKExMTU=&tDGhi z(fFVL@ejhz-IOXfNkH2Dyttl>w$6PL6XD7d+0_89iZiA9xO|`d?J|%O z(*57-$G5Jln#2?&h!E-(@w>&f!nHH53GYC`f~zdi@{&3sIsih-Z6`&x05nkek=uW- zueGPtu7UyW(w_v6DLinYiyygE&RI)<(uL1~IEq)+!sq zANQLuALnT(K>+XQq%A{P%xaP&S5`V?=%L##N5(|kKDH?98iO5UeBAEL^!0c!%l&@a zwh@9vzDv_LN<_ifY%~N3VN6w>I?ZSs!&JY0eh^Zsm`K$g=fNV}07o|j>B(~VU6P%c zC^{V5`%P`gh(#}piJ%C36*u2@Opq(zM>qcVAOB#kSvqBXBO@Xb;<3dMbzq@+*wm1X zkakUq2+YEf@f)~W3~2*~AP97aFJtGNVNpO8ZsxCxE~noH{`1K~X?WL}RDcHM+(m0| zHj3t0E;of4ETPNu!wdOdL9rPz&&csGVHzyi;b}@nV{Eyy#q5E(;J2`hA^SE`k`#4R zT~VLs;WJY&ag+|$9WMe#VQZJprv@;0^P^d^sBwX!Gw+DGI#j=+)F6#}Gbmlk!LKEjlDoSWa&HHin$%)Y$R> zV9^yqm@J~qJ!aKH3;srf@|QKhX0C_GKE}3fp`;>y9Iu()_SWM{`&}hxW|r~qf3H(}d0jv&(_RS^>gJG{Rdt>d$BJ_w1v6Vm^x#}JyGUC|6-uZ< zaMQ`=$lZ=t04;%YN;z@vwy>D`EfSxdJPqxz^q2!Q3!T zi>@Z|>shOvW9HgFwwjU-erdHevR;3A9~Ke(%^w&hx!nab+gtD{sKz9>zta8`^U`7D z!H$b8B=d8yI0`Q>!vb83k_H7$Om@2K40WyVYAM$zIZ~Nw;;9{#kM(yyeZOFfU|MvNDcgOJc ze13gB9*^hkej6f2bew0mR#>0s%j5?*H=YUkw`M_%jN+i~IOUDzoDz^UVz?|QKj1)? zX#DN(|7fkVvGB4D-b$PcAJI1FG}2{@FIL>66N@jZMRJDj0R3C(Kikcf)CJvZD472O9i!6wa#8>;6Vvwle^;hc3)U003 z$}S{M$e)wt_Wi}06G+|dSH03@UKU-Kc%@}`WV|kHuib8^cvK7h%6ev4;UxsI{;kHF zPG34!zLkqsBlD|PFU6@fE{Eb$Dz|NH+t|i1FW{~Ecs`%Ud7e{^L}cH$ecwMmZXdUs zsh;P_9tJVn$GGn>$Q&dfB4OUf7$R}{VOqmAgcEU$ZQS?mwr%?u(xs(AjdT}KNn)aX z8@GL@7LIq!;nKTp+rAC*khGcSrF1RGq}#@QP7z|F&-?9LkKg9(zhs4pR*Q`Ebo9l0i2v+GCwg#iP_dIse$?2e5r2xMrPyR|M8!M z9%BIxkEtrI!E$ZK|6&y-jLwoN*)%7|l;6LGt{`5JHh43FZ6cyEP|XNSff?>g8_^{r zEDM%R>Mz8pftNyL-Q$*2McK1JmVm8@nnpSk+}s85*|1% zcI)f1=+nmW!lK@b!Ahgvc~(za$LQRo)1kb~l!<{I#b^FlL+!fy}cZZ93>NBBHTvYIdqVkK=is&*NmKA!8fkjjl zzU`aGc`Zyw!HI3izU@RLOt*a-o+r+JO0K8Yvylzq+qT{I&299y4Kh3DIj8o@+RT=O z^%3ktZu^G0c`0%ZoSFA+Y%+W|1o;vL7z_hNjcCC%*Sl@V$L;3v1d-_SHnz`?kA2(7 z!??%6MPX?fF(pMITyO)I=^ZtB2nmYaaq!IIiI}BgK4)}jwK)r~4@|7Wu^m&&8ZtAJ zDw%Ijj=*+G2__Js)k)vO|eakgjxE&+& zC07_M>q$4=?pxKCOsWhH<^ZaY2XVx#YhS#kMtsM&nhg=Y-I)12PnQu9VMpsay`+wj zNy}iXIfU>K*~X@7$9bG{at*eIoV>GoQS`wwPK@D%tLTMe7Aly~Wl`Ms!w6EC#A(k7NFNJb(WB`uzO(xZUoz z{f}?opU3$)&d>X2RE%vYet?;=ye7gZrbH||Q#_Q3PE|Ti;mG&MdLXxbo2q)8O^q@* z$Q0-4k?i8T8;~9zmBYqXc~A~)KR@oraUAoEhP?7B*^CoR%;(w61F7rFGJZbI8>iC9`l$U%Vpg-!@^CF+b@)Xl9s~Kd5$IsD+%6EONshn$$3GPD z6z`DdA-Um^F$mSNeHobK?a#Ia|dU7!uTLEy5hU#}o<&3A<6YR-D8t=ou53bLY$Mcq*K_}gWOba`>v|b<2lCg)K{~b31!Qkn>44wRhUcN zd7P^1wRg|+9A3mWGx3?XZIdC#IV~fzae!U~Fo*CyWE-P-cT=P1c|MNQ{3tMY0%}Aw zL_7{~WUeGM%X_=>tLe1a@GTEOTR9w^D)1-d_kFP9|-$Lbj+pV>pLFsacdlI;a6Ao*~` z*<#ErW586G1#~)iN<+|u8X1|V>2V(JWBp9fC_c~3&2+9~Mem4m89W_C5$zH}Z459Z zmh|hX{rdXQ{?j}6_d6?7u%bZjOPj9`w9Iu~+r)?#QV?B&Rf}m0>bwkgp&H^uhAd}+ zmM%et74_Gb@5a>z%V}-jvnIROCv@Jq^*k!(h|Idx^Pugo$KyQbzVA`|Z|Oo1lbD`3 z^*Kt8SarsCOpb)VLvjT{{TN-KMOOzmEVpfZ`~2AVjdEL)Ff%`o{MH>QCF{cs8O{7~)Fd6fGm~S)l)fwJ(9(b@vi5?@U*9AOleWSE zK$MF_b_weQr7%WVD1;G6*~}R=Q(DP-j*DhlA7;n7Z>#|&Eh;{p(-42u7=rU8h>Q^d zDy0m6>W)Vw^10UIAoqQ5a{!`{NT)vO@Rj0>HhIki!}V2u

TW1aK%Kiogn?Nns_h)4bN%O05S)-pB+(3^&`o`RpA4fNr zIS+%s7vAUCt$lTo2}1OCPVL1;sHGXaP82Rr;cP8Q`f|-h1^UO3L$0V7183BY4e|Ib z$8jF>{Qm9p<97S=*Vpqn#{HhpW-Kd?A!atGGSO%U-+6?=p}@fMgTH(o*q7;#IStW1 z>@0~zlx^FF$a$U~!AnrBW@S}1 z@_o7|85#Zj`StN}549JeIlbkScHjL)iOC#OW?m-fR}zRNmgX3Phr&F)x>v~8Awgv(m|1%n*8CL_T=+8=&{CKX=)w-gh9srq**GZ__N$`|uAE)Q zxI*zSI_cXhy?tTXw=Fj{g!v#NqOon>&h*WG{oqUHI0d7`BAAyRj+18##C#m*RAZc-=(hei zjyYAWFo(m4$MeA=F59kZRc;8K9#~B=A|snqe|s>_g^7@Xh!Ky!{rw+=wPU9)C&0nHqc4?u6PH>iHKA*v zJ;+D=mfcE7LI|QQEtJBvIc6Ges$rvT{M(F1SHUnqm*lg!T5_or5tJ~$MXyG1^8B+x zCy|nD9_G$r#)B>UQ)(tCaD)7V)>HDuf#|A4^p={zr#hYC^4qz^YHynkLPjBNz5$6Qzp9dWzum}es(n2k z8dE(4*6Vox-v?{xMUL;mb8LMCWoGnc@thn#4s4 zt!dV+FeB!U^Sh=I1$qou(D6A2nMT}j`_&#{TX!dVSI(Mp^p^pgtW7QVuDf>4EQ@;6 zg~0`h-SA*n42l4h2ChAfnv+C42DXi@hRPcu_VDe*Vkk3jVsL>+Hk5T^p~hr@8-s@$|gPw_|kcjE8DQbysbeF_r8flla%mS}Cb1rs&wL|bIL8HkGMchPAa0lONiyfCsZ#Fw z2w728%d<0DX($WJ8{e$P&`};f;u^!Qz!qD`%bdG}3KlLUY1bQHIOU(4fC1spHErcOQ?>%us#=@;w`mKv`%s1I{ zJSq=n{zs!fw7h!7DZN>b8EmByiB$SFKC-LlaS3s*HLSz3-o&ANLy(soD_v>tFu3?^`6b zg>!QYD_*L=tt~<#p&cpp6Z6Lf7I-5N@-mpX49O%+WaDpt|3@6Rl?UH56MOM7A*$6+ zLO?27f%(hq!s-OXQHHcCZB0cpU15bYoq3jMmvZmfB3aCc!meK~4udKX!Er;#!?NC4 zYt~)oE&q1ain1XQ%ZuB~)u$@@gtds#j4x+5<727>g_SW<&mZ(KSNP&&Pe=nKSem(U z@?KD4YF#tO@$C|V?5S}9-8UEW>HW%2Jt zz+Pa%YHB%H(+$P)oc3k=_0@aTEw4{$#Chpnzp6!GUasJaFLAtb0o`a}x!1ppf!Gk) zw;@BA*|QWl3gGjc`s3%X<2=olV|4wwQm8DfiDw0fjObVryt#xT5Asi|l}jF>nK0k? z?el&cFvfoUHins<^Bf}E7{_tW>9!S_f6PR&p5|q10wfiFBrg`h9F>oT$iDA>HV@bI zl>DdYpF^}Z|8p8TWt|d{jq5Ylsa_b!Fj#_g84j-XzhjK?xBvJ@L~~(q2O@(#3o7Re zsaR2aKH+L)|3R-}po>Vg@0oKBwHi1`eP17YtrvB9U7SRH4=nt; zJW>yW7!nbR^%VL}p-oH0#0zTf0IGvaH-F-VX=H3(J!Nl zxkkXtjlGGO26_#x@%^IPC09&2Rcp^HiG=dFUy5L*#zjKJWM2=KCeZ zjR~7=+t`L2$MN-e-fuUrIeDC?XQD+MoukqKPW`QcJHgL+n(8L9Z5t7t=V@ji_uICO zZQBOQOEL2F`#8RdJsUO5Re&({+0H(7xuOSZ-Uw%FZlneSJsPOx8M zggKYX@^2guOvG_gRyVE-vbNW}t0wF9CaB~7jba}fr>~2{I-E*Lc2gzs8g!V#5RuWG zUMlD}RTIH=1gW{mivcrMK@EWx(7$WM8$)*askd3*C$mbzu5G0!BjRX#QC)= z>ukNv2kHqI14MB13-xeEO4`x2iNNwLY-@ftnco31Bd?LEtZbtO; z*VlPY*@ioYES~H5ON5w*wKE-niOJD%xE1YOh@w>EfBolw0)d5KMlLsYIuXcMaJ|b= zGBqq?jn;r?yWi`Q{VM3Vv3f*l;F{p2$<6_HY)e3hDgR7>P@oQFNTg6U9_RCMyT&mV zghHM$M=!>ULc#HrnkD3pVQ$xUo6!~tb1p-bJ(k^T0Rke*TE-1$!O|5A7!Qm`wU6!j z+&|{u-exyydCOwXUbxIfl&hCb`-6ZNRXZ!$Q;;%nLA1)mI|1|iFGKUk@fs~)$owl! zE}iK(idLGeJ+X?JwV7Nwp~mh;z|1?iy4WHt~;6&5wGs(K?O2;oaf{D z9L#@w`}p?xF~-=p{r+*w8QvJ;6(DauKga2)A~F^X9_Lq?RqaiV@=0Zq6k*W&ZU6Rh zcN5Gkb51kby}qPxtyH_+_HD#5V2|T`9w&Jsxz~xF>IcG)5tS378dUh6I%WL%Jk;!% zdQ5#hkFUq``8;Hd+x>q3xbOQ;EYIihd>-dKZ~K0`-Hzj!b272-2y;SbV8n;dq3KFl z%iOFc#{rEsLxRM#SxaCg7Q|Slh!PCZq}d!0A+}7xs7f!wn`U7y+j#Nm(tT$}@Zo4}09j#W*@aSwL_K)J}SZ7>&o6iDBLHk6ph2LlGWr?i$1J@qyNpI-W zs3WP}<}$A5%+j;gC__Js4ses)F|R+d-+q~Dv?6|&7nhP#QuX3E^L_5QdbI@oVh3|6 zT(-1vT_ppQ^N$W>{#A(f(sOF;L;IOuXdS#>5CA3+0cIiFDCzxMYkRqM=}EsnYEoGd zt$$oCrX{+NG3aINz2{to@Dne^mik}M=W(9jK0dyEd~DlLWilGfq;uQ1Zy)!48|Ne% zLV>o1dF@7KHwHuG<9;9GTtuSHw~jfFb6WFWUdKRt1k%jRXZquO9x{dllyjcUylHDGQIn8X0p+A2Ke>wH0 zDiI6w)YFXq`2Ov`{o7yu{PE*FXQWgRALq%uWnd6!25f^TC5q*p09Y1DS?&qOzyJLo zs+#$*f*;Ce!N*>-uEVTQSETEP1(B<>73^ZBmsfY=?Qe-(`i&AY|0a51`l&gg0k0YT&fWqdIk2uDE3QVH7j$2z?ytukj22VW%OZm`tfOSpGcM8}dif;v^4 z|Fsxt?`glQQ#+pmn~Q$u&FEy7%W)y>d8#t39XU(e&~`Sh&{U(e(5JdSx9kxo@J8QY=r*W($W zC3ZfT*FGhR?SBMkvwC+A9vXRm(NvKLTnvfC2Crw!9BFP-Hi3X~X@;F1;7~SLqWF^K8^TTk;sf#{OffYe!NpH;X`{hECrrk+D6$ zZ|xGouNSQ#UR(uQNqMC;C)d@>lhtx>MDCJ!aaSSC7k8DvITIG&6Mi(U3)Vut5s3`s zY@?|6^6YCr`hBlmYDTAg#X!-5ki7^WB(*F!R9d{+v@O4m_vK)J%i{YVO;( z|NpuByC+GK96t~Qpl0q7nN>YK-E(&&hg`CU%awiDd*1gI+5i4T?rBd>j$9#c$suRS znVzny%!~+kQ{W!(scPnt5s{fy)o0U_oZ&kaG-N&`=pz71@X;ia{^)9LPXVv*~1U6xhfv^3>P1Y}e2O)RWfG=ABZL*JxS_8*<|FSs8NB zD8Fnb1EAOi!3g`|`ML&yvtWCSRqs(~Mugg1n|t{)7;}RtzB3##=@UQX4iQb0 zr@a>=({I=<+i#=ht(XOuwLmE#DBBYm+{os+73|F%U`Y3y*o3Q;kL8*+s|CgterDbu z317UkY{C(7Usavr6w+to5rb2Jcq6>Tnd9?|@+j^VgD-fgk~Y}Hal85fY^?7vTklwo zAt~Gd_xKDPb1)dok+HN&if4$0fu-Xm1y2b_DiINeEwG8X(IaCzw~C&XBl)v1cHa@! zWZw$0_5Sp9QHz@zt*x!=^0aLqKRrHPua~|(K3%WZt#4gz%;x8(=n4{9j$H644k2yYp&^%J}Je**qzaAZT3Lrbe!Zlx4z3K=zD& z!m=z2Vu3zHm6JtOGjJCGCPH%ogKahwVd3Tng)w&)&DUUudr!tk(Kehcuq~8F4zeR@ z_7@-q0zu7(;L>RmC7Gp9wP}VDSZUgq68kyr_=C_5`lX%f5rZ4tlMsq}P##%nERmSO z5k88r;?39(_*Sn7VeVmYaYVq@nx6Zsn;A9cY~mpX(e;iBCW!MV=j$P<;?B_Ik)y`m z9K#3`MhsW4>|#sv%_FxdVs1PesGU1~$ULOHkio?p{hySBB-YGSgEY?JG*XL9^Oqwc0WrwNOw5{z_ zQl?GlBGS9WK1oCX#BQd&bs5Hq+I}%hWGmF92SlhToOCbTqrRMwr_=j)<`KTX zzyImeC&(aK0g+{C@9yqeBWc{)yUVsgSKR=;_Z5+dI&Un(+qRfDV=yay6qi&x#rdU= zmlz?M16x>tgkp<@4)umPc!guwV6%i(X$QGPiU9YnK_^h8&@$2%o2c&of?_i&?-)$z z>$;g~j3QQgy8urz-NO~ML4(O8;_^|lU1IYI~N6J zhI7@O6(r{YKLC)w6rdI*OxIYoVMGCxomMFH&q1$>_WpvtNkzdFxHjG<0V3d;z;?{h zm(#GAus(j(G`(bu8yMKDRe0q4ide~w^e0P6-|L#5rBQr;!cNUhd_ujjPGyuZW)0IW2S>(T# z-nT7uJOB_9LqyFRC)GD9A|8O1oBqwz5=LxDB;0iqroN#4r6#woAD-6b{_cEQ7Us^K zskQS-&ppdTF{gDst;^+d5fMUatpO5i1~oU;TWbK=dq+<{TP2_J_+7LtfdEkE_ad^y zX`P}AKJE)gB0UpLAwlgmLS)szL?C0HlmYD3;lQN%t_sKlfF6mP;#+K&L?{tZO1DleP9|Eh976>PKuB3T2Cr9w zfWR964LN@_3bESqc3j9nz{Ix+n2gh9{TfRee{XnxJ25I~iylT_>e2K!;2;4Gn!(eF zdy_p-RG063D|)C}Mo`|5rn#Wnm$hVxW1Fj%_42StzFv8fjbj;Th?P2amqwJ_yKGzk zuo2?>clQGFbh(P?3|beXU?IYFxjUbAZHha8dVK6m%hGrgo%|ty9j=N#_hLfDq(Dk%y6Sw4x5})|vopy+2*90PyMY>FII_R*O$U^iO5Qhffck zEz8ZaF3CR;09fq69^Eh2l;Lezy5*=ey|37&My{{`ApkCV=D7_vaF-Kd15zM|kR%%? z+2x~UA~7w}#-k^)p~+DtW};35dxF0(DF6>%(-H=ZFtc=!B&$*Y1V~R2K}0+0eg~RC zVHvC0D`Fr#kqw4~5L7{wJWpjIOx<)b$2ce)@RUHNNZ2C15@Ev-sJJ$iQ&4Ya^==|R zG2cg4X`q)jXr|ICaH)+%%fYv#a#v}!8KV_ym`Axit3eCAWwA4lzxTKm) z#tQ-&FYnK%)`d~bBAVV1k)WJ**a!jO>FILawx`Rr_kMRiolhqs`tc^yqMP3kP5Cqt+) zpU?}y*7?VepVTFyXKhl;a3f~s-bEe|sWrOx{&2Z&-D0_FbUcwBRw#(L^)4cf8f$>F zvlofNy&xI`q1~cjZD8s-m9+FkLK&ElNACk_J z@ShgM89k6OXU~ARxEYSTPzX4T3>AG55u`M%^dIuIHE?0YGNmo(KaR68>*FNQbyydJ z)dvQE4n@5qda~J)r|)?oE^Ls{X2|Qh)4P3#o(bJh=INEZG_^)*2SBnkW6tpSyzULH z${^nv5#2Ps=4&rUpF*~CMo+~Gdxegrs6szvi-$$pz`IG`gMSHy=i<4bstkbn7R#i* z5Fp`{fZbKtf`N>M1{@2?`*J{}-%+(eh3z>LO&+qCI2$yjwvH|lgiGiC@C0_cIITIskbwjh` zY7h~b@733Nxm=kAsAN#`l|AN7m$h^Od1=0AWL8w@m|2G1{^RKJ&eFLr0wO>}4JkT> znY+lQ2k^AUmTX#=1c$B}kq$44T`kp8 zA(asIn9Fno1Aw`r0&T^eN->oi&8{#*&EHDp)WYU-CEY+dL4$}Wd4pB%0+^0MKu<8A ztGy6?>gG@7*z}{;So>=nI-QMHLVLB0DTkS%-k)GFNFE#GPzyP1vlvK-k<*tca{j6Npe!M2`p_ zhz8=B988~SxCy}0+J(6@Q=^7dWB!9DgUKc_@ifkB8$voGc}YY^SP474%QC?Y@Tw6} zS9i@YsQ`*2%1jKLu){RLaEdB=FU5$8xwezztP5K{OIE5V6)TuMG;BRj!hBlf%EJs3 zRe_FZ;0vVS$mXi+M!TYl`fqJu)o0TS;K)m339(S7y4DA7wY9^Ehi02ehBJcC226`k z5*cM^zE?EZ0!_ElI|JweJkp4+*KOOn&Z!?SPXe+miwL}b|Gu^M@!>$>bcTAJpR zX+%IdWYqtTq=p+bq7ISBn*d}yNXZ!m0FGt|er!3GwIOsf4#C4S2+S);0I)1evtil0 z_Db)a0ou}RER~s;_5HN9*WoWDNi$xE2y@r-kq(voUT>RQfRFY0RES$QQrekA2prl> zGb<)?UNCk*FOlo_-!Prq{|TO%5(j zeOG7eK}O(g-1I+f5w%oOP%`-FTo@quP}l|?UmhTM`sI*zL_|;iG~*^_Zx<)b*fg_C zX3QOscS2!sDXdRp>XR?HJ+3bh0_JA)GTTruH30aLrXqsk2lqNkfKMGFNu#YU`u&BL zbzQgKx8AqTpB^5z>jmDwM{L`+iL_-|&nGrJmjw})GBYzYMcA0tzo5?7&U|+|t?R-f z*RAWWCY9c8+XPXgR0Y6;|J9IWh`nBB5TNN2v``?H@KA-#kdl%aRnTXa7`=L6{E;7) z-g_4S7Uu4_&r$_XSb#vx2j$2Buppo?L(^{<0nNzmOhj?^2$%CbOz7CpaVt|8aN$7l zU1FG{E~eNarqeKpFatQce0Jv5IbZe2ItQB~;{GFD88J9TLe)prfh+ZM!=>;T43T8H zdP60*CXCPAW*O@mFU2eNxI`VDX6j;V0vljw?!8+;b*W!OETXe`NWs}_4f5GHc~%i{ zOTm=(&P*;0pHP6kZ-@MC5+GaHP%*IjO> zPEmtYp{z=Nm{xxB7;oG4Pmd3sI{-dDJ+USw5YehBls7Th`Z8cCfZn z1QC~I(NlK%*1H}bg{1lSS!7vOOV1C|9f6oNfet`S2X%$HGgyQVm))Z>^+OExU@sAY zM<|P1CzHYsjRj>QvKJDaOsjNxW!8@ic)XkIAA}C*i(A9Iax{OS$al5Q^rFmxT@9ra zdKtSs?LLV!H3yOP>Llh9^;<6=5J>?1BsjnCW~L1W<>^>>kZ0^3L7}!PAf~+(Wa+X6q@(aLMYlx3H=` zC7C*494@uY(ZrrHu2_X}M_UvSpr%(uDOGfyjKNye9%ny)jkEYr6>d5~>DzqGOc=9e zuv$zLCDk%IB2KE5#LMjGDoJ=h!mAr<()}I~{i~&f^EZ9>R(i^Ow#(WELw7*5RGb@N zU5_B}@bK{I(?|70_1;f+_ouu2zFqZPl30V%L#emkL4Z5=zA>+-^38 z8X#=_id_?cwMIyw+qxJ4dS9@$MgV!LknWUqvjLK6Ee-r4GttA@O~KV_3RoHlA}F~s zcyu#ne`$^yjClYI)!D!YEL>j{ZK*`?2%>ltI|FFz;#(aj z8U&u*yc>`M%8!E}Kyx13C9|S}xLO3^0?PLjP#l~^MDk}EQ10HXItJXjiMI@M$!cY;^;&F3c&*Yyp4|NJo0ZK;^@!zyEyMxEGU;4FX& zQiuz9kaev~ijiBD5KhzDs7nAu#%0D~j2JOBaCmHv6^>YyKn%=$hmaVn9!+J2P;IqB zv$Yu!PwPtGeNU}*TMHo;zV?0k zESGI#?t~{=@a}XHk;lsg7ZesDw^TsXeyo;RFu#Se8Lc$sl>*lw17#Z#`XvRCM1Z+t zIkZAV)VVL*ff{(E9lL?7A-o}<>}kUQV97chnGrRan$#8c><2_()Yv*Zb7^N{_?oyg zLd=%YN5LR8rwNF=nPDtyutCh0gYZ_=kgqDdWnepmIpU^W;A*kLpoH)R9vQ=Ah(mDG zBT;j5I?pC5l=l^+V#i_?42Oo`fFqjjHzA_l`}KMSi%Uuq##>?SRkNX&kXQiF=~cGZ zLi8ZWN(k|I2}q+=%i+rIfDg415D%n3xl*STBTpnYVqwNh)ZUq!WHx?0I zuN_vyL9h^AvgpjPj|d5TE<3gna%t28ab2z2Tu{NWG8cVB$K*f?hY^8j8F+gn>cIgI zmKZI|M!JvJj!BRF6I!os{y-1SNeIyTS$trK!o@5=dfJ+rW-i=V#$PSD7(vC}n{6c* z7j12MHQ$8cN6h7;kBxl7p-fD=u(Cdk5vSaSSus*-`mQX(3Nnb-vcjw9of zLPjVg@lEI|e_`Gh*5lZS>ibKvgGAdA79hVGN-U^(vuld`c?#3O_xKA9=3 z%6Nx#&y+vOXBRs78B`w$aJQ`9KuR~HxhKlRxN-WaWz-YzAH<0 zDiTB_%tUseL(EL3&lPr9crk@$E(wX*s5uSXE>PG;hco4=o=a~k%dj7G*=_3`0GCFx z6M;H5_)y!61Q;FIeUq)>chY-M?hN|6NIN01MS%pL$3a_RVyr9f*AV?Qf_7KT6@pk7 zZyyT~-@17fG+2d5go}n`_s+~65rAwd8G+cAVB8oafXpdgwVk1Gi5jkGRo($85xzrn zeA-b9_mj97_PVXLT$^u~N>pjM8>iVe%>%g@uONIxPK<033RF0K9=Zl{fKS zuu;2?v04ol?1oXcgQWfMcscM+!mT&H`HV%6qhl9*YFy3Jxq~8@L0jNKED^q0t$u?r zFws1nPMqJbhDso;$7&O$;I0sxe^WR(lNM6;JX=8du@+P_;AjdhBSON6?Bve#rln{&y(Xr3% zzX|Ih^a1??E2ox&wY-u6b)3`=C`M(HfHsBq&)o!d=EfK1@EocGLw~7t72T+}5y8@G?>ISdW9*2qLD6ll z!%s|xOQZI+=;yT%pK-eG)E&}3u~UXmL}D35w_Moef;>-pZ-zbdwP7l zT%JT^S(iplgO|7K^@ksS_|rfB@yQQHi{OXM`OEvcTN1iSECni%eY(5UG;YLMiT zlScG3`%!jyv=~ke*8;>t5%kmCf8h8r3>?o8pCTGlc#qn4R@#I$@GTKfp#Ak9{!pRQ z`xOExORTs6STv$4vEF+aBelWNX&B=QTuw`Db{#@F6zjawWoxp7xPF<#=*Uuo!NOK0 zoUkYZB%zHUg!oT!M5w(?q|PQVUYl~ruf`dEj<@jJ+JN_UFih_ULJEE5VxpeL|3((y zWN)=1LmC2_cfhgltiq!tJw!Qr1dCM_qqDU4!1Z`*sy~U`L{* zao(wr1o~qMY|t+?NS6FmEyd0E-+lM{-~ZM9-TmXk!w*0Fsc##$Mn2iUTrZzKeY##Q zZCOM>lPWChijHoYzuBW6bue0%#YQ$`b7a$DM@ZOO1E1n58ss(y_gI#jp;rcQkEVxe zXFuR3`X4bz_c+Hj;6nQ$KJugyf(TN0LPWx49D^$z^tf0)VYhB_fx?G6N2&<6Xj65; zKoQeu)dYC}fQ>wdM2>$~n=bN>&cVCFwQ=B~p7&K{y+k04^6s|e$oH@{)&HU&hIkiK zB!(iyehLfvn=$KnoH+sIEmbWByH;kk?_$_wT7^;x5q4RZ1-nKob`d$Pt116j`EjTX z_EudL#&~#vDytonAnv>7Gg_noMB1d;-hr0@e?Wl0QRak+;?0R#cyw{#NbRn$m^Y+p zgPw2;%Ka3f5{Cm4A=n0;lirZ=$AsP5d$n*#j-;TD=o#P2P)nE;C0rz0J@kv;-{)jN z1c3Pr_V}S;OFpH|$(e7Zqk13>I0Od+gN9&*9)f^~>)rkT<)7R?Jbe1_vErc z2<@N!%RdC8Ju3&a)--o-2&DJ`RgoX^5;!A_f*RqE25nd&a?~4fEA9`oEvF&IRaz?b ztBQW^h#2nU_^*`0p`fDdM$0tbybu+y`eBwIWkY#dtRQrgyu9LXpp6P+wTulzLM@SpZ;}iy0Y^Fg3$E z29Hxy=62+0cgPG?7m)uO91|GDIJ+miHt!epSXqs}$2#nZLAQC3z|?o+pJpcw#0=(0 z&|Z{>8{z1*OhycP!fQ1A)xkA5J(P(IV!IXW2rlvTb<|orpU>y>-Fi9`(bAT?_wU=f ziim(P_hntFwaewww`*&(w8i7e>;x?CUGs$LA~1RUwK;UnB#%iLhKXOqqnh?=OiPI(K*}x&)U9!9`67ZHfgy<4{`z12A!{Tn z3!J%56=F@2=$&VvllM|4u-K|cV&pB3ArUVWWORYX>03+v8=Bv3SgSV|sW3;OTf&Y$ z!+6cOE_Vw=1E+B^kMjNRJ?8Evz2UC0x?*kw2<2QR*D6VXc9E)xmfdaV-gwu8we_@q0mkf^a{Bavb=db^HjmTy#_-Wh1<}a5VNx4FsPO|s=&_g|CRHyw%1ly9XzuUUGEt)r84(dZ z4JVw&l1VV!H?6!9ckN*N=YR9BTL5+ra2=K?RYhww9GG&mf$Ae0b{9IV>~Bt@Hd(k< ze?^F+l5s>^4Rf34dL}+@7-Ln4CS_Ta3Z3NK-eXj1UzOi35L#L>v2G0C(py$V35iR^ zP_Q_91Rw$yO=pwtye1L=ODd{Brh*|l^^UdzSQ?$ef5j%qdV$HTd5XnOFlr8hHoe9&dUO44fIo@kAqfsR zWQD~tchR=snE#E%cA!L2A%R*^RIN9cR?eL($fjpv8k2h`YAlQhmdsqUnFxrlXdwV% zvqOF*^(~+u0!E0~+O};8Jt{FH+!UEe8Jg`E2#>!0+O?*M>J4?^>tVNo5LsW33VU|(z<-oI1lq^g^1AJj(xfJGv+max1qJvW}ssey|wuOJ0KDfgDL**ydibUO^#_Fn$wt)D_NJ)jueEK>O25G;cn6jQp zwSY4-{{`zFnX;WFKm%fPLv@&lW`89Xc>BFoox5&8@a>==2x@+IwLsAlG_wfCmK_i` zsV)D>vMvI!ZJTZ+xqtWm-FM#!OQUvoJ|Q9ZE+R`?I`?hcV1b6H-d;$i8B2%VC?4k! zrlN|UzGFJT3klVw!fs-N#*k`xlp$qLxfG)4+$hs6iU;jYNeao1Pe+`(8{Mh{Ktj}0 z$^QBee}g_r&uof{uf9PThsXw@vcEe7i^r(X>OQMO8b?b?A88)quvpxTB7N3z_ zQ`%v*$QUE(zF>bBA*zb1>!jOfALW*l?(X$+;Z*Z{g3lqE4(z+&{yp#Pz~X}^N3Bg4dPMen!K;Sgpr=9|Nh zQmIJZ3F3nls{bN3CTS`vC9r^q8ntGmSi*!p?uE^sDhDx4>0)Ol=a1QFsvN`eTVjg0 zFR^e}Y&Mq%tWJ;wLpK#jRe2Z{=TN@GEejJ`0m#6EtsjZ+F z`|(%W)y5VUt^Ru5{OB-aL$D6P0;u%R$yS5s9N*$kDHdVy14~d^>Fa^pA|f@kV-f&+ zT@W<4O;lk7w}1YJe+@ZK1Y!@yn3^w)_UvxdgMPgl_GxAjv`GSjzN$1p+}^}Wvpp(0 zdkBO`(V4CQ-vd*p7`E9Guh(N?wTzn4v6kW5$w}foxiXrT@wOEtF|{8eScG9pfE&vh zoeAOrOgl0#JZR_u-Q0DnW3RO~m~S|Uktwyp)scm<_hH&}Zp;BVQ2tZ*Rjdg`GF1UZ z4cC9`Yd9ow7>qt-tm7Ld0pBd zB5ngX-9y}r^?bC@)dWnNVs{PGm-g?Jh>);c5;6cFTJDSC@qifc`H*9=jTUp-V$ux8adC5*by5`|UdF9{*;#Z$O0kj$)&&*& z35Q=E3KjjM@~_bcd3?~i~R(48Yk`%rwI0Dx0P@o&aOVpN)imzQy@F2|B8 zu!1K5^?+MQo(BO1tH~loH%vAYnp-mjD}r+n zKo^S~tHg|J>8w#&>#{6Om$oEck#VbD?Njv+EXzWk!dz`b7SY3a9-p3wXj#|m_1cKm z^`u0FAyP{=GznAM$*!|8bS;v5?(0<3rM=1tl>5V!T|gwyzS$`)b6KFD(k3h-tlJ;7 zow{6vNM;VZZ@O#^EaJ{~0xc@X`x{sv)#p-X<@QX>rbfybCU;l(v=8#n18W*}Fw{Q*L=RGS8(DK$ zh-H&dS1L_ggrKVulhZ?&K5?$hCcg}1l;ZrM-uI_78=SE^ zJ}Z|7G|6Fs72>6&m;nG07Sr`ZAu2OA`fA4Us$O$;F?5ZD-J;~RfBuKRkuoVGL>B4X z&!-c*8cDJMpoEdKu8Cu2PLt8utgddi=5h+4k90s0d1z^Ad`|yMX4~+?;vQ$c6M_e6 zl#S!j`HpU(9IbKf261>X_Lhi2u(_MX{Rl21sR`0L4(yRATP-)|gQ%>fgyep6C?X|3 z^w3o(co<*bIv}>P2sWrRuX|!m@W)?{o}YaPN1q-))sChcAC85fF+}1wV3|1{R(g1e zNbUOy3R8`kQ>eQCV*I2i$&jmpfqtL}P>@9+Lc9~HOv&n|HF7H?pXQDX-$U;x%-k)aQGl6Grxg(|my3GFm@WH^ z3pK(x39h&Vn6Rji8`;Taxht<&d)ja}-z)P6gU?s?9Q{hq+QRbSQVm?$O9SFl|?63~EPbS4%JFi-KOCWmiP>Q~yW5eY=en$Wv- z2<4+PCvp!A5>nT5Czn<|#o!j!G=x*y#dqT<9u`v` z3B=iD2RaGEwUi}C8{$AoNEz!sjY34Sv|c2>7uIXHQsQ%SBTqE?05-!5gju$2L)4%e zV)dIN>0XJ;<2o3Al?or}SJPk)<_^QB*c@>t`{C4G(v<$YZ}ph1vmd zD}1<|PGdlPT3rMsu{*3_!(sqP|7XIk_4jxut;iT680J9~HV_<9VuM`+CUm*vWpmQf zLvz?rZael5G7=-_uCCHTHwL>To0aybiG=?4JJ)UF&MlIJIvt}#`r;MNv)!rh#x6@Z z+d~YNLiRTyCfD(&NlMu45LTG6%z+SH>3fm33giwMdrI!WB{%JAyWpU9Q&dTqqfcOp z*BCTJ?au@3$eB|6ffZ6-I4s$p77rU_M*nCKqHQ6wvm=d1X@AbeM%c8E;#fT+-Rj_$ z1;nOXFVwpUZSsftxPI5DQS%gzhyX%pr$6Z4NpP^cTrOaz;ST5TNf}Dw@yG#YHX=lF z@yHageg$bVqwC{r)1d8CkgC%x@Knk>;%{j38hc(0qn!2>S}fCa@qypWkeM|{=w#RX7qs6*Nm-YS*+9(2D>+TUUH3UZ^5yO z?+~%;ok>LNx;$Mk*Xwm@El{Ygo+Xi(+ohxk#6V9Z7(4Q86b8Wf$b5WSO?966K`kcb z=+>(*Ii}6+y2MnMuNV0HzE)0VpcUiTmw>!TYb=C{Dnl_%d<1|TT2hJvP_r?+ED>zi z_PwU57mZ<;p-#YMFPI#WYBJB3LK;KgiQl$xcq^*TD(Zj-00d^k1VZd0BGQ&dkmBct zTCHO6G9du_JI?Riyjj_T?hxpmdF$HCfDJ{XePvxw%<}m7a6aDwtdL^?MMN`dZCe+~ z^G~xcN~&1IrduTh&=2=TpRUg`AWpdm2xxEu74Bvg(dm&74Batp4&1|`>iEXY?VtV2 zKd3FB?9_-NP05JCZjU~*WD{t{n)njo*86qaK$r8z<6UhXQ^xAc6;QUD9Qn(Wby;TO zd+XBPt!{)E9%KM-FHKh2v^jOK8VWhZsPx)Fy;PQxLH05 zx+lJ17-7Pc6U^|7n|f2%+m<0>*#x%`4=Qz*59~?Kj4%yzX9h2asMTA{3@mgwaM1NX zq52kvNZ6t00Kg6%sFYRy;{geQ&hf}4KFvBfqFf~`zL`v|e9gbbRP8BX6VC(Muw0WU z;;ibbdd{ya+xH~7>ahRW*i?^-7?ehs0Tz-fCBdt>pK#%dAAP4aj@f+BH{;rj#H<15 z7@#>HhR#LMObfa{zy&O1I)Z9zMbs!bvtu0;at1CLi-rk`-m4H4k`U?;EI33PuAyKW z7Ut{)fZjRMG+2$DSwo97-Z1)5d>^qQRn!?Xph%t)(+9IIq)?|77i-ajphU!SO)8+2 zxzC^?^#gF&1qT^IfnF99@oC&CT9qcHEIvL^-t?e_m`o{)6T4`Jf8}j7+PQs z36aG^-m+Z>yB3Z0Wcoh3Oyi~E+XzP-iAlklkZzHwjbYZI0qztLfwXgSj1DYoCv1XAS#H&(5gnI0Q<-G@BbsI*O+~{p1qVJ8YG1n&u!G)Hw(9(_2we5m)>*p5Aygm%yWz4(o6?(H z5fjYr9Zskmu4->qYXxVkc946r-DrA@lzoLsd9L7r&)nUf4N7NgC^lRaL`TQOda3KJ z_kIOfmZi1WDxOE5#iw3=m`lc+__r$d;KqcxQYOFiKrKZ>_}a2j>J*fm_}#hu&(0lqbj|tg;7#?Kmcp#K_o|TOLsan3)JgNF6}vySx#RLG%Sn;i#Q7 z9t&6)4Yn&0tWqfZIv@`Btyfr-_LqP{m~9vsU8MyKa5N}nLKYlPXNcjUVdsTQ6VvN8 ziN4x|5v40A;R&$`odZO2hU-)`F^U70JacyRR?L7Xttxx75uMicp?5uRRYy5GhE&6( zcFll3V*(9~IISYP28f$FLW)Y*&%QdTDrbkhDJOM>Am-`G zC`(6$07A49ZqNn1qw6xA4n~I(0E?qf&Fo$p@xdiv+lYv$Gwb@2qAmH-m=uFC2`;s3 zrJgg_+TJvhR~XDJwSyI)4WVP<^v8KVY4vK!`e!Pnc*j*H6yd=HC9g$KnRJyP%q40H zgW*f`E4uSoF;2Uh&AkZ0FRcSL;iF|s$?*UH8i_NS0NMBGhPvY&Na3`ISSqQ~K*3#$+yT18VXJ8i;-r7gh*#wvK#i`^U%TQV_(+szoQLY+$)t% zaO+hSZpcBtrSlZe*`e>(G@xNP6Vd5(x^5ebAkS#BN0$01>2P0ah(7FW+ZsDOm5jSP z&Jc;YFd}kiDfXIe_AjbBn4q&UBgnAO`YwViq4cA{aGlHRc6KrgG^ID>vu@!50AEH4 znAW!sWNZ*}AFc&BT$>hY*-f78jz8t{DBlaM?)29omMDp~;*K#daO^-tF}C(wyp^t6s?3x{Rj|5+xhpW&bBbV`dPv!c7#2#k;Htoh_m*}lAueP3q7Z%Y zF{WLsUJJKBbvJpLb8Uo;JQ`&)9K@ftbvE^tJQ)r5FHBRB-+Xf@j)Y_MO<4^ z)a%Y-^}qcLauX`OIlSxySEUcGgz`@=n_RRz&;pR8v&gWfox{)%o&iPJYG~UcZn|_s zde<-yU2<4B!zHT{2H1Lkx?a^HEvB_K~DPDC?LrPC|a?4*s07UMI#+LO=UzK9)mLmV2j7HkduL;koH-2uxI@$k zN0%854#^UgRsWh6>;E38O+ARo2@6GM)&zOxg)*SLcIC4GfHAdqedKn5SVnn7tU@z_ zduUv6Mj__Owb6VoXE#|bh+IA_5LqplEH;=19@bJRQ8OxltO^Eu?<_Y)GM}T&4Wn9kI}umALsr%o9hEV5g@kX6l5`|?`wfQ1POL>R=nUm&!Fp@2Jl?d1BB#Uo;vwVeYH z>@Li^zNrDBdV}ld230Yx1;VCKC6Pu424oLhDEIQG_RQeejWT=^Fw^hTO#3Si&>r!( zF31L*6XazB^##r3BtxCm7{r*Cf@4OpJ;ifW2fC!xea`SVrUZ=o@PH!Qp*f}k3v=vK zD9x1d+r23eSP5YBQz;ah8Vx(3nk>~!)+QISc3K&&-*QAiS?0}sNTu6T(&8jBLlSb3 z8XMwGmhgJpXdB~9onumdt3J;T!a4zBp!DaVfR8-@0MKm~%)D*g+?gVlW(*a(5F8?v zc(Xs;{aOuh-JXkt+tyXX>8U6HpgRc$_oH9EcWq|(MCB?96V@fK+(3);xWUPKas&_p zCwrI5K@sr19|-6PbP<7dxr~^_%q8u0LSg94;^#IdLB*61pEMQQC#PKj%3uoFu$St{ z2}|2WQJDzpt^~2<7=?X^*uYZ6hx~#nc{fLIjp3AU*u8P|zA1@fd7`i4l|f=t0kggI zO%J>=7FB#VOL$jf{A1?wf%ON)IRI(tlqjwkTCSfbVA^x$cH7flE30<-4(^0Cm}I{~ zUj5}vx#K);!p(KV9iV41_f2=oJQh8gM z7Di1p3D9>PsK_V@J{rWj*xJXe7z!dR-Pdw!vbrH^!o`MsJ<1s_uFPtu5apl4NGw08 zk-swmHv(kbh;2&?yAo`5oq!_z6cKfcVoXFzzW@LuP-}$Pz&l;snyfRS+63i&?UbrZ z4#W>#m0I&sFoXqYk|+Q@(@bB`l+{Sc%-G00FbIgq5P7hZfocr0Xog}5GQmNCTI*X6 z{1s+$Jp;DXK4z*f;{=gn*>to}Nay<+JFH9pVQ4Bkx1}{APr(s3RM|^}AnuF@Uksgc zyFD|)_m^tXK~g~h&e8+cQD=y0c8aRGVyw!+FaxXtJea>VHqHr7@PUFy2}926QlcY~ z#74wj8}|nH&PW`p7_livX(`Vxjg|}rP+=cTnc1He;JjHwID{`T0{AJ1F?fh#DSaq^ ztgCQ-r?H^azGF|qP<-x6R9hT4dDPa#A6>1FHH@v&qkDI7irGf0wq2M_(0DiIFtujA@u4pes&W z)X_stv{SX9E`pgjF?^O7Yl__Y(wWHI4&cmpHiLd1kUQ8G5PEJ-Oo~X<6n)gxEAwyX zMMU6=8rLEK&^5-(4C-{T6&Gl+5lU}jn9CsGdw)?aT+n@DZfuIES9{SxuCYs+r{2^h z`~Cz(JH&UV;h815rb@@>Hr|0oqOg$ed)|3f;PxG<`x7$nB?y3Aw`pv!dmOY<7LI&K zV&3ssH_IUr28hT!XQ{7&qb4NmnrC^6`rDx`xGsYj|Fv1-zFk*5brln|V^Xz(CZEpL zNcLo#&bDD>iW`Fl@H@=P$#7K@zU{{cqLk8N@ER7@r^P<1%ux4Bx*#IpA$lNwhnQDW zix7dhFjd3@n-q%+RYr;`^GIC1!7ej}S3Vu7h1aW$Zh(yQ zvjv&Z*N%O)LYZV301!z$T74$l3!}g_k54jXlZMnzxt0rqs-jt#`FeS3h^M=IBQ>|b z*IwhoVBo$#J~0NMz=)><4RG8GW|=bg?s~#XwjDsFX{_$et#1(BGvK~Wm~<6N+(C*p zfVG+o0FXOmJxZZ;j1|guOmWDF(MX6=B)&82ezvwOvGGGnR;qwtk+AhNoL)e)y)6g^ z;!geOv#U+r_d2?2O5(?5#4u0lpVr2*_2B90v9*QlfN`wM4SbwfH1t6XMZG^_P`#=$ z2mn7&Hb;_eaot&@auN?;o{AQcu+mCHQuZrBIsk~scYnjU)4Km}houjtr#?=pXH@!cS#D9bOiUA+T*50yfanCBsDazm#+~8| zmSTAb7;nQ(49+QL(O3mg3wMewSJ%N9wk6z|ESYsq4=phmpn%k6m;#wMX zB0<(YHr^rjI~I%xP2K6G>^Mpa89Lpg=fINF-SH}&O;lG$V#Oy){bXp2$f z9ag4H3Kk7$TbmH&Rh+Fd8G8ZH%_wn`d;rNLILjzBW)(164-oc;h;98S>uf%nh6V-} z5B(U=%DWY|MAS9k`?js?Ld)XI#W5(xLA@L4Q#5DsA0E6j6t#m3)SwHNng}$IabycC z!h!&EM#;=0z3aF`3(-XpS!RjXmXl#__cMyYBd>JK zMmSs8BT}+O=zfj?YP~&?tWzYMjDSc54+SQ;&#)W7(QJuM@yQ0};1PjvQ|QOaX!JY` zHiZXG(f#31|9JQQyS6NV*Z_OsMnUso#1`|RbT%F$b50|8Qp*v*Q0%Pwr;o?kq=-Vu zlLMf`Zdis%$?lFr2kuwV!fHz72(6>Q%|mI%oq}-)=5S}5%9uqn_yQ|U7 zmIE>q5Ub2o`Sc+y4vzKxqK(G_W7BqgI5r?Hdo4pPL~yZd{=5>5c#DH^|p zICFX8(x@p57Mr^RT_&|Pv639rdZ;S`bMFRIBI0QoY?a>4EMVroZOgjW)0>~oAYYh?s5KIRzHNY{E##oWnGwMp6)rJOmX}O+rNYX> z3oS?pViAIf7;(4(19}!Fz!2r&FJu+<5JiA$qq$^bhBhZZtzVPp!5bcf zTL}J0r&{C#*MQCoDu$SuYyl{<@d%K%zjAogI#Benu&L|36Li;>IOe9AR@t6rW9aB{ zo*PuUnLFRA;=|&F zNMRds8A|+k@I;HSsk+-z%+i)+Sr!j?a>NhNjFe*)g-eJe20&}=j?DW1*LQ(%dHFwh8#ku!CMK=FRnmv!KUl`X=(w`Gaf(7CV0Xo)Ps+oqefx##qA65^c+c{G!aG3-#A z@rv~|7{4i20QbK2ep(ha-T|OBwRA_Q@|j`55gS|xgDg(S7_u-7_|m`$Tc8g)kmSb-ty)nclY!N^I&Am11|%`qc+b_B7wiIx}_@tXtC6wiCKy5Ob- z%Rm}yBWAe_b7UTgZv!TF46gTP0V|D4B3&Lv4u!2^Upq1%Nb1Rr6 z0<@qOeZPZh8dX}%>@EfW+aX(kNQ6No4=0iwO`@&?|2+-P&K(Ux2SFB>KG)Jj)INRu z`2YR?{J;CQ)%DYfYOaWcsOjj(32tyCP3ohY zbI>CC4k$2=hs&$0)kOh zT1?uSNyMT0k&o1#Lk!F0DHsI^m&;RF1f97- zi(vxpef8MZDrQLwBF5iDHlG%eB`9W(xq*7JgXaoT^d`*^j7UffJvu&?@bve#ZHTxm zt8U?4*Hv`Y)#1ak`~nft)5F8{@`R{~8m;j~rgh}I@i_3xAUZPYq!sYIcpx zAtdwAntDDTi6$rl74$u%=0`(qH&yp=a}=HY$_+FeQ57Jw=eg;KJs>y_Y*fu2iT+}IEDxcSS3&a%ee+&;)u@! zFj+kuktear;7HDdcDsvCXpZ7r*-*i+ud)$IHVf zc>QI=N&sr=EAMpQm7Z*^3NKXM!>5n`?LYsgfBG-~0D#n*_|Z0|V?+>vsOh}?r+@s% zpMLn$aysc~;@-E*m6o2LqT|BkJ#r}MHbZCQ$elfqr` zD>RQ@5u!|uKqNfk#mOZ_K)nlNsa+V6&iD7H^PL*0gm$vH_QY-iX2R*#Y&h=C%CG_B zJyFfQ=S1oVc@xn9c4VYUq16uO6Da`^f$O7xUrw)Eb2n zoU|vNQP^2z87u)IPW+Z|atI=ze&RiU!~_WKz?^5B>SpvxcBq43)G#LqVb%g1;h=;e zKCjNhj5~Y<#~-HaTuVg~)e!RZhs2jo>2(^Lc>)RCPdm-vclFV5hx^-V6Vqovs-WaBr zr>74;{@Azc>3k=>C#`P$Apo@oh(G-CAO86F|COknThouZ_YI(x(`~$R?45I>4*=E7 zl2k~L*^y-NzBfZ4TM$kL6>kI%u zT3Zm|AO7oq{g40qzXgE%ckkEJX+52WBcLre@f-zh!eJ8WHknwrYxr=tG?P_HDh}9zRQ7E!MWpFRpv!0ADN@6J_y-p5ZxNRvlX_dBF4YJA>#&R3@giT zO)@&Gu_!aXD#Qc>6K!_|N%`y0m( zwjtHQ#jdEpcOQr!fS@f}*3;vsPk;L#{{6rB!@pkFRS-~5kpP|6%CamX{EvVC5C84& z{tFS^-M^#OR2tRR6lTqCqbHH8o}j9|T`BlLVMs7Z4%H|Hv)px9>SpB7u3mIz{1cYm zdk9f%-wF<1o*qB^^po`MpZ&{!)tY4!6OpAY%ewsifBSF$@!$Ph7QVZGf4;w8*OR82 zK$kXmJ3tCnbiWS(@K`jZvk_`QMelsQUN_gJL8q8Ea~P$7cs`$(btTUihi1|_Hz!4^ zxTc;29HdM~o@EQmNli-WAigiVe4aM1B|0ODDJpiRtmNS(wtu0r4vVp7%NQ||YmE~b zZVrIiq~>%wb{USH<@=SvbA2QqT1l^AFbDy3$i{i*;>fPUDE zvu^O&y_AK!sn=pXaNl}xotkR7bb67R5@Jyr>n=h=oKT|ade5!@v8t_jh;y{11PVf@dhnKmOxC{@vgH zM*zILe`iOfxhGwFsQ13Kr6f$q^#T`QWd41DJ&7cpL#xveW9_HKKMQZhswoiLRi z+Q|__OhT4TcAEGjh@MK+T4$DWR3ah>$j6T#|MP$N_ac1v?)}~U{poaGPA5ck8?)HC z-i?VYff_|m>MW9UomAv>T9Bx9?##lho((A!rsQeRM{5ezSWa89x(?7M2Wm_yVv-o))=ounZMOjkaB8TD!gStLVqgW(2YQ@wJN0 zwHTqqjgZ04#qhz|V)tl^xly2BMtg%uD{w+y$TW=ND@&mLILs)G_}b~U19(hCQ1sBa zQNhJ;&)|!lRHF7#Zsg$g0F= z5>qPVVxZUHyrKlH6+n#|tWii3?+#G#seNnhv@R;)jR@PKB?kIu`pv9qNHl?y1`=tl z_1+Qj{jxkgJ~99jHKNPYlcAZ&$B!TW?mzuUX1Ra=PJwIUmCKSFvnI)ih&sLqY0q@y z4Es)bfZX^{Srv>XJO8p1HALvl^%yi8oCw0)JNIpKDuIY#SyrDEiypD*M#0m=!{zdH zE@-PNrL~sq^Pw2lrl<0B&{WoIprW6jCd`^BXIWOnP9O@pF$aM`{z0u;BJ<>UIb}G7 z{pigO5zKxSsgPC6N4$M1WyPw34$~zO_EhM{GO5pOOtu?aU&vxZ3z`>SM>V+1Gg_zL z7Sbw`22$kMl(Yn=R#eK1^hX|~Q!jgCb$aa`G=#)O6di=iQ-3Uo zh=lAr(kkEcN5LBwL9yJIy09kQa{Be&J9mAd_s#ZlXh5z<@QDBjEX#t_*7bBg-?epV zt+m$BPB|v@&IV5)Pu?WW%Gp}8Y!D(+CX&od%R4(o9s>-8ils$U}g$h3p+J)0p-O)B+caq7}Y2M-vfKckKw9Ht&o8 zKDPvY^g=*58 zRklEgU)j?YW=D1eqMkVb3jhMeI*}Xo%*-ICrJa`Lw60t4m&-NQ&z)d2bR|MPi%bM8 z?*V`S>tg?)@BtTOVPpaj)XA=U4#AEdFz=;SM~wtQW2@?dx!Q|lz6B2p1M*dO#0b#= z0D#s=7w^L_6aumUfaVw1(9_^C_cWJ+%c^|z;0kf2-Imt3-Wsjzy22_5(s|q3wp~?s zsoa$Gq(E(1*L7W2YR$rN+X5I&9eT@v&(u4K3%v$%_0Fwf(55=;v@UB~p03x<+@$qI z^z?cthqIdWxqVbKKUCO-!uLs@_fG@PLYl!7)&YRP4q->xJ*wsSis&B2(`}M+&9&qB}C4AN-Y>&BmRD@ltfMH$(7NBkADwT zY+-NwuFa|J(oi3DQ`Ol(PB`48i0PV#71*|gsuxrE%Y}e?ppxQ~9o+-~4&tpXdSK9B(q%NTH7A75J)Un>8I#m``dzMxp$))vOq=IKMG(*u*y57dJW3nxj5{CKp32;YrXRblYm2P`K*vr* z%d+T>joJQD3WykF+qOlqa~Y0+)KM45Kp-HtJZ~e40mSAn0Dy8*|InF6u2|(_ZjN-_Z6#A^}8B9I^7g#3u0^QvaHLZ zIa2i$6g~M=z#RJ!gVc7uW#QT<#H4FkI?XqYg}SoGo%{825s}_|YkrVpp;G{sbzM)V z)A_6u?$hZE2-l}4?wyEGfQ8Yw_S$!KOt`CO5K)IFU!MpcuIn5SK>^iTgqEEz93ti- zv4Mh7q4^e=J6K4a`TomZt1wXXcWZ5Fi#i;(Z6hLB*9>k2Ko5KiM}5t66M9h*FZo^oQFU;#0;@Nd7eT?qo5;fG<*> z978|oXa`Rdv<)Z&eqt2>Xdgx9`lB#4XO6^gml*p70i;YD6>dc$U8IdVZ(4$a{aeoU zNYhvm1^{x7X3n)B455U3`~0VNrTEr0R6l<5L#$;6$^s<`hIedo5?%EcG!%#(#J*Wv z>Sj& z*j$_-0p5eNv=|F0W#3KCY^D-3Z`<{Hz3M{Q(rkAFpdIN3Zj7mItG>;)EF$vs@bK^{ zHfuQeyU_~ShS_pbSTKvHoR^4*B`hqIB)i_wa~J_Zv*`#!Q60moiuQ%@_3^r%&SVxP zhBi>X*Vomhu%1r(^0sYT@3B6JB1>!NXI^GnAmy^J{}}Vj0mz_R=1i#qx)L{AX`D&9 z=@ETjxfZpdvv8g(nLvAlbKEVhjFn8AiG%`F1|rzB$l{cp0u!~!FtRhIq7H?nnmfY# zaelM5x^{Y@suCW`V6e!>0df0Max)NhG;1%}4)` zd~aBwN~w2}(TYb|h#qMS!=_k?|AW${rUfu`QU z45HD83*b9L1VYr~tDGNr&_1Nx8Y0JBd!8`K)OZ(lvn#?wsvp&} z@aT$t)Qf-*pFaNd!w*EXo=)CnwpJ1oSy8ymt}c^2ffyz+FG4*;(gz;c84YflAt0~_ z4ISL#yda+}SOo|Ouw5>F+t$0gWj#Te--MxBCC-Bbs4WeNdhgrTnXj$2rHBZUpBCXs zG$4j|cA0BCZ#h|OQ^k_cVqDNASX|9IH@s%81!l(>xLb5fNM6a2Ru#AttST2R#gDIa z#e##Tbq|x7qM0GAF^`Ke;73?brkRa*b1Ol9rDJkL)!M*>2T0b2uOKEX%}@wF zMFj)1kHC@4hODHvurBcMb%!=(uNNmFYfikTnrnV?M|7>s1c;wD8bv``+(3lF0ptpn zkq&RZTovWO8Cr_F@6y5q7zqa{8sx z=(1^sFjwa4LqeTI=w5!YM1Gp9OeE9P0f6PNsw^^%XJ)(VY4Wc2Bd#IzH(MeBMHK+h z6-C?qklQOLcY!+>%o~WrHd3yai>A;zE$gyG2$NV!hr&E3*mfsUTZrh>hoAoOAO5~A z%d*_%J1j`x^LCU-AfawI7>upSh+z-SEOTu%;AoLJW68;gaV^7-Rg(?=GHPvE*30Fo zfBblUC%&(DD53noxQH4Os@r$#U3VX`?iJD9+}cpH=hRR~&`?xUblJg0OvO9iv)jc< z7o&p$BHUO2XfSsw*2Em3c9b3fRkyWNSY)4J`Ki<@mUFYQslO|YCBN}SB9SZaHS%FNQGM>sv*)tdm|3V8e=l&$#2b7pdd z5tOA`^=S#mHnj36zKYXi5jd+T0;YYJeo07sBIX?Wd)m!tb*2K&d4prDOFWJ08ifS<=MVo*z_twke_v~a-I9AZS$3jyX1 zVn zgP9I$W-^Plk`dr^Ibn&~Y7(3->XBk053<6WsS? zX$-?l(AtoxNUID~QL@ECl!0u<6)APVHBS=l_t4%<6Eu6lyI2pq&FK>q35!`0_;xic z>+RD>n`Wb0TW|w0ZX1nt(y3Lc4I(xhP>J;f{<*GRO$@02rxYexsn4o9kZ4~Bs;UnI zeBH(5doTk;AT*6D%k;c?eLmkBRgs$=L6ZNr28IDKO(xYBuqQ$NKD!Ne8 z=~`y5;GjFpbvqb@1{oJK1fc7F%Y7g zpGDyA-8T#*|zQS_;`1B&)xXz;R;4m;7*CsP@tgm-QB~(!{gJ_yZd)xQ;Q8ObA;>S zV@$L`WLYiDR;gN+(fSwny!SlQxwjp)6&}G<*LloRZs=}=7B%~7qKS`V?zLd2wZz_>w3Ps z3ru&f5%s=RjSS<3h))j>fB#?p^R``2=R4nomG-ZJjrwri;fh6zhe;8^NN8=&;JL-; z>{y~i(-Mh0dbV)yZ1$#j1uCYIO$HDUmStgPU1^P(dsUBaM4QOcxR3_`_jmUnKK%5* z{XhR7864v;SebT?nSiD~bGMH6ha!sw@qtVDJ>fEt-` zS2zv;pa)nu*+e9ulV1QrVA0Kc+F_ zJ=5;p}V1NW?Z@Mytc3bgK#hrlW3rIH7rP(9L^ed)bP9>u35PBc-fEw0MjI2d z*yhl>xvVumVn+!On_Q3`hvVJ@H~OtORY&<5`nO1}Q3nBcY^OnO9+UEsKV%WIIXkLR zDa`lx_k{SL9v)_<%q*H>eeymO>8$V6M^ib|@5z3tKlYXGX@DYdFbtK0+H1+r+&pac zVb!-v`7Q;_x&4Iphi45U^(|JuK?5 zMSF3rvijMkeU_fX_bV~C#>HNMD{XPzYSFFH_dK2bUBA1#>ns{PYlm{0dk~NaJV_XU zt8pif5H(m~S=Y8KNM@wR1v;4kJCYI`PM{s@{N%Z9&3N@AxDb)h_s2zw9h(nA0JkTM zs0-rG8vt;h2qJ>21=1b5M36>pyr?EennnO>Y?FOxdcMLnRJ{R^OpwuaQbl3kTlLX1 zeOAmAnclx8Rfod^i_>i?vvwgIjmg@CTG2#U{pyfKdy<}EMM~AtP~VS}TIR&1Jw34N zi2a>Cs@7hfs++2~)wKGwvc1a2^eAfIb3ST6ENvp`7Eh+u9ag$$FYK=AQT=dg{vm(% zMIF9BF+2+2H|`R?_W*QuCw|wq&EX7s|@58R;V%hnH<}O}%+$k}viSrTmFVL1>?i=2|MmIvWv!kO=4z3B;tw zZ?Nw9@lWAs5F(%kAsA%bVD+NxzC|;JP@$cWnk1EP zVfPzL?fZ63(zO?)fnDWCyqSc-XyDx7Cyc~QWzvpR*|D*HGSR<(6QjLJVTs9&X}f>j z*7bb81NGpIJ_;gIFJEiBq?!&#T4v^TL8N9!@`0WE zLJP;4X5z{8(VYhBgRguFePW^J?rKo4IwA^&=C=eiToN0@&g8MoJwzS{1CD)dX{~G6 zbAbqfFn%k$46ijwm`LUT^eCw;Mtqm4{;B`QPDd|I-*nyMPb2p}QHFiQMWeXZ_f2%d zGJ@gqE&A?=vz*!XC-`E{U}bm}5K@Z}UK;U08FcN98MWnpHm54Sg``j)W!tO7Ln-{_NfpGXLfV(h! z_C-w158h6sjwVhDp4OZ)HqNxFpjH+sPjH0j+O68glJwuiV{G53@Q#R#Kc~UsQH4Wi zO`It*pZ(~=!G@R{ngRd>&6;3=`CgO&5w&%-GNVHckSKf$9(*i8xp-$Q!jK=+i-6cj zlWKYDD_iTDtUxHMuK~DVK`Q{ZrMMyDf}XfcEmHzO-&x4age^j^Du8N?!M1I+BXtBe zwT>yazdMvTHC0fQJGzpqIV&wXYMQXb33QH>E_^8rgc`$9)cbDOqDM`I$%9qCl%u8G zkgdFl2ofl%I<{`8*0FIM?Q{$xF^tpELja{lt#bGI0J~wl`zM8rffE%y>j=kbkb#+y z6a3-$uZ&r>3X2kUE3Vb)VfoMyA$cyorK&uY&}u&R1}#;hu(J1a*&zEoU)WhXSV#G& z7`%@tN`~^Z@W=MMd) z1WgHa{3V!_*`P!LQn8IfTjUUi&n9cN_{V=bt?<*VnO7;G+lG=^n&|6urG$hrz5&2sP1lL2SN?kI0WnPm(N z)B*sIMO+Oa0!NnSWR?c34EMc;qG5toKm4=7~AdaoZ5|tGdIan8Bur%R-d-YEdu@e$K;!ixkM15`S5vu?I zu!=`*MS;|vcEq~*c#okedssod)-#D5V2D|a(s6E-CB#%lGaH1dbL2W7*yXClit#D{ zs4dHSI)!0poFOyLI7dpA0VP-K_jRNpI3a^0$y@nBRS!Z7M^_jZ>8s9y%U8RL01}O0o!_jv5x@2w@w0p znybE93%qwFcAx-?aK%;-AS8)w!HA-Pu4T#`@`374@Kb@&O?v&G8z~wa?{geXoWgNF zoBa|DoH+7qSC)Rn;$84dH`VxQAO7^X!~X;wsK{&2o*7YYLN^g@_dhdp&ej9sB2B1_nV69Lb6 zE);`cU;dt$eY^Iv0sXJLoWnpf>q~kEKLTBmGEO`6gNu-v^`sNUG_XM61whmL#`=Mk zvv1u&d)0BVqgTfiLc%B(;$FGXSEzf{Rma5UX!a;<0PdZ+ z3t$txdv||%d<2lbbpcqGWm#505I+JZPRilV;Y@K7oESu`2gxO5*^hxKW!8grZs-GR zW?z1H^oa1er$^T?AKZOj%enO%5G-rN5rvanLcya$%JW;ZU2y-xO-hcg>4nL+06Y0P zZ2Qd;ZoG-Rk^vxd7wlahQwcZ@k^0_k@(v#O#0+mPp<#tc}*_i+H2K`;-7>4(xH>JPAl5}-s&cfW;&aBbhy@&@0%t`)&-Wz+fQ2o{Yp+a<0@00R zz6(oz9AF2Xp}wP=FO4P!YGfFJc)ea8A0GbU@BR)D-+%Z1$3OjWy*vTpZ-4juWm#&7 z9Jx@c!GGO0ZBiny3156t7fN!M)Im>s$ylbZ4mby@72NYOKMm*Fh~0n#_sH!OsfXeu zEf{a^OOU#b;ZHU5+}tRArI>l~Z^p!U3Md@y)*v=SJlH$20=>OiBUmuWz=~*FxH7SL zHp68$@+zySK)ieB@HJaHt6xFUh)%{a-$ZI0o%APBk2fD@OYx{cKuF8}~6()_;mSD8I=Y#xv3GiIR` zmi4r3TU(b8KmPRLryu*a3A6gP0qxifL~2XZZTN^5-e9L_pxYe-+732FeIYodtv?i| zxJ3t3oBaI1A|MhGs^>?zOoTvCo?AeJfQ4Ka<^4lmUl;gt`;b=5L#Yd$JD zh?)KkdM3Lm=E?dfnlQ9w5ZN*UcWuEvs}H*jO||E@hAsXVjXnyk=$K{mFy7aDi&x@P zrTP-?K6&PM6@dEe@U`QnjYRFq-M@-7npFOAZP(QGGeOyQgmG2y8HC-xa5&tgR^g%x z0lT3)3*R6DfdC|}ZA2e^S_&e0380|Vg{igmbbfevxP18O<4->__w{t{*X#Q3U2F+6 zTvEq~_||+75oqM`50Fbwh<1Qs_OJO=1c_ub4=y4t;In(s(Mv@>-91hFaFZr2O8CftP? z%DUlzwmAHTqUWLhsJ*)bm%X6u?@xFdFp>JLlr}xB<7dJ$*h%X2ZKZin=kV2tywMQx z%r(Ps+Ew9P9h!ElQiQrnGn|@%qs-L%_5C1h|Ju}q{hj?+)0>sIgAKbYs&?7#3~;G5 z*Vf(Q%>MmDFq(8sls1ui`0}3e*Is*B-81~~!@U+cEa6sLregO4a2}WuDCMOLWW=A^ zcbf9aB3UD5G--+|2=U$fck)+%b-ufMdV0J(J^{k%biTX4U)NP5Q+w|sLd!zbu*jQa zP6jIus*IU=jX^e|xqvjCivYAn_&@(I|Etn1%z75OohK}^w5EF>w(F+t*PK0CQ}11) zc>$pJ4LsLWYwdhKBVxBa7g{!No1W^>mCDwZNGXIK> zZ`4+5>Ra#yy4sgV*m@{8DHGr;_5fuWb{q!&)LERrB@P^l_scoHDR%Zz%?;#pNsrkq zb2qE5mWHY1gNmDjt<*S1YLsCxsR84BUF#P}JE_z=u%gUom3@(t6$ggys3|a%Si>HV z9yguUS*(e#_fc9vBekW{ie*l|cSP}ZWPh>PlQOO*(2OCJtM_AR5wv8#tB956XKat( zLSJ)EHfBr9x8mm~*$$r_rUx;FbxAzUFgMG9Pnl~kgjp6m9C%V$6tf)fcl|$OTFCP# zQeJfyP=#c&6}+qMj!v4t`^|6u&A<6K@7}$SPeP*uX1H4C4g%`Qy#KO09dUH09=dm<5!p;WG&$jz!?aG=3t%U~Fd}!RhRwDKlWZ)YR_&q(lx!j( za(#NLeAJdV+wP%G768qKZn$iP&e2M?mM!cMz?+R(Jr2*8h43d=*jCwd>@pG z#{-%VXkJ@F z%las+vtT2S8AgJbw0vDghVu7Siv$C!WeT+i_pmEREFC|T+xq)}n2_m7`9<$cQ?X}? zasv2y)Ru#~FphRM%YMK|fq9_<0zh_4c6+QpY?_YJU8Dj6Nbg;kzyIxT|M0K>`}6rs zM338sJ`Ey2V1-LkP4sg}wfQ0fNI=pJh4YwX08nS=`L2Ec8~*t5qtavEIhzTMkuU&U zj%p_&00tuIjA%!$3CJRru@N8_!E~2_Y}c(V4FsBFnTAua+s#NZ{GdpTE~Fa=UQCQs`Cwm}TjR})FDrOnhGm>fyt(Ywq3bzm7K4}2;o13d&{hnP&>QZ_DlGv3K#Ad6WK~A{6lFgo3+ULw zY=rviUdK9B_gBG~AD%%J&ptj@bYSo~Nl6vdqK4U3p&iWEWU2@4;XL=Bgl9L+pZW!y zzWOv}ZFDb8Mria-t%wfS;xJ+ojFZg6Sfe4vcB*0+l9dL31OUTu3+o}w4n(XSZT-1x z5qG|S_x@k}cmLhHckj-3cMp$`3Zu$bLS&7V0zt%X7bD@iEEH1V;%o$uc7urJc)WY} zuC?XEho2xM8}u}wf(6ChY+|Tm!K5+3Qx;DEL4pFl{zydI)))JtWb^y&?XLp8&}LVXMrEu5!x|YPGVmL zuVNASpEQP%+mC2l3N$)-2JTS#B!>i|hjBZJ1Rfmpp2MEir))dlFNV7)3>xCHkpT;42D##4LakgMqoz zC?zQTM93qQtRZ4iXnG^CL+TiQf5)0(7}ickL;uWw;rfxrc?yg|5v7R$z<2N8{pIg| zcez|Xefk8>%=iEiJ9iykY;$~JW?|ctB?7(Y5yA>qx@hJH6u52>P!m-w!-)VOJ31vy zyK0GDVb(6uE;d)`BFvU**AxyXdqvo$R20~y_t1+*Btq)kx9gRaToKqd#Zy~_+qSfw z(Yw~Cq>WIRuf1ROxk=2dtJSl4cXtQbnnBo1E&-&(61Z*$0F`dhBh{Tv@%iXX41so4 zlQIzhmQfojqzt5D{zMd>D>rnxsmIuWD^Gyooe-iNem*OA!iqg7Syl*hnqy9X7E(2h z&)~9eeZnj%AJ-^4e6p{F|%UKul8CkAuO`sr!_4WM1NCr5a&)@&% zFD_3{pFVv;L~6vH)gpB9DHe=~&1n#?*Nfv=OcvSnlUHK9UR|a{WZSNewm#9*G2X1p z0!p|Xw*jE%LFG{zB2rF#(2hjZ(}(Iy7HmOHbpdKfQ)l;HkE^9($5$V!RP<61#TSYG4ZkC1^L4{ zWB(Q~njTGF+JkG45TARY7L^YNr}7ao@blpw;qBx4=} zVLf!t6r^7wu{aX{@k5wE0>}$|)s?{Tq@`+9_k&WnK+#umNGAXgVQWnr>#hNS&&pv2F63EaV3fvNuccSPX56o&>PS5&_!eEfU9bQ65C5>P z>$Ug3^`e2wj9y}X0$?^@IeO7=28KB9Wo`}dL9JQI6{8ZFynrCrZEyq-b-ZX81p2ZN z>LHRu7Nrn=bp5?hQ?IKP&Vq=oWO`N4h*JOb_;`7GYP!ug@;w58FY@Gk&8%McrnzRY zj5#B+R2?89AAbB%zs))77^gJJ`_XvsQZs3Ms|+>P%QPGeF>ix+!Ux? zfzvzTQXC*YX0N6rrOc_HBVdr}(!km@0Xb}GZR5n2YN5nyRk&}FajW4|)iFs=@&M#W z=N)$RXL}#Kb772(uGe8lA5t3@!8GHJ?hf`2k}A&I=fSHKK9K=?i7jYe4Y9Gj15uf8 zdUWl?`RYR`7NHli6Rqd_J-(`BTpl0)>)-vC`*-i#vVfbS6*v?x0zL9I)RSVZOEc=u?;laqVJdkM9l>Wny&^RVu}D@0m&mUv3N-u z(Yh|(vyUr6H=<=(fwDqKk5GU1?t@Un+C8&e`8 zKNtbtz*~HCgT+BPxF|wRmSVDKL14#*6D@wojZ)9dn*E_OBdGao@n`_>{cnDA zd3yTr(~p5t{w0*0hBj2z>hV@#*2ycD?$?Hdw){ z&t5Nbpbz#Agcy@`aGGy-XVL7(RSf%_^1~Tffi9sG?K1cP@*v?W_79;C`m>$Jg&JLLNy<0j|04#D0W6zo| zoChk^8nffTt1xF0W)~D1hK2`AC-Nt|Olw!ART!HzL}a%(d{F5`Z-a&H`i2UmNnE0cZ17*?5LZXR#ju_&Qko|Mgf)& zoeAmtzxWGg{_xX}A3l6IpU>-hYDG#$FR57dgpDsK0SPT ze0Wd|f~}z+7L@W)6zSYg5g{=5+k7Kov=|N{0s5aR6bFze<~Fqfh6$AR(S8F$X?2

exzEU*q)Vu=+lWgNp`TSS_y1;J@^(1ZK-{E9y>7* z28i6x@x(XRz{r_#80P1&D*<-z?>k~Az1H1()jrGe*t3O8)*S)>Lahle*UMAiw$t6+ z{kwPTx@xIUYjeeU4MjD2YL~AUrqcNHD&7ly|Q)# zE=r#Adj#40hR^i)YeRK=x!w2O;r(jxjQ0LPD~c%2W_aC#k>)Un0R^>X?Eu{SoJo{{=iU+BGm{P72!;-BvB)j?dTLZ9ym9_pHkiyxv- zqYy=4vCU{@$Z39C5V>AAbt7O2w8Dbrx?4=`R;{0iPIq_A+_$S8F^Py|d2KM}dLd6i zoDPzPF=_2vzdSzF24l^OSae_of`jQH+#Y7I6UU<|*unI?{y7ciiV=GR!BNV`z8OlJ z@Oo-n4(aimq0I;5VR-+LQT2DxKw*R)Bj!Xf4o`=v<=+0Ijm#dTjWps zwkg_DYwP(ONELIwD9uGZ$q9o`-xW!+S(tzn=9l#Q`e#H)4B`$10U;m;JK1-dxwGfG z1^^-?qNTOd>BP&@t{1J9yJfMd$SCFj(K|jMjTXTL`_^kkj@JcPjprEPJEL3e&gn)O zz3Hf(JOmY&%OXsc00-bwD-H3TXL$fNrOC=}4+%GI%h(&%HryR>s8q)DNbC_zMzQwI ztgGtp0SgM{hjx>{GmRXt(SQWptF>$PPC@E)FZ|=7XBB z*Oj-fDhAoW^6g$p;QZkY0-pVRZo{k|N||c+l+N81GR(SQDyP&OL>?Lb!~NX|+K;Tk zigZ2X1J;svaqrwW)?C}3@DS{5bE7TL&_^Xy4=j12TSQ#eQ)>+nO1+5HU1`pc@yP0M z^aD5`n^ypIRf2g5kBJ7=q9)5H1hz7m1<9H^I1sfBc5u4HA?HN2uIsjKAnSG85V0+u zP;%VVkpux?8s`8YL=9iWL$M8zXEJm)qgLXGQ*((4CAOWc0vL7?? z@=LI9etryFWd?w$Ds-b`Dv8NH3>5Z1h8l7AzU#09N{XsMoNI}~=eFRUQG-NHhGhOa zC=H2Vau*zO{%9a%eS1qBwB2aU*Qo8W$1uZy!9GWqO*ICB_x6Xxc%e@=s%GLON6B z#ndW*2q7u)RPw7~Kxd_r1LhFg#OVZZZoWsNZ^RZJLrVK9kj@Tw&=Vq$STK}U zBc;mCwk*`zvaEVMnqrO`ZRB&v>KUu?7GN`Qms|B1d%&-qq5!y%rq>k_bs-04c{wKK zfIHSf^oNLa=5A*|5H710!m2bTJgrWUa&g&AtjZ;Lij5AT6H^WBtw@kWrAj$YzpKGs z+cy6x;K%~=g<($}nMen4pz`9{zK+QQ^xTu>Bfr|VHmLT-Sw6)X^sD{rHz(*g7{8TH ze?y1So|OkkR7jk?tqx#0!<|3R3E|8Q82fq;sS{l85q7Vork8h}GWFd6K>I4Do4bm< z>x*4=O~Csy-UHS^lji@5!!@4q+E|9E))QLq&=8yVs;x*^mwyv$^iC+^30RYCVkJWuJ@D0;bY5`)13%NI~ zfUE#O<0gzxE9A-U zDafFLCxDi*35VRMA5QQ$(KfYrujdZ=iK9}P01C2WkVx&&%^7msNa3h9&EG36Z3CZ9pC2nh`tKF2urZW0fN5D-i`^v-3uJ z5)D!F6U5;_p{YC4mj@B4HLfwWAdP6-EWAp58yg}l!Pe-L-uu!TA~9%|9Y2IFC(A*r z`!xswVC%gRDiWfe0vUOZ#Sba+%%18-u!O$eQ30JyBp&1dfaaV=wX+NCD!UbAl@B$= ztw7LLufZcD$-q*ibx0VkWwd$2>y5M=C$t@_#`w>ENQB(Sz}R2&oBP2w0(Go`#AtzG z{KQ?HD47P*G`xd*6?6B%0b@CPe2M#VgD17Ihi%{E&LQL_i$>6S2FLd#?HhPV74Ayd zWB0z9w+MzEuMQ#p@T>X*hiqov*dl4TDrIpTJZq|#nn(BO?L_< zrfqg1IO3lK@}|u)7Gh>Y0qCQKiwNT3yuOwOH=a(+-NU*Zy;&P`i?ID5zxBysA%{BS z78$p6!!78!r5NhJ6VUG;O}v`ufgKsQUW3~t-FjLG8-!<1Qt@bInn#5^Lz~gD$LRn95cE=7uJ|TcxlVBE*sY~ zDaPHv-kk z7L)`;y5t;G5y(5E?O3wFZL(9njU1>LaflbU5bzch?rpKpzWmuLCc>u9s_#sgyT`|g zm}i<(@9+QIv+Gtf4-A3bHR0)=nQ-(c+<0^BQv^@Fy(f5ASm4ny!}nz0&=8^2!>em( zH)ew}x*Ils;73LdNqAv zxGZ$#0&=mVU58jqm@a4mz@i_sFxl#sDJo4pLqy!WDz{d=0YrKzZ=Aqk7P zh2(c66L-hgh5{(eY>rTS1Aq|ErxgKOYuna2eb{CehLcmVYg+rk zEXygWlWC6y@Z*BiNee7YpiWUCq9ymd10WGwTrEP0&lM47Zn~|u7|C(wxd`j72Lz-> z=5|1|OgH|QhyX!r?Q-3MyK8Hwbrq27b=!0oFP8QD^v(p|=JmR8M_|ZCWIGu<5vSB4 z@y#(99t@J59Pj0(V!>XFV65qR`{MAr1vERV4$RdTM6%dkUY2&RfJE_VvD^&t8*`xmDf%{o&@3+vl@?!tE{??+g=w=ey=su~TQ= z;1bpk%#eaGstBd0QQ2BMoz7_IB5HUluB|Og+qQnWUIE~`br4||YRwneok${Im?w?h zqSjza4u=?&jxd6d?U6VomG$gLJHQMOanW`dq_##x%;E>I`(j$bIObmCA0#etY7r5j zQR^Z0MC8*P5!~ElCPEh77;QGWf2|vfMn5zTC^NZbtNj_gh(u^5I9^v4VK9D+Fu2Z( z@~S9U6JZoL|M(e0=GLF}&LPUckrdtf82tY=K=a9(E0pzr~_V0%x4wMX94J| zT%XhESZ0McucP(Y7hNG;w?5u8dHRu?KuJ0xn$VpZBmmdn;*+tkujXl<=& z3U0$|0TCd?5}9C#S>wjCYIhyfKcg}A@OdO8q25_-JB8^*L@diVNbkI?YqrEKUyU+r z>w>7{g10ccbK9=qMB5?ih{C+}j!4^f6@f)p)5;mWc>BPQmU5!{FQTmyf(=QyuZzOKh22Pe0#)*IeIdc)#^~oZ02qGgJQk z3$LZ;C1Cg2q7M4{_1BjW@XU2vE65~@H>y5x)V`$B_~e!neTHcc(`H{~xMu*=OeLZP z{!?S_x+9iZm>F`bEU0xVIYcRIC8_m~lZ9Wac(Im>NlF!un4{bkWy;6XvY zlqD7nya0$opcc`4C)2?Q9z`t7qRV-JgxIA60)pAw%9L(rL^e$}M!uLxNPxJmCnboP z9Sx~N?<`y2fMs3RWnHvTMj&d09iqV_Th(YE+Bx=}D!{2XW3z+aoSnJe1^wcMc!DVZiK5c**Bq-A2>v8yWcUVh_n@zj`47Z|2Wud+?bT zUZuJYueVJUUQWsWwP8+aA52@h0B|&ZQTNTVAQD)knH#(j zHF>U500M}<6Pc(j%d#vMNlc_Gax8G&`qSm<@#*n;xwNIN>!Rkley9o7mSvq)YXryL zv|fFMZHKnH!!ApjHbhjMJa{nm^exSNc(Z={hKbor27i6|89{%`wD5CeOl97xNWQH0 zFZ?_T*b^Tb>p~C+bD)RH?-=gH$5i$8pgCB9TEz4;= z*_)n`sx?~IwfFw?^!WJnc-gj1_W}SCQlqvkZCP3)I-O4U_wTf3@>MLupWL(Ro==M< zD?pTs{E0DQdlWM95CQ5^8u#9HQg0^`3y9dU>h61%^l<=~R{~H3u3HCy)>?CQ;hB92 zM{pE?>((Eio*o__9v>gK>*ahpy?^)aw4Pd9)@6+>3d^$m_V>Rp=QU*WhB<}UzrO7u zZck31F+}X<$eKL#)!P01$4A#R3|=xSZV>iTN7&)FUsCn+*9)!hFR5L=67g>{51)De z&DU#1=N-<|K?zkgr$Qy8s!%Fb_p_q%uRzteEGYTIYvM0kV|!s13#e^YN3 z@B7~36nGXm_LIjKntNaIs+HcV+6jWlub6v%7k2Bd#Fg0st&RNWN3fJqEsCUcIyn z0)TFF@OlscVC((i@sWGKfA_9w^p_W+j^AQ=B7robyYu;cJ~MY=KA-Oh2^{fQI0Ea0 zWj&pK`}^O2`tDP*yXCcNHr<@aRKw>b-nSRZ<*OWd`+3q->u7pOu{U4K=vRAh%tgyABB#^o zcfb1`pq=>DBe2S70023iPKdbmO(Vac`UJ}9MCZG^?Q$vdsGw;lQpPR+rEXAjBu~pi zdO~6BW6<&!^;6`z?ILlMq#1*@tw7_^G)`D|=(=}9fC%&5{e8AUZg`*)IuUQIU`Edk(aXnW86yD?hy61G^rfm_sNN}&wH=9U5dh3?sd5`U5F7eTt0U;BRf>}xN-zG~A_iN3Jdn>NHW;tgJW zO;wP(>ke0*`qUY&)9I#IyX!jzdIu=d*{f5j9|8Cp#LC^ZBH6d$YPbf*qcyQ5h6b6o^1VygQFQ($?q^ziQ#D4tRWc z(39ZmY3CD+Vt8ox9W!o-NUy@py$^fz4EqglOp)rJFBwQ*4oPngM1MW%NegV6^Z*UN>4)!tm!wGp{DTDk}#wT2I$ zKE)ZF*$?K#Ne6;P63-o0<{f~+tbO=xFi89sjAQ$jW$`xe>X*xX9j?FhC_*?&k@L)T z>*eQX4{&=L@mhuVh1b`p;^$G82etmv(lT8yc18_jHgfxkJ?gz*E|>FZ?VV$1tRB1w)$+t$*{AX*-RGQ;*gY(^sZfw_6` zdZY*I%)K+XBZF-p+PtStElXk&3U91=JVbvMhRtBx$Z4k%ds05#W4x zCZw(Rt#{p!q2Mbl51&3NzSNy#)pdgNd9``vyu*12P;{fDkH%h~zJ7(H^X1pq^Ygw~ zSieqn&wToId>V)MU)cpehv9!j(%0;Z*VLQW#EO@j0=M4(S+37B%?J~zXWs#i9W5f) z>ossT{H;rCbXvcEcYnEFuh*-l2U7smX?_@Cn;($=^zZ;X{{R%w8|=0MEC9(ubq#}> zB7j7=+1_1TVzy4ek!lwV;&YELT1ah{OhntZB?y9m01MlR)&gyzb-kx%p$m=hw60t4 z%9lR#GRT0C$9oCD)6)~P@X7-6^!WJU@oo!!Bwx1AsV+llpK)nkR@95u&DxUA`P>t8E%vp!PQRzN{zBsLRYC zxKUSEfO@a7k#uG=u0=pkm=`Bnwrw--$qr53+Yz2Uaf^QLuRXTrd<4f=r`4a#jd06* zI7#6xXnVt)_vMoP+1Fkv)~~+)d;tCJcIapA$6v$s8mitn6?i7R=k-Os=4CUOJjvno zEWEJ|!F;s-&epkWYA&7VH|pHQ8(~Rp5aRSjW?2>-s}M~s>qtrL-;oj8_B|C;J4`--uY!+6%p>^OGjUWJ>88ovb(RJ(B&YeL+ zu43`dEOSCXni#b4?hT>m`ZzXI?|RT(z2Sl=Jp?}dyiLxqu_K{AjXx)9US+-R-#KjC zuW&ryy7142+P5RcYwgD`x!z3W3q|XdmEhRFub}R0nf*CRhax4H?lpjF+xo_=VF~K1 z^pEWo?#veKiW|#i>l;g379>J4EH@vS;5@*w z)T<8f=~%OT0WciCL!j7m_Gp6f_|o*--?=GEZy1U%{N&eZRsDHg-;Rf`E%}*g!Pld3 z5Y)F$L}dEos70c|I zj<499rR^B~6@7SeRrf@1S^nu|Hds?w4F& zhr&0r{qVzQih91HFYo$akM;d)zT9H+kOkfHiimyNK7IHgpaENenmsmxXAx`ce_U?H z`cb#7p`Fqja0>_!$sUo=&JwG0>)4x7LW4CTOaEjM^?-nAdPcz3S{k!B7_Fc=ZEb*9 zfS4voHwQ^^AgI|3WzCIykKijko<}iPV->VU?u?#eY|#|v!hPE=kB`ZkFyLQePNH!$ z9k@_{^f`w>70oyT9ln~#zP*^&;M3>dmCwJFZGUr>KLhF?GV~?&zOpBdx5>Ql`en7> z%PHTDlwZpw<=^36_zKnP+ANVkE++ZQW@ak>#J{3Y=1CCAd8j7GMrjy7O{Pj=q3jl~3wbqFA5i_H!0z%)~fR^7( z03scZ;-mUguGeetoA?Uez-^q7SL#+g_uJ|xBIVEW#tY<0{Vy-K4qo=!S6jFF!s`Vr z@a2LR7x==PpRe_;SDnIq?dzp}omT5p`FrY2?@zXk4@SraLMp3`o7E__F@ z{swRe90C*uM{3jaAlxpN*ut#2%mvtOSgQ#UoF;O^-Cero6LIITn(-rxtE2XCi**nw z{?6xP0MP$8y^Q0VUj+!Bed%jDf{(7xSgc=VNPPMA1-SD?M(EeNzLw&7;q`_t`?6l1 z#pH!zGbJ#5?aTlULGiw+xYxqe^m_r10-&20*g>rB9Y8lup^R;H1~w!`u}I_%kV$K~ zN2D2I92jv#tFHgYu2&@hY=O*uxE9gsO%Qj#MhZv}U{C24&RknME8b$e4r&R z%delqqxv$kzjA!V%delsjreQO7r)H)i)xw|iuWse$E5|2zB-(AB0$-R8b}m?OYV#n z-^t}Q2>}8CQ4kg+e zxWnAiBW0_@V9TcIo4>7B>%U{K9~1;P-nntjLUa7p4XydY3qMcHFNjAs$K=lf#J~3I zRZMt^SU!J!ZQs;eOXQPqf6?QZVvANhQuhOZ5Ro9fd;i_X4eQ;;VSuwmBY(F#8FYy0&JXh-irh>Z&o1h*;7_Xj}#Wh%oog!rXiBo9@xu5yEHCleo zQS?z??k@NZd&;IE@Tb4y*oP_PtWVpZ# zhAk{P>t{V*OiL6IYRmclepwcX!*$$M8dsVB>z@MkSTX<@a*;#lZYqHpF^Y{Ndj+_6 z_B;vtu{(1!_Evo)gs4Gqy7&d);cs980=;wZoqd~~dLfh%5EiCwgA?CY!NSa)5%D*F z@fUY@_X?KDeoQ_DDW!ADi4TKcqN=rs_o@T_c*0UH+5MQVFSJ7sJSQ(M_Qlt%n!aUS zpTEA1K^@l{(DN1O_cq13`|4M*)^~Wxmnp(8toraOUO~SURZr*h@Biwr!g{m+*bkms zqBb9hcvb_wr#@9$PA9YH9Bs%TE)P8bMDEPY5W6S9_Z7IGCCx!fvoYfY^k3bf5fB*> z3tDOfFW9o0Mj8-C%gnY_?}=H%=2=l-MPF*OoMAp4FfVxlQxRE~_5b$I{yLdE;%ptQ zj-l}+P`a!M+LLLJ;|maWy1wEF`NoKIT;YDqAHR3|&zIKpnG0(#y!pEQ?I8)@klAm7 zV0qbVzrc0N0{HCp#mzZTLSYO|u0H^g^WEL=e)s#Qr$;*kJ-rQpZZaw^Gj~>`pDUPSm8mi&@hj+(k+8!!OM3L_wh$NU1~ci(?6eVckPy#(V;aHz$Mx`@{>zzt(3 z29&3Rd%kuply~4YNc8I*MK8O496TTrA)tX*DXmIYKHJE($Zk98tGsAd8@$@Ms6;aPJ)vsZrnTWL@CIKGaQRkS>gb zHD{nY6YA0&GpAZmPXwD28v#T%0eS!3_YaRx&YYTuSTPyZOMTEsd2HEnw;uOxn!J0= zh1cl(mwOlvEBYC)J@4i_Zy>LB{>wlA8Cda5`BUxg^gn+3!s`WJeW^D2c1)W%@WLA3 zoW=35Ou5+w;#219Rd=y!vMqpv_$38h`|XZf^1Z)?kitaR5l^Snr+80CT6-^o)t1&EAwsHZD>q0t6Nz0NrhidMYGfz&2DTDI$x(rPTObUw`Yp z$7vS6dBPq!w``RVsv1#)+EUgs0si){{_5dx|5k)iPa1OSW%z2EWH`IUkN>La%RNA( z^ji_E*I7W5i2Tyf`P}t$()OylCcXUpJKyv=oYTZ#pACUJ#Oq(lg*SfRx;{4wo`=+z zj-i*ZsJwu&`7_K@X|3Iz&z>iM5%U0Y{X~2xsvof)0jUzcS^;4WxD=wM6)Wx;tfjjE z5wUkJ!3c(m8ZYZdrj;4AMQ~|Y7y=MVXD-{o>@Cm()Q}pHo6QAVeP>;GZ$(73q_lh! zV~s}&zjf1rZN^j96dRri@pL-pm*qemVYcmS77nr7dsbVV{Zu^zSl%n{A>2Xus|U~9 z5a+90x2pbZEng2H25fq- zuC^^=VPpu1pq^7A03`o_nHx4h&_IOyne{iD?7!}s97I0@^JQ1*8?K`dU*r?0R?FuK9KMPdUPUvG|5o!clE8>`11Lh` zFr>r`%etgCm+re2L?oa=!5a-LB&=gd*frp+6Mb-C6cI}prqQkqm+*>)1Hx=fKMqW( z^&^1;yg81-H6T`RuNlGiA24j?P)>&W0A}TaG-}E{D-)o`xoz9V5&uw3>6jFt1{*WD z0t#yv@StCdB`edTYWYsrEy3Eq_BKiSs#lT2S3=k!%|E{*;te&vaE|<1CHkg@zuNQg zg|AtyFMjhS*9)uuLbiX&tg)DrAnL$$C#Bn4D2N~ox^vafj4VNIo8dS1F2 zZ3^r9qChM?A?h|=@QJ*kf601az6(GEB=&F#eOHUN%;#ul-o!!W&bzknGczp>k`r`1VH#GkxM!*}cuj5I%vew1UB&fJ-W%DHKl`q#|Y@BxUGKmfOvND-nzbqh4|9CzT)+>)Htto>VLircV09X zepAWw^=1~mki<7zf4{2hE9Og@0WD%cF;PXqisK$-{RlqAujl5}WwBgdbBnbzgKeoT z&=Si<2uK)NWQ#*JsS!6&nHjM!9+MS;0hS!s|Mb>r)WN!lI3OZe21O3I)w6qmheb0I z>6H#^4Zpf|xdlxq4g+$dQcdbYw3ghm!HU zEq#3Z3x?dUSH#B2Gl@(6wF>kSn>Pu{IZ)3o``*Dnj`M^z)F zou~Gk`!gf_3n0NEAjoVs#)?P~j}({Gn)E0HgK5$*Q`95O0YF$H{HgenN1975%)F?L zi5haNpD}mORG@c=h!Z_CJ0uuB0T4lM*v+(!BBE<=!;n=LII>c3M6*AXgC@Cm@f?@+ z^J)|c3z8j2JYsR^imAUeQ0xeEJy!V(oQeBu^jLjm`|I0X1CM{L*3;qjW>Q~oaJ`^6 z>q5#myuPhm{dxpopu`=WqG?)~nf3=e`tI8aaN~-d0db!IHMc>qltpyX@4Ft%jmfN; z5{5W4002*$tAP@lu10HFbcxL!4ZJK110VnbG@@`309cTixpp-IL4^GP2&Ih(uUFgM z5dM@Q9#}bL@n$RlT%FBMv>DMNBC>7Uz(LnS&tLN^sP?cG;Z2kQ2dmHH8(pshFF7)| zzvA^mN?vXo-m)(L|MdDfR8ds%tOx8flzbtPqtWn7UN(_;4}t_-^u7VW-ZtYYL{&UK zG?tOPNov&sA{)>lGgAPl+IA5eC4jmr2cYHDJrvdSR;yK5u%SeHMkEBbV<8kh?fkU} zY!Dy~PC&A)aMfEOf`nvCWzu_ZLhX9y6I~uJyAkdBZ^rtwoXDw(au^SiM zZvp_QkrcV*0W4&AHdTX!+I16BJn!Uv!}Zx=^XGhhMk~C0l>Xx5`DIs{lb@&di_P0- zarX1Cz3Tci;lGEB0vHJNZ9AP#w?e)GNyCQI&tvH+5J3%C4dDWhhJw5Ip`+N(sUX>%!kpsEl2L}E~fKq-B|av-AZdj0XkPv^V4))p4l zGb+OBhS91o9^udo$qerO>G2Z)2s2VkMthCJTuSWlh)SDB%Y`geN9`>f{90o7g%bP* z^Y&XC#m9B}_3ei1+c^1c5ahMfly8e-U$^jYYAJt7)%CT!5OKR+fBMs(`nK8W<6*iM zzyUb$y7;5Lhk*cKS=T5;-@=q&)6SivFqP3;}oLReu} zIRI!%hRX#2e)E^Vi<|`MD*(|maIJDeVaapI^yUC%71IO+uptO6poTP}6j!N1dqz2+ z`-#k=CY{LJ4i0x===z|*yYIgH%isUipZ@sA%jM~`t~i>vN?I89u$%N-r5&C=eX`fv z61Y6QIZfFFG{r>Jg9o@OY2@GT=DKV9XZB%ziIut|?^n3wl?XfeAHRgu!*9Q3!*>?b zpUrhl`8Sf2*9!Az$w&{b{z@$X+#`yJ1X!G{Zuv3iNxcHPe8+52SQf@gxTGT%0LqSF^>^6K+!cX-aJsr& zk%9B5T}51BVLqSl-hcmnds^@A-%(B6YcAvY&cJeJLAX9WefseSt7}N=Gi;%Y6-HwU zV&n)z#4%J120@eQepz%5gZ|amR}tAm0ey4H-@+69WrK6p0bhw}V;!$|6YXDkwwcdp zvR^qCzeWd7PRwUsyjkY!RQ^jUO1A+DAQ4h)>!}g_=C^}I1TL5e=-k(~KtSl|A9`4;~ zk_Z4m)xxp{fVgDLb8sBqeB<@4&CEBK|F#dmVE7H6zZMf;czq?s0MA3`o3Qv-aUIfj zOz>;g{C=KE27&?wYL%`JklK3s&2N8ufB$aln*k<^owne1E|g{YSdG^^y?0txB$Cdw zF4-!}D2AYZTQvyD%v|u8S|bjL%_Jq;@?d3nSQywBd1$+c=mEXVT?DYjs#B7vE)0ut zLjXOKT|8!s5D?dOefRF&-TnRJR6 z=Z3aOPFrSB4m7UL2X_;D|BXJx=SIsfGLT;4e0+TgvtD`0^%dik6!7=E1CL86x6(I-SmE+=xASn36`m%*A46qn~&ty0L%| z?@p(_U7s#jH@j?$tWD-A&kzH5GDL<0M099!s6q3lC<-x4YY4iv*XGj}62Snzp|-Q` zDL_JtykgH?t|Zy%n1F=PwS9WTSzGV#6t5NKAS;=)r?ah^x$H+<(z$1|G#mzcv$9Z#?sqN zt+&*GnwuxZX_vw`ujS+~@F?>t~Y?n^l9kFl9ZRe*gQw;@+2~olYkrI-kyw z1|cW-2*LuQ2hcDg-JM(W{RG0?T6_Qg{o~^!B0gR&Pft(kXFxrMeB2zNF}WZX1O}3( z?4DlM>^UL`xQHJ%v9zXsON87c>Xqa1ee9(ELeI%-uRjMk8%q011V7iChi;Z%O5xo$ zx2vZu|9(T6uPtHd4`Dtn>wotz|0Vn7FO?x5)7&Nvv9-2s+vRd;M5lEX0I?$$`FwZx zo8SHgcmCwdHxXeGTACo)pWG3k5#60nMD%pIT&`PT9_S7Tb(9b_1h`(WeY;+s zo}!-yyL9A;j7_zcb2VP^i!tRZ%KfX%-rMzl248MzlviE9HuLt`>j2Kafc|gdko|Ia z`liCMIT&nvu)U32ED|9H&9d z3E!Rd)o;7&&hV$axTE#eU&_jx{(J%5w?@ZTAm-2XdQ~f4Hp6(yhu_3e@Ky9>yN64Y%4y?6Com|NA|t7hSXZIa7{DbYl>`cQyb zRfjsN)xvK;*hoYkFIQbBv>cQIUs?&Gg~X%p4;ckx z?@zd44SiUx$x&q^%%wk`dw zyRld;Q(!&w8^KPf>C8kZ0<8H6uU9>i3yBs#)JAPYbwhAxP06T7GRC?bVrCHtGSHFU zNg5Ot0_b)LK=TTqh($k$9-ZShBqD5Ew^%L_tXcvI^esKQT}$=lKM|ltBJ%WfrACd~ z^?C^fv@EJ`4DXrc%KhnjRRZmJG6c4W2LSd5V<_@$1jg13H~>#`ZzmIKukJsHLgPO- zCive9#SRDUmu=Yn`J$A5o?3o|u)d!a{cIE-8rr`${_L-3DSWA@+sZj2vH*A@El@yX z7JzNr#N%735mF;$005RaGM$JNxCpU#Hp5qE>SV`3>bVY4KEz=+;Yk?$nL6P|&);aS zS3q3AJhn}yeY&FFWMpP(6b@FhNjhSBkafDRArq($3jpX_@6a`~*{1m*z;{fze}q~S z1A9LGf;Idtr`E**B*3i_5%huRDjBF957i+c$|ET(S@dmWL`1*<{HemPRpe<;7 z0Q9#haUR^L>-86YOZa|i;V-QHThRGh5BrzUaO>O8mH9KxW?puEeY?a;Ok-15^${;u zOF2N)#Bx^=P)kiH0&&DG0Qc^pVStF6`Z-0`by2*g*0yb1)|J4Ixdmu8@87u^if_|j zK=M3|fS@a3i=FfX0)TNknTX|7)IG&^)&uBQEMjYGuo?CR@GIogvglHv2vb`SQ4fMg zgXS=KbyqP7)}t&$l@c>wuh(t6zJLGz7Vo8=Y*tX%4f9Y4s&CvyJxIYVkL_nYxnFNE zzXHMz{n)Re;0^-C)rF#d^% zIRgeixXX8bDR@|DY-X~gp?u7!BQ%#9kb=#B}?tb;^qrbC#GY80AD ziwe@{=&q)CRO4+z0MNtSMT8>!phQcs2>R4MJk9EsRco4vT3h?r>%2~d)A@=3ht314i!10Y{q17(d>ur3SX#Pd8@2k}K z>$5;#UFJ7ozU;zRpS^N;x7JSQ^R{jMdRf;M5Z7fP#MYYPMD?%MY+N?B9aaEQn2Cs4 z#EFh!KuIp0|kW^=01SS6^SA0QZ(h<*OHa^vdUnzlFAc7FK7yz7|WrZo{81 zYBD>%3Bz9jwg3R4!Kvz>)bqgZ&S#B}BBFI&Mf7+@%T`;xtA<4ypaAGwdr24Hh=7RT zdQlgHc_uv`0n#27B4ptOTOn)2AwY#hvzZlebxF=vu8JSlzfW{@FD+(9vEs^5%yoks ziS$qkJ5WeBtXLk>uCi6YSgdSAAa~jnG2f8HV%47kB3AR;7$n;s4Hm+ z&_*s6%!O|z!M`d*c=15R&z{-(Y5JngFuZp){@0yj+o~1u$!+)N-UQvs9 z8dw16+jhBL@9*z_^WFQW>s3uR76FjfAdE9x9g4*^vuGI+g>7D}J5pO~M6_*JZ2v#@ z{`5DtCCL-S%*_2n1j&2vdzmjYYr3+gH7!BHpg+uL0R#a8^!E$;AkC;DXu5?#PgPgt zo^QFAOGF%ZGkvhd{hSDr!B|M%m*rV?9~q3}$Jd{m|7>#`tq_D$Qajg1O-_9udQBQL zd%PQ#m{5_dC@Jn-008Jjt$1vN5Jcm;PDmBma1FsyzI);w_QL^!cy{E4K0{hayWv&Q z!sfQ*W@Q{deEcXPo6QD^nCrvC14QIB?_vB48k7v;DiGtL)7pQwS7?1}x#=LG@93%z zE6>v=kNx$fL-$g2eur1`6U#1_HT%MQYw%kZVa`Kdt*)4>+S`8n&9~#Y-EM@1iCSbq z=S9tsR7F(N8-c-vxM`Pp3{ysLc^Xq1|>70-&Jj z!!mV=F2x1Rs7IAr=ClEXfRu=fAeq)n`40vIN9#{1n)y+&J0d`aJV~C*m)ztlhRK^N z0BEid0Kfe1yI=n5S3iCJT$#C)&p-Wi`{hgYtusHcN+Oa_lfy8EB|e%_3NPJ?7u&kW zpl#p(%i;B#m!Bo{T&Pp$BEC<)|GjKMKGRMXS*@;q`w#zc`{gqOEQjIahY#ast2ZAH z_u51^1yKF9lOq8D1VO6Nr(7!%u`qAV-{HeI-w)-1-Yuy^n`W@ zDN{rU9eu&|WWt=t3b-20RA=!5`yvZVt#us7V1-S{MI=foQA)wsBK0f)sON=S@!Bwn z{;NEORmfaw`RT_WYppj|*D0mH{_&4ot1=hS)yZit4Sy%oF!|!MQ~QRS^QEYX?~rRd z(}PD;_G+VXNcpO-8?%v=t~+Px*D;kSVYynZ7J1lix3{;qO6|{2nC^E)GnYq<>P(4D zLi3wFB2rQlRSy4P79PiuYptca;eop|INZ&9(3C zut*Y0lte{tQZr*D5`j{RG6o1Bfa0>P>dW-JfiCAIGb5US+C!ppyNO5;Z}0BXFnqZA zuv)DE;HU5Zk`_w@PfzJ~Y%n8pyZ&R-l0kdNqcZH9%d_tXFW#^`E);)FAoeqx%4g-3 z1N$pSor@AI!OiszGb7>c?d|=;!_DLiwjK{*kpr~%L-oAv$IUzs^+cr<2pyhF0w!r(3W{Q2|M_0>%;dIu`mOikrx9SYUjONL z{}TM^X54=M;rpAL4+^mw%OxSPNXkiEj;yt&oZU#F31zIzB>=eU%nWjC6@;Afa&;vl zwG?Jfi4>s2y|y>6(m6u}4ak75wP!Zl8br))Vg@i#=YeR}oX*x&YfzjHL_>yJdHeA2 z{h$AQfBR*#egJ^Q)pgVpZR&A6eh9T#6g_jQFnF+CwN&`A`wrznS?UI?0@}M7)Jmkm zco)*^J5-UMUY;1(S1zZhJx^@>$$j62*Ym`zIMdpNWDt*L$_^xPBe5 z`1zr2UtV;Vyj%kgum6m9n!_J|qhtXyj;%hjrH_5^VI4$T-?1Vq|y)_?uO?-6Nrbv-N=6f&H+xJsU8(FMv$ z_yNM;MMb#roQT=Z0YWg@J0Q{`MIvhWa}70#m{2Tz8L0OyA|R5|2&?NG=DNJP0wRcX z7tyBZZ8Je`tgDVD*IG(hESAi5v)NqV+$1c`~lEVSZV8 zb7}5e<-8p^q_&f>>1_3%_@d*=iPYzX%9A4?m&4qbECvKaBmg9$JRl+?<;C*m!^hQX zRcl>8JS>+>7OABS%Y}2bjz3*49O&uSu5hgaP{t7e@?x>Nx{kaGCbWXaEff^g)Q}yl zwZ__bx%x^KV2GHd)0p`XG}fahZNVsO)q6=Yg4xbyN(qS4Fk~509+W*XyarSTz**c* zH3toO!9wDq00{H?p;X~vv6y(KAtKTwcjT0@#m>!jO5@_bRdw`Ed(-RZIm>xl@}6sZ z4=>X4t`>ln=h|Zk@`lZhLB(P<$iwD>j4JPf7QQp)ws%`#^&UsLl*o4BERQU&o0 zzS=pncFnn#^6+p^IWLy0l#@SV*JSYw4#F(tP-YD0B&m6ztrMk!sx(tZ!y(*|(Unok z0%K%0)1c#q`mQ}gKq6W!7AEuOoKg~E7pwsQ%nYG3r_g_EEr=M`fs_&eLIz4{TT0GD zu;U7~#wQS(me2lV9D>BM@HCmeNOm=5yFVOVp043NY_QXn9tZZ~J#_Y+m*d9gTxzSM z%NxGhA<=&Z03-qiNE;i8iE>XwWj7l5SB#9 zwQlb3hhdS2j7ZQ6c7P(Fc^nwrOqNBkxBZX&;edo(7*nvim6t%V%$VP$~dZ}MIy=?W6h;k(F_rZnyrOJ?s0w= zO+3aHnH=;04DP&lh}c2c==JF<>FF9S&CMOM6;CIuUqpj>OSM2G}N zFSPD;<{28ISAyPc+OxjLd#3*s?e=>p&oyRFz`a7_&yKcdsql>a@@tmMwdy^P*M}Af zSr7magD^$FloKKh!|?IrM`LVR5OJ|sEEbD;cL&+y(7J@H0%uFg94(Nwq_!0RseJuGt+LK&WRwTMzYJ!hnd(9xvT9RRD-JC?#MP zfngX1qC8}Bt~%Zt6)H-DW*E}P0YqfET2(zmKtS;7`Wi%Pt)5gEeaP&$*<{3bdR z`XR{wU6J!eEAJh!2XhRKx5J(WTuQ}!TseYCe>G5eZ%64XwCBBb`Oy*pB48e>Ms}u@ zC?Vitu^5J-R0bqK&N*vF@YVITc#1Q0eY;(P4GLQ#oaJ&+Ye_?9E+$VyFIIMUT zk(w-s;T9J6YYlv3py%RwZk++Ifw{La002Y+Vy;5M00bKGtK+c2Vs}xkMX3Pw$FMH# zZ1^Va)~akcdj<>Zk8`hi7%B?{Y2d!V@o$V;telDU0?wrUM`!bZ?;KFap~?GRB46*t z*8Ldzu6E92B)}n`yj6L&C9e!mm*(70Cz_tC{@elHG#7(_XjIv@y9q&vT{uHTBof40 zs&WD%Cf2I_+qDn?01|*}m=Y0TihHwt5fKp+5+YXNM5OIf7?LitZ51K2{WsZJ@m)kL zS^^;Uz!dCn<67MrP88v3-j4RWvJ*tz$C^?HQRP`8P?HAzGm+OpP5#xqLxj-Teg(Yl z@(I?3_{6_3kImTq=OX3Mx@Sx9x#f7~Cd+(V)GvM1`CTjyg_CbLghqE^re)TYs7>J-wAN3-VMD_j|cHkHMLfv zBv5ND7CjOX&}(oojWp>HB0Uj+RAwDRN|aIxSaL#O8fUDRTM>mtqfR_}PGkR{$GC;P z|>M+e0&yh%`ow2t>%oU_4YzWa#`I2!vHH z2N@8|cy)qc2%uJFq6WDd2wm}8qxEQjTomPYm48qP7;3F~NQSn;=!trTTO*8x5kUcs zD5fdXnFWLa30>vIW0?uLF0Px20stV*oqEA6BRXgnfT^?JVYA+2^jXT!4}hL7=eid^ zHg2y!o^K`R{!J|#=#G48eoP9FMB&AX8df_c5kb94IlN1T zpuDJnD0PcU-@2%)uR>R~i7*j$ZeoEm&3sD{$;4Aar82S$t;R(wr0Pi`9xSoenl;-w zn1Nf*sQ?R@u`X&Dot)DzzWt__GHNUvN+~DRUyb9)!jvqFn#KcL3|RoiQcJBu;0b+= z;ofXE;GBqdOqbs51j>N&vfC@x8cN5sWP&UL z3iHgCN0I>8cxZ)l5m^pHL9Er1`%()uS)?MmK6P)AwMl{L>HL`^Zja zKuPFkmhi-^&Gk2m=1=eNXV<|+H{MIMYHw8zV&q=RV8F2$eK-MfVma{@N6+TZmA5&l z+0rL=Y5yW3mNMSm-hTY%8zLky$1rpY)Xi8nrD!D{6wD;fobzHBYONxyu!AB)PIar2 zFwP{lSu}3}iQwg6x-Rsr;(&(8Jq9|sDuL2;FQeprJtzNTwu&Crp zCJ++0+>*e|pTFGZVW6DV?DkS+O#Qp(yDW+v0$wSi}0wOCFmfxxzG|N4jD0~kTx zW@$%y#m+QOKkyS~H&i1|0}1Ud&#r@u%2S6(b_bTntOZV~@It+|tINSJI*t>3+wuwv z=5pnXYw1OE(eCTBLX_4I4}bi_?|<>j?~pJh(v%35S<@d#vOu&NcU#3(7DCKJ2`+O2VAEA839AA!ITtEQDQjkS08o9Lxy1Ds zbpQdVmBB+#2E9T=rr;7;uOEmg5hbEL3@Inq25O@K5p&Kt585t-3H_|EVUgP}Un1Pj z&hXn5xB=Y07`QUCOT#HpJ`KC4gYtVQc&;*O_{Xqng{BJY z-r0m-BMRa#+J;_&v~1`RE{0h&nz=sdA$TQG3Osci1$&v2&Hw;1u>jK_)g+;e<7TrC zT^S(~Vj{{Z=>u#K2?RjKkEl#dYQ_r)+x7a7zx!u>tAq7?o;obW>E{y5qoaKKBRar$ ze|?XyiLYY&{cG7<&S9DKPRm!($Rmoh|HH6ZYSycWxPEx}RT20wUzKiG!E=T_mEEQqI{t-@vR0l=Hp6y|shHvYtn8mR%D-Cg-U%u_ z*56ac;o0lj>4SX6X*#^BDVq=`Pw{6&0Qhoy`{NIPt+m!#QLUYrK^PH|nS)8KwUlDi zX9#?RL?|FcxLL1%`0HPY((DecZ$oT>5zOVx8xyG+;~4O?J;CvsEdb#Zi`3J%mT|LL z^Cal4!<+!R{;tW}YTOHg9+F1{N-1?5b0R`Wnp{`_&CG$-utAw(Q0om!Anc*b`1`;9 z_4_~m9;VD}8|Y45IGGe{&a_v1B;(zWj^B!A&T*cyQx8u5^D`~)q<3$Q`=^YE(L6UjN}={>36IB9eOy5Fmi4po%K_iI_PTGXW;Vgt*8Vn1B4? z`>58m>WD-p>4r=xEjBLnEm6UhQcA<1VGfbVbX^t`2eai~PY42p1j40^oAnw5K79HF zAhmKLQ=6gZ@pWxn2XLsi53GP&5xA5uUp}Yw3v{<#4U-V6HU-F{HWG}&T)845mvVo9 z_xpeP&tRv@B%WDEptP=9nQE-Q0Zq^o&CFb1kJH;;>kV z$ab@#M75ThC^131zneg(*(O3}Mnn`KMAoduh|K)3*)$&qwV~4?Ff%sv&gdDyiPCz# z{@p+S^SIeii-e1j!J^R!9f@PZFh#9h;{^Xfx_{552RLHkJ`S=kc=p6{uHCrzo3F5$ zPp|*LMxOGbw*|FlCEqBAwDasnFNc&6lI*vDzfdP3;<(*@|Chh~{cnH!{SQA}U0o+i z0+t%wpR_wZ0zg$;B~h^qkxH$#l(bxGb)rG9!bR3vp$W#t=>tSS76HOKmd$$oi(ma( zEhQ2m<{@3DGH$oqE&97#@L2??l}o7rIOHJ_{qUDRZ`T_TDC1ab5#eUztEUBLSdoEJO3YO4LfgXg$uJ!NEY@6U!06yXwxQp$_P z>gr0b{Gl(ZxVO?aTs;u5NCI#Uka5h@~=% z5Yg53HJddpLhmgsT&0#;OG=bdS}c}VHy`fr?@AfVIJzU9>CsdocU%kKFkz8e+3{AP zkh*?0nKaHN?T=ZnIYDi`wIgIg*-WO<6^H(x$-L}UrcEbnHid_nC>&7^T57&5-pT#$ z^?^^zSx8LT`Qg>d=?Bk?^l9?=pI%!3apgcHox$|8`n@MAk*KLfS5X{L$fcwJs)4)_ zu)`u#e%a%0eyW8CDWyKn>o6=9t5ses@-QGJq|`?@hRcy$yILr`LF z8q2nh<2N5Zs=w}Xv0&z$mdjz-mh$P-H$Qy;S2a}4AV7$MxUCGOAf-XIUS=8$WgK(P zq32SYi7-eL79*7bRLI_Jw%dpM>zfY%q8-)#G+`D&y+K%ne3+Pdv)up-B_buXshx@~ z1#!@|R>Dfc6Y$u#cAb5tTb**iO1<1(y#)GPthI8M${*X7U#rIEP0LG1>_UUQTkVCW zG8T-0S~+=Gt4VaKkW9(K3_LtMXcVzQ^ZSYjK;_De*_;7PV$;9I`C*m zL~5;MIdjFY-tH)jq#m~q4-dayt`K3+ypur8{IJ;qV$ONFTy8g8P)cDrx=Li0(M*k`ztnXwS^aoPa-Pd7{q#l6%C4xkTA} z?>>=hJEZKAfUi6kPe1illdyZsg>dlouPpN`?*s(wE2uZ}tLv+q>l;MeY&MErD%h!k zmphtSJ?uUQ8uiLW8t8Ov(53M1kGR?`o*acx8}(!PoBXa=9C=^yr&6J>!z0`>?CcTxsdCJJ|eb(=oFC%JR^yTB)y!+I<74y%?Q=L-P-s_Q@JcVYg$6}X%MTBcj zDTM%=si~BdXazMMNGYXs^XZd_0JAF3m@6WI$Rs4W2V~G{#PhT-udc^&Oxajq78Vv} z5oSP4DJ@sadVil;pp?p7dySq}O++6)eE9I;gLa0Qg}EBqLab?PF#!vwlz#P_zf(gt zm5Z(a8V85jDFII!uQk^S0L!b@-R&*F2Y1rwFc;ftw&z&$5tN?InOiT+q~E=Be^EGo zqP(=)y=Z&jntoTRIW1>_t$p>LM2kOP{mv(cv}*s^a8y;7E@y1Oxo8lyTS%wc3dk}A zqJY$jL|j=!R;w$OaLEI9q3h8MXS52DoQGfi`ZswPa?Yg`04Sx16e5CJ0RRcFZf?x# z)^Ud1HGxt>k%!GT+g002=M7E8Ik%Uo;7o~C^RR4DAMzFL0(z*z!~zuR&b10Y~K zG@<~2$H7qnoFR1gWk=+R9fk~x{tAaV#VUK-*}{4f;*EF+A}K$ zK6~8uK8^`F0(}lF2TJ8{rL22tc{M)tb;{|({`7@U`u_%)fd5vC`4iO28kGeElA9BN z<69_%So0o$X!ICGThsHqtf_VP5yt@}Y{CG5YXJdD)F9CmR3yU8wN@68TuZ@bcNSJ$ zD9qBTvsb#5YUhk&t{4RYDvvWF5E93@JDM9VTgFLe6+{p@C1Od!vfiv8?(T-1XM>Jz zAJ!dZ#!l#a%(*!}?7rg-*%j_Cx*-p#`Ha{3bKTmG`@#{A#Nfa5WIC}8PgM0*a^)+( z^rhXrv}khlivT(y*M7mY9oG-{cdM%_07xkfDQPM)0H8z&s4_43jaeKhn1zr9EgGU` zq7iYs0OLpnG+C^}k*d^slV3E`ucV|YnYhgup%L{PwQ4%Ds*Tql5J^40SXg66D*vFG zuF!@#i=u|J=KGL5D^E8r_A>&gDVR0Df}ks5?V|o3LSW+9=0D8|2Z;b@VL~yP)WD`^ z#k$uiXL-@H-8s6P*u1@u_gib1q}wg8bG`kl<;ug$Ap<`9{_E_8#}3G+zS!U2m9`a; zGLBri&t@y0r7RNR}`?2r+FTM%|l8lQ8X zoL4R&duu1Zipa#@w<8?F9=DTl#n;V&QqOA&JMVm-<7qqYMRfTa4#nv+E<0FuNQG}p z*FLc+W?y@&vUg*u!VG1yE=}eT;lfqnNLW-{?Z2fE>;Y~-1y^P^6&W@s0Kdv(k4xfl z7d2uRn8az#iXh_{_csx6t~djR`U>1@!oo_To7w8q$~yPVDKm@Mn^1*n6{G>w4x^R= z0IEatrmEe7fPgStI{-wa)B*sDVc0GfGto8rY4Y-vF=$e4d=7Rzxbp?( zcNe|23gy*g{kJT;BYfgjI(~iY>3gQU=eG4l_Fm%}?E1w&55vv%jY@BoYmx*CZmKrZ z>^MXqqS3iUEQ&d^5TS^ql)1|+UG;oLt#y6>ka7|cu39aNNJ=TE zBqH1G=H|l(i^>IpfEs-U1QMkx6#z0RR1tzI<`9*WK%y@{{P2(e^Zzd|7A6CWIp9{V z!XjL+KYaXe|NH*~h*V}o$SL37-u+Mi+rsAzUw=|z%kN!0A*rDBb*sGhHfB(P#KM9DNE8u3m`A`4he_&>dkV}Y`wnrsS&cpD(`QQHUhQ$J0 z{u6E?ZO2-GITx= zzrn-cEaizodv-{V2G&CwbKuSFiAKIHOZK9&pG=s3!|b3mq4+3OIe}8fpc)W?J;RtK zxoP@*P%qx7kW!|UM3|7qG7_a)t9lG@EpAumd5h1MjPpzZX_yCUl8tLJIK=UGYQvEtvyqnXpaU3+O~zg~cT zKP`XFW<0wNU-YN5eE*DP-+DHY6(A4^K@c>{j*4r>#@4C=TB%$rr=*$6)T-5VR~mcE zszwBWtDBpY(so;jQYmE^CW&;>-K@wGjG2+|?cH6XW~+ciSV}FWGOKY{Mj{5dy}hl> zL(T{QAUO}U)-Rtw_bo8_QI&s4dhJ->-%(0j>t?e-z*0tt8$AFZGIK4JtWhZrmco@Q zBfxU85D^4ityTh1OWAI>je!LdnWKlHKs22mVT04@oudi79SQOB8{&!O*kyfYtAMA= zOKHbLYIv*iZfEwy@@5S0u8!ng6f~nLF;)T{g_*f-H=D(BIShjVGJ%-cE3@#BGl54! zu;2j`-&AEGZg0PAHk(BrfUu0?=HcGntR}r=5ff8NifNnm`lp|M`gn7rIHn%Co6QDE zqkSK# zsxLFMI_Od&wT451Ae%M2v7SX~u}C@Je*P@XNNQl=b`f1RNdsRuM~gX#xrq7LLEB#1 zeR?5YLb3CHfT=I%VEtaBywA~ls?2Gwiy!|Lk#_Vee5`k)*$B5pUE?RpK}`G(3MsC}=s z9z|sR@Ss9F0@Upm09tAsB8|91)J4%n0%8!-gNexOrS<)tXI-!m-jtF{a$64KT6jYdf% zQvX}HyS-Ji_~zrMP>*FXM_bx%whDhr3@fV(Apkc)$i8C}rJQrlL`ehN#Gf?6nB*Ki z*F!@!X@por9XYTu)#m2Qij!=Fbj=%tfeLvnh)5|>qGYiN4NOFYKpk$e)~W&@k-4D~8E_He_05gui9oWXi)tMZ zkZN!2ltZ4&28YGs=F>M1cem^H8bP@P9)^Xg)V#@(Ypu+{EY}}C{ICDpe=ouh_xHD- zKmYW@_v89O8Da{w%{fs*jZhBK$+_JafHBy4$iMj2uh#30#<<}|h=`^kl3F#1v5qUc zErfb;eDm$M_xE?T6vQrB`ozrEHD&@+5&=NP=}yOHpG{`(LNda|DtT({0}*Q`|YLG7mGzoDdhoE%SlE=*<;$WczA@Ia~_84n-62o+wBGsQ_7T*(zr_a0)nt&objl7 z$bd&;PbsZdD-qd@TVM{dRVe){RhANI`Q)TwOu=Y5(A zd~)vJd=H#b9&7pOSs`ZS?DyHjIO6?nIHjrs+kYUZ`O>rJ%~#rsCULfF9((Gs&2^#9 zilSDi?m;9I4vR%81+6(I0yj`*=E_7^i){?Fyb7vwgJH4w^v$>5|K%@$Kq*m5&ECnx z;Sl1?!qs!*nju6U24)_HA?1OH)M`LF+BaL6NJ?yxZx9ie%VjMkCBl@n(wvgA6?qr{ z00G71PH|H<1atesTI-PW$8WyXSc`g`u!lB7#9A2<*nG(h?m?*rW=ctC>H6m8?(VLX zF{Z88o@o!JQvmTbod4-<6#^G6uckhJkz8}3_Phv`Pi)48c&Ag!>$m59o+4;>VgW#4 z=EY+1?JvK}lu&?$HQF~QgWIHFRpx6A5+8zMF*6_zi^X!a+-|qfuGAPNw`O)lB+UL{ z(mEnGq8f^Ik3(4dGP9Z%fc{yNQUGGgd3m+kt^q)eCot!XfH`a0M^KFxQ3N8R5RkR1 z#cHJ)eIPQLf#@qiETV%|6rHJI5zxnptzy9UV+CHs0w1jg-hJ!G;yxc;C zVOTZ5JKH~pl*<@PA?ySVIpb!2lR@4Uz)x?+>v!boN%`tl@8RV|%WopRCdAcZu~;re zq-ul~^NG;p-_VR12vvKA=wS;1z)f=jAm@DZ;p6z@4=&7^HZ07`;s;6zL@1G1E*sQP zh>kW+RsevTMj&D~!0Yr;T!n}h!=l#eND4#Fh=`P8TtYEtT0Z~~(MAB`YIOyKDFBsO zgFP^MYPL3P06@~&epxF;0P*Vj+CruI*feTl%Gv5OErTyW@9f(NyqD9My|f(IhEs&K zp1j7LzZ`xIe?JPwC(0|g|3c*mn&mx|(?|G4kDG+6HeY!${NlUs7K=r#Oqe2g6$)5< zZj~<_Vk6@?xSXe@)(VKLt1JBJN8?Vxgyf(;?e%UNOO&cnql6?NRXr6{9PSxT{Wn7| zU1~?nF&USO<%pvS&z8yEjnn`jr6d6659T5@A&RoVIf)170RSP=&r2zYjYVb_Bp8N4 zwR%;Zq?f0&VIfK)LJ38L z5DBr=N^03Eq80_!T@w_nK>!n}pKh}^Kr2K9NySi53DqoigSU0qRe;VRSI2RIh^EdW z8Wsz#6+}`VbO!nWUDr|sFNQ{+oW{U?V!fX~}h^1C_u@kGF04j#O%2^_TC4ibJP#8KWcw?$uRWGF`#GCC_1jkn~b!?Z7X;dB37u z=py_g@$j*lFR{#CXXJY>Ywt@>Kj#1dG!)Egb!BQD0ZfR3V;NIQwbaeHbpt8@0hI7{ zRSlY`GT-?Ds$7dkF(jgt(9Lh5)4XZQ1qE-DbCDQ@sFAiN)povWjl)F`nxmk`m60$} zhT@W|R+=}ud=9xzv}G;q}FjPM7Ub5M$H7K@~JS2ff!I@2^6D-VbDke2B~0oXeDhG z@yOlP9P}6oNDz>?c97__LHrAvL=u(K(4bvn&?%K!Nm+B%0C#z?5<$nE%|HN9)3B6t z$_Yden!f`$Yt76?7U z#$hii7h2r-$j_(Mb|l*FtM6P@?JtLn>fwC!Tk%3?X~SdBK6Bv7%qH?@Tm%fSQeqH- zRHfS8KT$#&hCy@9Ku5n4ktTm6%~?)r#;f+N0AN`W6w^{lrZRH`R_j>k^j@0mQI&C+ z(EV&FG*uAD3t(A$n*@aB%?61`ESiCu;D$Kbm}3j=*ks<&cmY6Aw_2^<`ZYqMt_enN zj4}ccF$)qUKo%hcBd(ov!Oj{?oFi^$NH-DoA^Eb~LrJ}|QuVmI3;ilP=1K zzO?eQ4Bd%6y2P_jh|&^w(05agCF^lVEwk@CmgoT>r^LtrP-~@}H3C=ithgzW=I*sf z;lu>(YOWc8Rd$S5VjF8rCdt^%@(9} zslA!!0k)U)ZxsN9QY#=1DUlo10stjq76f212^ZZonGiEk&UwAr0HE@PICw5ACZ;d=%_I!E^ozAU4`-+#A_cjGjmv`9OW1A$0K8v8y zuPUh6m&l_YFd;66VZC0nCPfeVPp{8@U9(F(5h7NuEZ}0E1ZjzGX@K1&TYV*zRcP&T z1G3;2BCvx}1y&_YjaW^1PL``dU3(SoVd7p)L2>9(7vXUn$8jvR>YFGfaEA^3e^+T? zt#!K{x7)1-H!I^vM2RTpoD$vL-lm)}qCe~$DbsOp6Er#GCuj@%Zp8;)lBN6MrT6O7 z@8K7{$sf_91FM~tS3rb!2s%-Y9%R}1;f&=)bzYWHI;J21BBfkvy??k*ZU+khr4#_z zj^lc>8OzAb0)i2`291qXX;vM@DvO2IQs4pr#~h**K^hzEQVR~Q;dDd74b5Dz0@zEq z=uyBmnJx=w$}K>Sv93%Wi3brhMTJJv(cBd&B?4Hju2M=|*(h!I%CHlIFhK$VO&q`7 zZc@sa(!*wx7mJjfnM4VM8z_JsOSKF~Hs5j!>*WOJwfqG0w-v zo?71VsSQv}R!OaVLzg=>*B5sk`?DdLm3p6r!}h(Jf@He)am$jKB#H0U@Pyb$y+O zETGm6*-jhRdVv7f0{f&|0gygtrB9^W2pe}Cvors_q3sd!-Qkztr%B0IE|(^S<+1z6 zOY1r6Pk%e*XjUk@zuJQ?zN#4JW)RUVa~Nn3cn=ZKlJZirZdlH9 zFqK~~fl^qm?fBXvpoT&NB5ic31rWBIP0m@RdX1RVkFx$J)MBl!jumMI`!DrB#UI{e znLaBiU*e6It$#x1oKVkEfBM;!e?3$VE1`QLtinWufa7+{AhlK`%qbHk0Z?#MY%{{t zywFIg12tnM3#Tw#fBc9ZuqHcpDGi~IhfP?YNCE(Qk6{-{JJ2)4BmzJV>Nfm$!*app zVSfz0&6IK?7l(u7O*x7A7dySHk}tNv>4-|bkf*aGt*3Im{qhBnmaD6qn;X?OE?28I z$kP~%{%f2DuM;p3-IDd#elyZbxUN)b^?kr>Pz85}@bSaAUJ!6hOMEvq=?VQuD; zqJotP#a_rR`u2rh>@&k&fD8zUh&41K7(xrQ6hH__go%=07m*0ZaU3j8BQO9G^2qv> z0DwSBL_}Px@dM0ic}9eRh?J6ADVsrtsBKxw!*G9pM=2qt^>(w}Y?jN_!^1;AF6dSl z=qc%g!xfK8E)g(nGI=u=Y$ol(;~;q4HaOy`BOVEopZT!bh4g)(WNPu z*DUztukc~I^n@uUDjAgl6rko*EiaIW}TFhLhjVE!# z5M7BjbFb=ud524_FE8B;uLgf}cIF)A>~nEm_&%|`Ph5l3&h@9ib9l{14i0r{9=(w- zR?GGMLn&ogE)vmdwM>*WO*nvslLfn0`(<5u00F=V=^a@SFfSIy!={vnVbmOtWY~xR z;_|Pl#mUn0m>4)w-AiO>%outt03rlPv#Yi?Qo@(ZV|1mIN+}?kLl}`#8V12pPY(91 zWvY}jMHW#l9&EiMh3$CZib%B<1XwPYz54Itx4-!IyI+0!^hy1r|EK@Yf2bb#QF}Ox z)!53Mw>|m}^~!tZ4Y%lhdJmizhz5T>8yHS1Z<=I|bR#0H!Pai-1H~;S6)iNSt zt@XzrfBfmkAFi*judh}D&4hNdSrd|U=qw^0H3oY}s)!~Ih{7x)Ddk`N<~N$Dd>pr> zl+9+N7@Bh?Bmj}h;IX{117GMc-GU!<)(ct1-&(6T1gcbYnNbygMtNxLUgv=oD685V zd$dNR#I@E^jPwwTWNS4Tb-)Ue${p)Vn5&2oHBVpg5IJ1==KA`t-+!MdU9DCr=c}vh zFSobgW)A=mHeby+p+AfTJX+Y^)&CARgD0xH=qt{~6<%84-6b(DH(zJ3Szd+edF;Js ztPRdl;i;_>X3eZ4ETxWj_Ybw!Uwrc|5xMxO9HszTmKkP=3<+Rzu}X3+9!;$^h*}Y; z%u4u%I0#_IVE~}n(RyN6VbM5JHwX)7im=87flNf2M$BN;6ZL4EMgif<>e<^{iLs?A zqm+SJfSGG8+pU@tvxsxV5Y)2=PiXRUq=yi(6UG_`V$6mH$>mDshqeZUdS9cTnj5%B z(TK{}FjqojHu=3PFIoYwgU**mTX?b;FY4p#K*@VM5ohIT*7&$JbK**S>9dDWNvD@n z>(THm_jk834O<2>@!cGQU7e<8zf6 zaCp@!OjD&;tao~ok&{>;Mz;}A69~;Y)@$nkkShy-*A4E}9GWc=gH)wF>=R{UwW?aH zCd*7tw$@TvgZ@%@)uBG+wIQ=0LZakR(?sodMfmT2^P4ZXx0~%20ZJJyCJ<3XZfrkv zm^-sho0=l*6>^_l*rVE(o(!>?jMG znkXn3x~Pf(lEWCnF8k=1O=MQY7&1PL|y}r6$Z`R7g3Rk5p zjF2U&)nsI5R^MSjU`7zA8a%f$B}$Y^Erki@!&lGBZne+9OISAR&33b4 z5vY9i-BJ*0WvNx|1eE6tuQ0TX56mpgHBnLsc2XCa)fpHQVXbv6Fm0ax^y+E0tI^thg$~D)Z*y z{-+;)`26D!+s%e+O^bzH;9WBqO__|e{s{rt-Hkh^WAHC9*X?H0JDXujdATA?!9p}Q z4~y)paO`~U`Hh)QspnmR^`+_8Q)+nUJp0k*atFzUM(IG2JlX({fAbW%UI2g)zx?#$ z4}bg}m!eqlpNWRWGA`({W2fIf*YB9<+gIErKO_QxTFSUt13(^zU;gIr7R!}@W&(pC zCfXyOJXc-IYWLDf8`Mfcu{oGrq6CKe76}2w_(ZET5ik=az49x=yI3qgeEf(Acel69 zeEs309~~zDf?Ff>(s6LS?GSK)CL%SFBSK;R(;xmI9zqxZDCMZoerO#-r)IF5+#YQo zyVISrSf76O)f7HIx-7ly>4&KvrEI#4LI^&08EA!Nr91| zls+?q1S)C9hmIUzO>83|Y-+n~0H}$50Rez369OXC%BtGa7B81em61!W*Ects|1yr6 z2wxW6YX=daG6@EzJ{DyhH=9jmDP>GKm95LvN#men6Nj;nD{enF;nzlI_bT@ot8hel zTiW-fyXfa6ExxF{AMWxs%d~@gtzQuKe0b(^stynlLOK)`xheuc$~g~<^=3mU5z#O# zG!j54m(1${49BcB9r6M|{8g1hdB{Kf`A?YA>gtNR6gy&4Ah`ren7+<18cBnJi3kZICH3^ETt%deBPIIu;oFqb zuvi%9jSwdk|-reJ%P>)sXo%G>Nk8)@H{_ivK-02W7-H)-~Hm%(|F@iErx z?B&8}YxmewW!qT|7@h@)l=5P^$|-;P^yy(3N-30*Vwb{YNFmC(s-#GX08s-D5PGhM zTGfU@7pao(FNl6kR$!ev?5m(k= zKj3`AtdspGI8AQWda6IU{qM_W{LpfE%`a-eTfykrO*?+Z<-&64i|qv7$CPyjNBhe` z-0?);rTz#eJQ|nDc^E3!tLtlFR%Egb2QzcZNkiL!o6|;sM?VW1Ut#PF?KyV3 zDeEWs5>WCctNawb^V0>-RP(#p|L>?AM`67av_0(=J;)v;U)$??I8wYqqB@SXl$Q6dlo9MYio3*nj&D&TS$ zh-i_s%IIUQ<2Y6kVWDI^w}qkrJ6eK6=sN~Zitnz3iBvEBX#_7^H1A5d=&83i$Fhqu zuzlq}1Bp8te?%7!?D%8fIpesUqW?HTL5HC+12A&}5CI~o6+p^%E4__z0 zQDqrR*=)CpXxd!T2wo{wp1Azhs?p3z(}s6lwm^z%&;VfW1^N?CW!8Y5?pFkaTxtyt zS4G`0B8y~`;O(T|v z-70*jIT|8jYHYG{5q62_=XD=xtI}~ZIGaFizbcMcd6(b{jxNpb`&C}|Xe*qdJDHMx z>K(J6&)elA#_*J3f5Z9ux-WK3dxQXN-Kgpm~{b1 z{09?AbIu~dWlV&NAv4Q%yGpMFQhf-=D42lVA6AOI}(0JeP3#bUklc~aCkOk@_07!*T6Cq;aXi%R%c}6mDNO6Yvu6P z6$?Lk`{m2s?U(I#`{CoqtE=l$%67X|{<)L_P7|v@t(Yq!)m`G^u)4py{qZkJ-1?6ga7*Jmn!4rUMhk;d+eRP<;PX{{=rMjJ3JVk zu=9OsQ>Po&2~$ex{`U5N_<#K0h3n0SkAL^u|2hxZMBG|62-n2R*0p5%0eZSyLO{g3 zySvXn{&01DgGx2@f}QfHBB{G4xSaYpaUN^~SeTa#;0eb(X@WZSLZb;$%p)wmqM|6P zQ859q*|)KQJyFVotT#V?|HJy)gL}o51|79q5FBlrj)(>4Eo1rN&wmt86`?XU1nBOw zgA=EgdS%R>HZiLy)1zD{|Es5C1_w{VY)_12v|i=D5; zzjIYNqPo3O&UMT8cXxmN^B+Ha{3OhMe6RR79*@!_KZLR!fBfs8^J1B6O@NEV0-U=A z2bLy`w#pG5{X_KYV<|x6-VoH`qE(?$ab4WCZ}<8u#6%SDX0ZTc2@*!MMiwGkEEaNe zGmhix<|gMnb7T%r3NtJd*mfY=F6hi~T(IuX|+vaOd;K$}@|@2jRR-sQ-Yydg|v| zUZ;1@zU6ehI~+t#dHjfSdd=r;+ly-R9ie~&h?=lbEG;b(abYA{EEcP)YiNNN^cu|& zh7AsU20h{#ApvfO;V*yuLmG0*nQ{vM;MN4}nj)epY*0B9m9-fH2u#$nh;4abS3drK>`ugTW&KVGyTP8JflnhE6T>58?$mrbL>=7syHE5aR>@q~jST77-1doMFgnKY^5(SxIF?thJ1zESJk5Jf*T`Ia6y~ zflAE{L86C%kWyYO7T}S}pvwy%pJ+-;2xm4C4UvNwtTq&`M1(kCsPdonRbdoHR=|*RUM`m5r>lHsDBicB+VyjUi2*Ogi)>><+M5yw4 zG{wmW0B?=vlw{_V%oR4<`o26~UZ#0FrOkV<3$Iz8kj{Pv<;20<#lF`s2TsJUG`;6RF%q_=&NbDO zFoIfk0THG|jx`eDyd5z;G7N}_5K<0ZStkkWH}q>b!xVETYf@&by#G}scWkVE!@S2# z*tFw97#v}ND5a!6ZDjpL(9pVEncWDkbH;6kY3xR3(E*uSFQ8Tm0022B46b@-)F-0u zl(a?{dtv_Ej3_v92cCBWpBLlaRheD<-J3qh9*4PD21h=tVO$^JM8YinZJ8yw06be3B7413Lbt;B$J0GgBF$? z!;Y*I-DB-~vSLI;R5k=1oS~X!T&WciORd6!$R>1Z6fqV7CAb+xm-)RgJ!3Co!m;^Z>>MvTIZe6egC?;1wFAm|H^w1V?S13P+v5eQvrCtwxt)W$ z@anUCoIYyrBbS?_*+uFQDdF^TuKC3Y=`6-cYL;;#1Tj6lZHC@F3xF#}t;(9B;EZ)8 z*Ml|aQ}AX`aE~Mj;3qn>&~&8*97WFqQM0xz_0|l`iKw~*oHD_+)||6A3fEdiL*TeJ ztk#mq{NYNi)@}1x6BT!%RzgyDUW-#hRBP4V3s2CHMaozJgc6lfg7k391hc@H$+LZj zr}NZ)=#+;qS_hW^g{QxBq2}#=^I5U$i2Z*Y`W#p;ck4gx_Hedxxf5}Ak-7wlboy!W zG&SdJDIqWj2my+Q7GM$g$8D~?;IUxBHbH|f%0!)@fL542m{%vmIm9YaihzO=aqni*Pzh6H7%)gTxec$2u9mk1ydH-BdUXv_oXQ4_tC zASYN;41or<0kdl>V`<&q@ed9pM!2`>)V%HJv zeBzOQQsA&QpQ~R-RCRG${nbm~BRpVoj~IdD2JP9We7h^wv2AwlU;zQtU`qd0%d4I) z(8v3jVdgHY_5y~7j8k$z!O#ecW@;AVv*CD1*4?v$ig*HuNXoUUnX0wJ{Nw^;8~2Gu zDT9Sk5X)y_tw%^HF$;68Ts7Px00^_NLaH;xoqtj zn64dka}9}4pvmOQY8gYaZ@= zO`aUZqu1fH2c+0PiU$;qwmg>Nsu~Y&g@^#cHAvn7*(SH`F`G5(tR7nokr6~hFZWgt z0`!>~0+(lR0lilU0_5mtXO0D$1_F)D#aemD&DPhWFe;0hKvM}ZgAuS?Yf>1UtbK`lvb7aO1I@UYvmRcU}?+A%o@Bl#%<)vuj*aeEG z3N&U20D@gnad*4j$W&?8Bu-P)bv_RbRl8hg(G<6TRmHwjw_V7x6i?lu@n6Jczj2PqZV&rFW%2q%yh&Peb(((Pq5{XmH<8MYP#y z+_}ix`}Ovx?(Wt5T(_z>-(5$u3a?Pk+pxoF-1Am=L=EqDMzrj0_9?fe3-xzSH!FL) zzQ6z7zx<2Zo@UPrt|nDnt1!DDr!;2cPB{oocZDz#VjSrThJiz!Gux9I z+9vg70Lwoi?vkJsEt;rod2YZ(PW3he4^XQ?a=BKOVHI@6!ql36Os(X^oQ7-15d#rw z%p1?nD+JUNuiMS`_RHtJotT99m8b7GduGc&JaARLIg%b&-g7%&dZjpv4Er>dd?5zr zI0pQP_QWGkJbOyD&wdR~7V00XWVh`54uY_haU9nhBw8$&Ua3cMWL4P%3v0K+6c+#} zC&gU=P@h@>7)#l#*OZd;6#@Xlg2^xF%HCqj=7kYyplca657=haK)VQy773CNQA0K$ z0wD>r{;O|^lf)k<5vk0z)>2Cu$8p@&TF32HU4ixRu(!G}uT2MR?jP#)tK(Hm`STxs zU$)!b)1#*&dZ~8u&7BK@3xL>ta!5H)Y<%Z}%)2VD%-h1g*}2f+bog!Q^lR23JoqUb z*V9Y-5GnZCy>qxI-Q+L{-8iCV+4<*x{Lf;Z{37P!V0tRu@q`2x<68lgMTARbk0nsX zv6NCv*{s)*uzYf3R&Kz#N_P$>>=@C$wG#H1rXd4F%qnSm@Eh|n6A}G)^5VFjcd=|K zrD&7}-_;(8R86QEHWq9F$uJR##nKh76>}n>@RDF=7KS1PaI;?j`2AloSn%Dsn!59L z)8JFNXTpvsd*3cQ{MRK&;d7Pu)}FtG^4OT;^wdARoL5>upr>WzlV5}< z91#1fdr|p%0s0A;dz}{@^2T#DMxI-TPn0vl{i_w%*?>Ek0RR9IZ8q!Q|CfLI?SJ#{ zkQDhu1gd)j=#4p4N9dORCfkaLdr@sSn_7yZVy8D!8WqunJhj(SYb)%Gz;I#^rehW$ z49skS#u0i`3h=%d+NP8er7jmFGMLH>2+=(?ge9evnT_@p0alt8l|dmy<_hW!;vsZP zsnCsrnzz+bYb~FD`~kgX4Q;z$gM4XrV9l$+(r1KD!Gx@;DKG=ual6%9czdOK8)yIrB&&fepMqZc zHIVE?ww)9VRT*`XxwuuC3yDrfgkOVj&;=@aVuX@3E?Cr_7t{wqbNvdl247H)R^MGM zV!5Q0l>E@w)>`y^0L^D%cgbSkV(+J)HZeI*^uM37ZVv6kqpxZ2TyJ*b&UvJF_}mv> z_Uf}#@?Oft(Dt~Mc9{k6dPQYA6B|wN?naoonq`8w)Z%~HeOkK0;b7Ld;GhdMTUu{* zYJnCEsjwSL32)twUkw{7!inIQO`XN8k!3<`RGf{lzNYCTA|hr6B*aQ73A0+dxh$

1U%L3aQAqG9=&jp5fPl|Nq2*pb~~Idq_QF0#Pxyg-!nvL0qyVot8W9-9$R9c7!; zDShtrNaBU9fMqf>Q-@w&L&82t?W~33F$o;Lgg`^{dYFR9BoQE8YDGZG2?SEMG?t{` z3rI+sPgm_8gr(zJdqx=pVF93Wv&Qf)OD~W|;d2$Gq+|)^GRi??>ZtO8MH`zgymCj}C0rD>uHAp^QwhDBA#L z*Uuu9Qpy?C9!gZ1ge~S*nnYsMT2*hPTDS13ZIU9mITuCL276F}S=`h$Ft;yJo9}1= zjiu1LY?&>sNac!@5ityMRR~qfHLcGmb>c@z3@!o@ zhU4=SQ_)3JkR42$gI9A%!?P|L-1*^&?>tx6%h2`-Jk`;^#NIev>wWfC&Bo#BSDd#2 zUma=S+xB=Z#T)k*!{}bq%ZdO%&iU%*27K2W_^8b*01|3;M7#K+$7~dIkW!p&kr;Pn zc;_|Ez#$5G1YVgKlUZSA^;;8WqC~wxSoB1iHLu0P)jaJfWvv+6L#he`W*I${B4RsF zxLVF)_54tiV?h)QS2Gq0Vs3#wM5y-xub$kVFlVMsaUAp_u83eP4`Szx!1 zV_{PXB7XSzY46PV-%a|TcT6!FI_)4nb}+vbL0+_^W_-fs%Byj;hwqPff;ex*lg=JI z<7mA0!0u=E_I>e~;X0-_6S*+jmQq?>T~#n6S9gCva5n<|Mcm1&a%B-U1TZ)T3$qX< zuKofLS<6W21q2hE_YF>Ch$l`101+)LV9TQBl%m9hrQq#I=CEGSaE>Ykha5^oK`X13 z0#S;~%aGGz7*e7{2;$z&AQ6y(h=>vZYTTY-vFHXF+W1c0IpRZ5kX3eE=^lsL-U<)e zPcK~}=h}hiEzhp?ed~IDRe0oUN0v(*U`Ld9a?`&AdG+%vhb#t(t=x-~0FZM2`0?X% z7|fYKHB)Iqts-Kgq?Bw*DW^o(AXqIN5L2&FVEmnw20k@!8>a+GN(Lk;)Eh=_|} zNGXk_JgnE1D|+z4Xh)+lMZ!udmFGH(wjqLLk>I2nFcl9ih`9h5{@VGVSry!E!SLG}u2u~i zdWHx9%%lMr1-Ik48OK^`$|+H*wF*e4Or&Yuc)Q)OFt9A{7b#^OPr~4cG3UHmtu~tt z^iVrFJVZQ?=3^7}LZv_W)V>p_dUkcb3$5|X%U9Iw#~K-^^mQGa`x?BfY~KIUvs{VJ z@l=exiI|d*u2)yvQfjRNtl`2-tzYi%$8p?lw;JFjQA#-@f(VS`$iga&mQt8Gr?gzH zHtThhL7DA-?{cIjRM*ImpaBWGE497|OnwpK7!4z8T_5jx0QmY69p;T6f zIZ8>TdL&dkUCqmzQ{rY7YzA?Z5+X`UU|HQQR)f0{dqQ6p7QXrL;rs9Z>L}cGs3Qs{ z4i4CLQv4v1j!QVtf_qx(+5P$OvbTn?XFj4fEoarm3XNfR$xf49nGWGmc!Vg}ZgzRzw_z%q;2-!E7ob74?#(As5Zc zD55zhyWoXW9a6xcO3;DCo^^7rVd`<&09Qkor<7C~mxrVw#Z`-yQdY(w`ddngBxaff zUTq3AOd~M>K%!KElY7^xH(JhFKuRe&XGC|rQ2cdK7ZEl5f`|YKi92xgW)|(Z05?rD z@3@JuVXk~mxJ-0tFWs?+f4P_PPQN;J1lf`L{7dYy)9ZYqhC`<2HPQCKrESFi4_Q zYEcAKs7)QEKq-k+y=5GSoZES#sVXgCuyNAsQUUi&q;z3!#0?wToZv*&rhVuRpFsQf ziAPc1p(yusxu~l8s~ZhCt-%M%hBHp%#Fw7ET%t)5|5Xt(=X`Z_T}nY$DK(_jZ=z)m z7m<`Ql8ba?@ev|&SaG>^F01PQI&z@zm22-6w-kTPofpx+06;|9eIi8FWS&pVv-Y|o z5A+kFq%mzp6fqMe%AQ9Dgjo_9{lT7wGQvi%$XLpHvj%`Njw1Z&!>8qP$+hb7l2cL{ zJo2>P-F}&bONjnEfxUl1W?p$X6L0;~_g>zA3uon7LGKjMd>y{x*_Xa&+<%7+JCRj; z?yDkzIBvJMUq0V__!v)8qHxZQG>q%bdc9r`iv=R(oEO93RtFFcYh1S~tWGc_^h08y z$^kl()4*422um$*p0-EbYeg*3xB@7%lE{`a7>#lU06|Y$ZZAO8F91L-#lD7wh}B|1 z0Gfi2RH`)sfd~M{?O1Bvj^j^1{Wy*#<=oh5Bt*zL=bUS)-~Z`P;Ue6#*E_Zc6Jk54 zmVU%$M0P)GhfM7W-#_k=+2c>t@NCB76YD>vS}nNq!*TT-QZ5ZTC$i5cK6r^~dQo|W z1{}&M>Ajwaw%hGr{`}`!3YznjM#M5lhLjQ_t=H?j`@14sN)19laZfG75D7#c?(d*c z1dT2L#~%?1FW$y;y3cKRLnxHBSNP-P3O8dx-T5G5C8#kjp!#h&*Py*74~_0&YXlH$ z%R9+s92Lk_YDWMBSS^=VSJ$i6)i5k7$d|h>+i{GXlIkb|Ahni1{r-3Bhr2-1nbNGE zf!-_(J&V!o8JX;V>HhDfTj+=_cM6fGk3Uhv=`jC*kPHC%d3 zPM*_!70j=s&y*>D$}A#ZK7anh?|)zxaXS}j-0#e%}* z)+kI_uOBuK5AE~rEue}d1yi^EQXK6%pwV~rD-_7vdZ%V#fyCqg zEG#SW`dLCZu7=L{v*DwcOs{)mj(BAkKiOwbzf||8>@L zMMvkto8j9Gi_wV_@r>|*fCl(`wP$Z~Pkem^(JOTG(yx%0pwHi6dG}+o4_bFFtWOp- zk9E5pR2MCP+b>@p9`0{$K7_=mYNYjgy)9!JhUG8}Dd&_C8_ot@SxdS7=_l|Iue0X$ zQ3eMUD z5choqVWTuE*SZxTs@X8!$ts^)s-Yk`J%Bb$7J~crrY_R3mZXyAFB$J>TfRmhzry;&)IY%4>I1MVIPS zycAd0i%8Bn4+EJvNkpjXeP$76DMi1z9k-j!I^`kM_yT79r5E{0JS@A=H@sGRRs~pV zr31GJYeGmO%0#3hX}IAcVqr$aT53vQacaD82uO*LkShZyKx3^Hr!;f)f3aLrN@W}Y zAm{A1UsP-10;*E<1n%a`43Z2=5CAo1BSyVoqHYVn+n+t+;UrpMMx#L{1JQxqu8@1+ za)0b=kA05&4)+(;u(!_LXLmn;DK7tv%U6MAmuTVMj=#=myyz`2`SO%+L&Ti2-r)%m z2}KwIhMWbVmMVmaP$P$_34q?GMI;ZIYmsT5Z_@;!UzAmb3!v-7WJAXm;cF6&pp=qQ zR_iWHlWyJ(26%xD!d#tQ)x>4Q8XBi+!gnA7W)(=CepV|7lh%od7Q>L$%>=Sa22D@h;Ke6T~ z%F|TuSvFOF8l88eo_*UtQQ=u$^i`nttUMtEysJye!FxnnL^n_V5wOvvwA21fcldqM9g5{4{lfOBqENaYpYm1u9(Z!N<}kbBC5=W@; z2=es<@!o6Lq`Z@}){x47ML?uPmc&5JEQ|2d;E3*QzN^)o} zRAxgUUBX>)*-k_V2t59QzEH3G;b9@|0KksDwF*OI%uO>Uir1$2s?164z(mw^00~J_ z)M9Eh0b!{oARF>V6h{Hj>}2*c5fKh4Ef<5ZY)ctSW#;Wznd?|8w~TB8+{|xhsJa(? zW8nAAPE@rk*mhI+j&{qlEje#%-%rQ;@ZK+w0{$o(3u?b3 zQj8phoE-o5zZy!Jx16#Rz~ZsJl}9E_DS_q)0tk5<5R+T)ddM-ZwQe^XsWl~!JxMgy zI#$LwSVR-2PbZ_ZhU-_w{A;rrY=4z~d_q4??`l6hYg+sCpAWIjeP(YRT+UU`ZaJNt zc@O2SR@ZswMb3n_Pe?pRRN{5{Jy?VjlIw&J5v#zq)KVGT&_5-rrEn?0qJpyig^&XN z(CAycF`H8>G&Pm*Byv`}QzJPk5e+l=70t;I&qUF9xG5#YSv4pV5lU*{WoooiszzLt zNHGbMs#2omYL$pYm`g$7A*F=K0{5HoVY3~XwW;i;yW~#5c4~DM2C&94pdZh`*X`k^ zb7RonvyhYddVFek%PH&l@Mljntv%%Nb3wpYgnhGexuc>l&)?E7_THz;>*1ZP&!Nl$Y=YcFtp8UT1^T~VRivh0xNIyY1cy_q?Cq_nzPnZk_- zkSYsOO2fd2+sdU%WsAkGi5`@JQZC)9mz-*^RQeY^*1XrBtW(5}bCuJ2?Q7gG;wrHsOfk*AsG$W|iil7G zNu#U3zU4D|Q9~ z?Ty{d-Y)zM;C$vZ%NfPz(EWsAD&QaIlr)5+7G~B41t|A+XC_>Nlv=^z-=u55_#?uQ zQ%&cVDL%H!7jLLNd-1f?!08@}+WKqSVV)hNE_I7s@G+s(XoB-~z@UnoRBg zDh}Ess`fWcmSMD6ELf&8B~2^moWtEq+(II$S%VmpYs0UFjZ{{DyABGilg)Vy)d#uF z1}crBQ6E&W^=DH`iFWj6{*(@&9XO#1bc&^?MB23Mp>9uy-FeeauHikGcXdvD)#bQ# z^5)}zShHW9%4!lWB9X~((AhPi%XFbz0|%VY3xy!)y%0cXE>((a!A>@_)b>;}V-1EO ze(fH#Xkl6-5+m%H`8<^z-$4gr=mc?T{vd5v+o>9Q= zB)@SdJKK5EI?(85=#G~OY1W@feTDeQuV=qy&-mxB6qiqL_KEt&)8}Ph4PU`*>@MIF zs@hx4%j!OEA}#^L*uhQP{-$~IXj%4G*HM9jqtm+~9V++O%c#)7O9wuHfZRKqLB|^e z;(3gLnY^6QA7g=Vg3u;L)6pH;R0EdQG6{w(UG9T!G2 zAPTpj=%Nl00D>sYVYe`qcH7AVPCU%TVd;T%uXv05eue{9--|%=F|zn?u$n@$=Rs5sPaADM9EoxmJW^9sn zSHN?|_@rS=|0rRM2A%@}L;gkJ%8ZPJ2*|=FYW5?c=4Kig!66?2pjIX%P5T4A#5y0y zCU^#zwgUt}<$PxD43&ciXgmuM)ykD4*Fz`IPJigfx<6q$NZe`T{^kCn755H6bAJ;q zcAdLykKg>V9OZRdayZTT()K*|{dcfpPcQS0YtYedv?4%QnL&N5QX-3ks2fAC#sUD$ zCNDyyCbL4ONdkb*lMP9)=3QG{hXg&`YeHZ5^RlP>BCcP{y|m^EF##}`ch@gBv@oMK zMnV)1S*AjAP$Mp@A|bUv4+wE|Byu@7BIk-r*; zWwG{_WzwWW)xod79A6|O@B8xpoprH}To#Dl4;-BLa&vll>APlv#a`9LW90%}Gw?dG z+G!14g-9B(kh#`848Q#DJE^RKr$P@9CP>ifwOsK7Zpbth`9pMNMpfO<8UiNXT9B*| zv!%VlqTMnRrOE{Wl$)hQ0GR&nxBsAKu&x1X*Z*b~hLl}}#qNfo;EhP$b^vu@08B*J zS67Q+F=#3WA_O3d{3z%?z67B1c5-_%C%Y|e+J}!HKYsHKv#cNPK`oWzGSCvMwc}+s zW@RT$#QAu+J#%2qFKxhiTYJcTw%@A!be06m-48!g1 zt%#(YHN`jrphvV(xwX4bOS{nv00>flt#3*#BqXA2Bf%oV09b2P6I=F}4wV^eg`9~< z1d5rMxg)Oy5<}%oi15SpjZwD>waP+(*`EnwxFdMGTzW@9LDoMCAi&Lsk5|_>S2s6z z-+lMfk3atS{r4$nBnk>Vr0J(9Ss$2g3BL63@9TNukppXceE@yw+wqZqpKL<=WtXlw z`)2-%fNyX4dUdC8LgUZ4-K5q!42!@2`@dhUR-eB4HkC^Y$fB&#v!<5DaxBP99CMI(R{=ON`zG(X8CDhv?Rh_Gb zH{Z9tPmL#x}5Rp&NU_ z)T>nyUfBr&(WpE*58r0|OmZ8)VoTid&uoxZ#u$nMKQt?JPhK$gqp-~aZv-+uF{Rvt?c=4#o@ z5}*b@LtBDyRDvD^9G>aUtMjEII|L6oj*T|ca$g&Q!@5S{-O@K6Vy`he}e z-YQ0QQy{X4w;|OgA`U|b0I;~X5+bQ^6@fCc#$60N)nQw2w`}Z$)v26bOKtlUw~zZ14LDpt*)Qov7mfB))YWO_EQHk)<%t^JaJ{{Fu9^Aj>gt!@eWylKEP_N_E7zJ45wK|B z#ICqaf<`@@#nJ_E*ljOkuCO0!k@> zNSM2VNuYv+t&0|#Q8P9mCE{9{D^Wrukt!m!6z-gHEufiMPM9xmV+;cFA>a}<-A+4d zELsCuHVO~`AdI*-d%^dkHbAgVtrA$==JvSYMHf5Rj8h!gI_a=hv|fRSshtY!)3Go@({`apxKD3j@vCdT=%loB)>D*yl? zk}gI=&ck-Ik?>=1Wm)fS5$#kWv=IX$(q(JRsvkoD5ny3gW^pc;s?F?K^wRW8?g4!+W4y`5vbGiSi0k>KW^Qx~ix8 zf{1rtzWmES{x84!^=||~)5o~}-9$L>n|@r=(M=Zs07THg0|4wHUpngo{j1c@^9b0!z7jQD7V^qz=p_ED~iHKTDh=_32no1cVs0|k~ zd&gUCh8b^ZY6+3Clz7WTWfx=NJhY}e{>$%w$F-0O=A8}i40CrP+VmM8a5|Ur_^+?S z3I1#O*TFnXIq?#6_HxSGpL&pp*7tXRxc{c|bSVTx>X3J8!B48>8BlM+!brNosy zc;9$^NW$6|g)?Ru290`S9Ylb#9a$xL7UxnOWkU-W|N8kOB4a7)76Kw_7H1L9x?F7R zl*+^H7s^94$=QZx$vj~g5WEfk!}FBlyWRYMQz-xXoqgpuKK8n^He+Jd|19-%NI8z| zKE0}Wp`6F{`Y(U_!*{>=J7#m6QcOrL>q3ZY03uRqW#)yN26zj=g;VLGEKZFAT7y|6 z0Weq4$lU@WLV)JLrH`?=i-5L*TLv7Bx+_kDM(Q*OuVX}&L-qC#0+f;jgj#ePQHZ?1 zyVcV`b#Ca7x28DkMwi4=sMQew04j6NnP%*@*mYpL-Q524qi{D*A`vqJCyh7DyNT(7 z%;fx2%0)$qH@{!Mhw}QJeVS`JI~<>d=XtIK#=2m1a(OjM;qix9M1)eNVfgX;@441r z{_5AN98y*jT_J|3mZ>ZvKq!?3VcY>y5z*X{PS6_WLMOVduCGz!EOq2n)@Cu9~V`C=V)csyCWeT5GM$i{)w@w<3~VCT)!dNS#s+ z=JCY`O)s3JMUV`@PbqEI51)Vhp^W3W-J&K>6M@bw41#|#qJ+)6uF1Lft*)czEw8^2 z|E2`qS1V88;8#1~yRzDW1y6YPLM22o5lV>*{`A8SoAtwLb@lBpzZ-@@Jn}cI9~Poz z%>jVOX4})JAR->ZMiVR$5+&wp0xNUQ;T^{8h$zY8ox0|FxEM%Q+S z0{}?noO3B-q6CiH!i*_}m8!4H^?HvAf{naVS9gjw|;nFfM5RV*Eb(ODy2EI`m(6s9&&bO6((*g zMnuef`{nc9?JcF0^MFKY7?i#Q4<-g?#MSBD0Knl@i-rKR&k+F3SRltM?apnkY0VFV z5}8Qr-f{qLR{`!;LBtkg45~=kZpU%VIe+-{Nkq1r&1StG$E{X4!(Tlm{4M}!F%_Vc za{KwmyDwkbQ$(-B{ez@CInp|kCeS!>vprzKBt`XFg(`bUQ4F(wbtQ%5C8xoF}vISsMJB}(@Uzy zwV7muk0A1i<-mGQdEEi6J)7p_+49(R;nm95h=Yfh69@B+2It&Id($?FQH?q0)#_@o zT=ufv{ucI`}k4-kCuyb|zl&uSF{GU$ba79WXns z5MbSeKs{?+kk%8X6Rj;pB?1wt-vl70lwh%_rKFrw$5QX@cC@t(r5Vb}?2~rL>|+%s zHSBp=52sJuKzGI7ucDkTL0q&v#^Jms5Wm~&{}YVXfnWaF7hTzALeQ^sRHuI+%`~GC zXEY!T_%o9)cd$6qp@9lwDW#lMQPu-aBz+JJ2j6Cpt8QXZRfoLBGnj7zViu7yjwxq* zx5}^@Q30S~T|gzIn*kXJSO#?wganr19a7e1k%s{hxmM$dcL%ZyhX6)`AOxk` zokhJ=A7jz|+iY*m{&ouDZA7irmtg&#sO=PpIqZ=`(e_#KA1=S8XQ$fhfXL~uI1AnU zbe&NisrlXL?)LAm%e)Ez0u~hJ!q`fbRbW;J*_2XB8c5a(OhBgLY;?itO${Z>M2S)Y zK+A?>*%x>EYkAb$X!HVNhr9p)T&;P+k}-0gtKXXlizGx4QL>qtQz8&R0zl39AfD$} zYON^|Xg~)Y3qpb$Ha3`*S~(@NOS5FcWEh%yPiG{}`_}qw2S*%1JvnWW z)@J?3E;WQ>E=*VaX{oYZT)>(Fw!m!22O&q6ovmX|d0eV{Eoa?8BX zs{lZIF79e&z}ai5kccSdoN}raz^uI{q7HLKBAjr+j^Kbqlyglv2cHRX+eQGKW3Gs~ zAVf<{s+``=dkLCFvNl~i5o|*3t!PD9$y_8B0mNF1`Xe+>8bPX36DDL5kqBxKNddIr zIDS^KhayXWF?C30vVfY+EhU3!6JsL_G4|pu_-tTjg4Vw)W~3W{+2K4>v>m%k-*__| zCY-(=lY2-x8W0bB@RfUdM0egf7xXSmAQ~ceh=znY=R6Doz?B6A-GEG3fPf&O#T^$? z+gNZnF9F3_BuY6WVM-~q^bR_^Ap<;6jMB)=0DaIKK%`KKDOzUbfrT3eh1v?-VL>dR zFA11Fj)-(^X&Q(gzbKK~pot~Rp@^$s5+)*g5=ltfSrwWs%-0 zcLqcB^A}CjWC5ZC0LskvjZTz|5CMcl#BBM}d%;n_zUc&lh=2eK13_eGLqwwFkSaa6 z;xsUiemM@jur}K>X|rTJkM54I5xM@x%D;lt-*6F+^##u1sz-x*MyasL!X#vBE)dG3 zVY3vV2s^DBnTVT+EL}Nj`Y~$1p)s(SB8mbdB6m&lA0~1jyFG#yQ<^~wKn}{`qWNPq zl@yvBtTcsEx+JA|w}aPcL`0}`zdeRuLIwHTq9qnYwxygmsiQ2=c&ibqr8f5cXy(V z*YByrB`wsLvw$kY*q$j3fB z?iGjs>9`7ytKp(&%-(WDJ&#Ek-?Lp?v+cfZhfuj@B*<8V!DmJButEtnw!0W}d# z+%Y>zc&UMrIl*F;meiX<+)W#{Wipz|~0JDF|vHny0v(72zXAn9Ao9ctViMV15?_ zZf~riB)eh5M9F1)?SdvhM*;RAx0>Pt2&sA&H%CnCJ0gH!#G$|`$oA2A<{j=u-92z& zN1qSK?nFl@%b12EHqV=v$M(r#J3o$`bCRSns{I%~)}G@A`E{n|=(b&Y@m!+vr?q+K z=Fp$2ZBILp(8yE61Qu7|r<4GMxe{6uT_6Ssn*~>J0f2`71`O+7=MZ-AL_cg|sO*l8 zTcNcTZkc%Oui9+NE~WyjA`dP3f@Ka+ zab-Y2G=pCq7H^Q@C^N6u4*(#{njHue0U#oSH2`B2AlTb3ewa-aHd^6j>uH@bX_(BWZE{ZbPxMWkJ=Hxpz3OOeivG(H#AsU6Zl~i4Vzs-l zf$^9$aGo{87fe@qw=&Q#L%IcK10K3e?{omxq!-r2={N(--#+`dAIuru);Hb4m&I&ayakmB5(QK0PgPZO0ECZZ~tw|=3rNuQGM9_8J~Id z2x)4%EGnrbqUA7b#!-`GXko5M3ECOuR}w@dWM*THE3*hWnw#+lvu3*x5sijPKH^o_ zj6Gb}Nr<(W2;cJl2uSU)(C0&W^u8K$`JMQ7=XQU5IGc7dh4-t)W zZ_Q3g7tCXx=GOPF{7iYEO7#6(iL z&4nVUT6uz~Rnlx_inmtl*BwXNctRo)mg@J;K76)xHN@E*(vPAPcv8g{5s+Coi*7dn zSPVH6t+%7~kq|X618AJ@CUT0{RyFf4L=nj;6Vd(sg8(j<3$VEs!&H+&qt^xiCjO8D z6p`xlb34%7smu|F)Xd4JU>{4VD1u1skGkfV^XzycA`NOTAvVS_4T3~aIlhSqwRY*) z#AR|qAWA8RXc1m-?6G#5X|Z9kji?B0x0~&Dvszt!`qgh1%Z1qaWv2~-g&WuLBg9w) zE*cr!e7sscj3Y}EHfpU9h7cz6`?W+5E{)*^P-=B>2WCl$xN=IVG7F1Feb&Yt@UK!KyBLhOuC#giw3M@iKI zpoEAhEOx)vL$V2|wp(@0=((Z;sP(J;Whn&_C?#zPAtF*`2De8wn^ERCv25D?+*M5s zGdB$lrGBNU4O7Smi$sa&VcVjFOB^|9R~`zH0_>6<7$qW`&HC=)o-3zBL(XyPdz)?d z>E`8Hr7@NSAbA+BKYUo<-`n__R0QT;V9&QRu=k`O$A*lhSF7Jr(o# z;*I)`%ec)$qn`$JaSWpXAYdZWjWv$rX0u6&u9nMT81$5m_u89iw^!}O=r*}3jaKH6 zc+c1kpF&sGIQwZjz_W@S1Mx|zn9 zcx{=8fTc+DEo${h1X0IsOCy5I7ZelW|Ef$(NR@dkWh`T5=E{^)rsTpPvAe*bpXcIP zGeK{rVhJ5OOcz~X;GC~7N@M-NH4-5QS!Y}+)Nf`NuWVgm$JPNLi`}Bdg|+s#9-0;3 zC%fGifPmPAG!Rw5OhWk-18oe>?X}k2d8ajG0U_U+e2c8$H{s zqK-}kCQX`0zJW}KVy-FjDMQf4*V%Fs6(n7)R6{OSV|j;cYbN_N`pK+o9f$xSp-Cz% zT49Rm4pAUlI6ISkzRVIpW!V0alya?QEMwuCDXH}4o>@?f0t7F%QG_%?%=K zH=D|wG&l}YlX%dHT}?nvD7DJ;A{DDxeAIvd0n)Gj&2P5fj(I)C!!R77tnAd z1_BWk855BoTK>FhV079<5J7#E1)$bixNf%Fal2(^N|aMx3=2vs@;2=DB?f2&0-9`$ zL9zJj+G{mtWq^xGaQjZ4IrMZh-A2rDJO)rg)|Ng9JOUWgKb3u?6T+jBzCfkp5Ta47 zalV}=a%9L{o_4-1)1VA13my#C5!D zMmv4|tJJj*{iY%SrBtPH;}hsuJl6Q4h+*I3%cfyURN89q_^yym;sl8S37M`t=S&^njYAxhoxaGAr~yGmB-k1?)fXM<)8!nASGN zb4iU|4W-A3Fa#d>BZ%GDwgh0-HvidoqA{=lL^!0Z>s+brVCQE$VzN)8N4~U~rLw4` zl~V>IH_Esj*`*u3l2WpxTAWVQLnr9zls)#L&IOtK8Fa1bE@;l!#2kf&)?{$gKjlD% zxK@}1N+_bX0T8lUjJvCSu~vhd9!R#{E`#j^R_T>P ze>GdZ-SSXfq^=#k01P=7Wi}COspupfw4F1*r_73On106fA$^yjcr+mnVVq1oY=lUeK>M(D%V{b&vp{g+)fN zW6!4q0j3xF29ACtOdH+JVcRx-F8YJDa`0Wc7ue~J_?qZS(#ZE<8VUWIsOaR^EL+%a zk~cdXq!}=PpH^*r{1&0@)tgm!)0wU!{qpR9Y>TZEAaoU3Dr#r;!9_(yUT+dkrha;& z_jnqw>!p7!?1511m=7pqV~E?Pb+GGS;m0JRp{+fG*rm;GeQW);TNS8KX@`2y)0H`- z{Jug71>o&4-N9fxH%;mpw>E;v5X^A1=DX6I*sXEhpsE@1rZIy zf^KO2@UY!(05K7TyPAy~3z!v+5!2n3E_4ZI2>1)6oVF8zNX48P( zVl|cupt2S4MW>rW*(;qn2#4i?noW-g`+`J^rGRGjCefA2z7;U94Fy3x#g;=}t(Ld< z4`Z!BwApTloJ~hGyOnhF*RPl9pCERc%78lJrh@3cuYwQx;0iNf3k+oE!Oq=Kp^QR` zak@FyZEOxb0`>tH%(frvT@S+C)$c)VE5sISwM~Gm)yDDHCUZe7KCfn9lOP0VgziNK zv$Kaxh@B`2B*gRNzTllK*#V_kj=h7eg+kY{zlEUeon;&M88t>5>Zm zt1TZpx;jVXiR5AwXeV1k)BrPixL;Tb=|y7+p&jfLXbTQ@3$}$QyIWMjyYGVdcJvM)!X*7i`zttu z0e+cO(<>MBbe*|)_y}zE-Vhy)0Np$`2b9#pgliSD!>t0; z%19_IbsX)O+HS$le&Ynhlcb@G4=NS$WQ6AOoCtXA7BfT6{s$pKt~G4?^)U{`I@pCv zRDIz_A#VL=*)i1xAQ2@*ObN4T#x$YXWP^2!-7%uwmj%G%G4xhp*3|5td9f93?W=DE zz_t|HwyZpPFimB5%lE2PF1CFGz0?&K1YcY2UfC~MtE-cI1E5h8?RNC#C-va;TRI1GyT!f`5N=97F z>QfQ8-v#rv5oenIsT*HxOK~m)C@2KB&Fds|+9JlI8+p}qbTGl8mzGHf+k17YdXg8x zoe>Zx4V=7d)_7g|M1+_Pa9FBvWk09IcUA`%)<@?wLcj+xo}nLNW@@0TJ^s zh?i{Lw}Jp%SYy>r&Si4(5WCe7U+`h}k2y#Qu0g?5O5h2YR5hZ2u!3=|1iFvEDeUBg`~jcV!_O% zR2CqjMIIDwYpvu~cq&BMNx4@->qf6zDsIH5$7bhF(J+ZO89 z7j!1>{vDfDk?!u+-W9!6?>+<$Va<`cYg>GXzGYy#K{2XptV3+ky@S`I15U*wS8uhx z1bX|`H#XC>wl*BCGOuJRD&q8!Ns)$|jl-JCYx>ikx$q-t7gTWP*Ff9ob=!{t2LR}& zyBOQwBoCMbN`-l!rfmyI>uc`*0I^lQeJCKnvNKR|w&J{#u?Rr=4J)>Z>?#!*WW0G3 zXi|l?xS}{wB20)_S;kt2l&+SGt=jywUQ2Wh!fZo?K+GKj08Lpi?@oVNLA|f*>F%c; zIuE11C%yU2IBw%4_PX5i%2gwJ+QD=pyxq{)1OO0exzaR(q;h{MouM0eYcJXVR!Y@T zQwx8x1eQXnbBpR+U(in>s1?90|Dj)5A|TBQSi)dS+^%3pJS0RtXH>xF%C$;D9G3a! zYL$p??;lDvz-8vjta?f3dioQ4&$e`F#>PEFp*SY{z0}E4_7wr44&6G5#)Z47pxU## z6M+JoGIRDsRbf zm)iE*nRnme-s3>Jzed|8uWzViT|-mXKoi@#@AraLAR{^LySHJmbE3e`83z3V=&O|_f2@1ELr!(tX!P$x8u<5T>5h0qLTY)H&^TR=3%ofER`iCL^QpP?M*j=@$FnIC&Jb|_cnw8 zB4}$*1w=#DsVQNzYD5$k7AE($_hn-QfK1l4kBCck0PX5*fUE2Vi;xJZTd_W&rgq(e z)^jQ6Tq`ScEX>s=KFbcA*{^=xj$Q<*mRSZA1W3pI86_NGbVfqPXc*9K7Zd3(5$g zFsGbAMBTB+QV|i%I1EcE!;oub#0EOvTDyS8zD4YJ0lK&&()nxpQ7(RjbYcbC8g02Y zyA_?(OEZ?pKDwa)Rk0g8S;J7EomHk!5Wj)8U2O)u0mWVAJuv$^-U}jA*`(X>J6bQ8 z?dhEgV^zkO_I2u;Oxf41hd8v_hhVM;UCpzfo#Mx7n`2;G8=$)yx5=H4PuDy9m)UL2 z=YuwRwuh>nA#wt-AmWf+EGI~EqMz~CWc`d-Is50#@b$5lg} z2xd$@5Y5gNn6zhNBR_#JKv9b-0>WlTB%((MLozjOSXE31ik;fFquM20v@2(v9yTA{ zzzYCTs;)qDB$Zn0Sju9tB%%P;7FAN`bglxj3!| zrhP|MElti60C(lKs%J|XC+j;Vo}0SNltoRl==OVvQE|kE%U}PZXiozmfZl1!r_9a+ z69(-X)I?t zdLugkKtM{?mo}<1byjRY|AGNCK=AU@vD_)$M7Rab<$44hCrr0Km-CooBApj^4=Aq`9 znJ8(Gh-fp8_4Aj-Fo4L_av_^d|z+$wX zMWa%g^`bo1vbhV*wRL|m)wMx8qh zUjt&PmARCX^Pn^5loLU$RL6q;oVOmv=RSUjP3UkpGn}q}ozEC^P%k}=Rlx#Wl^9Y_ zN@8Y8sW#*LKJUY$MW%OI+bW20kA@I4abn&WGuR)f?w&Uh=;CORSUVlG%?kTrGcze` zSG8_<4Np7M@jz0MJ(qN`TS5b@=}@!@>UrcDk_ND0xA@{Pb7|c_alR>*>G~-)!zQpAJZlgAnM{!X+z+!T8Ac(+z-P-gpi-WHhjbmu~ zAN-<&vubs4Oex}SlhDbhfL$fs;KZcQ7C`^f)_W0f;Eqv3-@3cq>;`jUaX%9j;*gHM zAWks7-4A@9BO(!1md#j(oDgx5^WAzQB+2m)I}@YECv+4|$cyu(8@t0{N8*U^!Xn9c zLGK8r9bjfg1~dsW?oS9nge+4g2?3{kAXwJkZgjNI9{0q6HLk$yo*}vpQc5C{Q|2tC z6q(FoROl{P?WGf~Zd;3!gUeve*9wY2O0&7Qr`0%))wvcC5eHwjiAcjm>I_+SOL$bH zViI&GhxF?k9n!>&aQ!9{2N(c!8eXzv6Wnm!_D^?jjXt)~bJ3t5w_aw^$!2HReV#xp z2pKRlCTfBm^pe`1(xxK}(M<4}OUJ!@xif&;*(Qfh4u}$TFrqYkURO7MD!dmJWN(V9h;nBH}P?K#Z;A|b1Zjh&f$Ak~p_jFCdK;G%{!0tJN zyk=ml0b;zHDJ3BQky7dgN3FEih=|0(oE-<~Hsjs}AEOvg2qt9TW=;jN%AwVKj z@h&HAD>El`KkNF-EGZcZBO!~W^AQp5&B6eh`J4uegAi9eIeV#<9A~|KL_cl`ek4JKQ$Cvk2QqEBBD_xQO}}zNY+VX zc#rX8znv6nXZr^Mg6s~vea$-8cds84`(an2Y*1_RNQjI<)w2gJ3t`Zk>fTD7z-jIC zfQOToOh>-|EY1duU+p_{6b8G0#Q-;poE|}>CmC(af_Of?u>R}NznSs%wSmED1Pa4KNi5`mH4*!G?8X8%N4SMr_M}COq01-(f*_ zJV$>_suiV*Jo2G`9xv>NtBqK<(6H}t%)PCV5Env1q*lGRv-PJt|K@}5f{U0PDa0{J zh|EU7>031XX?qlPG_aH^5N>SIdvr~yhydCZyt&tlh2_noi4646Vcd|r@g%iyLNOxakQcUA5J2W*&@HCZk}lXJG+JDFHXG-Nm9d^bO{w zIEapJAyQ0F3yBpS2fnCUk8SgS3qdl0s`;=4tc3X1owX~D)D`R=#5XzGsFT!?PA?PsDEcC%^A!{s!b_aXK?b~D>m(lxs88u~Uy z(-_*9(Sl63{no7#0hk1W^3Yb&K~HxQ!~r&KZNDn|v(VAFlLfGUy*=NLAa%x$ac;4l z5Eut}d#Sh%Vdr|$k57M0Mk@q?JfN5nUpJctVl<)?n#4#J*V@Ice`lRE;D#m}BcRuU1NNDLI z010}CPHQ=VxQrQd=|_93sz2TLuX%fv%qPFk4bkvZ5Y2rS07Rg2mmbCMN(m5C5`?i- z4!Lr6kW8JGusPgWZ7iZLS}|PFg-4;b8_y=t*%TOctNVg9^fuTL5p58!A(n|$)>fGo zFJi$t%GflUn$JyqQ%c|>q>fmr#a!{kFVwoirLA>avay;pe}n(qFC9DMu$%QZv;a-X zA^LwU&>R2&q?{lGl9*luU|B2{5+-JT!-;8`&7!uPh>*xSq65NB3TuzVTM&`Rg$$=w z&^rwvAeJCw@-nXtTeaTuM=m?k)|6P-gcv<eHe@=gw& z0~vXQ=1B`D`#%<9JJe@G9gjx?`nN<^!N~WikOe@5z4X&Br&i%~$W0vZC} z@5HNUP+O*E3~qY-es;S}-c~70W%Jn_$@D}A00DJP(q7_-J_yw;vzY^ZIW^b zvD9OB6l%EjYhuc62;(>t=S??DCWp=tAiB(&;i5ZW46NCGnGUv$ zI>+{&>tvhO8Te|_Jhx_R`BMYev`u^b<$a8-woWAXp1GVK*LTlpyuXUAJ^tuxygc9CLg#cVO?rjl2nA+$G54v$z8limV| zCm)I)b?R>bfbfCt?EKKrn|_$wC{VwT?YjY>)5(g~wa!(paYpH1Jm^0lK+c(*$!Ybd z{W!u{icA1OJEYKI*Eov#Lzs+d^lJJEw_wN6@8;PeQIsg-$fc%5YPF$L{}hmg+)-Kr z0@ItT=tUU-MAEN+``fT+wIgvFj8cEiISGqqoY-u)fT)fSb}mUnirH}yKli5ub_Mhh zb~R-{LwBNf7bTYtbbPTJXA!-^0Cpj);;I&)0lV98r>QYaKChmTSX`b3hCq!GZ z7LgCSOQ^w#urH+ji8#Tab|Or~;*J#)O>fr?Z+IV4dH0~*yTxXo>{;XYKzCI0;If`1$1L0-(b_DBUzlo ziip}2h5TB^5g-qFwYpMv%&({O&bQ8W_+`l9GZ>GlyHG%d#$XSYBd#{0$M8E zaz?sh01pBtZvEB-Iz1%j2BdAwD+4uHLA&ap2j~Vuvo~;+h+uC?q76gq-|Va<&!tF~ zRb>KjvCIM%V}K=c-*WWY@!p0mM6O`yfP0cOB4lbt8FRbn=FZnq_@?_w?uV}4LO}Nq z`x_;qQYorO>rCol4{jY`YjS-DdYyC{TW_|uLXvHV=&X1>F#@v(_2Cz` z(9?_FONDqG1vOgMwk4|Fe(sl@<{C+aHF&XJxbQ_E%d1~dh+y$PVDespi5SkdK^dm67Qcmw zpAZI39pBxxWD+HE){E9`hq;tcrv`V1&}TeOF~`Sl6@ob6=*>dp#v{3eg^4C=p(}7;Tge%nRb)!q-v9NFh)2=5yGC|t|P5UGYL;U+S`!% z#lgNgJqG8CwtcQ+BK;zXHT{8H9T+d zt}x;A5F+RP2La}Q;wNPQe}gt?GhwuBNK>8rK-VNpM1H(ArvtrGh##xfOn^bH?4gsr ztfq;+r*(HG0Qq-y1`J8J+szMu{`2ka7XVl+mN{h|7ZxU@*~obFd>;Yov90b`ZRy)# z30ajpC{QEdEb7{2=!6szannEh3K6PVxDnF;IcH%Wx7+*MTVT1mxmMRVKiu0&o(@F! zX9uHQc~iO!G;GmAxg9lxD4=6sYRxGjgdaTyTA70YGa_b6#j^2s0|$Y*5-X|AlaHUl zu`jmSqKxf1IbAyO1YHI+$Z&T9=;C3%c#D42mqr~v`dtRUI zlu>@h3FzM65v#->(pGxyU~QGg2I?!M^;{ciCWF2zz}5yrcch_Bhs3$=!w~X|h5N#$ zF44z5pnG=|ME~atOqZTFFqXYzZp@qZLVI87AItj#$&BL<~}#nVI`) z2_x8krldPm*zVQ+A=lm(i)6Asrz>ajK)hU!Hk??$;pA}%iO>J!ly4`G_o5Q|Ab%9+9;_IHm`d|LO*pM6}&*|MG|5|M1tp z=3!V~U8N!SfTgKEG{>X*p&$}?)^NjHTk5tvW*#@`H^2P{eYwfQu8q|jml}>x%i2q^ z^r6daXwCPjskLsmTM$?*7B)R0h)m}=kjst8#HA_$m)A_*a~-<4sOWb&Kx}E$^l$85 z`LQr0MxiUd7kzXRLEvmJp}3%j{awMkHQRE5AHl}9BQd@hq!pkgi}p<}@h-0}w(s1R z)S6_6zAJ6S&xY2Vu)tM7?px(Z?yJP@(y>8ojQWmP6Uf)^aGfjwc0h^05KUwv9z|Vy z3LYWF->IL+wL1_TF~X!dH0bLH5jIXI01z>It}H!&+J)5Q&F)g!aw%J*n_q`byiOWX&bgHG@NkcWHy=Krhk(=l z4eexdbdZ=ngcO#a4jf`6ELzA6f1^&D$1Sl#5`lnpxmPo>w7=>X^o{B*)(QXsQZPX- zh1u+aV>5W{5N-osT&ti zM`v_7%ETdSiO+1DtbtvQ22OKB+k1f^BErysOy8!Js~|$ISZ}){Ug}4Rj@67$hz-vy zabm{Nr4IQ1Rs`{DM<-zzmNgmNBnJa4p9MQ1V#H1L0aC5O_7_)JF(?sFnmSQLdSSL- z)jrd0yV^?~M|5rber$~-BGn}Y)NYbniZ3Y$<%GAEd1qcN} zKOG^27(iW_?3-Bn?GFHoq|B@%I}E98$3Or6_kaD0w5`w zxkqGXRrO=KyXN-$f2_OP+ufP2M@B}tn@J*p{R0m|a?hUW-9PrMyCTiaWD*I2zz-lE zrBv6#u|AWlf>{AC^^BZ)I}MXZ^E zwN^kZBCKgAX@9FZp!p|bbY?GV)m$1PF zfKDbg&9}yHguwG@D%UmTl1f3q)|#fkFb{PK=WU`g#&W=XZ-C1k`&{|orFQHc7z3tN zftV{J>(L$>kYTX^ejQ{fX4~kLXNEKi2o&$JVwWqjo#KX2Q;D2um>DRjXWqjFb!??pwx)cbv8Nmvk4o@jtE8rz0#03* zYzR_Y5Ml5D3kTL`xl$(_V}J+`e!Rc`?ce|VU;g|5fk`Gw39+3-X^^{UIV-tJ>`1CBl;N3=Fj zl^o#$RAm`kE@*@Z35KV~`+Zn=s+O~8ldxc79dnHpXMkAZeB&wiQP+-{8IYcDKcZd< zq~1&RXwQ2Vm%JD#CQg6M_!f0rIT#OO#mb(}JOx5<%_}n?Lgy9;!zdQu{4?tY6h$pO zCOzFH-r6p3fg5KqX>HLtFtK7Nk-10KNBq?8mr`H_y|3r-Gb!hRddRTq()g@Zseqo5QCPgDwsjKKy)&7-Fq z;6%Zb3qof)=O%=B$1C6-oAlKh4K>7J?e_GMIVv|NZ~- z|Axy8(H$M46FjZyfAB(#RREFD1mUDoQ_)vJ&b;SJERFutXPk+RZu;gM{s%0L;CTlp zg(Ptk`0Tg;;U00^_a9vF|L6;;mfDuKETvYJwwR>tY=9f?h17_^bfo_|m3^{i&Fex` zB`v>*XbOtanMLcQ`KSO~5P;|CIQp}JXpM09AdpWHK*wc z$6{Vd`MOA&ANm_N`9HEBrg+S(f-v~}?3j+r5WwZA6tpF0q6N0Gfu=y?M0( z-Z4bujuAz;l%nS!N)wP%PgV$w=6~8=>ixg{|Nd7%ET!r`w1ZBk5}riZ#Eg=fdbtjc zpO|8sHPW&gM$Z^@Hn;1ul8!|>OHVoH^%yUwq4}?jsJicY4EB<{md;MLXT;+HFsUR_ z+QvjDmbHDQG04*dK`36HC4N47N5oPq;D=7Js6OZ!nU}u|3hPX*Lk$9?0O!+$Pf}zW zouTrGh)OB7k|yVtqAh+sKmHTxaTgVi8k$mkix!OgyzX9 zn#(zjNav3P1Uv)?kQMX@0~D;tM9fl3DOH4f?{*Z6(^JVqT)SsNBVP0^oEVE!v(@Vg z1>r*%Ayg{SIzi@TzKkCPG=T4YXI4wb1Go3j2TEBSgLnp1Kn+Kc;vn&3%`Je_d?)XI zxInFRNv}xm*3G~ia<(Zms}4UsEHPzF3lNx@nbCB-?Rn)-5jl>d)`EcRy54TLaU7+T zRw|r@!+c-NA}h?ScA~m2MhAh~Dp5f#MHJ355z%tSh=KdY7^T#B05elX0jM;60wPjs z9b@1+vJJ|RQ~KQ~1p63-as zF^GhD5Eb?o6n=ansRzZR(3~D#zf#f;b<=1)0RzaF3KmkA#J_C9}-rD=Nj|zro|y+U>Ry5@~Tx?VpOCN$%J)fRDpHP)_DPv=D!|%wmzk zj39s!31C6Fb5Ls1o0IIWeJ0g)sZD&i(_{1zApy#1BI3tWOxW6ODYX$1B2ghdi8W4g z`f0pukP*U13;=mx#*>pt&LRc@KH0`H4JOFHJqwTN*;9QPkIN?r`qHfa90$T8irz)I z)LLsrn7r3}*MsF+TPX!S_9lkSJXj%~TM&@P0>I2lXVrGcwgW+{i)n6v>h)+Oyw)<; zP~Ul6?WCuEqmPr%NSA19rvjJS5q=6yAW%xdLWBfp{seG|5r0CG(Rz@erO4Rz!CdJ% z0BcsRk|g_ZZK{!iDK5GqHb)$4V&-_q)rhEJ3`mHKergT{3c!q5*8Af?C}8IjL7Tiq zK9J0&5^^bE1R@QJq`FVgg8x7~)P@K(b`9JMj!qR$_%xud750ve#4%~(taJ$b2|A8h z_?OdG62~kb&}%XrXP`Ugi}U+2tZ0@9j4@o1U{M*Nr@do<2v(wL---C4jxL{SEGgRO z&&0Pg2o$1HiiP`tv|3+Z?#F%%fH4O17=BXB9yUi2<_8A8L{$vS5H3=L%&HSRa|a|3 zWf1^C0!wMp;j)$7vnDHgqM{Ga)Xu8c^@O==&t>W)bhfUjp6nJPB0Bo<_TCNJwu*{< zJhV>RYUG_3tQWiEvV!^jb(j9@Xc?7Eg(TeXVdh}GH)u$XO8 z0D+KdD<1WQh*WAJi~v<9hYQY8SWnr7xwIQ&65n1X z`%wo2go9B;yp9@b$hQkw-_H7;ko?dEK*M|Nj({?Qj;@c35A~rUg-i(7be+{PJL9qw zNVM}rKP6BB?^`?CwG&E+X$?rC@DiAyA+lp=FQEoOVoxCP+a~{x>-l+(lt^66OrGL4 z9NRuUlXtew5NmBlI}iE>z~VHT(i0#VD5_G(Ye65<;Oh;XU3 zP}$+=eeCM3@aYw?>5hU6u1y;vBK z~EHks2_9eh+K5>Gqjw5Ca+=G9c}9$T}-0w}>X%O_!u zQjw{YG>Hfm ziXJh#0Rsjmi^SK|Ldb*%H*8eOzHI_fYCV;5N8q6fbuhEAU_n*zgNM>TqrL3e5U~@5 zi?TT_(8V^UGyNWr=M=)u^a zp^LF*K0c2)(FF%Wf&vJ@aZf_9k`pP9KD7^!X;x&S2$ZYt`uG|hO0Afkxs$;@SpX1e zt!m%NK1TN}y?A=6ChNQ90~C#sYhBS&$^^@4pyFNtJHCv(!^8*k^3cEMmss#1UA|Hu zD;0F7$EM|X!j6U>ysg~kVGG4e9QF9127(-hGS&u*cs+7!UY{BY=91BrvtyDc< zz~eZqWgL3*F{MA640S$^i2}?%T?jA`kO~RQ!3ScqEJFdX8dn0M!HC-S33;%^Fd=}J zj0%nymG)O-#nmJO8~bIoCu0mfu(8hA1OQdVEZNBld7=GN#bJM8`sA$q6IY*^SbWvu z+ldmhRQ>o$M$q*s{xJH;U>N|4h-)AXqN>XxBKz}s>^o5bD{o7s)HpA7xoHLg6(aXc zn$yW27M#q?Q8S21b00uzW06v7AG;b-+T5U&!osTNOD&}qL>gnjKxS?pUu+Xe^OA7x zIbm%qACfq1Q|tS{xxOFIau(wA6F|ZcYb46{{<<(j$Pm46waIH95zVF)Ca_Oz;a_;( zh`WbUVF8V!(f}70_2`Jf1ju1UdQ)~4O`dWdiX!W=tc~N_Om{>qg~CjjPKWcGe4pCd zZCwk|ejIO)2O#Ey)QLBp@9id9Q^r3xETDM@+3z#2pL$OLTS=fG4-Z{CPl`u$&|HE^ z8I>J&sHLL?&|#!~h_zPDL!r!zbDndYHNooOOOJB^L?k*HutWqz$6%_pF&~e|zVG3T z(&wl##4MDt0{|ke_uI0rfLKb^Q)>VyVkn7O1S2R7K)j5p=dFt)T|fjcR;}PjOg))U zNhb+bJttFMIeGM1Onv2ARq9D{!{RX_NS@}HT*KeBiH z#Fu-v8aoT{d8_;iaBvw<@BQdqLk^TrTCMHN7Zt&!6#X!ekPZtGVOgTEcZ|?w1cqWo zAF~ew-6|JYkcDLo0Xr1cVA;_%f`w`&JsL%~E{@|M?SbHjY~&bAT)tnafv8UF3}rA3 z4v{Qyr}*`f1_5`IvUaa0>4H{Xz#J^;6=^QJ=gZ!qhzqg{ILM??g#qJUP;P9n?^gCMS1Ew;&Gyt2yI>e0BliJ;6kGv7U^X z5$sHi$j9h1xYQCe6%jztG1OX-aCD15W0B$!vM^m10Dc<(QSp3y;m0>8-I-A?U^IN0 zUT>4zK8Y#HFyX?aSyfigEq0CxaKfpzfypdPI$@$ek#ITqY{k-vK$u}x+yKq26>-mk zsEMkJ67iwp^%dt?ZjJ`~U}5nrxG_B`S}+*qA!Ec8I+}1!IQkI4p~pLZvLBB?v@BCP z=f)7s^gfy^A$i$!h&fg?_9r=>jinNZ6Ih=dA|h&oPLIM=n(G)en;A+e#+R71x0iB< zjIw7y=;m`yxAwPRR=ZE{o?mglGNvJ_i^_|Mu6v{^fuF-|}t) z7ogDuL71r&qEcI1Z@0EAdQ@mRsv1Q!mr6lanTvqnQ2^O!@g04}4FCu*v#@j``YYuc z_WA?vz)vIyLd|m5wvhz@K)iyfvRoGNcAQunQ7L1L(fiSlqaU+5p~V}X@Uo2%#55U9 zDKT-M9>Uu7%3}fmqFHv%W13hGr62;!hzS-drBbQxrl`h*EtwaTw$G>FJ<%JoD4aS{ zZ;s|w$FMTd#%?gwYiRfrWA`Ay$afQiXpE^lhO&ez6Jf?u>WP}VBu*4WuQ}w3m(CWD z`XLnsga(+K6}0auqXIeoDaV6kwp*7;KCtESU~7{Y5{UI8;4-Hxg?A@2AVM54x+aam0%{)- zfKpMxX{~zpQblUBh=_y&CYwb9?&uwfcnrOJDaG8hzBRy$n7C{eVWC3aB;LzSd48~s z94s}%AiP)AD@5D&{M*0(cQsZuLe7++zXJef+4rrs)>>=JQfpHkriY^F+kP$*dWkHR zGg@PtP60EhyE?3jOl?0~(JKkbyw9_vU<4#hgD4%qdMh2*r4m-BMKn#pANxo%V%5GZ zrL@|5>C8M})LL6>5v7Tw9bw`05UV7 zYwSLH@f!RAJVgX?I`?KkdPw~fGhcW+R>uOi^x$d=O1T<~u_++7`Pq~V;$%vRt)Qw# zso4_1d5Qh$kkH>G>=1|vG0lhERQJarlE*CA7WQuh({0mIdfsPh>l+d_kqLAd#!zB7 zTm@oakWy=eC84h(V)QQo!{!QGLbIc(Zkh>vmg%K7iDkuM`*pUvL zO=Fja8tyrbwK3?D_TNtqPa5--*q%ex}twa=s zQPgg;?WfXzFjpcfCDI5p?m)BOZL+bBns=L)SfM`vz!>ax{H(&E(a=3JVF$Q`50mKh z&luy!w{HMY+frNg10iw+Nr+ZXhlOifZufhswYb!ai;2p#67a)j)<9K zE|;}hkO*AUXJanMy6aHmoDjWwy_wt~;6X%WQptTsVAxhy)M~x^AceWL)_YU62VO`4 zT@Rp(JdqP?1^7@BWqcMggc8718d%2`Z2_LZDY$uoh*XLmT{>lyCx+RAuAGnzRO%2B zXO*7wvZVZ!*mrRTg&0?$<5}B`;EMB8znaX!r@bShmBIl4P?Kwv`XW+&zo$j@{!xl; zcnpvx5qNC3oRBkQzoVyM4Nv>=4HEhR?RrnIN{S-qj0J<50XrvTE;h#}_8`rWskK%I zBf2C;ag|Mq&CMeQ;@~b+mSaEkd&@KuAwIRRXE?WaJu{XN6(qRGKD=OC*T~E~28%F~ zrDL18)8xIRu(ecZ6bA!$Q^eB=DYkfwd3JzGDj26dXrD`n2e)&;bSk)R2SOCm#?J~j zSbH}|%T{sMkRwfu0+JXZ=xlN0v@BM3#}&`XNK^za=FS!-t)nQO>@=(!poI2awJe19$bf%{T^YP84|3r+M8!9$s}n~vnQybx zPX&{J*7bBh!@L-A{u}_r5}|b1s#C>{=fLtjMIJj`irN7t|RO zhM>QKUfbQl8B-7P(JmN}v=|8?R;VgKhj6P^E5l7L zN+QozR>Qr=5RrY`*4xeOt;DyeJ;9Ru$mYv_ohk8P)er=sV`gV){dOFO0Muo%ASd$j z2L(mtzq)Cnhlntb&HzwqwQdzr-`3ATL?DL|wlMe7=rB6FoAH}1rc8^J{o+kpsOU=1F}u_IwE6>QYT1xjgG@3Z%sHl8_2 z0qcfiQkXqFR(HR%E&xIJLl9yY6ce?+bpb%U^^j;xbdr%_b7#;N>cM~re1N-Pw3ckU z;R(f(TaB0flHW`E1rc#_FrE~iiF*RA7N$caF<22mP5_WlgX4l7gE<6Fc61Dfd6tNa z1=d4h<%2M|9IR(=^qiHBBvj-CkLm0yQzxbu_WKO9!T@qM_~5`m+2^^S!$))-U~OtD*sbeOr5$|x}PCx*r|ENPO1{Ak$xk|v%pe1ASXNdpMGe=3KQ`^uNwZVp~7 zP|llQmr4AbQ!8R5S|m|uKOt?SCIScxE(mz^E|xY;A@9;KRBCB^Bq>DP`xs+;K9_a% zV;&Fy_S&=}A~WXD4ghlGnU&Lo5H#XMwwNVw&CO%{`2HIrwbm@K)&rAmF20IpmGWSg zec#u01<>@?frun!FxMH48)nB;6*>@$3-%r&?(WPKnKJS8N|+1XA!Y+pUJ7Rg1_ewH zCj1#&Y;r?rul!JzrRutUe}CgX^e~n{1)sP_4kWQ_+$5}TmkPdH!yp$B2Pk5p!KdlQ zGKoo9^eG?~JD(GPF+`&mAm=;yCY{80w3O+bWVG|V>Y8#w%61=PA;bVkQ?iDeQKtR< z;YAb>3?_&}Kuvrwqc4nHm-YIUR!55ay4wkzc?8kBHce?F0pazo#S@v6M+)O#^pF?7 zrG$>c#3ivRs^}8Irz1@P|9mh`I^_k>EA?sQ=>SgUAYnY$w2uZC!-VkKZURG)nG#A+ zS`zD%=b=d?9ohTKlIsjDtsjs)I^R*9yYm%U2%NbLA@Rov>Y7?|8oNCLp&jA^oJSu@ znYnvo6|8av3or=DvMh>vHPBL+OQ~UbYS0oQpk(!PP$S0UK{ByrF7P%UlngJO z~rsYWu1F)yyhv8jJ@7H~m7Ii=Mj&a#J7TEw8lLx@bO_|jsmkf{jcDj%q6=uAx) z#OGI#D!YC@{`7qu>DF@vV0w4Jaq1~ijUm5yDLxbqZma(-iX zRyavWKq?MODOx?4073JK!ITpft4|cJ17TMAa_rmV{rz^ohs+gW@t|7U@a{W^JLJmc zHYDd1&R!A4w!i)M_TzgYYHbNoTinqPYEXMV+i~nv2v}-csxS)^(7N7ADaUbWT`Oj$ zT0+`hsf5;rOk4oVtg{9A`V=y9im!?($DbM_sPDa!2UuuA23e{lg&(OfBnnWo$ z!cZ_3czJn!67BoG9s3Yom$g_6lC(+lWaq)4!Ba>tYYOGX5|VG>w7(`eQG!ak#^Oyp zdLa^oL$PV~aX)r~01X7LCjy5g+>MCZ@C8k$-~{Yw^HTcy4xKYfhxq_Ng(6fb?>o@r zjfodEz5*;?-~u5@vls+2kBA;p35X1UA|9>{0b}Cd6Wt{)ig;L)j2LX=NPYrdao8$) z95CY|oP1O0`Xr}B^G?wYDyIxhf?CrwkTgx@Br7Q>Yd!~)w809Fyh5E=Hgs_wnlFlD zWmjn$|Kw18@-9kAP=!GKm;jK%LO`HQJ7_AKU<+3X$rQn`Mo-E-(@pmar5IjQCkjf? za%$0Op(9}zp0RaQvM6L!h7d8%V*^r#PoIQC_|-EQ|%3X2@a4gh+f zbi3U`5lwBElxtc|0wgkgqWN)Qy3(Tt_F)O zli_e{M}%%SoVuUJ?x?kn!OUaZHW7KbzaSwoKsqp=bDriBsu`rR89kpn;jw_3$YRy2 zr}~Y#U_N3(I|fAL!G#Kv24d>*jh&0l_~Mw5cvM_MjY|4VOhWQqGJ&R|aG&GcXtAy5 z5(CcC;eJDlJr9pvjw28OL%3RdsZi(ykJz_VTz!_}0%mP3?tZlFQO%kM?0KdVL2HiM z{xIN^a3c5x$p(j{+>ktzjop@~Br+so^i(X;{5-jv6-SuMSj7e-d4+aB42P7_nuS?} z5UjOs;7FMN3o$3rg;2?&iLH`UxQjnst?8hU6ZaYqiHF&MoP})EDzuwM(J48JdenrH z&=SE?lMC~s-L+z5VJ6V5Tpkf=7h1<;tI8`uL_!>5l`-s^xyy|wtrLhu4_X8SBq>+{ zKxOWFzc0%I%C9P>$8f|DR^haIKI)G^C5Sl2`2OqPzkmByTU(Y@3lA!`)iCXT9DZ18 znb}CRthctT>+Pn;spfuK0!^|dlL@(W#vR2z$D1R zb)*Z7qUXyb=Do~F6eNo(zh@F;{?NFk;aM+SZ5X*sXVaAh5DVkt9ZN6|&_z)A2V3kpZ?zy9?v-@pCZ+On=|v`zs;7SZ!M zB&@ZH`%;#5t+i=*!r(D9WQ(wrs!m(4rmDBe$+C)TNQ5ccp^Y7d*S|`J$u3@zqo-`NQaD+0CezmkV#sDV>d5N{WCr+qh+RYZBERNXl z>>P+~nGM0oTj!exB_l*BizBTLd|F>utyL#w9wHaxy2&l?EfLr4K|!z*g#bXMh?fV< zs~Zms*$wWOFkh{0ce8nb=k=$%q186kBMXJP2#8Vj`I8qy>MfR`1fW%GSG-!tVlYnU zo_-f{8`~gBV)8i6pRTsKNK+6ec?5CLXQ1Ah=_2eB=?o3UA%hG05To{|-N|%aEExb; zc;s~Bxm;EZu1lb%ka{n)%nK5+TpfA#IGNe21&K(mNs?R>N*k@oIrl(lhS-2IF_&*KM2{v87o}JsW($e{4=!?e zVWf~axc*VjqO&uAIin`A6{nE`#mQ~(YVll$Wb#}oM~d@ zwrtZ%orFK*=$KTV-B}4Gw*ENQ52!p|Dr@wO*m3{7R-v~Vp_jn~UI-FPFaatIfxHkv z9>XM_2*-kmt+rB1??YFFp()Z7l_0^u9lzV+`$| z3XUhiWQ49@ih$Kgs4(qaT@&BG{rdj)qqVlIYiq6e3z7KX)>^I2qj9Nd4GjXpqHH`y z_s-rxr7p_?&X68FesX2nyyG!~=JPpaS{plw%L@HDm^dIkG@T!xSOsDyf80|S z3o_Q_#9;2Po3h!@iZy4CkZOU$qTT6~(I=6{qz!`Alf-G)&NBNpu!TN@>Xl zbV+g<3Ui~thiYP63{yDu`GoDk&H4`_PIrODD(m*3RJhM~!byN4CM#o_J?HzX_rX=y z?+N9&Snm)Q&->&2JSL$3Xnb8(w&@bp@ErNXa~M;w=HI|cCjla%Wzfab5kRvWN(o6C zn+P2dyT-@CJagC528w_r+h%Gt7vjN0fLOfFq{aOl+t&BJwr1e8RwSZAz#K=ckbUkV z&&T`o{q6n7kH^~&W?t5{)K*HVwW8&x5F(aZ*V|1SHvmE*Z80g@>;OPTo#tj2A_8IE zqkcq}mU6Cv*oruYQfQzg6o~_CP-o(4p~1l%VmfcoqhisBK+|P%0%VCT!8dl$+1LI2 z6IFq65GM&bkhLg85t}%b(vO3M3#4wI3H15SHGpj=gl=kN`KvksUC0>FaRF!FBHCPV ziU`$S!yC?)wnX@*o^^wG$yb+g=tYRqj*E?;p#tvkK5xl9sw{%%BB$^qj5LQ3xJiYG zt3h-phPyztT3AFi#ZzZYnSe)}DMJzAZCSp*y&t{TQptlcodp5FdW8uy7OjUH4g-kC z*@SH+rpHg5vu1$7lzOHMXW)q2Qu?RcaeBrb&zt%+9;Ad4M~)W`&JuRs-`(B-={(dZ zAdSr_hsZq64jJ$~=vaGk;{mvptq~2TdGciD9=2|P7M->5JF!z242muPf z=m!8|t+lp&-}Yl)+EPo=!{mThd1a^Z;4XeKh;~5$(fcPbgrC4<(5FJ7Ah0!|!jQ|K z@YP9?PI%=G{rUXFH75O;4?|H_4^N*?SgbV$hKV}=u~OnJ*SmrP`Fwe(lrW3{ASGlf zb4FR)Y&wXG2xTpe8_9#g=)Q4cekbV%d3qY|)mJ-(CiuooxOLuHz4<0VUDo47`4Ap| zg(QI&G0HP$SwNai?f4lJ+7bZfaU8w1cI^8u&#H$hwSo2=^fhDVE=+?;DF|r3(1Z&@ zsGSCYvCXG{DO1g_jpK{YUs-}HC0)NlC?FO_2EvrjE-B$6{hM%N05li78S1K6=A3{R z@8z;rPWy0Dt%z##uulJ4~3MAFq(GjUoDFT8-&&LBq z?)R6|c~P3rw0tDX&zL@n$WTMd2#K!pjr`g%R|(F*#|TO0Jz>(@_krpUDj1A(P-3{+B!tU!rQ*-C`zr%veZ%wsiV!fg{ZiN zj?d>)(}I0a!3G(1YR(adMU)YfZFN)$6TV6i0Tww%XJ!UzMY~?a_qMLT)mE zaXXU7HRm>%84&;g5ELM0OMK(B3Uz6^l(^t%U|K z#`ya6>zCIrJjT(x-cA7D-+%OdUvD>UAQs$~1VZ9#SJ<^$a}ecIRc{G|OeLW|697n( zJEm4FpdLg3MALm0-PbWXY91Yr(Yq{$PsOnUI0%iMg=a@WP%k6aU{g7T6$L(*n7^*z z+z|p2UGe6xCRo;m_VEl%*{%w;Q->LO-Zg$XQDH z^7^W+lX~y1H8n0ZdSmKswLtuRkjxGe<22yHeJ-ZO1*Mb5Q>qhJsvSy*h%|;Ef-nP> zm;1exGOU>^IsGnAJUJ%-BV}Vsv=Cu>7V4RAL7!>Y#2R~$nW^76e*+PB>P-z2 ztaN@&5k{Dklmx(wu(}kqTljwv9VnREm>KSnC^8jUHewAx6r!PrUx2D~&DIeCHr$sY z|DC!Pk}3Lh2**4QA{ts*1~Ef)%d#w5 z;bHLbqM&Hw7Xc&<`;WqGjI?drwmn~7UT?R%+W;Sy)tLbOBa^mXkt_Var4*`VJlTwW zt!{~!%X#?DIK#!Hsu7(LU5;yxXt03_aR9j8?#sGrVR*IWYHJACd-o2oHvTVPzKXl- zi3wIT#I7q^#t7S?tZ(bW7mrBpcZ3YYpwEfVl75vaIl7D@gJWV7e>h z4dR$DejpL>7;<9{$6J!0+;=!!E{!;PN%LYg_ve&F)Q5W}lf)?X2fo~n#s$KIMo26} ztMs|^1^|FXc(5k$>A;Do5FKN*7I?}vi4xNbM8&^}=*GYjAL40|ZAESPCb_I^ghO3j zAps!7LIfhi%8-jffc@xzpof6s<_2Oa5(o}9=Yqi;At*xh{WeWT1I2cwS=+t{qHaSo zYD|v%OzhU_i8SMd9c!~>X+9$p01b(|7zG;@NaF5n2RNJB=Xl~R3elfAL|oe;03t98 zA!-lf4$+lzdJ;1GM-Yr?_=AdFlmdkvu8%QhTM*krE*E&h|5_`RQfkvSkJ^->hWW3= z(AZ2w5jpw+sgaj9E?!zIm4vyEuEKrrP=ag0$x_R*etG}?{qg>$-5|Uzf&?y!T|H0L z+-2$EeI`FO7!d{3O`+hWR{Ypi z$+99sg}}4>Kz$?3iFGA%bAvHwbwi)2uN1iNath?B7(xJr?DJimr>vi|3qXxo)*}i4 z5SGDw9LN3sqT>%DgnqD9@InPnqU(bk*v(NU$TcNwDJ2J<>+mN-`<~4e@-TsAiyacE z4l>Rc`MA*BNi#TA#B{zsvKpQhk&$K!lL-Kkpi&uQxUt}LnYKoR-T|O;kuRH1eu~=s zLWRS|0iu<~J?6qHYlzKGxqN_7Ev;2%9{wV0(n&79P2I&HV{cE9dPbKRjs;&%pN}Ze zjoBII#Z%z33Ut)TC&L|$GsQ)lUI~bXNrTAdbC}M7WFJhWm9BvpDu}DbU^eC73A9|- zhfy52VCFHn5NXaHYNZG>DFobx$pB3eje6%ey5-osts}H25Lumatx>BYmd!_|{U#U@ zHE0YGOR0K3=FQ9_df$8+h|mW=-rtpH3zgDZ0c7E0bRz4WGkPDRgFtDO$3O+A2ru{h z%l+l=fBnnj@xHD%^jxe2`Yb(X-*?58L|EHG?!`+b1#IDoXjzuyIC}4pl$`TCmdH-@ zXW)4Wz&AfCn3&a3oM;HB$!{V+SWB(7^)W_2^yo=XFUa#2Vu{gTBEHSSATvgcT^KS5 zRPrbJt9LMj7{}e1%xwreEGZU@H2lc!@qLYiM?c2sNzP0RM}hQDl+5J19wRy0KzC?~ zm$mx{?I9>L+Zu@-yys={<(AofN4xgsJK{MK0vz8mb15Y)Gy(`B6t6w3pATkNx@ngK z06?kbcy`lQV&jI4sa^fKl=t7p0hEgjQ|_}AsSf@mdG!hU9svZw+v-RkgS6dQDbH=| zy%SNbWeo0plwwCzCjZc}nafHzzr>%CKlI?%^P*;P9H0fEcn_iwPEHe#%5*Gj0ug}) zw3e89pKbZbTmgwQ(mDbHXeruI>>%zs$ky@PUFR42eArMOE6^Ncpf%aBdKZO=*{XxZ zo6iOYY2uw6(=6Yaa(VH`iFn|%fJ60&*x)ZZ+VXq6{X|8 zZEtVi5%6}u@B7}F*JUkO#CKCnHFmz9D*JuRSoFAp;4~+r|B45DxewB!cYO>CX+UhP z8E*5sQ3B9v)6``m902>a6{K2gR1c2lh4bemn=npUA{HuI!A3Dd1J_n7$Ck{Kj{}3d z>~=Zh{CeRAMUKJ+)gfaCIqCvp?XR9zL3a_MR)9-@CMy8)Ovm%K1sfj5@HqYU3ifQ) zhJnCorK@J!3eo^rpkVcLj`^=m)95m{-`N64Ct8rmgn)op+^OteBVi$8;W0+71{l&YM_;W22FUS)i?EY^~wGg;t7;u`UY$jKPBk0zlC?Hk?m5 zzme-Y!Kbft{-yW~Kg0&Akmbn%q0~equyo=ZE1qVzC~*wvm(36_^Z>gPiEwID<6wPi z-T>lD@8*_0O%!%AGsqZ200#5e#~1^NTCGv`y|~*zw_zW>_pYj14U1aq(w2BA`UwjP zVkt5P6>9+6-N`t|0eTFebT%ii%GYeBh{zBD5RDlZfl|s(KmP;(h*WC@KtFtz z5KFmhZ~~PQwdhDu5(^+UlX?LFfeOW$jQD<=bypFOaVV57r7UeBqJ7^64^=-ea9`V^ z3QYPaRIreU^kWBUwJoLAaUA+{OiZGBUEHLbD*P;Tl7OB7UnPTQ-Mb`peoNweT5K8Y zx}0)G^@DDYJOR|RBt%kMidl$CA(3-;E|?N9sCQ+dGqAwen|YHasVC~AK*TZ3n-u3p z4)!mC6cTdPY1QzxglrC(Es-x^S=fR&t9AuN00Hy_jAsjj;&~uGRseu?S&rkVwM20P zoHdP14Cr8W?^xzo@UsKGEa0*c6vYSh6K|s9oa(!}Xz2g|W^S#OLbr8&dw(awF|2A4 zUedJAmO}7ER>~(JkT!hI_!75{Cc`Gp8-|rRAIx~P87xrsKLFNSYucI*m*uYTN6aMx zwG==+jzjnIdb{g!*%*C{QOc;b72mGU=d<^tw#B!r4gDOI0n1Xr6@Q*q{7n zz>o^H%(oW6gdRI2-U`=`bL`?7_U}_l9InEFR9C6%bArTdMVYCUOgf_TR`Vy4x5f~! z91xgY#8m=m@t|4b(tj=vbYgda3xrEpE=+JXCyR(fEST3JoHx`F$S40X&C{dPi&<(` z0udT*tgNkNVl~_jO?%R(riW?zFxwa!5N*1GnE|Ah^4zvDhD9tVmu_aDd4H9;@euHh zY1dj>YFXo{f`V6alM~tC^R_=*Q^1K`Dg@NAC(Phse>7TI&7&GDbi4gB=>|+Xm}e zOC;cc597)V)0rM7>$LR{5f%A>Nm~NIF}kic1MmB$M`|pvADsp}>X1HqscorkZ*BCh zfj6}_4f{X#eH8USm3`m0?b(lmN?C9BXp|`eiY~Y3Lvt>8jDZLM+rEoP_$4s;7H#Y> z%Xb)uOqenaQoTG_f{6MUAfOov%)IYA_oFRKZ4CsZ$msnzj#gVOnrl}8;5c?FWnI@= zi$N|YuZRGhke%z4|x&pV%>#d0*=AY-0h)9j= z@^I2`n2n==5Hh?CHK;lY0SU>9o`A40NjYs8005|^3X9fxl4K{UvJb1@_dDRkx4`M} zH!Sar%3|gbkr&i;H>+q36}^&0dLO08e)PdYCQ}f-M~;~K1vd5Lkx~w|EC&W5I)KFz zUX_Ymu*V9CcZi^(M^Qwy7iqP!I2JA_?I6eAHS2;Q4$uixCE} zavuRQ+&k}U8$67OH;6P(6NE)6ugh78)@4=qbw7Hc!pj;;GuVlR)rTuQp4;>B{=VLB zOIu>M+D14IDut#`{KQn3T^vk)*{%88Qq;$qT(pxRy$P|&K?%5ec}g5G3}H&`A_|qb z8xIcXX5ci94Q#)jft~BK*fK$SOpdhxptV**#3k2vRTU!nwv#em(g7epU20r$^3x@$ z3WLSm1E>0!nLyzyG)M)}=lQe>0J5|icr)R|@Y2R7HvSLRLDop5Lp_1sER?}q7IE{; z*^^AV!vNQHJ@&m1)=UzGX)Kn=+j|Gm-ny>&Q%Q&O4NdDfHD>yJR-Qq_9Himh%v@i!V1swIqAiQI zOs%aHf+T9mT~7cRLFT?9(nklRqaW&GUT=4E?$^2>N3Hes>(|HI4-I9x-S73MpM+Te z_kHWVGl1p_Z`)HhBmht;kGHq?w;v#Ie|?R!H5biMrd>f?EU&MFOy44+6)r%B7U*@2 zOCdXE6R5SQI2xlrpHBvC=T#*O=xww_W5FfcdvJh5?yAL{ak{RsT?=ICKGEgKZtOl0ywS4yaz9zU@}kV*Z!|0 z^FlAsvo*8o611O!6{fI;iw5%53Lva^u8_9<6!Z>iCbGvlhisMt_%CzZhR;VSlDVgP z`}jVFy4J}HYo?*1mWk6RgPS`+hb#FUe#QWjusfM8!XhS%1i;TgtPzMHz}GKdp3mpe zyX|VW?LCGivzwu$6xQ3Oqdc5vvL|?*rLBC(k1!Dl5?^H{8Wu!|o~$uuu7r|3d0-N` zL}UAcZn1NedZ)t7A%gXFD$-*1AX(J4H$XE>2=yyVPZFrL_1d1#2N3xthoc|XjnS=3 z7nFdfky}>h5X+{C1V1h271wxcwt$eVenVz%%R)%SOCq>G7?Dth@%pl^0Qh)+A3Q|l z{_@&N(cPu3d9|VMx4-=j0G9REYBP(F84y|c`P}=l7b;rCar9o0e){>BZGQ^$>+4s| zK!pUUVzhE*BqY=WNpP_5h#p0N-7Bh*XW&k}QnXqGwNepb^u8T?rE+_@|MlPh`_YeO zSwKK_#(KZIWYvL?dQxjOr$<0V8z9cg7|y`c>dNjBKooxphEx?T^*L{eNtQ)=o^fhC z)$xPzm}PSaBC>`;0jS%p_oJ*uGpzEDqZlS4dSeau0e2(XfGVZ(fj)4wbkg)q?4`S+ThaH2^H-R$J39duBp116t*$_+c%zq#_{t z2>m}25)=doSeiL)3J65>O0}vKODV0?Qgt6%AFV=xjHLI&aO>@U|I^EJdw&1*SM4j= z!D>WkKZsgeX;o8xn^z)N-$myk%*(RgUtU$Pe*f*;^YQ-m=U-}RSiGG|;)LK6Hg_F> zwOyEJhRiIHapQZN5NoTw9{?D_y?2c%B#tm|59BY*T5maK#x zEf@R~@GE7|fb)~Bd~Cp38QIe!2m!rkvp7_n)@lNn`be_gqOp}iN(w}V3m^zX^w0w1 zA_QdS?fGnNQ3_nry(D-k6>d#IS<@qGHiXkBM?1{Xrn_ATqKXhAWB45HGieJzL^XbE zyU(2)Q)X)vkZ3I!Z1R)GMm#`4e1_b6QH1&F6Tc@S9$8*!T9t6~a;*^Rs+nmqd z2KHjFsO1DDoJ}_SfRje(1Sl|FiiG{>(J8ytTGsVA4iyc{(#9BrM~H6#(@IQCs+hcX zDu%T8m|y=B^779CCLtB{5|NP6Dw>SdOa@*>n?y=lg1@nGRHlRxh9^hUGz&6$zA)e;$W z9%}l=L@gnfLhR@pe3QC2GR&tB8$kr3V=e+9X^*9N7662)PA-Y@axQ{cN?DiX{qer< z8?AR``&?^SlB@`VJJTkAnsqa=v^21Y?$aTggPS=8LOj%&8C&w~GmM8`BtZGcfBUoV zBXiYbhJ=2{r8TnRYm;w8Cicl1GM;q44T5=d7(MDxRq;8b*yT0?P*}-L5>YXm`*v*p)>m;Tc-{nIs zM8rbEeDscbuHwpdF7c$Aw+fyIp2nhcxFS5pzVDh{R!c!5lUAUc#}>|4%1*&MO_ z%`3%RJSGMpgwZnkEChsEw*6^k_DU(GF1Piz-do&eB$-}i0b zH@!WNp&(Zmv({Q`DTVAQ9=`$3TZ!GWyhSsB5JlTNo@{Cs@#;}xJ*+OkD7@+OhME5^ zrU@Wi3ci4u?3z?2o*pezEC5kimSr&WV6BBxtzdl0WP=l=Fy1!dIKhG6SaK(kAWHru z-irwH&^^dJ6gzqE-T8D$?5%*Z{Num=IS>kX?r_)?ChVD2XIkOCDGm%#I?PBraDL!^ zShqkG&yb%cM>NT7G!!GoQ<{J!BZT1-teYfb-t&{lF7Evs0TCiBrHtNdZO3u+F|?)Y z^SN#NE-*b$4!lB|iyHNGc9ZK=XA)-$2Sl76Uaf&`beRM)aR8^0{e)N9y<5<=Ok!G>%i~zJ0i4TCh{x77qnBj4XA!gprFX7|~(RwS> z@V{_A8AFw1h*;Ln@^^H9>5 z!1crb)552rXM;l0zf(3~e3)d8UnyasyAuZy#uzMe97idowRZGzXqDgWqw&CiSUU|= zAawQsgb-w@{bC-!nMoekavHI%$|u1$AztUL06(&TJvfMV4uZjemI_pJ)ZzSj8dB6} z@H4ULz(rM6!dAA?m(1xMuw^oULnK9%x;=O>pym7P*i=g?{z{}URbd*PS;IO!dsg$-X>OvjN+x8?XfB3^6^M*thNg9pbkK@>P z=22_A-EQmccE7*q_SRh*`6g5hWG%~byT3f&-=EJ1Sb3V^#(}!u?N|)`fLLV*ixjPj z%LB%+h&=0yLAKfgwbt8uyWj3hYt_qiyWlhV;wvA#qF$vubhq zZd{k$I_8GdJxrw>$5Bchqi_3OO6k3`iB&sSL9hI+d??;P_kt5u@Tl=S<15bAx)L)n z?r8}_V9gJccS0^d#M9?lSc^!U#o^R6;n8)07&6znIng`HgC-*)FCrl_ut)`h^Wm(= zUQGGRv!}g1PUF4$=%XLCR>G2&^2D#M;bs~Sy2>Y_;Th}tSj+y9({S6eVpt)nU;DVd zyew^D9$c%iU@3@ne|aIIV+{OYorp*&^!n3J`}S3uFj>P)^1v_St+d)nAG`IWcT?NB)%K^Kzuww{2z`vd|Mva+j?jtDGy=X8`q- zn-bzNC-S*bfRZUT8~QlGA!Ft*Wp_-75Ym2(?HNchC&_kqJ76NaOA@dg1?m>^!UeBgn}Jr+%=M$%lx5M7Caf&IjT#`P+% znIcj6SuHFwkDA*4Nsi21nzKp(06%52J%e$QE|zX+rTcS3Fqe;Ri>2wBNB{ESoRlxZ z=|dB&67mk+*^-uHVvTrox?m1Z0A|3%`MHE7MaE!erb6hay$Wh3%>j7uU{(q%sKZh~ zK%|d;pr77kl8UKPd+&9G5ENG0BGxqXmzs+5)|mn z7Rw1xyl|~a8cz*J3;BlI?G_cjHI}gV43V3K_N zIK}h{jA#Taf(z>lBZ49ftMNmnEUf{+V16Fj&ybMHx~>QF(fd-H0Pq;caU7#-IEQ$} z!buaD!*&0IgaAT&E;vS>e#O9q`kzvYS`0ojysfu!96x^i_R~+llv0Vz%dR_Wj1kfn z5y7CeS9zZf&l%Yr3>nyE!Vv%fuVU`|=&bG`KJ-ZmYKxt0GRVY(5Q}7w$9ZeLJnxgd zNZ`W_6p%5R-A(dN!!x`+NdzBE03V5m>-G#Q7+k9Qrag@?hm`>6)zun+if@S=!LMh!dpM@c~-Oep04Jn2?A%%bNZ#<3i`GJOD(es+#aaw z7hmN5C##v`+dNFc{Z7JtXo;?X(rCLV%Iiq2wfKRO2AOK#fpuAkiY2Yl*@P0YNINeS zp(L0wJvloz7DfC#M9=zV06_KB9za-@<@tQ>`_^g&bxi>DW8b!|wFTf7(HA<>C^(6T z{Wwakgd_mlwuyP|VBdEZsmt zA^@bdSM}5Nw$@Vq`qzKop3g5o{d~W_AZo8=3GE&XcG=00p{Oq$h83s}&)o@z@O3iAW{OeAUeB_;J%*7WZ6Ypw4NBOy&5gAVz=1(uznF$BSR< z70OC6u=#VpTO5L(Kenyq`~xW5>W*Yo4&`v~0{+6)znVj2b3pNQZS@UteBYtpS9Ti-slw zi2w)>j!5AwU(~GW$I<%$7aFl6ocGRPkhvdwHHY*Z-bZAhhGRx)dUYw~^~+Zl`R&`U zSjw`jN$=PV<4i&zvh2vs=sBP%6%%@eK*27E3z62}a1+@>F9P<8iF-r1v6e7#k`euE z*$e225YGBubdG9rr^5`NP6R^df-nj_@J;ECh}tR{5xjA{F7fFU+$D1S0doF&UK9Ne zOrO~r69l-{a`$75V+=%V^%ABPWm)Xtt$Wkq0}mU^xjKt zt~NsJSmA}o{vBKJZ&<4uVFBAOM4f$CR1wiOl2JHZ3`(duEI-j**IIzo{-L zq#X^kY@_L4@J_Mj$^Za_V?PAp_VQY4Qax2J&InnY#-zKd@%FvzF;A(qX+;e@dtlaUXEv#y$oByxeZnw*V1&sPoHl97sn7riaz={dRvy4m)E@? z`?mGDML6-0I~7mI$a1DLC0&*GUD|=Z|MCUNb~iKALuGRo2Rlhz7 z`j}()+kkK`e^_}Z7V*m<{H&&x5xpi*KMq1{t%63DSODYoKBw0QnVX~@2nqo)Fu0km zlVV|E6FQuloGacbPwGeQZ;Thm_o#{%}F1_6CEPvqR&C}FQ5EsEydi*c)l|`(gLhr@Y{A_U~zR!E_kN3A<|Ni%VdjeSg6_xVkr=MQFe2th1b^9Wb zMP=HyO^#*{ZDi*6_xJZ7KbHHwP+8i7fU_F9xGP5(psed{dpy2>`=;F`*4qsL_U(D> zdnsjIZ(5-y)-iIdsZbD<5Jo=$Nk9-tfJg75JuHMP2vK2?_s2uqS@zMT!?H9imCg>m z)3aY{OQ}!9=F2!2F5ei$B zeW|V0+K*$5PNg~r$~1`Fj|>2smuMw#rq976Rpyz8ouV6X5n$lQ`}_O*+q$kVUw&Gb z+h87}7plH*B!OlCvyv?+>qH6%g?LGSNJoE;XBeaeGy^|$jhn#S^hRwj&W5LmOA#3! zNf&^EnaRszk!AkOEuF^U>t{DUTMfFGh?oZmMm1Hfo*C*wf25CQuLF>8bx}%?!agqJ zG2`8JkwQF;TNkkiZSd_~3VoEb`IS*^*0-Nr=>xkcNAWr4iR3$f`e%Or=`_n1PPes4 z>@we&@iPPvZ{(H8$YTtEYUS}URv`~hru2q+Ljbe@o~SN?&I5`-hk%q)y$%_+w%AEg zspy4jP-Kk$e1CuEal74@+pTD|#&nV?Af=RLy{-4VwuZEt1BjYS3S?Z5-fNP)BcslO z)ND-ZZSZ)!zpIrX0LO6*M07YAz*((DBKq?6CnVaotpJQZKm?fAb-ms0C2F4oXz>RY z0ahDsB7n8EFJHbqo=?y)aB3aLwr|h(cOul7im#Nb$K&~UFRiWXN>oA{ zC8C1NGJD1jn8>a&iYNj(E~chx;n^BWe@=+qg;L;IJ@lRD5C9b&qUL=##z2BvtIU)w zOI5IF1edi4^Vlv}#FjY#a5!nTka=m z>rcr_27?5OZCM=GYJVC!(KKv?lxUk6_9Q4X*7zuPKSFYY&7lL&^%kX>uy)6iijFMVQ?Xg+{6+Z z(fIP^3m_fGK1T2T0Dw|TEp=TMK+xuC!v*7kkxBCRcuN)Uvsa8Wg(jD$ty5dvub6O4090MH@6 zynY$Ik2a8q2Sb~Tj~+}Fl0hN1*!~jrlv*rJY}f#ZwxcGD!$Q)d55R<9u^l4yL#$t% z8HH6qBZMtFRi8A*C}`1+EJFVHOdb8qY}mB*L+<3m{cOvi&rksgGuK)L1jXtzh1AoA zO|{li$co*_HYupKo3}$9g;hy92E`!g~Hs3Iy;zgcf_z=!?_y}-= z78W{|?jDhM%3A?bLyKH+jXu%Ox0Ae<__b+A@tV*gQj2vGb7zV=F3r;&k*(Gr)trN7 z7=emf-Lsz+=+STVWK5W~VC(a_ZTquOY0FC1mc~fYN4J!%b#1jl`0-<7Ap)T=A%Nzm zjL`{+flDj3Hm!qx9EWCRg)>@Zu39Y7CsD_#Gh^XG1W0VM&ms*~3ArO5XV#er0Q6&D z+Uv{9ODxK^ZNL5Y8Nf+n?oB|?3;_{nCHLT&+KQWde% zLDYDA72?vTEr8VgCl-#S%&G@v zq$^9FA^`#d44_$mgn&cXH7q8GtnQ}4Vcy6$+ zu(F>?|4!MMd-d1<`ult52}h_S4V5jM2dl-%!h35S3cB-no`! zoC~K(&p84g00Cp|s8~n?v!=&GoWJQ>TOkGn5#%wB{TMfmnm{{58iQ(KmLZIY$8o&> z_|ca3Oq^xk`~rPNwgH0vrw z)H)Gz=)43wf^!5Wrh_n5{BPwj)QqJu*4AEL?o{evwweIU+qOO4-nMPq_x<^NZpSg0 zk*Ks9zB}-B-;ZNIjl;hS!CbB5H?)mGBw~xNKrdUmSn7Bcwh2~fyHM^W6Z3bO`i6#dx0aFK+7C}Xe}SPHenAHxIF>mns6$)FI4=0+&g`>4fAZ1~i| zfE7I|_8|F~yM)OpCd6k2t)y@yP7n0u8HpxmQpp6kj@h$Nt|;|){>*UoB6HKEB>xJN zsI?sepS{l5***d5G!^#`DF856O6<4*y#(%jg~AsRPDaW!!wqX2hYs&ZMnqf+kKuhG zL2JIS@Nw+SV_BA^nSVf=gSB;~Qu?v;=zUpk>#f!bB1Ck%-G`S7qU2I{4JBHbk%a{W zi3(O>jt;TlVT*{Q8CjNqz!F7sg2=JNI&v*qSg9~G7O_U+s2#=xy$qntZ3u+8ZBGPf zt?^(L1heP+#=V=DqXi zeLpr4(MpW_zCYgI0O0=eO0^!_Mnps<=B+J-z>bSz_f2C_?~P`a8ZSjRzBoP2%JQoTmhyt?hTPgK+TZ0bD{VG`oGc&8SB`V5;wG<{2F*0cz6*2P-1-!%w zA|l;hU%!9*_1N~dG)3R{*VkGr_<8ymgIX!2{P^wHqc&Ps&~%A?+n*cNA}l~sYdxOF z{(SDw=k4WXS-hz07%D!-80)(30{gKO(YoHy>l0;^6YL5yooyMyf!2-PcO_<7t$8@Q z3rLu?hZ{IxXJH=W*!N?1X{#NSlNFc#oeU0urBo4le>?!-kAL`OscrOLYSo-B6Z)m> z`#yTtQf*TkoqE!ci0u2e?aC^Z5LFlO826Xg+SJ;6+$x5`bh}+tECU!A<;8&7aN?A!wZXkl3U|wlr zE~$n2dB{WztL!?j>C^DvVnVoa*C0Y5?u$gu6vdC$@I+&xLcdN~!g51dJeX#CoZTY9WT5)s=8l5D;lUF(h zM%pKWrIez#*4}QmfWqob*q)E2nWq>83?CqjG2Y+bw`~)E`^(F^u5s?KMU6{YKJY3a zB6zGbfV_VBT1xr;+qYxiZ!fP)TdE?psG462A=O%V@MC*YDXlhb(?GS9QZ)_?0ct6| zl)5aXRzU1y;1oJqGPu5cX)N4F?_(^gAz%vD-(wFv7n#z1!z_wiONNjlqxZ5drH~ap zH-y{wZF@YQ@6YGndpb(}{Rbx&BErY>@#{AtqC4GS45C@oyw$orpZoRnI0D2m>2Cn4$XO0KAwt^bu zFHM%!g&REjI27`X(baQRsgy!mFk6?8Q%Dn>+g2yKm|LKf0zyy{NZ0>r16QB{w>&`h83Gf$v^-vFRy@jY}@U2Z>=Gm zm_L;HdcQy3-rhvCR-}4nG=mNhj^0Nfh^W$5M0!8C4?P3aj&BG^M8Hyzgn2Mq{^wa6 zC%tZKsj!LMC@F;Z+g(^nE$U4UCLd!s{B)yJtljUv?~iRew8!>;AmBfH>63rFy$Q%a z{^?J*+by^&QVO@{bG_Y`_2wCa0D$V9AGV-)TW?foU2o6l^RYc;XlEo?*L7LfqP>e8 zgn_Rmf*J~?lrlsf&!+~TnA#)Meo%qtA$6ry!mG}(*2W^3l2z-SjV5N85bmcflMbh(5GqaT$@ttC=`G`m5o znnxo}r@?

>?F=45LW1d26*aSHt+G-Y>1m$&hzdX)nS&#wiBgl`id~F2 zcL)0U82BCZ79tY0u`cTZ=S^L8+++s@>^x-u`hXxr-f?t|wv&k4oyEK+7{t$vA4kL( zCp!Ve@htmJz%c)LDfXHT;Uq?ba2F6Na*eK?B$liHG^6rNN8Rw~XvoFr9CjA9`RU+| z5&3uIn$Oo=%pWd`L5F6VXRlLApn6dpnEtM0M?~HFZfwDIvayFF_yLz&k39|7p9~-@!^Fb zQ=+*80TY$zM79vXe2tu9+w19ez3cKs=DV5EEKpGK^Wd@2f@lq99gN`6zDO6-J0r3* z^iZ=B!aXF2p`OVhc)1DUG7-1FVICT|ws6s$^+!0G)yotXci;lZ3!!&FM1bSi z`{*JjPez?=$p^S$yxOpDLCj#L@WdPv7ZQHheM}X2= zt*vUX{TSc}>ZY$h8fV}zAX#0ZU?6dVE1UH5q`Ck=BaxS7<=Gk?TWhk*7##p=t*tg9 z8odu0(nUkobYr*HN-0M_j((IL`Uxo&(;s3LR9(~V~ken z-goBFnjMG*HRSy4zySz=0JRXerpn~8Jq8b}e|8!4?>j|(k4#A->_L-AARQ2x8B6r_ zFeg|9Es&@1crAsK90YJTkYw*NAtDL;GKlQ~<3+Wktaz>s6Fv-G*B~6k7o-`3`8`~g zuRNI&sM6D$P(4Z{Bt9fhtB)eNXF5%8H&BBJUSt3Ps1}7Igj5RwEc?C>87`dx z5xEZ`X{{A38icE4M-RayA8QOcN4x=8B;1s_r-N=?9Gjb7KbWTvQTf@8m;E?;>h1WS zd}U*Wn8)D3;RN$u$V%jK^s>;gZ|{%C?RLArydKB#_V(lP?Hd5JWoheLN)hJ!{kDwe zb;?{Lx?Ty1#$H@4rc6WyNf2tOnlv}YxZm!}(h}QFdCFdIU|LsaqsOQ>tak}sgUS*i zk_giGR!c&qi1D$fXb)4}T;g#h6;vpi&X7vhCdvik8$sYng5j zazP9b$_u~){%t?diIMcfV?Ro*wN++;ie60y#w=59MRh}Qx~`q6(&$?YTnOnfN+Bg< z4n0)-5-m&6EybX0?0PgHX|GafU01Cf##TDH0n@8+nWoTJQh8$r{t?kF5gV7aP*PF(3wA#i`KTFDvL$tnM zTEb1d-C{h#uGGh+e|6gGWv`{ST6-V+v2EM4))G4;#22{m4f0NIN%wJqCFgR;v8$3!B*LgZ#xaKFw2(X~v^Ju8`q}ggP#RoOk+tA8vq?D+E4c z*?EEeQhd0m%P5$N;r5N5Ep$0VMv zs%~bjRJ|=MBzwsE)?b&&}EQ?t7HhXA|RNdsx!00v#m>^)Z zgmU%E0J;SeNQ%5`nO0Yr&fJ_96~Okq>nu$fJ&DFx6bNx$SCxc)3`A^gVSeuWE+Xr) z6f97RBu5P<&OdXGFPmpZ_-Da0SviFdg!&lONm9Q+C95qf zkh?KO2%*-BU@f!(ag4Da=I{(fDBcqHfiN5nb z3Sayk*_36a$SjvH!#q=Bh6LQJBK4dM7-F_H1JRU z9Dy;$`{RAvwq;$9-kC}B`jw)ZR~pr4f^^0J0svBcl`gBTT&K@cQ5#DS4qgBt1o{{p z*?Xu>;Jr+uc#KD;Em0Z0Ye)22Td8f;#%o^I9V~VNXWHlQzD^6OZ_#s4A-dPZ(VGa1 zjL{2L|7-I6f8s&^Q!hFC@!Yp{SwmG|J~BZlMA(|6VA9N33+B+M0H=8#UiR$-DhpSF zSlbZ$9YwcnFF*TyJ~he3ICcIQg%b9l3c zUYesnz}3%$Y&M_k0i)g1*AX2Dn;;uw?EA*d_m`JtS@o*Xk3Ra+T10juU@2um1c0OW zeczPzRU$*|rG&_0xbT?;J$UrqnaAzrj#v<}wpOgpsqi@*(wZ z4mg-AncJGPzV$3&0e9IuO>|SyjNfyMBFTr4@_`OZsTu%Rs1zy&UBG0vd{n=_851Q< zh$G_AldZHO0Sm&ptiz~t2^0hYqPpr`F`$)?wBFPrLST%Qr5m^gy5wNQp8OBh<}BDe zx18PeR2yu*=fpf0x*(o*?8hUH&jhPlWe7?7O-Y7%!F*n4l%0b0Vw{+tk_5DkdFSwI01#KfD^BAL-THA6n zI3O^12y?A1h8GmDZ6iXZtm|4zWf2mwwo$IF5Kxe`>@F3GXKQS{o-6^vmoHzbl$>8@ zRVF6=rl}MgMkNXr>y#R{jXoC$fC1clfQkNwh7v;~Vs%-7xx|SGdbwBKKIHK{eT;2; zYLPQwet-L3N^MKiC^7wQz)oFR5t%_+C-0OSXOzBD5yrklZRHH0>F%z2cCVg8n+K}I zMZ(WCJ^s%7|H13amoNYDr#~TLA44D=W!wJ*!2G;pjCr=HKsN#~;;D3UnBwfraaeNLzi}BbUvX0H@+sBZm=EP5r&5~Ap7E!J4a)2R6J!uLl5NO^qo0=!g>=e_Go?Z6g7C8G7HcND#cPQt<_qC4wHJI;=>e! z*6LEn2@&#OW`*uGql$Fr^a<1F~iC45QkIG*O)C?%13@3=V@4N6QwStJMciru(0`n2S zc&REeNC;XL>|*1XOh*9kyZ-+E{&+qBV7aZewyI5$QdYFVI_7QP5bvgqA~aGx2}IzB z;Gi|+^5f>xO-i~posn3<#`+(!#uquzU2N;XL?DXbj$_yQ-*Gn$UE&a$zA9QIKmNRI zSo0UehC*{*O(cItrA}K@592r-^q5YiQYt`g)tN05=KtCY)60%NqGSX({2x3t%Ojfi z*g(np=$urt8(VQ*UX;0&9NT^roh;l+i%CC#+i1nltM8?7Vu<` ze~cqler55Cuj4r_z}ydDL_o~W1U*rei{|hJHiF8WSH5|c*XaC#>4}*jpD0xXlxfji zzRil=H;mYiQl4}uz&xxA9c+mOJgXf(jz>dKr`Vm2Kk;7K$TIA>f>~poEb93*K@75> z-&y}JjV`tT3dlId!3PWP``&wB@Aun!C+kwdSr4gKmxx-ey&t_Fx7!^R+C|fpK%<(* zKdeJ=S`jhI&DEa!d2W`V4B|AurtM|CCtmoBS+p0}aqQdkv3L%M-kkjzqQPfKMwauw zi1%nFKo~4?@`#Cxq1X%Q_aZ<9MD#q4TC4Wjh>>Vj*$CnKzxhJ6R)IW>DuBSuy?2pG zdG;EzD&0JG73>$T=6z--X2#^=%d*7=Fq6nd1rAx_I1?5CU=a3R=S0hgJh15Rd9$D+q1g!GJyv;O>4-^7P3 zXLuMIC50BvUqx^j$_3gdlxvr!zot_nJU?J^J0Z8kzA=%AWW1mn2SC#(W)Y0uw;~{- z)>-!?T0$By^^lh-@OE}07&0F7zHnbhjMe*@;4%-l>7Zf(}aYX5XZTMnFt)m z!DG}fU%!6&`rG&4&fkgzR{((3nJkx86Pev{e2QR=c+m?sp6e%QaRl)4W4Z`hEdhxD z@Hmdg(gme*WpFx3{P8Q8ZHWDhF_$J2+Pd zCU7khkU#0li;Q#DnlGJTt8MULug65z)_{+r>u=8!H)*Q?-6X6X%rZ0AT1FpewYD*Y zMp7X*gzCdG&O$q$G`Sm@pkkTV0O;wd2|R{SQ-Pv(F8JzBnVUY$Gex9Q3WH3qzhlNAL4Nid0_6ajAu(|fn>qGER|g`)1F0}nM#4Bji>GV^nL0zma>Gu;F8Jz|J; z@|xUXhyVbKa3AVDRB5ZM!faruK$(Vu-lv=_-za>_%=^A?+q0GO^UuGS`RUt-t%-?& zZWSNd+M^3{b4JA^WKXJh?!C-O4r?Y(XZ7Lk+w(Z?i&q#>b9i0X*O%A#$0P5fk6_|| z^b%(I!ykV7hd=(&R!Aqzygi=`vff{Sv_1y5)^cK7bibODHUt(MRkB$e5JTXKw#$ypnNkRb zcS&Q-9Yz)=q40@D`;&{kKfzFdME@@2uS<#@#0fioA+rOAhpr~W7zCi~+e{b`2E!3X$x#`_EqOU`3J zsU<`$z%;p?E@G~Wi zKv-I=`r1a&iXdOkwOoYy@r z02GwV286^;A!i}M0-cV4++V-!&&U3JYKfdITYve(FK>_c@4tO7>1^{q^FroPYx(;1 zr)6C=QyE0Y=*PbA+XfzBHz#8DM?lN8k-d+kPs!*7enpT7lii69jwUJm-)-o+iew3FGTH%h8TRJUMam#sYRT~8aP}pRz3jep&8mCFkm6kE+YnUCt_#o z#A9E^C{>hvJl;Rab%%%X`BjRA#0loGAbh)3q{;!zE#hj)c5>2%wtiEl%S^VJ>+yjW zkW`?#ki706xQ2yuj2@m<2mpAYhF}GtRCrfT65O||aQ+jLEH+6!h5hF)i~K%f#V~p?Ygg11N6yyY_;lLYZSB0IZ(@#yElkP6s*mec!jbEcf-c zt~YHcfG!y`ywawY#*KkHr%xP9t>f8`F*JGuG|4sbFib%S5dCUC7^Lwhx=X=M2=gm2 zZ(gk+v_FfPfoQ$0&-b^-6 z{`99mnc=0;e9X`1^Zo5jN4M{LDFu;=HL`Q0m7d~pK?Z;(#bVWx-6mIs7yC#i;5*AA z-4|N9k%?-pfVe%M&+Ul_s%};O6|b+xY{4O5ncRp7j5DSspM|7V!}5>+`fs{Fi(0D7;H~z#ApJ4fyF-<7t3zja?Q0Q}3p{M(=Z{BI(x z&Eiz-Zrk(i`)|j-zkK~#msNALROS*yDDAuP%VT5v_{44@Z- z_tlwO4F*jFKQ^)THlqid0e`|ZBo*6sP+9uF!-D++?QflwbvXl2z$L>Lvt$e*GrYA^#J z71E}&TFJ~7J}LWTxB0=c{*%^ZQp1<{f;fq zxu0>yM`@c$0h$C+2)%y+x?+o41VhX81?3@4|CoNt?!d*F)DHkwKRYn@T%?d1zr)${ zlUQ7^IHBH;Qc7!!hC^8oHqS~>Eu!zA&*#2x3d+WD^nS3GB0G*!sHP+4cye};#abxT z(_{*D96ulL+xFDX+iKM<>w-kvwrMo}zV84qn6(^YfRf1)fH@K6@qBu4LIFL;(>TrW zjZTqai%ZEC!Nhf+2-7o?nX7nlf8{sn&dUD+ust5kOm4;Mi#tj*_gdP zSWgj_W&QJ?|NLM7^|a||=ve=-$*x@5XwK9g%f9SKkCCn5#R=+0Sf z{#Yb)0b2ZoBpCR?sgMO$_SwzPT_8C%LMY++`_oJ>%Y1p6tAS22^Xfw&^jZoh?0_*M zCl15ONR;ctT-t^N6%dZ5ET-?~?S0%BR~z8u>qI09#d%=A&puUPP>P|1e2k!A@me7t zRK@iCtFaWK>cF$9Z8RTo3&CTYQZjW|-D>&gfBvUme);7ufBDPb{{A=BI-K}KJuRx6 z{^1|~^k4qzpO~62Z}akdRXc(Pg^*33IQjTY2C1f>=!zsJzAA2V%Y)h_D|lM8WE+Q?H~J zshUVHsQ|MKrcywAix%sn4jus)qBEv++DNDjesV%xCEEEVnP2j}&%*a298XHggd@xd z-f5D25Z`#M;(Eqn0+PhhWy~L}whQ7u-Shg`YfPBMA&3vtzWq!pVRDRw&rT9=!35;l z2V%QHq*%6~Q9CY~d9yxt^mfhJL?tQ^RaOm)otYIiICpAfjF8Do`|J3YO$jlNy&pVA zYps@|zAz__Szj@G^(2&1?zflX=sGx?Sg?YKJfDv*uU`t0bCB~kiy#z4Bz!)fii>p^ zKmYtot@ZJE@4Y|XAIrLcn;p7HgrupigNB-lEZzsV6tpN~1O`39JC5V~w_i)EKmYNM zOKXvJ*-B-W$K(Cj_p%ZZv0EGXAuQ*kBL4s(;IgaX%!eOc4HxFrh~uAr`NQA;I^Mp2 zFGw%1uW>yQiLeYmIOYcWNj=t}2KfZta``-ZZ>rX$|)|kZ{INE~Vog%Q9op&o9Lu z)84>S(Aa4S&#EY{NsD(?R1$d4WR^IU0;)i!C9CTuo(SIj8BV*AjVrW3X8`~t^tuP1 zgKXuQc3|a8&WqB5x%^>{`$AS?%VeASi|Lq%qthXDtR!Wg7 z;bc%Oy)5m2`LF-=fBCQfuXrYlrP$0M6A=;N!N+mz+xC1s-`~D}`}^Mk;17TN(|W%f zDO`DH_6z8qaZIGSO3IYEh?kfVd1>0qF3#6aiR=M_mti2HAl6cQKbRRxQ7C2$W#v87 zi3`oqLe8x}52O6^zx`J&i9gLl!^5IYDRiXd?(HaMnx*)8v{oSUGS$mv*(d;uTRIIc z^n)ZRaJc{=1%jN(ivEI+06K0(c4i{+AdpVt$xivmwv{3zg9JI?~WGM;`?iXIF3EG)VfRG!TR za4{J-(&=d+*W>a2e7+yY&dhCDT3gla5&Z$}7bjW*sHE=wc6%w27&&PxlccEeMm6fQ z*cklZ{W$t@C~1VbmAWpA?iuZ-t+&SWIW71Jbt$C(F3VC&0TE0-o}(X~$L)4|x!u)| zq)AQa>B|C8OS#|g&*x)|F53U%(!|KcP4Jk0>I*${H|FH$5`rVJAmP0BOi|-uRV1a< z=i~8wJd_RCt=d==8;=HvFuVN_OKuvn_rC4h^Z9tZKi=QpzW?^^w{PDBr$Eh<+t{&1YaG%Lo06&NB2OsU~k{{_=Rcpfs~q4IWEttrS2% zq7d-nk%9onaa>ks<}sznBK^1g^S}KYGwYTFQy>Ix4@RJmE?BKI8w3$^kM1e#5z+es zLYkqi$N3Yy0O8<`i+=kcb|cfdnkQ;ebDK{3G}b$ zV|m+L2ApT=_mTKF9Z{Pg&X;eWyqGYUsw)rz>z^?^A$Ln$w)V zhUlkgMuZP(3@WA0_HKY<69c_>0J-1q_xtO*uB|q8k);Fu$s77MC))4(zAUYlnj^-* z{e8Musc7?5%i@pGSZ=}?8V=D~Q)f$6h%GQi2f%c)oRt^=T3n3|m6@4`fK_9tt?D_L zp4~-B9W+5}%pJM*EP#lm*5~7~J)fA5AV2U7oEdVOS*|19?ud0TY?~DPq^i4yPV1y} zE2TUh??1kOKaO4f%kfVLaCBgE!? zrnOR)B6ww|uH7~ftkZn3qHnr9{)%8tl4JeCR26?|oFaI9yJ$Q)d(bsHX!51@89@+e z@{Kutl20K2O0Vaur4Okf)`@%;^8o5Sln*CK@yZ(qF0#`}pMQ_;qnKvZ`RV7MOUgvT;9);} z(~%7BZ$ExK9}gV?60Z0AQkx?EecR|pjp{V$amouM+V`!GzOMI|*Dr%dBqhdLeEuf@ zp!bW<;K1pSUI7Np7Ic?10E-h&+-qeP!u{nH5r6&bUw-@c?eBm4TW#%rzu)dJudlDS z`@Oan(PQ>p0mZu_GI$)@_T&5aZ@>Qi?Z@}$<0-;a%FCCpzx?5kFJHb86_r4hXs{-d z%yZET7v-%HybT|ARv<-5Newo&$yyP?JwM@DeJSC8r-U+jZ505veP5SlsTB}o(@A1? zI)|T%*W`p8+Xo=b)i;N2KQT0eLwFJb0l+FPv8y+UGIYs~y~vT+d2_7g7 zs+r+=xJLRUtnG6@Sg|ma3(L9k00%4|MWJ2zLHtP?xyc*XUGvIxA~Xk?h=3QBbEeN_ z7(SIxg!S|%remlqvQPPV-iA&*;5_W}B-ph8n2AQQ3JC_9An$PaOkW|Q*JGwUSpZD+ z_Xq(AKwN+drz;~^M?cXhj%)14wCDkdu#~zz9={&P7-PBJ?zcOpz`o)pJff!Om#EvM z7wp@!)_T9)kx*0GG~K=}3zwqpZMJ>a+5+G^Q#{xvils4+*4ocM{qob-p8#MCe!Rc+ zqnGtQEXl2uLQ!BrgJ*JA-E~=yeIGnpYgIJD7nld4)pi)(nJpv^dn+(FDPyOVFW%e* znCzr{b*yp%Oah{56u0}!pZ@8ezx?#`wr!*L-jCnD{rcnEulJYNFF*aXu4}1P<6&5U znYCZCusolSZ-4*$w_pEu>_=PIFF*g>+Opi%Wm(tTy|!l1$hP!ELFjc7e4~7_Lt}~0 zPPxl#9(m_I$I}3^&3HOkgOCl*+I~9%Y_;`%ygweiuC)~R5k<>)E#q5NSVYnEPsa}; z6$nAgg9rdx-hlv!b^s<6Hp4`OY?(7uM|UIxpocwWgcIyCr*{s3^{cLs7Cw_l@VjdP zp&pcVE)hj42reDeFOLHsgub~b)hu~WiwVxY4vOQpISvfcV*kzrjGO{~M*jihK+twV z68l*g8Ggzu9TGDS7*QL=4w15V2o*K~q%xq6r~DxTfEanhv0VaIxc-~(?T|`L zmBti!3~0uqG4U8o%*`e7^jQ;?`|U2Q$xHlvJl?*42Y^~@sa4I@`~6NxZEbO`=olRK zeP`yEmsf>mtyH|-wrwl7+x>n=q#s1v_S7>yLKt1sWcHy)c za~-kpCWfXWM?XKWZ9yuvEo1aCMnC$#J-_|-?eTnk{psh(1MbWk_D=xY^ZD)9zds-E z%kBP$pMP0zca_Vv)KW{)7Phn`@ZuLPmM!- z!Z2CN*&vqRWroMn80?b+@@5lG=wY63&k=6&$fQQ&4 zZo#k!2qE2HUV0x2Y$toWu!!FPh}Je#Yr=HlIcGPE2}rxr{+u2LyB^ZM)6a;!j}eIe zIY#ZrQA(|?KHlF(?}g}oTeTx(=keUO{W!+aNADtXfBo|M^{3nY9@W1zflql`Lfrb= zSi6V0#3A}aeoPkw0)S`n!6NZ9xN{rw#a z)!GOUEYI8S&&*V+oUF{m!1}D@Qn-Gtw~BA&+-c5k>Mkve`Z9S%6SL%3w#S_)>A7hD zpGw=wCGm)KCtnu$bY6C4Dik}(9k+`2lQmDK%SEo4!~uYiP%`;yu4NLnA;I;obXJCx ztWJ)LaZX2bc9}W6?UOwx+KvFyS-93&NEd-(ic=Ceb4U2p)NN^VhK|xZW)m+E3dnSb z2L<$vCdfYC-w|+cCa{uiL#Q`7ZIi2xcatkP{IZGi%b!SADi0A=+!W%$qnFwm_g-pY zkLx6>?;jDQ=C*F|BgP5UiAXO!t?xJaAp-F4| z3&G8W5%r1m>5+7MnR!s{N)ac1A-b|jORk=*NeL_ z!e}%e8w@+xnXFjJ#JNp1ZGz7`3UEr3EOD+9@cbu!7Gpa<|G*y?lA$7WgkZzDF%qkZ z2%#2xKUFV<1epWd29M_HKzifK*;Wf3?PeKq9-+8T4MePn^~c#=XeDVUnLXrN*m-d( zfD=j*{}LfZahv)iE4nYyOPM`PV*nj+Zd3ind0}*Sf=D!2Q7M7)l?u$_-sij&zB>K%2)WV64r}j1V zHWO-%+6g*9{*4Rcq|vUg%=x}0CyL7Z?u;c)DF+z#(DaKUS`u2uD?}u0g)2&Jt=3jb zEyc58)5;=Yp~5VEbO5OJ6aE*+xp@j93N+?qSS$^(3}MmWkh#+V#~7mz0U0csTsxR+ zSO)%>69LcQFVjKqT(Fd-5YglPeTdY$il@BCVTriwOdNGx5JMG_s0lB=9o3;XtB4zD z(~anbAZ>^MoR}diVUftqfTVusBoi2%>Ng4DxblplPJs7%Pn(MUDxQ8>zd+*o&Xcp# zn^?unnwX4^_~djS+Y*LPR zj?s^uz38?6jJ+YOYI{Xq0mps(W_lv zrj}ZlW%T}hK3-m4C{9NKJn6=1$d($XBh)joqxaFRG4+1zee|U*A~Ht5-EP*#Tm%re z?Fk~KSu{>S^;j3n7a#Z6O|IRG_#rzfWf?NTkm~cSEK@GM@P&jsG+;eZe;xf0RV2x^3Q+z z!#>8_`L)(ctzG6Aq7$4^#u(!`9>)=^Qhh{ECPav49nRW1&FJISnU6=L!{e4*%JwFi< zB5I{9OB0bk2Ez~#W-%YAulI*j)6CV*fi6vKROX)mNU05zu_Lb@=2vNIAtg=*R*b>8 z{S03q-{1Z_ZS+xGN2=q4*0OK^LLS%CnU@$Z)i2J@jx6J}GTE(*|7C<35X=)mG zun3}z{&Ig=mgUED)4H_6V%3^>#G(?CCep&__xs%sLaic~$#J)q#5r}&*Vo`IHv|#a zW!bl__rud2?Pgc;on(vNws<1hL*S+)&5jzXPMjV z3`(Nkx$U!!GnWYg(K=s7dv=Y_tF`t%9*^g?Z!C-&y5OB1@~$}x2?=>10#phimO_PY z>#_*IU_nG8RF2i{s9TOj*hA0?6$B_$xbU`Z$8m@r;)%eSI9Xf-RV2++Rgum}w@UH( z$0>3CVV(&Q@fej5HG@P=HZ;}5%mam}Hjxq0^_TV24I5rpw}&8~>3>{W`JG83x`Qd( zHDrl&`RAtv`5oYl>6#OS$;%s+%wQV$A=WXD8qV_icZZRMwLOc$WT!;$gX@)ky|8G{ zc|_FmOOoz?*)w^bq+ZvszYt2P%c78WV$K;WYlmGj-@DWuV~kFkIz?`at?N2(Zb-+W zJpwq6^P$dX{9bp15HS?nmCABiPfZF?rKWGn*QH;#Np=e)Y&X@9Q){fjIp%E4)TaP%a6DB zA?hV;rD!*ES$V+lclNYTmUDk3%7p?O-7Dt!&roRJBhTRHWi_~Kw#LdHWlM>*wB2<4NU%F_0O zew)9#cv}#!0{!DFX{0%A2`rF)`|(Q5L0xB=d(jG6)LwxIfCo?6$HByxN820c6aDt% zzC8({`GKfh)00;{C;+Poju9E1lCVW&CTm2>EVBS0QGp5|z$8>?`~JO;=k0a_unJhr z;x!dO?6g#3*cPO3gUc0>eAS{!4;TpQqwm}E^~+ZUCi}i4VlAG_q#(e$tu5%u zyL3)r$`5s#XI$waF4r@H6YKy-e?u67;1a1CW{1J^DJ*r4`Cxp)j>)=#A|*2x`0mro zP8P0PNV)5vk~+#5sz+N`j^5wi-?n`#rLOC$XOH1ehy27eLSHp;JcO^WFJ6g46A$?4 z2b_1Sh-AcOBNwt79iYX3rPRX0kGCJo?M|h@2RlH{LrNdpaMinV97p_$G}|otFnvI{ zh{(*A{-_(TmZBNcIYvDf)CR3WMg)Qr-ug(;T}&RJaRs)Q$NT+H=@0+G>!SVQx0nF` z+;t!1J9|-AT^`F$PABYF)cHXoTT|uV8CCoZo(_~musIe!UC5Iz(V-^#T=YS@3PQj6 z1kAXLog9vNmQE=5@BlPeU9gsdW)Jgtd=(Mij$8ivny0%1wnIF%`dw)a3+M1Tf6_DP0p@KyFepr=NVHLH-ihG?BuOUhN zFtqi&C2FWoEaGw*F012Oa9I|_uMyW_EW|=cR7e9M0JWXnCrym<632rieJ-b;sDi(0 z2)&fFDnpVld4C!09f)Bpl0P}i=!A73E{{jXqXP+r<37$yudFQbi#eqC$NSskeT+f1 zF3Wmb*An5z=bxfKHtt}vKv>u1zTN;)dnxhYF~)xE+qQuSA@Z(Zi7+kzg zg%BXsruW$%kGd?2+i;oSp?l7o8v}QuBhkxRo1VhcH9lpj%KFO0;wdyNj5Af#^0sR! zM92&*0z3#w5QG`0FUH9(!8ubz#@Y*ul1>Y9gIiGU8gye& zKV)$`-OjIMM7WiCQPmAfr4Vx%lBED*aXm2CNJOGAnfBcgUx~1z+4F|kDyhrhv2EM2 zZ@2r4gL|Y>USD3v7}}BL{rw$8bn`R|?it%-Lqq`7jts^O)AtSFN!sGpi697&{k!U=O10LCuJ6Kt z!zAFu;v^x~R9Fhpx~%Fl(7G{4KOT?Awr$Vn69KAK5%Tgz00=;(Xm>j;xm#ulh=@YL zWnG!a}nG)gTGK?^3(}-U)^V!AZq`iNn241+)vt1G>E~)S&H^-j^^YVUu79EoX3z*&Xd}31TdrF3qJ!tQF{*;v zcJzO;_U~Pi<2aru2!N8AyT>E5E30Q`?w#G)bME*5Tzk8!yQ(rX!rdg1!2W?JC5x=? zIaggBX>KM_B#6fkAPAa6?b`Ngd`}mG`4pksU}om|!^N-hvCOR|@;E`0{NT)gvGh_D z(Dat8=nZD68b5F-WZA7f=fe0@z zuf6wu-(KF{oKzT^rc8qvbA&#f{@g)P~agf$8q%i*!TVM_~7Fp!2LM(<1mY2HI+d` zj^2->BjS2nKfk=(UtSSA3$FsQXa!yb5hT37y!3rP9^3upMMO}WK&hejLa_jZiuDP~ zJs?7@)$&_hCP+jWWKmLTgqz1eI|~|GYq$Ho_l~$4h!EZ2Z=})S!{BkvrpiewoN-2} z*PFa&*_z{{oK2YkV=#&dxrT@XBD{zSW<4ckAtmL0DG=xxU zSob?P{L7vc7%oxFG~BvrL+V+n>C1XQkQy@gF|@2Ai%@jH!$jH{4uI>VR-X+lyT;d` z9hT}7VsBUIO_Bdg%}%!t3>2$1r>R$^uPY}!Mx+PX^g3Zvv!F8u0Qkc9X(GTaVl3nr z(y2ByBqrs^yFl{j`t_*|#mHBw-xMCcf(}E$KF_m3F+&?VG?pS_1zW^wCP>-K3yw&j z@L}Nb3LPrJW8-*i@qqGbL<q|~2M{)wVD!R^bf#)$6XCQVnZvm_mB!Vcw zW87}HZ4AvQPKOYXnFkLZOpVN`tiZ6m^^7{sD8j!kjB-+2XGR`}PgivSjiZPZ*O1Oc&OXrgFIzp*d^k8Rrs z>2|vzz|z|7?Ng&tVDvKkY`FkN9;7qB#l=pYt2$2QQtiXx8n5{ zvdsWArG=0!ORW~GXcx8+oWu8hAMj1Vg;fiqw(9xkp=C~)WHWYAwjspZ{RI%!%mYh5 zj&0jM-rtXXA7dQ7Lnf9#w|%C0MLr%MgU7%8^wZ1zuB2^k3A)|yFUP*We}8{{dj(C~ zproylpp@=%Lb*9g(wS~O%~23hz_#`>5GhSH{?b~LWlbuGgbe9hjXTFw{%ZEu3Y&1@6#?mxhxrlw3+&9$70S*!G)$E&x4O?j&7VL9x5MSKO_IFF)NVa zqzsBuwP$AlkWRE6Va!6lMM6)3OlC->Z;zBNX|Eud9TCKrI_;pjWD7?IHqT~glU*@X zP+>4@BH1u@-k-v2VR+CVvlh<$>35t!OjU5DN}SZJwZbf@?lb0&M=9Yz)d~VIjzjan ziQ4^kzu#^E(5O9;se-uc^Cvx~) z1XilOs;~3ZKqD`R0O-*?K~fP}?kij|&SA3ljUd6&?>Fy1%^K)*BLufS8W( zWviklPan{glg=kuVr6&$)2tN`;Lvh5idO#~R7>(09YBIUn6xr;m&#kt`ZxcnI^G2j zA>QLEwU`IJ7hO10tP2VjN0AlUR?0X5vly$X^R6IP+$tLnTy8My zp%$O$c3WR=w{=<8WvTh-r31;UwUhdVHpa|a``D{=9s6+{V|asS*#5`YaU6gD?KeGw zjCC`bkL7m16XN%8-^S>QFI9n5?2lKnoH({XfvT!8w5YLowqglJ=udINOeeg+ljjklY^9W{dkbPq?y08SS4?c{V*aYcXkG58*rUP zOtp1Z-};Q7sh7A6=KJ-w{I{~&EY;I1z}0kFTjT;%RejjrTwy}0XAxGJgcRB*Moy%@ z0l+JyXq~M@PY6UrEj9|9V2?4zVAf=-l3L)j2LxP~_2vF@zuhC76_OVwRt^a~&4q0k zjsKwn<7bRYhCG+&}|V#Lc>eSNyC-=Am^Fw|#%#EGcl-Z2y@H0dU*4zyJE{zVCWO zg_8{su@QZI|7Mgg`^(8KVr|Q%A-i4a6Fhl(ifVe3E@CJlj^6c9mfP+2#3VkmlaqPZ z4~n{<)yAGWexVpTDm+=ylYNQVt%?!?b-E!jy}-gE$I*}81ptv$=Y}So-g0ris{i$r z2#7R=1!m5!S4xyKT+j!7YO7LL?hdoz8Z7xO-W$;4Stp-NqW|iRsfMzZF$JL5d;j=& zw_vZm5Q%7Amt|d|V1jO8=)G%YgDM6A!j-{7PARsm%@7RSyv0wUmEsiHFflPOABXM% zHXG)aM%l^F_yhakKo08(UDgM~mLc$t{(NHVJiA`=Xs_!SuzC&=oKd|#Q6C`EB|Y-y z)Ipz6qaIq`%Tse+sBH!&)FI52OtRO-$w_q@ybM)Yr%7iY&Eq}29YugzTW`19db_Qw zQbs!(cUL)bjyj16>Y<|I1rJ5tkmJw;JN_$5_Ilyt^_j{c4@8MKYb>`+p@AkDg@hd4ifJOeRKtA!4{`n zSDmWt8sZaG@GNya+t*uWZmXKNepw$>;_BLw8noG#KVx6XpbQmc3SehS%A|;$za8HM zO(FYG<^V**b|y{pWN;Si{fK@7Ska%SG&Lix)xoPeHwXC4dSWmU$2JF-CuZ(_3}(|B zgov2u#tGDtG#ARvqgKW(ZeW#U?VpB;t6Hjsd!&fk{4yVjc0IY$10dkYw%jOSRS`gs z?*lU?Dpi08!X8NjE#=cn)%G&IZqwLMUW^)xAf%&VUs^g41nec!U|s6$veFRsw-9SC zh0!^rDg-lZ*i*qo^o%qB@HL`%YZ;qL4Z15#!UJYq8*f2GBwW_@<$k~2);e+8Hq6DMh1MNfX7skE#sq1LYSvq04NYZ(y$iw`K8K+`BHa?X@>=F3%;S5<{-ul|r8 zPat88!9L8ULw_?cQh>_Gyz2+|(5r#Cux9Ca!GIAIEcOpg`?%<43`b^<*oPms4Sjw< zi=zSnH7(eOCr&tR5Hi|NlXt?FR*0D7n=houN1 zVHgm<2=9zP+`l?`U4W3mii*7&(XzDG8bS>sr*vE?V{-)NnjFWm?>m4yMj{%j5)lnr zJ>lyA!eygl9@~Df7=SQmhX@gmZPTxU;D$G5T6aKrhLiULiV!BixsLn7tka(tqzT2spyPWi?WFdcZMbo;W|oMJxe>NT zOKXI{Y_+$qok>YA5U~z3sEqEx1z9VJXQeSwfT%2TP4E`nu!zj`bLE1-WtmHF4jBt{ z;(fQLoPnaR=#WgwggJJ5i3%!9Ne6X&=L%9`A}P;2nOsC34C1G>0kAL8=u4!`+DzJsqhbZR^E$@({kLEBfXI+3 zWtgWdrIQjF3(;X4>_rp0r{HjDS(*qxK0YFiL%ARp8BG^($XsGNnDCBW-*(20E^5LDqEaSRqp2i<_99VHKHDRm89nN<;(2&nv@I8ln|CxWVW%s>2)3r=w^ zg;)N_)2Bo{02vZh^l%xvKyp7Q{*tgNG0g?9K!DT8DDq#7+BQIsTwp?PRqbIqrfGCa z>XBAKcyR2dx3JfRs6Y(7=**l78viC=_z0$#y77JbKdih_HFxCvPHS2E76k2*r+-*o zb}0Zn%%_Nq*sB@bAcz)v~H7+JFspi~(4$0U`j$#9%!MMm3ZKbwb@h4Y^ zBDl2?6Bi{y-yV;C9O%b_>8yj~OXIV!7ZaGTtA2nAkHC0uHng5nqUSXKKXkFc(R&GW zyVXbJF+9ARqBM;GUA0V*OkCn5X8bf#Rl$o!<(Zk{DAO^7HNyy*xsS2ZLXKxc2#|7_ zh#acK4b`?!FP+a!oT8BBnWy$dJnDq`&Dr5frL6REfY69SHgsz%QERrt$8@gRhhWVl zS+rS|f%d$tr0bux4g+m7FA!tkuPX zg`O?uUv=oodoSCC92nc{;=zSu?KW@$f@sK?5P9$zs0)q&==GHy8b4Fy_Ua42mY>9t zEX3Tnl@rNY(WggJ8p}`ScmZ$(;0sxUQiw>cxyHrrYut^_}p91|2#8uT3v=xQlRC%RL@r#MB$5iwZhcm)aGFVk&^O1jdkl=cK? z=r0Xk$A;mABL zjta;nL?JhRsg5k*m`DnI;>ap!#L=Hpw1d7e>}0Z$Yx-y@;E_Jk$9Oy*`>`X@?RN8! zqsf9Uf9f#QnuXIaNv=CYRk4O~on;|(ZN)ZrPiKA{2iY$0?xZDYqW;ZRX_v;kIC~ii%!>J>FCY;|~`OyEx=~o2Q^JVoL z+Y97XNsaIVSkgH_WU%z!ZD^A79-S8vf5bF#AyI0!pfK8jMy~Opnt%Ob%B>X18BhyW z+tmP0%?XL8B$b_|kx_xe`s;BV-@ktw%(vV9_2s3tw(q;{r1fbEk|KHm? zQfaMeZ8I!{jS(%iHlqL#(R#Z9_zogp!Al-0xK(C32$g!$w&3yvt`{JXY=B&A(y|K7?Xp%o{(6w0Z4@6(>Jedq7xKPGt)D@fO z&S;fC*!x5ne2pIc6r!+sP%@UnUKfBqU9)>LUF6k4^`DG>XcB^*=3SQZ%@`PrsG1~# z&bnrR=*Jry?gMu@3Mes~AtOlP?B_9`>4`GAIyDu?Bw=H7d}st!z`5eW0%Wcmc^O9a zTw~2bVitU`MD%!kynnop!T0;i+uPf^EQo+~U)L2(zR5Prt5OJR#WK`1is$M+c*CH+ zr!z7SJ75qH09vCla9Ni7{k|RFGY_%M{C`37+9V2E-6b`bqLkz@n1_uCMJEWtt<46W zUq$UsUrIRvWI2xGet)5cyjzOY5|t(pM<3Kkn4vWQ6k$NyQfU3DF~x0W>D;5KL3GgUfmy zd%?MG3?TRq)ge!W8$YRdPq^)RCF*o!huOXS+TMJAunr+8nYyq%P}8U-Ry3`2f~Og| zw4ena9a%YyIi)a9}(682d?YdmIa<)|7Dz8F=?nA)r`|F)@KbHJgxp{xxlMaRplGs0Kk%Kf9Mt~ zmSX%Sb6RZP+*c}yNINpCfT@qsQ{y(pxhG6A+r6u;uwP;3>;T=)~jRB(ARDdJ-kn3^xoRS!YHIvRV`b}G$e82)FmsD7fAgX1Pv_` z92qX@1cge+p0Wo`(Q|+k8#+n`i$Ypwd|wv$rXDa(m|qmCDy%F4=9*(i1gl%W7ibP^>(}8 z?zeR{b8CiBH;JgpF$yC(nDBeVUk8ZPTA2nN(-Slr{Zydak0W4E7&$$Z!CQa=5w2R| zp8#GFA;OpY-P^J11v~~Kyu7~EIKXLI{d<Wia!6a+E(rmulDwv?Hi`QgYokmW7Z%+SkNqR~&1w)$gmPPam zfHg~lGag5XE@}B^umd9WL}x~~-uh}+yZKz|M;5JEMu?hZ7P`RsBu1u4Fx9JM@__GY z=CGZGtmkzC-L;hqZean7Ii6<_LalpYY*kEFk8$GgD-X2R8s`qb?u|KWif+Q``=T z%Ex|0LJ&r^HInA!W&sbKu!tv^5_I138)AG=Ah&+0#x@mkFi|{J*s6kyD^Nd?Gq^Hz z@nG&_9DV2s9Cq>OV+2F0hGm_!`* zroWk5(Oy~&T2L=K6QpploXM0O4>EjajSVL#&LnkRH zCVZON+Vfzo_*KO|?wmCsy5Q%ON%7;rE14Cy#9lU$9b8Xa9hcmxm3=74cU_icSu}Mr z#8V2>!==zt8fi6CWtB{=e$;KiJS03MDCws5TfH@Xv6c_=ZR@%dn4XoG$-lE34kVXl zz2EO~hIw$BAqMxov{Nxw3{`77XcE$}Hjun-iVq-n--*CrUY2FO-Hv?+u{aeWsTO*B zd;9wJ%NYF+@#{a)whDmmFE5`zeTqJhF?#RJyl*?THr(&|QDZ)dIYwvNDM?hzlEw5X z6}%7yB)V}o96+EEwWXmOAa6G3zc8<(E*p57vwYT@&@_8!BR(=ECo^7aFUaT|Mu;{mAosi;)#SY2sPObjRn} zB;#fDp+%m0BaV5os`z3E(ZtI>`tXA{ruX{0MTlr=ZCRGOA0dEtbS&qfCdr8il!Hhp z!gWz(r*KCx=MF>kAsR~46~zJ(bwm^kwjf@I&pF4#FLA{NjgVP^ z2^PfnD%>%XRVgRokc4I5wlRibXAddd@ApriJ^=uqcR)O0n`f5-BYwHR{LlaKKNN>+ z)ldjST2&HM1SVIGBgdpTv$~ZyBaWl2%&XO6C$1=r|xg7q3Jm&HnI_ z@?aJ}Dm<~{vyJCZY#y3|WIIr&#;2mg{*;JJ%x3eYZ@!ef4~J}w$_%V)$(8=O(B10x$~)MdE~YT3$@l-L@ooIXlkT;;s2;E*7^oG4)N~Um5HP0~IE;rFj3^nJU{Pv_p78I28+=0!*a?aAofr zyfP;7E=59H+>Tb?U=luzTETv!cBVCo`Ye?KRaPOw zQ82i$Am)NlP}jNfe4RvIJ%*3(-|zQ3(PB*?2umaS*FXOm0RH;dzktA$>GULe8_aJL z+WYbL_V(ZZ`~QoFFPQ^?NI#DE@85;_^Uq(@p)ZZeQ@cJ}N}JQz3m5xxPmC=9OR!fq zIbb&7i`Ik9)lVlddt^ZP8y`DWUD2!X4Gr>IF<~?x+x=dl&zQN$f2pV?CCrPz?B1)tVo^C^^|CfVGeo9k@ zXjueh9piL=VYw@*CQqwyj`t)~TF#5iQw3iKF>9bqO}<;k$~dx zNB|K=$g>S(ei3?hyk-~@(BSj~5V0){V$-v6cFtO~BTgSJqz8^|wQ=Db1voIbB&Fy8 zS3#)0Croi$19W2}55DbkM3h*%r)7Yfc&wU8799G@B+z9@E7vL|m1aF(r6h-u(C;owfgb zQ_#_28WiM(&PtUI`kyFWNQA=`oE>T%pve^hrgjKeZMUHA?{wRaMtu|n9+pZyKr?I( z-N~jrHwNQU(%mrXqX%A8yyAT!Ev;p?c)HWhq>%wAP zueG8uvkL?PF>+Q!zz>d8Rwts-M<~Mzcf{|h?}Z8!{5R(z_d#uJITv+Co&#O~k%-Di7U1?mGm1RHr&^sGpqozS#&yxi=Z_xy(y7U}%0LWFZ zGaSne*64#)oC3apkLgrkd4W%5pb{Tf+@D=?x|;fKNJz;2yq!cFbTmHa%sNedr*wQZ zFZX#q!xN9;0xB!T{r9tZjc(WL`gEPy+Glh{Gni3zVmNM5+o1pg-$OGg#Nsh{gkhFk z%!vX3;84M?vQ@{)T!}n8tQylB3sOa!A!rFm3k(Oh_0gd*MjstL;(R)yB?L}f#6)Kn zl9JkNFrVH}dG6U6MEyXE8I^=(S=UcrzWn_^{^R5O_f-qIFc1h35TGz?Y+-5bFMs*V z7y}UqX_{%kC}I8f>GS{k|NOt#^>)AA1~W4sy$f^iecvAM-@iZJ-(TO}?r(3pUWLAy z?b^?@8O6DYd1|RfHxgf-9iy&uODiZ*B8eGFMK+O<(!oGO;OawH9-pmyM9;2d| zIwB&fd-b3k!AV4GTlyGaORI#4Bo^Nw&GL+V(mER@2^xHRM5TsLb&gm3fEfYZ07!1v zPX33)KUWS)xq@6Jub>7YoZ5LVCP&BQ#OEl{k+7G%Nu4had|YLVAYrQRYY!{e#($mx zSc`oXehC(x?0DgpQxhkJg$f-(A`ijTYti?ZT$DU{l}x$p2siv#;34`F2%LNxdt*ta zjLssO^B(W;o740bZ5vupM7Dj~9uELm*7bh3+}kvMGqRd&KbAJH(@_2_3PFPKwcUhF zZeR2S*G+!Ea!1zG(mvFABRk;L<3wH-c7tbshk~lUd6)X$(>buruB$v6RG#-^Fa*P zN~uAj&W1fMnvER#T4#s7Vxg@A6p?_7g39l8o19;8=vH-x|54IEFtutbooiIs` zTZKX)Bdz8P0eGq=0+jQsv*ximjG>p4InGcI>-3~$0+)G=yTT7eRNy1JAh0ZGCVlOcqr2!a%crsz~PGS*MeyPJK2O49)BKhU|eNefP^I?^_% z&DTUgKN?40SQ!-&9cO@eVK6LnM1C+b6qW7q+^X|jXXQr$@QipaQ=A=~tfS`$*?9Nk z`1p7q%6_|KZVx?O0dqnfhWQJcsPbglYhNgN6j=J<$Drzlq#mUjF>cpNN`8WDo#=$GF|@FZUZF_0a*u4guzI z>|5XW$K&H~fBozG`}hC$KmL!`x3`jLVX#Y3&=>fFe-N=AfD%(#FGS?Qp~QkXD6#+m z52i*eOxQHpBwie(%w#>|P>jtEP-s0_)WQRk$avpVf6ZzxCZe`jF=jM^#bJw4qenj` zTqFp(I)Uy1f#+H<`&lv*Ph2fsm5Q@9_u-1jvMhdxEhC}U#Lyxs(H*37xmf?nmLoz9 z36vt6K6W)8=wgp(F@=~oRlF+gU}nd!^$b z=TVa@#L(k5T5zUzrC{1h?{z(uV=qUB&_SUy-hq$1<{ENHU_juB&-KuC&fZcPAnb|XS4cJHXarX9=P4^KmX}Z|MAzq z{>Q)nb&US{>64z+B>u8FbHvN4G`nl5%le*$8jLi-~j@{`jF*2a&#y3pnP4EB@Nz{lHVGkTEOvF)Dsf-XB~Jl zut4)!BrB2{>8U3wOKkM2R4%ZaW?gJw|7f-Pf^#9DZV?74piW|+n1)EaqC%Jr5zsRJ z06+yelc(thjZ~b11*5pQxbJ2|HZU8gN7i+b{gCL2CB)ePh{!$YYA7r|0B-U_0hN}) zCD$lV6h}IulggKUitHsRCBHe@7=u6H2-kHYmCa`0Wnrym7*(0{*MYgEu3(GtV5v|P zz2=S-q@O0FTvaPM>MYU5O2%?k&o${FFb5vW-6C;_q*?`kWYW1}l+P%CqCWrtU}2Kj z0+!6<8ZfozwYSBZB>0ZbP8!_5alay|IuQ*NqMISt!nkAfA^duOeSLkkNM}hS4Ui)M z;Dx%)PEu}X2%iY`l*#mQ&q_caWoB{97sdnO$+qS&E9?FKFTecxKmPh}fBnn9eg5+G z?bE0G{RKc8v$WP=;h=yyt)7w?*kZ820DyiR`?l@J{{HRT$NT&DZ@=%`<6nOH^H0D0 z0+?%|SFCknMMPck5i)} zy66ha>(v!)3s4rgixgRFPjam+f>FN>{itnLa@aAS09rmyca#&6u95{b5C9??!Cua4 z)LK{qM2V**$%R zLO-Sl^ZYtVxJqfbg#N}U2U!G^hKMN4|1*bGa?3rj8jH<8OFL5g*^wf^%Wvj}Kbd+eXg9>!o3 zpakKoy$l%vWAfUWxPfeu2V#vktaG73olYBZ@4X?}*}4%W_vm|3m!=lLhw0OfXpqaK zDks`M)O743s!~at&IW{vbStFxx|KH#K`j_8-yT84?y}Z8NZnxXZ z%k6e+ZK2lMqKmV(ZZ8%-QF|dg#^dqv?YG~)fBXIW@4t`H#~ADF{>z{L+vlHuUe;B4 zxNH}cu+SHda+^{xU(8{I#fV6Yg5^AFS_0w{;z>lBG-H)_Coj{5Q{^vS6U^bXBt$_l zld116%dh@!Lwk4{l~da+ySqzeoKLJx{R3PiPy`Vgk}I(!q;nD6mL)2cbP?Sj#-5JV zJi{j9u#R=+o)i!PB~oI>iB03L%hE?5gAtK5HZ+e5z@060h!{FFRj4VWkY3+CFU;e1 ze`)KA2wv+gRCqLMQIvC;c3lIs+kA{gILzrA<73~}^|q{QYfX&W06^}41y=%KoR0|^ zq??k}&JYhh8mN1ssgbf%EwEcNSfi^aIfqHSV~TR_f+FXu8oarMJo(X8o0=cx5OwvE zV-XvjC)Zy&r88onyijD50B4(;!YLq##AU%YiZsDopCm>n#+&Z!A^@NUGM8m()FN61 zfwCqwVFn{=^kDfJ34t9F&G{iQFXHhx|6mb=%%IXWYSI1!0M{wfl#koX%fJ5j|MBVb zmt)^q`2GF;_g{Y%9-qE`eS73IQI>q$zwOf#=I!zL?YDpY<8Oa^ynm;*v}JvL zdAZ;3_t&?#PoJo@JpQe`H;~YYM*`(2X%P|m2`eQ-A;v~z!(k!Pv6ie3V--s~;F@zX zl>B~huTuwXFGN;jP_5lUICVf}*&0o`)M*a33)m2YKZz(v2H@gB4Oujz5N~^m&{p}# z(!APYCw52^85~4cauaz#&gMRsK9c$-ga|MdBGDFFYr3a}8m+kY(b-BIo;PBH>V-m< zOMsV|8YxMY zdviQk#-aQGQZYLso?hvgF%K?f&&Q~E;o8aC!qtn4fmg*86Irc0#yU@gk`UuqK@34+ zc2_{o6?IEofa84POQ=nJwx-S(`!Sgo0MJ#3`nZ2^i&_=Ech*dZ4-jFD0f6hePE(Uw zxsq4cLa_9T;t>nHIsijoTBv=FH$()+@(jvU+35WLr$^m?TJQJItsVP5dLLu-oj9DMoMYDh*hRHA|ewx&zdlU<^JrOx^rR?SfOCW#{x*k;AB)Kh$ zpK)IF_$gC@MII-}laI{Cs*D=pR|G9p-o{?7UQ)&njLLiuuv*uq zwe=+p7hH6QHDuN*`e#I6a~Io%-N?`K!Npdt1=ukH5$P6Xzy>UQ^45Je%B*GJH)!h< zWy2DrOaY6DBQ20Z1hoVoGXh|1VsQxu6t+{4sX}W&tU_8f-YQO4Trr1TXv2P zBf!vs17!Rmf%S}?bvm4bU5oqbL>ZmFiUJt${8sl73MhdLjCt};T6Mo$8_di*X_A(SYAzA@KV?Px;NP3%XPCQ8vjO4J`H z7aExII!qVFC z5NPivme>c$GZr6)|GW%#0HL z-Q>zaVU*BrmF~e<@%70#O+eH{T*x)7GE=oQ{yIe6+NYMr2NHSA(NF|loH6ts-A#@ji?$`eqKS6y7Qw!@#!)UeH^d`H6%FGs6JehemB#*1(lHx|0Aa zTZEd^z@j1rgfTL7pH?cML^Vi`*8+BI2g<;SQ^S z2oC|wa}TGSAtg~vnMf?0)JV7Fwh@SJ)?qYLA!e4?EH*_cVML;)Y!fIu5T}d%rP^~v zok7N^ix|QdGok;{{A&?F-31A+JQSTi+-BO1p7B7y2(@n|5 zrCa`;4wDaolSsq|QqB!+>+|kKt|Fh25W(z0ED(yYIZ22lq)F_|qd_yEsSFd#)X@Q# zhhP$ie2(9O+@-t5fhOm^yy>AEaFt<`g+-7c9k_gHISjE@OEG(6F^#}&H6#++;b58)Ln# zzPRL&s37^6hyWJGgeKs5GPK%Ps|Hm!qX3@RiNX>`UU~U72k)ZI5%A5ZE`(5+c_t^X zRG6&)5+J*AB_vy@GczALTpQD@p@eGQv6#EU7G-dg zhSD4PGWYsgB8teV0CX;t-#5y*9}z0{=(J+t3;iCNiJ zJG}`2n2?N}I(H%qq)e6uv_x6yv3DSmXho?m7ZQ9@(?4BhS-i!$7hqDRDxwpEIk)JS z&HbKuY58m*x4bUdBPi^B21|wvBwg_A^wMdJz#@;wV=ynb8v!22{_*%2V<6$S?;vu! z-*4+JK#XQ_ec!guokiBRAlfYI>U=Q33D%rVU8xENE*rZ)o?QXs=A|Yz zfy~;sMZ5zhZ!Bv4iiOtju89j8x;9zT`Z~i3)T5nu006$?4*pM_0Rf&%4V=oUg!(uptS~TFx1pjfZv=5Wt1`4@f`TNqR-fAO9DvfmS{!COMq=@ z%epLWalM4T9YZWt!;%Mcv6?8|&k66?3Ihm|>JmTjQPKxTuk;t=VbOY{F3+OV4FEtO z!h z{s6k8iE~DTe)IA1(MMm_+tOAMUe_CG(jl_~i;s_wkB<)wN_zQ=-n)n}%epLDXLecA zt&a9nN2m_=4MZVIBGOtr(K*CKiU(~Mp$Jo+9-n^0X{N*{#sd)%XHG3#1uA-_s+TOK z*B=nSd}0tmS9l@AHK>r*8<*l0L-12ToI1YFpYrPDc2!YNT{TJcH8~kX^zry$9{2l;APV!~F^*$d z7Hz7vg{X1kesl&IM+bm)U6y6J-EPqVwT`ZyOx&C%Za2%Q6H|a?8I8dZ=?%cHQy}6y zp?_4GBfeA#Qf6WP3@P|=f7P5%VWp~eeLO6O7O2s^`z$Py2W$B>AeKK26{XslG+R8E zx;czDI-&xAT2E?byc3%)si9cSi+G;7#0x5HGSr~1R*Rh~0Gi{)9Gx&-i@}+RAk3yn zP7^{DP4quOAXaq+04Ky6W7F-GWMv)=uwn_?5|WUJpD(1R2lX*PpfN6OiFUk}7!VRV zOlUxi0-ApR18+jXUt{C88j9$b$`fXg){g8suh#z*sP!M(p;{fW~=(W-l*Pt+J`}Xko1@ zwyL;6S!?p)d|zdph?4{e^k>tD6%iNXhk={Km%~0T6z`^%?;kIc?QZV3swM~ z({Y-zdHM>aOi;{1p%?s9Icq6#NC#d!&n2@cqTDl0; zNCV^vKzRf6Qt{@=$bjR-A-OL&pmOx7z9}BWI;P1Hn0gS#Mb&!D$|=bSM04_MT-*(2 zbS&@AUWvzZmE~DuyJP5*(iq&w?kr2B<>}BJCGSI1fL4k~l#Uf906{?AezT~aZ4J@! zT_^$(K^%H=#N3)poSL|!kjsf#79XSp5@ObB{{zpk2=mCAFU(``-~pngi=Zt{4}lGE z(R)`_NUbgF>bbWRsRarbl#>yii9A09e2x)-eK`y*an`IO5dn~H39-KEZoIPYtXmQg zF^^FVwykJv+LJu-iIGLKQ>=}18h}&J8mk;$m@6s~PbZD~%~+I6Olp~k(oO|UFauk? zVT`fu+q$l|+Z_OwrI|+ou&ygJvxqWMvw6{WD=G)HB((Umu#>(~*DVUq1fOPS{jiLj z^fHJO2bNzeNg1%|+^3>VESGZ>zxl_E-p-ds2+a%(Ge62{AhCl3&AcEcpu@nt3148c zlqc^gh=Zxz?XJnCgUT?WMq+3X#cS%sgTrIb@e0)D6mgF%C=yL*x?u)VH9zqh_9{In z&qGPx5~qoKVtz;Mr|Bd&O5kM8ZA&f$ZU7oO^4Dm=U><`tafc9~#WsY}VK)OPzK1dc za*?wkI=jodG)03o^GUG_B7m^yjw7VDR1237puF@%`KxWK3Pqu!585ajl`D9RK6=n( z4DO?+X4KXq)3!vl#uy5wT3Z&&6!yGG??jy{(LhPDf?5iIusQPtR|h)^Vq+f3VIm?j zc<34Cc9_D6f-)+^kGB4$PIePSi=&S)Q2%JVtYS0>M)!xgDHvz&jy zs%pzys$lQOzOL*2{$jh;TZ`G(7#n)NsyPwyx%m>1INiW$7#h&V z#iEH|h`Lp8OvU;HwXiS%iVQGY?hH|1?fj&D7Ke2?iLMS#1e_XiQpd=ih@U1Amn8)6 zz@&qQR}i1(BHks@9T#@jQu>jIj^p4lUSD3^a-W37ZmXkX&InX6o_NGRbnr=;Np7*u6C|Fp6_b=&g&9yaJ0jTm#3v3ZFv2)0zd>B2@UJi@kJ!|DHjH|) zkQmd+JE)s39`VzTH;!NREWga~kC#oMy?3;)ejv_v__pRRUlcSE$=J zbiUC;u_Y83yLg=;YVARtalGGdOKUMYF!6W)sO0v0&Od7YpOXkP4Sx1VlE(It9jSmG zXV1*NAK}q64@G-H5EdSNuy7{HkD>D8ddKTHtNSGY=zBv5L1bN5C7thh_UcNN#=$r) zaWR${fuo+}0nnVDRLzYc3dIy%V1R+v^%naMVt}DsG)}6P7m_t5Ht>o|lh+lzXmmpa zW^m_BpmJ&AyEHQ~sw4)2=PDq8vd$O`0A7b)B-XNB+tw~=suMHQN-SP|wRU*^ceZ*E zr%z7bI{#BXkjtD>cu&Ii2YmsMP*d+uJwXJ}73m^e;J6A-+Xa2f*mdstsWghI!czPI z2)&}A3n4SNg<`NqSS{H+Ig$D}dd(73R@$w|7FB4|1YjmXrNXRWDq=0bOC2Z6G%K+DZqZitHk z&QJ*=Hlo&=sbsW6f5>b!2 z4=4;6qZg*dBgx$UKlz@7Cvf-vNmSxfMnk=&F&hf!!#MG;bKBXZB z@cnZ>BSupffk@n$gwhnZYu?#xW?B_Ml{amfBk!ds=nSkOT6%_dSf?u5wS+N!1!*uA z0bprMRLw}byTB+POcM|-7-KwHY^;}&Q7oFq!U~b}FWq7bvCjsZ*E|MeAQ7+S4`vip z_p@&n@@P8==_HaCa&}^QDBK|)x(p+N`!FK0UKHDSCM6afsEHHe{{~;yh$Lvn3j%;p z14~)+6$MRZh^^V7ZUCsN@ldLvXHK3_JP)pVLjA>j(Q`K`Xh?Gl9y17?z!yLKlG0RBa`Gj-U=f{mL+e zi0DTfAYifmo>-}-`V2VEQkir*F@N!wPLEvW!!lMp&)o@9UK(5o0I{1q6|Vs%a47@d zX|3@%lHyp&x|F;qiUB69Q* zN?CK?6cX#iG~a7TtywF98$6^^Eu?qaok1)XHYNpK=N8d5zQ6h;36>{v*lSepTQLF9 z;LaE+5{~fcHCDX*;M<}?pZZ|yJu{}WgFBbj+Pdf-vzM3GWnD87p{VKT02t*- zoSf|S5(;XX9;{;tx5+jooz-t{(PUS*JcbDP4jth*=Ab?)vuMO85iCVxJ*#r+SRlk` z!gYk&n=q==UI9du;&D2;&~^q15Q#>{*`ocHLWhvyCLsh6EkJ7duZWuL+)RzofKhg_ zp2s*5*^6Z_C2BnpSIlfdm;yBXi>mJjivS$G+p+2*A~MF%3K3y}!NF1BNpajR*Up)$ z3jRS0*j3|yzC-{p(~O|z>%i2y-S4{w5J*dc*(9N5{Ud57qX0ziBm$U73jyhtonoA^ z+5mmISq<0r&QIo>SMheGV{tkb=)I3IR3o<5#^ByN*As4##u(1Z66*}&$3Te2q*z*O z%d(`+(-I`HGX)dK2Va8QFaa5ZMOf>HYB946!~;Z?2~gU_0R#XL)o-6MA~R31tU|h0 zGH-M`sWo$*m~|@}7}V{|w7^2k6j&_!v4Xg&+imUM41=pte`>OV7-oC+*5gx5<<(Dd zXKsqHSg-u7Ffgvynrik^WlKc7tv7Xyk7H-%+snP7vlpT|KB1tsBXvF98@G?aos+>! z;_H%zdUHiF%n=VoQSNL(AEOB-_z>rLhi+1`J7h-s;_i`v8LOBDu%1ZOymelpSBUP9 zVz{i99UO9~G(*rRgb)M|`zdddsV%`mT82VDYoA+dJUTPSez-!|*+|TqD!9W!5+GKQ z^Q6#31Q>83Ujwq-w;>?F>$)Dt(N#4R{Gx@HZQioF&D?B&-kRHw>21{vZ5_s`%2f3H zl)VtkQ>TGg^89?eQXE9sip~g&^dSp0tU3ZTPQ(bH`Tsfuv$SOxQWyn&p}+R0cI@P3 zEC1O+N189(yQ*59Z1gkb^oD-)KDzj?y2|g%`hbYbx-QES32JI-beGrY0}x;smp5vz zG7QWMi0(ksmX)t7L19)*5{ts608piNm>h6zKFwokE3{jlZR5rKd+)t>@~!az())p0 z=fTifJ?j&$h_h%<_b6bJb2ma~1$}C#0xEF%he_(au^`oi7&V8qXcmA7_v^@suu)_3 zJv(FU+jhI%8eu;Uj%+89zV8}P(%pdCcWM+Hw3QlRW~PCJ7a4P!dI~B@q8;ZzG#5*f zs_vxdiZESBhvyDNl+%|_<2|*9v$h34c)pYd#o{}lZSwTRd()U^tGt9CK!ECi1yiD4 zuqFE|5uxdEh`uo}uwBLO@gde2CxvTXGvo$tF6j<~$Eqjsh}}tu45BQuwARNE4e>OB zk)BC?Y1KZu=H;jjXXfKLAWgs%?W6G{2+*x zVG2*!gh|~m60ePV<#Viq76CgZT`jGEo~0rzKoYhnQqs~6czeu(L};;d5)aO5@(_Cf zSb;* zyiMEsN8RwIO^WC_5M+Ld<7FN7RK)M91xgixP`@_($eK=QIco~GBjs>uOq3aP zbse`pn2-I~`mx?_c9=~#l~Mk6CQf$7&+Y{0PgP%)2CqSwRIHkyMs~ zJQ?+{w(;)*UUWuEU|rc11O~w&v0#H3Ia1(f1rA{XPd`8u zJ=5%j88D)3XQP+O6#(okFNrel;AqhbaJVKqX@wdHR$$dG#g#STD`ryc@?e6U7K&uc zvUZOp_YjqIQD<~O=TF}w%)*XtK%I2*@+i(H;<&ZaL(cVTxx78F}&`>}tc!zzTZF=b4b{cg;v}awk`)oei^!Z*QjoNQk{W%gx_4IJoh?)wo zghihx4kNm*nhjkPtV`rob=_aIQsx`E~_gaH}sPg#QKTVL<_&r%lPCwB<1dcXuu_>UV3pq# zgX=;(5iP6l0G=lgear#GT5GyoW=zsYooU52JlMiph;d@3E=H-udRDQgU5T@RdIc`q z%sg~yP6YjI#ENYlK}?(&7|@x4kZ^!b(@?WRL@q+c;I8#D;RF$H>rJV&AIBIYI;wH! z^=2uPb+7XzY!3P1+($XhRP;G**Xe=sU|0+P5&$ZU1n~*0x&z&=Xv7t*tQR6;=kfab zdV6`fuQw4GJakSvGmj3U$DsnE74r-jq*1|TSzB9fWBvC2{{8#6b-lg3ypSGRQL+MJ z$btR}k<46zSFG0q3VaBrcMwti-5mZ&wauiP*>e6xmD?pW6jS5&%n>^PW~Cl~nRx0| zQRqo(A6=~Ql^dWSBDClV0kEHPYp_6FOoCw&S4Vg@@I}2Y{uSB)M9B4gz%FLC^-CQ& z000o!1}#N2w)Agn(?HDzz%q44|4>X0nLTd|jcDN6P(bp0lFa)carPesXB(3B!mve9 z)u+%PpihYoMR$A|orqA77E2R}n1H7=>iU>QV8WXKEp^2dMZaR}rm?VT+%Sv=H93A2 z0nIiQ0MV_7$FT$W@e1yLg@O>r5U%CT4;9;!1yJP2y9v4u25cd=!6=^Bt%+`$t0*j1 zOh#wlPx&NEM*{`63M;_hhmhrw^e-u4D6Cu^l#%qjJ1k-h0I;Fws%Ht zCj!Dkr2D@`@c#1p_WIfyfxzGqsUS!1{WvskxA?|CBoC!x7S9ur*4n4nw}$xr{rv%O zyWJ3}8jv5THgrY<&`nQ;fwkxC^dynGo_%#8z*T8gM)d~A>1Nr=`f7Mf6*JpEs!WVI z3aSGyoo=e*2Rlb<`#$zEDYf$zk{1Pv!JlcGlce$XxF^pvLqz7mB8z320DursBhv!0 zd0D+k1XvmgksVE3YzSg*7Q%wI>x0 zgxU>xi_xi0lyX~qGEDdkvQ_?`bZ(`APKHgNj6U{#JC6SP>C@*gU+(w2oj=CHWAxq! z4`CTRj^kiv5IJ0s3{rTBc#krP2rWzd^5qL5{r2s50C|0V1<;k7G~sm|E+F=s03emz zFWZO+1m+2;i=!E$LwJdySr5Xa_z|!LDIQF!wwl2P9$WN31Y(gRE)Xk{*#`GGOCj>j zV`kiTrgf~G;1B|;49zo35ND)A`5Ln+asH_fF5-2};$G{HJDAN|@}*~BfCUjmh?-hJ z7GajU0%*k#65rTcHN(LjgP9Ta3q3U3lSM%5@};(o2d^l?Iv&o2LN8Sf(uZmwt|nT0 zY8&%G09mB92BnIPZHiT{w<>VZsKqK%t#i?c1i^M0o-UF6N0ptgjM-OOTe@4tEb_H4 zU$(S1n3>1$xJoX(NZ@)%Wm^Ja#W>qeLDpEF217)~aad+0B2@X{F?7*}$Kcyah+5s5 zS_2rPkM*_+>pATqwm6+lcCm}rEALxXd1S*J;IJZ&u23}_#!|{!Kj_;Df`vuVm262c03lHoCZEZUm~ly$E+>My=Ng>d_wDHY_0!we zuV0sS6-`SJ8O)lVu^;=;PMe1^f?h(CTL*2-*kTFXL3e-D$KuhgXY-52 z7Ch@-O%nr&5Jv4kdM0%Mb_egt_7w>GSY#;=r}G~EF97J7n027G8s-M2H5x}BJmOB( z)NJVz=OJIJHEO1VWepfuvjsXa8semu11MDJ6sX57a@0PB0F{UmyA>^wDUccf_(`9d zi00W2))0anYVz^%u`bKHu7m_$a9Vd>YF;ADs$_=M5=hr&Of@?P!d3mA$hR0-9$L;m zHv9~262L40_@>@UaD5lLZLsNOx2!CPLjh9u`3alK7+p3d-RbBV6s;|qMh2cWr3+{< z7qa@%751hwissFR?L-K8j1CNljmOv?8#CW-H$5a~GPk80COL$7 z(aUKP(BcI+2Z-uOYvaMFEwWAhjaU*MI(KGPY;k*exdD9s{N?54MNK2~VCJqtg#GyV zcpt~1=49XZJ`B_&(fxK?mt|dVx7*rU8?BAjmbNVGf=E0DAili3jNZR}`^F+KFR$9a zh#ed9kcuR2(E3H-$ry)5oYbv9Pj1{)rt38JnL`Bfh@Fd>PB+2{>2orl#0W?TLt;rk zc?1hc$}A+u%cY7>ENm7cBz#3n9_3S<;>-#4#i4MMw>-jPF;D=&%$r7E0c5t|qkaSE zOGp3`8GMBoBLW7-xByo(<_gv5?HD4a7QNHu5x`R=Mo)h70bB3DD^rAw#Ay>o2we?u zR#HQw{l(bxXZ;5?@<;D1vMx)*B@zbo_)>CLBIZB}2okZC)quBp9!Nw10{`mzyB9C_ zV>qmcg|=!%ztpc3@LUJS0iIrxsJgJOQjAPc3zFnt(>4s01f{MZ;Q%b?-Vw zCLZX^&H81TcPRm7EY-5?hSHo|T0d_Na@-a+Y*9LbWg0oLoI+?`l!DoWW-4_d%j8vg zEQ=M9?O?8Qq@(MsiQ|+^exL}509jUtSWzpij~fx(D+2?nDed#*+61eO&{qvV6DZPk z+2Yev>B#u3YA4=Jh_~Af5s%{#kQHEE*C03Bj*)87eUeoJB7m(%is{iY)O`*&zcuK6 z^xlJg`WU%OJwS5AYIWI4Op)u0OhLQt^oe;Q2|hv{Wn?ewMNWiy-KmiXsr@+sTJCfp zM~E!GX`%{Ppqj#vmi2{`v4k=Mm8(m@6e|SPXg!J^UC{vXMxC~O69J-TwHI_q1$q}8 zFfA*C^HUCa*0y!qXl>1@}U+qmA4I3S0jh+ND82NVTq~XQ2e494vCkuAb@TegZbp$B8XGr;Na_9W2kdqgoa z2za43V0b82k>-djE;ZL4Nr=XET^o@q?@4*_x~@pn$LM1y)(d$HyT=aol{3gKwyVO_ zUx9Wzo`-dJ}pVfUgZ05W%CeqAU)75Pv`iB?x5+0;h%Ssak<1 z%Ph;n!u!61`I4+S_kMpN3pbm}vsig?1_C<=Tq-92iS(w04p#9Hdc_=} z_iw+i%li81lbU=4C_&U}BT{KfS%4~`PEf5~pxT7%6`nzHQ)dWOpR(80Jufi3YV$+{ z_f9xzJ^&j$?o2`ZX%3>_{`UI+ZahGWnbG-T*KG0LlOex^MPNxx0q$ekqKkO!vRHW2 zCzH669wHPZKmkN8sRy2;XAMrTSMsra#2Mx||A+5;2DzEzhJbc7q!LfXN&RdAD+Hr@ zEq2H1KBY#qww2130ru+J;t*bmqe)2SaRDOXy|u;9O|Ut(qZ2G1EnYlHbFBsnB06ae zjp`0st?e&Xdr1q5cg0W&W6^Im&SiTPe5GZKF-Es+t#Z;|y`CF+_npN}chSEZQqZl; zL`}2lTWgEzUm_Za!#SQ>Ys&&zYr+y05eE^q;6j@`q_k)06kL0pLLYm%%{%Z-)lN^S zNRx#S@3%W4ZTm(<%%HIa0Jz=mwwMoI274xsE5~fJ60qXp`V_}GbtX%d&+S=`%{%UL zsQua=+vxrE~PNIu8=_V{>ze}8{}|9BjFY*!|nB23!Kzwp>#AEUp&k3N3-`t|ko z6%m$o)!i!laUfD_%f4^-mls-Ewa0VIm04_b#^j(HT34v1t(7`(+we529r3s#P6j7P zrc^E464NIuDiy$8RPh{eb&ox|RNN2!C()kz&0apdXj|WtQtW2**)-T>T#*nZc9BF* zuVnBkDnQ1yU`bz4v!FjP3n52DQY58=v{2j9TuCB=SoI+9p!!OxEKUwZybd6U;!#e? zn%q?cVyKA03KK)<24nq}eFF+J+a8#p8rZ3G%xo3E;+R5@lLqyD4)QAyAwz-y0GcL~ zh!sIZ)u8Qw&=gukhXY#ffIa<7gvaQ|aqPS4&E8eRa<@KfL4$?_0Hb$RuD$mN`|=oW z1t*o7s;4ga6d({r1(W`O&Mc|L5H;Bz5O)n3XmYUD0=5NlLZT+jW1ugoRrN$jnpEV> zY*|ao(tcPF$3I6ql^+u0T=jx#VHH||WmyEIj{#j9;eFf37`NMPUGl4T37g&B9*=$B-#3gCkB9CpmKORKLx^2hikf6c+<@Nh-zb?!A`RiA}EPo7&SaS|-SfSd$)PPgNsscDK zos1`z4^A8km3^JRr`N0vz+#wMbU#=c06{pNiRew~w%(*O0`(_H)y0PSUsB*g_*Tk$ zF$(mwnJcmh^+I;08PqQ3D|s+_rk4S7Jrq*CBo^>kEdpw8b`s6jZ*Gz3aF>6FD zJ_CS00nWKBsyBsYF!$r={m@A67+vcjSiNmTb2XT^v5(%l_c6v8LwL*`1}N+mdry>j zc7P3zB;hvta({3haQh%F`ak^VCQe7!hDyRzf-e#(*(IP{tVBw(($meI@c!c;zIP z;P7B#4_An}%RJd}Qpt)NRJmj+A29xK{znv%by=Cm{kEd612d1&MdUd4W8aT`-}hat zoj;(>Q*t2@eQb~AwzhR0gK4q6v1307;ky-n9J=--MY2wqCe;%LbGoiDKNJI(84NpJ zKFP+D#-t`zg`a1v9f}SCB0f9cC|YrG+9E-^K{P@yA|=X!rSaKHfk!6oktk3lwg>X` z48X)T?($YJlfy^Eg-sm@GZ1pzMULHUV5kUA-2_wE%hFQq2%x9t8BrwP49~n2w})}7 z-4u&USashV0z0AR{K?nu2HOgj<}PV-ihUckWnC&cqH%KyASa|)tjScK$n6S_KzM>? z=EVTmVV^^*Bv>?|AO1}r$DuQ;DuDYKqxa(&qmMDT+uGXsDj`U6x+n*mBB*7+$^u}S z0fCu2q#UiHtw7r2w4?459H`YDTU(Z8U01CMIeJ@`RZB{0Q(mk9WlXnhlr<2a6eA7gxM+hG3R(6-U5;*!F(%%cnh#%tEhyNYjGBs} zxBx_CF_$2`a^Zz6Q^eWzJY)^boZ>Pto3%#GMND`MO|5cxh;_t4i%`i{^~W(!l_-6U zxC#h*#USJB)*8TwTOe#JlGYAaw(<2boF~sLizkZ&8q{_0tVzLEcFSZF5k=HcIc@?7 zmtPYSSl7jR*K^B9;#L*_)soQu1t2oi$`Xi3YdUMxXpC`e8v(>x`Ev=iOz!>8NnTiTHCg^EREXj zers)6*3~)>0KrQ{ql<{NMy)O2K48s-3@_ni79cjnUdB_FfY35wK#1^$%epMvaWM1J z77*#j4k8OeYYUijc1E=)99^_bd^LwSY=Gu2g+MWnQQVZk{(X$Lv^=y;qxsAtvhDjQ z;fsHE2|S-jM1=3(zrVe`t?QD;8BycBx_IDhfFS3^3~yaWp*e=7JS<2Eh=@eC3%G7| z=`?j(h#XQQj`&60>1Sq6narl#Hf#9Kdw@D|J|*6diZtP(No}Nd23GR94VeXC-l1Cc zm+87H^`H}PY7iVF0sz1wQ5nA^`gi^tzQc%m7&n)Iu%9rqoHj$?1jvfggD+ih9aNUsI}5+NjY6PS13nA$SV z>32G$ko>oHQqtTOZq)CM3|`*xBJZ%l*Q}RRv*0w^!ZO*Kb%OSwr#s6BZsgN5hJ#? zh!#_|)Gi5?5geD;LjVB9t4TXfDaIxaxO3Ai#XE{mF*#1QO45Qe3*fdFP1%k5ZXQTcc%JC*6VO z!ny#QUKmv49(y=_Wd}H;h|d* ztNGNAW8b!Z96b8jHY$15kRn1H%>IlNM#P!86|hV3f8#}&yZ&Pj>vWypczVhX==KV` zk;p-0<&T9&mya=yec#t@S=QVAt}ASsx}Z3Y{W$BkG~G%u#?S-agZtg@O>1N&9l^D) zFCTiw9u&N5MJLE>*NGn=*Z19uvrMDTx^eZYA}t~e&;q&=uj{IbChNLtglcIm$R2wa z1W^!)+HoB5idrnK1O?CU|7Tvw^P6>(4g@AuKxFwvN|~9>iW12lPPQ!@KR;&6N(KL# zw%2d+S@Gks(RXrJZ6ThP5Wr3KqJb(tLx&Qk&_7+pC}=A0MYpc0&H*x9=vG9E^JKQr z%Tr-2M>(br3P@oON6ZXyh@@#ZKtilMM?`EPj2zoZ_~RWo1C7|rZ?C8!#MECW#UTJz zzlMl@#8fo_1svOgrEXYoQ+zc{YbN>3nP=zwwT&B6s1QNec6_)|QMsI#`fMtq13vvM z8W9uT_x4Y*dQ6m`P zj%aXC;yrbYF~1Ng#w9UU1PAljHg${$5tl_Qn}u3~-uw3Pz}MHdG^bP@U=RU9Tv0bN z0BAn-zC8e7Sy$cRFMy5Oa$68!S*$D{i&*Xa;*P}89^g`=J>T|yRwyAaSK0Z4t3D1y z4Rmvmz|d7?_W~l4;Ls=HG1-8aoC(7D{T`f*&$_x?o)!Q&=|^)9g1q{no~algCIzB8 zS9g#j)kP)&AuGY|8=YWkL44aAm>m{I5`d)^Uf%R zJEcoh1!X`Kz;b523Kdu)fG?6Gy6U$CsbWS_Fyc^qaE)u5YkBlz-}lGI`=NnC5fJF( zP*i&y`{=z+p#a!Y5fY$nkPoeqW4t&C)oGge*yRRix=*nh#F_Qa@rsi)W9doFBaMOh z*E?qs-GkR zS|Wg~I5K;opGJh_TTu}aSna|XecK){^cs7AbB>B>(Vs%6YiU|x-jBVHvGl&IE4D_u zzk??FlK`M6DTjV6|fqCGV~Zgq`M3Ti4z}uTbqbx6o7i=dL|jzWKH==a+b8|QUPGkVGh zle@ZV+hgCi?QtB3<}wR&-;c-Rj;=i?BXoJRDrhK- zcwz5kl=^r!?o((&Sz>q-*i@p;f~XJ)2t-)VEa<(j>pDj7qp$t8-fkj7#E68ANQjv< zccuYF!2O9$(2j?dGSg`)9(31+4@4i^!hebU4_ylP zOr2BM&hlaNkpR~2uBM-Up(RZ4$eGwx?K8UBg;nR#Sp+Mi z(L`k5H$=GIU$E&ZJ}LFe=y6ackAaAbSK(Tg<$k*_s}NE1nt_N3Wkm`x!^k77w;S{5 zqc;n`2p|p~nlSDvX<~!_y-O9Y7eBv0>--l5n+3rZPIqYXT__lw1wj;+SUD@))C!W8d~; zm%$>!z3a7!TTLRLXv|_CVWxBF#NemtK}b7hjqB&ktxmF^r=Vcu+RoH- z2QO29<_?%jrMb0W2Dhua_g;j-bI6pQ>y1TZFt6*ni0Epkj3J1FSu|-39E&J>#C~=F zw1c*aFl(fqkN`zuSrmqeg96`WQza zFZXtD3qt080nAC-+Mk44h=|L&_HAS4Q8sOhi0+O{W%MI;^q;!S852`9thtFS(z_l- zb9Sf11J<)&>qnfJ=m7vSPiNR%@uq2?tn=df_+mb)LXb?yVx}q+rg)>1#kH@}mec!Wniyow^jSZ2e0m~tbCw>i24a$c~6FKSJ zqPwH>SA%!rhWIAPc=gmK7F3=SI|WDFKE$n|@`Qbi*$x1DhA9Jx^nS2qpjzg#+-~4! zLfcL}7Ga?lXVe-4sI}A}yzaHso+z3#@S~7c%mZZ+5>G-$vDmS8hCu6z-CuMK4b0XG z@7u0ZrmLj)+pWO@fO-N5QCpU!f{!d}W0Vo`#fkW^wB?XToYSmgjELmBA;2SM&n`*H z`SCRd|Mb((pFVwx$^| z)o>9(Ka@xWkSNbqFdP~yTIjbG(&$hoiq7dflF@)d=d{&V)mgu(@Z_X_|5)3`Bcc21 z&Du#}JM=dnLEEGoNmoc@vcQo@&dY&(Q+9QRD6m2fD(Zg(IM_ zR;bQgZC15JgnbNoJjNLJ`@OZMXH_(!uV26R<8R}6VJ&Bme-3*^gn$0|=TDzLfuBIA zKODy)07P-z6A2Hg27Kl+p zDx#-e<(<_YSYdX{ZDlR>oh#jCjB`NaSs$$Z>rZ8jksw;~d9dCf0I=x%$In{GhnX!M zDWEbT_^O{);c_bYAd5JKP=QmimQZo9X3sbTkHMY)FnC=b*V&Ir@L0W=lbD6HIl_M4 z0JHcW??OaRi{nW!Y%;`Opuh`6bTflim)Sl(j^h9XT^!rD$G&gFGb^j zf(nvQYnCd|mc|Dk`@SsevNQnDq(AVAP_4CfS#G!04lMa3CPn|oqyRN) z$8ijiWnDGks0p(_{q)mszx}qqf5ZW_aJv4vwgqOs-EOzr3Z;Y)0*>CdkB_!2_t#fD zs&(4vQA}wW4uo2$y%6C@(6y(q1XRSex!xSl)rK&d4k#VeoBH91?gS1hb0QM+2qmD7 z(Ez4e)bOlB^Nmw(iDC5fwwFXi&uA{5FTl*LHQnn32une*AbunU2monV))=(Tfo*?5 zGQC>gGh--|wz(@wIrL1w_|r^2#Q&%1(;=pUN);atn*HR-cT!DXyq!>e%u1@PQ&aFr zim@cT)he_@k7VdaKMt+N0?hliZI8!MfGvRTs7FM!1tYp@RXm|T@ln(}Wu|SC@&YQ+ zk1U-z3FDgxjVsRg_d-G05FsGZFN>#`N?Brd^6m9cZB`#9oPx+OIUo9kWhNn^>ey}D zY$Z)42Ea-fBZ`ZNA>(cuW;ntd#>>|3`K}yU> zIQpPQh_JX4GzC%dTP4ConUF*~_Eo>T-S6AJAu|9Ry{nW008#swKmBqX|99`*Ptg9a zUc$`3{PN4&r%wW4hl4OPkA2%d-oM}O_m}$%I!(gxRuE$inGEDs8vR!J%dALDC{*|& zdGpLCc!FT#T|-r-@z!14XzGB*f@O=}GQQMG#gUl1XOXv1zA4 z3{~sO>*GXWX(Hb@g?F*W*zK)Lmz!k1o^(d_F}AI`QRM5;4P%-WwmlyE z_UQYb0`HI(1LOv)U9_$Jp?f_lQzl!VL1pm$=>q^Dkbq=i+|rJK<_|lZsF<|&#J?=* z*xEw`uz)O*SwI~u6*PCcCJF~CakfeB0sylXT1tsW?~nHnVb(O~+x@O!4M4e)5m2B3 zo#(Nldx2tK1x_8zco6~tF)@m+q}h(FZF{svOKS_!a=Z232Lb|W%?Gd9j{q`;7GTYt zH7A?rf9k-g%&V-o+ZaPLDE9prqu*{fy4^(h>z6Mg{MWzyqxn?gW zjjzMat-W|kLGvgn>j~bvFyd+mOd888BqN}wH)nR6gLA(fEw{sdazKRuOLwRRmsYg;mx7$c(XIgvSP3>9l2x|vGz5ZOQCA=|-rK$sZ1>bgo6B^Hl; zABSq%_wDg0VFbiR4gyNinSyGAb;R9EXR{}&_C$yBtWzeZ48rp|sluSW?&%CQ1fHon zA=AJ~b5kmNGBrC_jS0<*k;VQNG>XpULH zlrE6DfNn?UD%$>o{TLHr!@~66ba#NhVp*2sI6mG#T5FC+#fh!5Ii2?`rQ*z)db7Dz zRtti^eg5+C{=PjvZm+Mm+r4?!e0}EUpMC<7zy9^FqxX6W--$s=H+YQk^{1cz&y%+0 z(R<&w?fu)g(fjL{uj_gvim=gH^q#&Y^4{F0`CL|CH_s)jEF4`uqo=s0 zvJ4@vA*KW%avZxQ-g`}gbzKpeT5F92L|SW>dTDqTswut5M)ZWdYIAyT-X%5Ut+nIW zA0H3Ct^2-f?w2(y0JZEE_>d`ltTVa~ffirm)gbkHTVLPa9v_coU17Z;0#Q>M_TvDM zpMUfEA^3Otbd=j=rrs)?O7;x;&ut-qLv zY>^s$r$1n8r)q=-KCFIm9AY5R#RNk{Xy>Sj`}&^47dg&xw-<=@UJ-#JTy#HrCX?;_ zt|Srz!ltzqF8Lz9iL$u-hyA*e!l)@FyZ{&)cTyGQxr(i-av6ikE2Jb?3*mXD^@Dtn z_ln_J{hR%4B2~HFq6k(a{Mh$xQ*9edbJQ9jW*FfI+SZ`obZP2Mu5<;I`*?9FZl;5DJ=Dfu4PwLi!V?xnf-;?i~6}tLp0)i;L z_s7Ratvas7ugvso38w`B00%}*6HJzv;~O?S3%4r|jNap1Q6g&8m^%>>wSC`+sE_gT z`nuTJx-RMU~=Cniz)4%-bU+%Y?3KiRVrN^=D$M*RBw_kaTuRr~CdwJ0+ zQI0@zHgZ-^wmDF!u@?{^mHW>f3eYxvg{~))64tO;`qEM%X6g+kxFA}&IPkQz>;ob; zqA?iI_MKuJei_r0IwdBqs4G!#DwL$-M9(NtA|&5JK8l1eL<xbf4AOI1|r35MT9ry@H9IfG|@L?MA-ARih6s3CiDZ<<8=e( znNqeRhaohG+fKzey&t(sw(rNj_kDYOd>s4c=-X0jYbwG?+v4;YrW?v{Ckz<3CjC9s znC7XH%G`xHKxr(hspI}VhM`N1uY4U%Nd$uJ`01*E_5GJp329~>_7)pyV0=zWtw6~J z8=dhdO_vdjF&>W(H@>*uZm64ti9~3OvGCHUQELK>(CVDZq~n}8YIczH(9u4|0zeL6 zsSzrbCPeL9Yv2U{IfcMxST5qY^ugkhB^qY$FNtpm29)uw4DKN%>NVBI46_GlL^dwzF8@ASCM&}6}nsV$5 zJ>4MG-%doP*k3MXH7rvN&JLDY%>wfr`6c(N)SSCik)Pua_>ufN(gJ`bfr@|#YlU3f zf$l4k#WKfXNZu9D)7dkTQ;OJ5z$V6Iw_S)l|E)89@3imjUZQJ*4e>_y%YP-5EA7bxQ0jgCFs|rRuQ{dE3 ziD-^eJCN_Jw=FyB%(hjVI5#LTn%Z^E5(_L-d@SwblS#bJi2n+jho&ce|D zgL)6b!YnV!(ILuSpP;G1Q~Q>EbiiFSvvsyWp`6wX7KIZk(qpx^34vp?aJwW5-hL&8d@%W^O9QX(~0XQVV-td z*h;jQG!m_w!gdxz@5~}gTM>09issYw!!m8{!@lp^V|#pb-`6mO5zaZb6V9J(fU?(R zr$D7)a?*UE6I?^`*@A`|pqlZT1!yZ{1!Y)VKK%UiZ8k}|4a~iQ6R+!OE2hbVVSHNa zbgRO@EU=q%;KRIXTQqb-wy=f-1e&F*_uub#1X$Kp^*9US7`m7)3o`_2rR?_86vt@4@C5!_3iO^e7yhu+ppWU zy}rGD`ttSV$c?{g!>{Pr&a)yY@2m~h1DUouws~Aba_pYerAY^UWi>& zuGEwPJob|}2Padk=(^M^NQq-))3-LCmeC`*==rvjjZ_MxlEYL!jzOw&s$k(d<8H$M zv|3okCcwf{GpbLmZ*k`_i3dgqvf|K`*yog0#qlGQ=V4fTKs;DhaFA)+LW%V zAWe`-0ce3^@fN(?9CrRh)oeK=H&nF4xz;rFAyvcH8AT`9iJ)vpJ%Uz_AZpZznLpm& z`*F0^n8!Hcw8!JvcMT@Qo?XxR1*FJK2z53Cxe|N&A!x0p>iPPW88#;hIA&171ky-i zLh{PVxA^DR$-LQDIe~yMGm|CxSAMkgZV=AR}wTjw%2VwL+sZj*x@&L~}DW(3ap301=OVe7wKEeg2GyB^%dK z$H{8}i^oWk6qBGPBas`9fG~IvwLks&Uj^{kH|FvF{oA+SenWtlx3`zKw@;rwwPo?e zJyNYLUT8_N!uI(1{nuZ=|NdKS)mzr})0Z!wK7YBtykKjP%SSP_#pnWpsg(&9H6lXf zlEOFvI>%kAYT}2e6LeyJl_gVaq0{YyIIL2L++*1a|hf7 z_D0J0s+t2#V7NA}eh?A7@=ZFr5nm8lDmg{0v{I!?q;o58O%-Y|XKd1|PYGCbgWqpO zo_>sUr@(@}P#rk|J$?{SPlTTyIHCG!fM7R>05wl{C)6_1kB<-C?se?D)&OJXarFK1 z*tdsiTSVVIjMOM7?UcxurpbB6R_LCrO^3*J?oUHVw)2C|+-;jo8-}7a%{0$KcJs&A zKNo_3)(W0B#yGeD$?$FkJCT_yr$^jFE&5E2v(^Ydj^q8~y)``^mq3671Qd^J-rj^wqE|(aUlm!BVs`lQEoBT(;G_7)2TPW8 zH6b8sX{%9^DH>a9S7RYG7@9%pIO*2KEo1BGer|Ab4&(&)ivOaH0TSKrw`1RzWx2n+++SXf&!06Q`}?o| zIQH%B^A`)MuOSr%$7we5_s)BCJztq36KDUue! zn*dsJys=GbDd$vGOHd;td=iV!cyc-n_)-&l`cOWJR#ke5TFiL6-f|Z9= zHFlbj=!e}Rb3&H`>tIovYRgA&B^@BAoa`Hin4WIi= zi6ZkviP(x`OWkL3pQ9H3ULAh(!$$#d@R0KRX?@Q)WT#x7!Uh_lB@hvwRw_ zX$c;J2cI8M7dGjy-PV8Ym<%>a(e)m5mqROFI4RWs2GQDmFoC8Yrmx5(_(hXE4>bb# z-Y_aW1IbYkd}Y&!1=b6kV${V3AlgPp`y%yK4iFT7V)n&!u0eq)6KXHF4~x&dHKETF zlE{#XEUqr5!&nIUD)WPLM}ue%=54kB;7t8zSlvGRDy5dH1H^7c&&(0aLm;CYHK)xx zRxzT6BSOh)^hTG<^oZI0@d$0JISGIWWT!pOMy{|`F;pjQ;y2Gr_GdG3t!M1Cx#TuT zgzBH8=c(dP{l1bV`g~HRSM@3p3H_(~T9SX^$!uO&OQ3!eGcJ)|SsqtXI0nL_kH@wV zHAJ$gx%xCdA+~9w6@r8 zEA*{au85%MHT_m`iK_8FM(DmcG06ICc@+=}EJBn%jiHKkmp{yU38uS)2=*@1Yf@3s zEXarex$HXCGMuNFL%P_p2!%dg@awY33#3V?|57BZgC3P?X4fQS~! zJl3;MK_!BwZAgS&{DYMlgCbo;dFYJTI@@Fi{s@Xq#x3b*VfSoa*=i+F*?AW%^4<6&#wtd^|LCs0<{VLhlxpC*?qG`Zq!kvyu|AISDQ`hZV z^Lge8J`J_n@X|oRhT!Vhb%Bc31yGki#Y~g$2QPLJjr&9M+Raz}`=dE7INd=m#2}F{ zk`~2x`9$|((>cyGLx62Rh#u6aHA3uIm=6rFpl<5HJe~8ztC}FCykW%Bzf7?chB9f( zvhUlzZLe>OQlmmMkxJg@gh*LGeQWfQ)*4akz29$lAX%1GY#&4;LiO`nYeb}*&jsKR z+b-OerM0H<$JpCJ-{NhESDvJmRn%^W6$2VxQ_`W|LAE4NFdu)$~mN7OF^$H13^lZE|G3@yU z8*Zs7E|S4b@1*m%x_hd2>3LlUYt|mgC=C=Gn%~DaCus>qIor#UESM<6rXik;f4FCl$rzewq&WaOZoh=awfIl7^AQIWZeE^_)zKIC^{Amr-)7cp309CCh z%{9XTt(Kgfiw0nIni{oZ+iv$eQPXsK!*$Afe9|LQ2c-XK6~P2eg_wGh(CvQPw;e!Q zvvQ8)M~4vQIYW&a_@S1Bq$dV>ZiU4Ve3CI_O@&~dRYcTtL8LSEk&iciPbOFCJ`a(rfmR06a>*T^`s80pvCyAa%a7#T;8+UP8Q)$;49wtG??;& z2qI1GTc^_BBs9PhTpX~{ojXyzp^rK_4YFv#HZNA!`*Dmh_HENW4#&Rj+crj5Y+JQ$ zQK0kIvSQ({R|P>(ta{9D+~{O8T47ltC2iNBN;~{aep7{VSodpNg!9Hm{NgvWABI~-2-dRiu zS`@3Q05md(XI+7{WwYtHh}<2#aMR?8Q6u|bNLlTKWwPo|teQRVd(&sE8t6C}Pc3&Kck~=S?^PvMWn@3D!I>w%NAv?O z6`}fX%&ZkHO*45Gy>5LLDJ!;`aszIm>cNa*GpvI%Tt7LsWGBo_fd{>>vSM^T)Tqi# zi#QY_HCmRoEN#*H`$e6C^Sid;_F#e?meYIh{n+;2JBaMtzCAWeOVELX;wDE` zbsF%=ISy5i*q_fdav&76fCGX%eh_-J(abMuVN7^`e}DgYKaNAju&Tz);?*NA9neWh zS1gOT_^2WXs=B7NMqXUBHQKjr^zJ6^JPzYGaUm-&_v(=t#Ed#JU}7(=H5NXOgB+_C z^kX9ZgrsIYGMG>=?TbfA@bXi3RJ<~qIBmNrSNBW5zl<#Pa_6I%{yZ3)c~5!LM=7xMjLTm7X4r76ghj}#$0Mc zf~hpc)(+^l(sc)j9Q(fSkK@<@Kyy0*JSziTI1BiiRO-yZRL`=U9n6@{!n*)C9qs;9 zO_|P_HA0=Ecw@B)0J+X?;eWlw7clE?nbZ5!ami*=swV@Z_o)7jB)qf%#XI?fORVI) zb4BRH@?Isi>c81s0eYR*_xF!Dpx#cc*HxfGmjYpu+;!8Gu{Q!Dw#CAxWJQ{6W?Nej zp&vW*nBaEV7^*Lee|*Ny*GwE6wW6Gl_jhIvPr~MyJQ^!GcgC)M0~(eiK!v;b>|HT> zam2zw9Jvt61FQyMRp2XJs_NJuu|Iw4OtgP!%)KGX1kQN7H6^~lNM$eCNyMThaN|)J zGQY=D@@p}=zWQ;!Ci^}2-N%*(KV}mPL;(~)7DgAI6DdSh#$ug4O;?=*DB@RPJcxkp z{+z7qG?%F>L;Kq6&?tK{$bewTSA<5Eq|~=zs9Gp0pZ(IM2K(H*2y5NNW7{pbWlFvt z+)!|9t^RlAUn6!DM(lFh+02(-TDOrOibWq`zIJ-Y-ze?s`qaUq8gLq zXhA>(yx;HNe*gVA4z0-(SlE?mQ87fwQTNXOBW}yR#S^wYDT_JUZu);dn69diDC-uYIhuc-?n4lL=Wu>TWpvM1KHS| zCDwD~l?+kfrLk9jTZCkic0-6x0q> zlFP(=Cq~4QSmwk5@D#v`l+Qslf6J*sDZR`v1!0xSe7BoMBsz}%@$t}VaCuacsE@|X zd~LvgHFq*7Muw(gVo$feM5HGTKcSdS>=h`4mY*QD%1A^8m6G@S3y2)YVY{|4QNO9T z*^*Hs(J%^go6daWyjO(BE&#Ml3O#DDsIW@P6{yH zS&DgAVwx-mahM$n`r+K1?-CF}govq&&8(@m84WvE7o`&ZQ%q!0;t8>@{IA1j4-x91 za&{!bIrC28aCl8w2mr(`VF(OwQhN1sz2708=F&RMPUYkPc7C`b56BF{O8(hrH>HTK zU%l``4cm)kDj0yNS`Fj!==;7M$8Jl#7PG!&fcbVWG))S1>fFK;l7;FohB11F$!gUx z2gj!~IS?^sNo?1doR~g9l zgGe5Wa%Ok4v{)aBpY(cc+vDRgMrYHx%!Ao+LsYi3%qgcZ7G6w4HPLl~Mf%9GZ=)Z9 zD*XRW3 zk%Pw6oYjDV+Xk3$ZZYuwF3H3c09S(L{VJqfzwo`m1*5q>sn1gIAz1XF&RCU1PEJkO z4yVh($7%W0rM}3{{F8oNlhx8lXqEz7L2@T6r2RaRPn-nWZViaQN!w1F8cYX94-()^ zqf5#Jb#2&$h_Swewo_q}RS!GqiwVOORWb9njRzIvX7tt*!t_u`wQlIKFoU;~V5j!4 z^C5DM(#B`<6ELI06#)lj{^^z6?}Bp$!bJsFrhj&ulU!RY*EAvLSKxHpRTJUmWtC5a z<(wKJ6Jz{93(u~Y2RFm`Rnu#a5COnr+xBfAy=!Go@dY%u#_1DNZVd1^j896<^#+#( zmm&n+5d+YVg9qCHZP)^~WM7=ECqy>wAx56SZdT{)_4UpAQ75;MkP1r$Unp5B2rW-V zM{r_CAEI|~ntLj{RMUOURUB}F_%~=@%roP{ZA3o%Dh_w1u$r8r7Y6QeQdZ1RYL-r_ zKY>E7=wx?9R7=GAGsJd5o3_N1DaA1%mnd^Kop9E$npXU5`WyR_b6PI%QRw^#sN1Og zi1O%oGP4WXlSQ`3+|r?(r!3`Gw!v3U4J3cz@!)3bYaD_0=DcLOZU0!_=D12v!S{&LHB^`^V$s z=$%J5K*j8qH&;;tn`kRkmo9T*%G#6yuh6HSh_;W9(XB#xqB0Of3uJ+-UjMz?x`bL~ zbjTt|`11CuqKkf>F?caddp7+<+n5KgO6xF9l0{(?OhF|ZN*n=~9+3CSW>1TnbF9J7 z7pnG8=AP}dkF-qR>G?`|b3F|g5F{dJ4sbd<2BLmSqT=b$-_ONT!ctFqkszuUR7%iw3r?Ut^E;~q>FVhkyqg)11 zY@N+afG=_oQ?WG6BIia(*s8s_B)D;_lf^uE*m9Yke9n4s&asa%Y7j7Xlua~EB>ouAcP&lLI3Uo*2Cu1_L4qg>xGL95V%<)^b4&BHmnQqMl8Fhsnp;)1!s zitz>HvIXwcpfXnaIF3dq;=82;!pCFV9*=!Lcnkzf1_ZPapy|ZyfK;8U{V2KxZA6q_ zgCm0m2*wc|Lr7EeKgS7F|r1;tU9mJy3z4IV++ zToT}N)__m;XF3Wi8rssXL@~I|8bwLs5@Lz~1eP~Csoh={Bq$M1^*bp&m`nk-*)du7 zWuDsa(>kr~jsfskxwDF4&oHNn6hjB*CLPJ>1fJ#E-y?tUXF2T8ZSR%b6;y#Kpq%(Z zT8Fr9W)l9msXVtYu3jbb&nws|eXt_70Ht1>zFavx&LxWnQ??D)uo-6$-Rk-0`@Ze_ zHoBdtOtF7AHh_jb3=KPN!}qU?TB)=SM#5+f%6u0Uc8Oz8R0>l1cXIxzUZTqc1v>n&xW+fiDPs(jSdi2tgwc)z~q1dp0a-qfbFU{iRE&_n}kB?*D^=L0wgbWBG ztm$HKF#`@6DaYgkrzsmeNanG?WSbBCUW$$sxk`Y~=mW(Ix7@C%F90!j< zMA({lD0Gic7}YPMGu9IbHigP+wjC3}<0j8w{$+q+ygeVg6fdow2e`?7-q2Z1JMuq? zcIwKiO6%B9+M_7ullD~hh~%pI71e{8#_Rm^?2PRv7dop)5E81y&aV{!Y;Ev(Y!BUj z7A&AkXvcBrv38oNG7(cL?De>&4*0UFeo_MI+xKl_tEuGr2@9Xd!~-E^l@+%Gi%+85TQLA z40?Y06g@CaB&D4n*^<(BrCWGcMR*mg(Z|Q5wPjgWbhlU4k_hzPnMu9%Wm%Y16agTU ziZJ$8c#xFGkouN5qUkvJcGpQq%5%@8)`|VwfM{ECYM4-m(KgRD!X`nl`>IKxL35!03x%1S8mbd zp@7(4&kN%0rPJIaA&j%rjFC4|%OI4AbLb;b7}p?X@$VBnK~e6eCcP$%tD_iSFv*#| zMII*f>z%*ogNXFZwE>fRih}q<1ZR?7ZGuFOsxP6$=crL+uk*DG@dx!fNATwg8gZv( zC}?uR@XUnc=*J76J!@Q=v z0{#5`{r&Orp)mx@Qq`y^f_S0}dzLr=D3_f0Fq^E*S@@HMdp{g+1*>|>=L%Cb{N4ISU$rZQuN{3duMv}0O&hA| z#N|Ph`c3Xb^oGJXi>KYOdy(uLc}MTZzVG{{ODJ@%b&xhcgEAM4X zS<5wpC4^B##u!mX(T47%e^KpE97@>hm6b5rB>Zd~J}0DD6|3kb=r zmYiHj4^kycsb)2mi`c~UA$VFviFjN_>j4_c78zXCAA%=Xy5ho_d zfx6!GUjsurPy9elWzQ=Kp|I5D$yr=6)S3#xGll3X)eZ9WrF}mA2|w=c>DTCYg}wOX zwgPI(oe_md;PnTwgr_#i=y3V<{3p?-5v0*ALECc`L|8z`GYEU{dLD3V&G!)ixK=8X zW@;d{6Cxt|_L&eSgDA7NF?G!u^aLU8gW7_1T|tC}-5+O>b4Fe0mx(?OcidXQX}Ztg zy+CI1ei+Qp5l!XJjJF-j>6+Le>nll>jkWtyBPj!Q)D_AXW4{2Oi*Wj45dp5YXGjc|Rh0$bY(u z(zO5Tmuf4DbruO4Rl=pcQWs*t>r&?w0z;kqVumC{#8oX1@fr%c=F4M% z!yj7{b2J&Fu9~+H%8l)$`b;~E-fl7me|*)sKVPn}%iR;%O@~(fHa~fJ?5Pe#fU_M2 zaAzT(DoK<<<^Arl+;oG=RjFzt@bUKQs+n{eGCAVP%AwP!p6 zu8vND0d!F6YLTsa^)q%3p0y_+_p&SJ_}-8-8;He}!h~0=x~=LWUl-qaoIzi1y8sP_ zn~#uo5DQ8-@G&1rB<{KB++cm38`5W%z#S<_)m&|LS#3iB8Dr>~ADIgU8sQnjX+uv` zj^uWW4wdMwhHl5`I&5d*b0NDQT@~|2r_hZWUJl4PKOV>q0Aw2Yq~C&?g~&lWW&Z?& zR4DpGS*q<$%v+4HeU*;%S#{PHsw$6v>*&ucI1e(zS5MUS6`O#YvCHN91?wY-QPnG; zA8q??%l)wnF%)j^3XxiCOIsk+1etNImfpaZFW^GxTqFSK`_6UMUb~f&aAlAm(Jjd= zBCWOXa~*Pql0_eLf-*H^A-@u)>#8&x>}jY z{3yE3)8pfIA4=75lTop-rVgGir5b%7Q?)YA@vh24`A)hue#O!P0wAd0Qw~0`UQ{~d z*ed}9vJM{9#|7YmCZx6^auP#vbSp&%U3G=VZK|x#ukagLLeXnLz>*&!cZozQ7{vZ@ zADNUq65qUQI~~LWxVp-$Ak^sV9P7Oc+>{gSS~4jU4~kE``0l`~vViM#)n;-bOn#|z z8G=xZZjv9TcAsKrh?}h)zcV_05y0oF6J~8&yPFnw?$U+ZvdtNx#^S0r7Dr2|+Px4n zl}oi>b5%@0Wah`?;nfv%PmiBmrmzE%++pX~5~~lp7vqhE#Lna(>c=tqsKtVfd5h){ z(-rZ#4CSJcC0RXnL0!#ziv0lu^rRdSEyX0vdO$V%?xxdYm|D1)+%RY^12GUC1V4NG ziSmwW6D3xhTZUkAC_3p?ZP42=vS$TXf5+Y{oDrvY;ahB}0&Oo}e>fwH?c1 zttIhrx_@F4m`I$*z2pO$q*kerXt$8Bh*)SNyZ<8OVH;ukAW#xk%G68@jD&h#p2d{$ zGz6HtSL}Ae+o+zz%%dOuIF8;Abn(zU$kNj^ZRKNr4n{c*Gh-&9EJ}NUP3CCt1Yv3y zVqWY^S2*_mP3AA<(!Z;T@cvBi{Xq+EMb7WBzc9WG(+Fq9 zT${29&F{$S_0^K83UZY<#8$fn2thP0%pcAr@@H-C(uv^80*;3jts&n5Fvr4A-(O%HkHp$^GU?>D-sC0od|1An6hx{ zzrkBfKJ)@=*}l^&9}kNK8aV(!-417em+ZXqJ|DLK5UN#wEN#Mx+)lRZ2&hw+1dkjn=skHnW%Z$>+_;y$C} z*#P8+`8K@V4saf$(vPQ#(bMnFA!p)4@p%z>jD6n&NyPoC3cM%RKkh)CaeKXK=L!cbCVcDgSzle7=!N?%7ks$zl8rZVE2)^8-Dby=3BSuwom&P6JH zXxT~e5?tOBr)QDFnV5WO6TlL3?7jLTL&sWo#!8}+DJ7>;0NX2r+Mn)BVChM|IteCj zpG;{)-4(6R?nBN{b-X4g(NRKb07+F=tX)zyh(uM$6HZI2*9p*r0oWXo*hr$0N_0rQ ze2#X9J=B)ZIc6-&FZFb_)xI{D~;-Smg z;0h7kPKu+v`gk}_W?MyVDNJzWPKCTd3<7xkGW)8zqEYn=e31uB6v%P@b4_9wer zUZRtdUs&FBD!j+G?fVV@9EUBj06-&J*R?H;PP@5qs!bKmPL^J^k1OkadyGD&9(s|G zdX>Ta2%bXqWYN8NalnG*qBt+z>xKKx0+NTeC^2f~Uw2`X5v!*s(LEn-y&=@Of6i#{ z)lCGKg@WtP1xaSsIm<@X21W=cYUp=YH{MH@C~9u~Je|wnLMCwLwX0~m_4Ogh)Yqz! zPtTIB3@CU2CxUib+?=I9-~quif6vq`9d+$G)gCI(dPgxgL8Q8@^Q7EtIVh*olEZ|i z2^T=%!G@Z>4DR8%x9De12U&hZ+%V498!DGP9lpS1tDHGz?NR5ak|r#htMl?$)x6fH z(%kglXV*W~!q@x%ps7E2*&m~0eD?Y2he;)!KFmuQ5YWwdJv2lGORg3lk4GGBC$=bL z^F$hLgA@U6PFah5LA|`iX%UKp5CqJ?hbGe4SIOa@IOjr0R|j$$9r#9!svqnwA#LGZVw26#=rjxCA;pqUR5kt#`5J$(D#_kX&3c9*0a zBHWF{{Q)chH1|kF4w9<&KGxMK4|g*f2XJ8l1i|SF34ggL3sF>1+GqmJl2*Dm zJ|<(Kn<@o<&K!cG{?i24P*FJ&J1{NKHx1a0ak)pJg0{d!6C9taGfTU99Y8TS91*dd zxLgPiC+VDCnm1)2QAt~<_4txP`J)8vEsJiZSpt}74r8*$6-7sMJCG%iA#}?vx_BXx zkh^4&s3lLji-@!)z0Dg`L46|^l(pCov(l~i)Yl24_@JoLJiN8DOmE=Kp1GnoGU1O< zEQQVrwo1dRzKBn^ef+#P;TD+G*A3jD)75i)z=@t`%_gfOxXas_aUDE z3>LS{ErSbV9F#C%cZ_klT()jI6l{sLM@Y~F(m1(`?bw&XMcDKHS2W&!o|Ooq%67PU<+|)qd{@YH(hUmDSSyBcp%MmL&_6^V(5p<_z_EB&gvZ)KSv^LLy$N>& z7_+))!AiGo*h197>Lm7smNu19FGLR?eBgs{@N_2?hxZ;xT)CrKw{2me8a!obZAh?&!A}?spZ7#nG{7tR zo$VCQ`GAevjaXF`-Y5r(KG+Wp5%O`wC~ECjRf<@J(SuObqo_(ztT(HrGc9toH9b33 zk9H-c1EkIYphwkF@!tTxx-~PtybB`r?YG2mu3LRC-`@WnuUicL-O7Jmfjh{?O+lq- zx}A3}IcFGS+dQWcTO1g)sXdtMRI%5Q%lOXkr6M+A+-%pY3%L4_^3CW>QV_M)`GZn; zs7fojNn_h|3{0r)PH@CCxBYv2g-Pydyw!`E;4DfKCNn)5zL(v};i`rJqpp9Hwxc_u zScMfbR|y)fx~6LwYl5Okt;Vc_3zU40dR;&io?UJ z657B^ui%(P*Ktgh9(pguE(CNB4_g0V;xW26toX~Uol?TQv+?#W0WvsjJZ|i(lsqDU-v~oV_QWt=kUn)ZDiRf~@koq?8qzg!C6bl&Ommm8g z0#5A*hE|p)*UM!%L^yPXsUJ0Yjg?OxOwwSHx3X8GCVX}%5oz@#?E3l+?{QQj%v*MHQ|*^j85)6L{;zQu&%DP}%(1BLEqcbh%5Q{ous(C~9neVM^&L{Y1060O zZV6p{&*d8`pDQHY#r)w`3h}to>!G;8b7i*Qo%UEN z7EsaqCG5KU=0!ow9A^Pby(Bv~&n+PzG>*}onokh2n3wV1+OzdCJib$D$VE^i?_kVP zD_U_*S{z4f2KpEyoERB+TbAx};O4x51R|V6Q*NFJY*h)h+U3spSE9O{((dF|;RmrQ zQW;b211f)-hZ$XSkU6t5s+xMrjm)@Fw-fS{V`H%*c*G zEz#`4uS$1xSP=C2=x}gqI>t;r3&A8y`>uU zdJE9+S<%g}IlFypLrCFXae! zVj`KV7kEMdt@u{aqS|j!yFKCBt+273jBC)JlY)sef&!ZfT<8tBCAgI7k91zliqqz% z5oQTDQXKtIku+fHHMJ3We+24W1G#{+=uRIt&mgHt`HJ9}?7Kh(+#g*nZYQyo>9zbsTB(yupfsa>3tf`v2S7Y%|bRTvNo^r>4wO6Je4Btn_GWbPja z{kzh_v|~&2F~KSv`b@n_90>}N?+2^6on?iaX0hdwdzG3vqd!q>Z0x?vQ*}LP+QdL9 zGm23Tr8nf(^vpqwj18FXYym;VXQD`&T3T_7;LdPerG$!Bs6;c$BQk~)`eNaTq6Ux( z2kv^hMwQpwN?0G6l<$7vAQBd#f-J`jQJzP{hr!_Ar2%K^IK!3s4aJ(M!!YSq^oDS3 z$)i^<-amDZmZb_Usx58}8XKQ$(Y3f&7~kjNbb4cb^fj1!OQEm5>35%cWxD^)JsR}n zUbjs09kO-zCBYe9uGh$`z$w{zf=SHhsf;4YOvJf&(M8=Sys&Lc&~jO^5yV#T!WxLx zY-U301N*|xRf+kP|1u8{%yM4T)PG$57p3XUC+|`j1pTt}Gc+X>lqnC7Mwr=OU`s7< zrmJPVybiaPXH+j9Pl6u|EZ!T`2Mjb*z9|$%RJ-1pRV|*6yx$^v-I|vIMBY*c21S{> zK^IDHn)XIj(b-~V=6LhXj70sXPGY`0@3Po{?D~wPBuy1VZjPNmR1t~lAsORl3B$aG zPSXn|*}Vv*<s_SbvuqXMNUdhDFNE@b}Jj}H`2Z$gN)}MH#!4c`XzqaeO zU$=nQ;9~wS($xdWd>Y$Fs*XFN=EtVZujY!^#0Bvw*x=0-TbU_tQgYkW`ET;ooFtjn&;A;(*y{8Ga7$gS{bgvpnw>s@MEqdGJ7b~G!|wxUX8DiJ&w z=}aKP*}VbH;l?SrM22k|J{Kazkl*bfom~y7r>pmtr<;8YZy6P**!jwR4ebtBh$fg0 z&5b%$w?~1+W#r8+@d=%Yxe1VVBHBCf_L(ZkiyVVSchZW(xSU5Z7^?1zFW<~WY@h&+E2UU-Xt+1AJs@VGz=lSW!dkKTY#P>=-=y6E zbU#WQkd=~IUmCr*>(4l1hXR%N%bdF*)YnMcXRk=3?{%a7hk+B((?M3Y;!)_R@N3Lv zKnTdOTb1nic=!`E+nl`+C4|T_{?wZcZ+9(It(1mKU*GMb1eqL?QlHl_=sR6sU*uOj zxr5i+LS8HL?K(s6{mJ{EUI(AT*hp2cSDY+~S(^g`(VbN=NJC+MQ@Q>YW}J|wdb3$3 zSG05|byQdj{+x9{ehQZ*Gc(1qFj!tKv(^e+0Ys`05dhqT{x&sRHQnN0(_cGmEid0S z>h^PW?-e{xIJ7C8P)mX6*{Iu&^(idwOh^RWp&>M-&WzfAs5&ws2s&mOrrNlX2bIMT zxJDbQ#8eKgEx2~0j!dWEHQ7x`TWc1_0%tCrvpOoh1J`i=mMT$gkIg*=P~Q?K^^z|Q zBcjEuB4n=Hx2F!(PU1Z=-K%>XoRisrNwO7+9)QHoljL_VedY7#?|+RUej9uK;_Eeq z^9Q{mKHu<>>O9!F5h)>th+eK2Be_~mAe~;pA$uHCw3@C`_(8srlOT^V2#5HkKLN#P zm7G#x*Y_afCX+;AgWv5CqaZ%5%6D_4f{){`__-z**LZg@5DLqV{7{^mJ`dIyXv-X- zM0Z96Mtm&i5Rpdsd|-bf6kDICcF7iMW#A4AUNhB<603NgosW741I6D(!`{P!J;%tE z_8bvAZbM0R3=?9v!493@G~{5zszkgs#<5AWup`hxbbo4X+AR0c>v90e(x23sqJ1j z%=1EWO$^^BLu8I+tFp^x;+VK`ZWbPPm7}2kN|8D>GjMP+MBiT~El!q9eV`Q$ zDc&0c=KmQ(dmjvU8iSq7cWHI1tzpmfxuFI$lZg zit~poc@0tK-_it2!pY=OB!Wm3Nyg?2wt#oXq)KdSPzOLGjIOL8&m$3?J^`iQ0j>KQV#hAH;kQlB++a96RG!P2ks@FG%Ke`&q<-^9 zUtj%-yNc(H*X_+!SKVj&s{6HsAQQpkI+8SEYs}7|M$xa(wER%33ZcDTE>vO_2*Mfv zR+dAr+*Zi}q{}{H&h7{VL|e7^yWm3@h=dDLfsVo>j&erH{N9RF!gWgFZ# z;ukN9XHg zx10%Nt89pfstQvkOyJT@*_$!Ur~u8Vk`+fcq&&Pnk1CA^x$p*A8C9y45LNnLnLhjr#1QsQ&vWAm*QQ z{VtwPtfZmWoy9Ntro5o>BL*^Bn~i?m*#zav4pcbC%sf9v<4usl_d6I_p$l)S%!#|l&02~qdQ8#gx zAOZMlGoZeM@KPO@9R)5e!t~Cnc~3-vR$Ds;&9HJ{E4#Uh&n} zmqO(2+rMvp-hSOo?)hss;1YlHdVYB^r@#4I2@0}Oq%7}7T*x6|W>pE+aRltx(c73@ zHYakf)y9BXOxy|=!8K`L?i_v!1_a7kC3M1r8VaepYj5x&ZzD87Fq)eoXJ4hcB@%%F zT<=9&;&$5|TA^9@qZ;gTzj8+o9mS)8hU^~qeRN}>R(Yzq7go}|U_jAF=z-mg3D&43 zTML_8Q&^fv+V85t`YO5@3fe#XGvpLvn)I@t26F)4WnBs9k4&>>|iA+e?R zqdhfb&(D!A_LL5-TY#cu=Be2D_m()^Dv#8Vui?_HK2h3TSlof^-5cI=eWogZH1_Ge zxBn5W_U#S1(d{(##BSM&;bIFP6xiJK3???_VG-0K*OTK?JxLX;!vM}=7%BV?C^jK1 zs#oyN*fGM=Kq(}0?Byo3D$EocH5HynqHInfD&QypxO#s?!{e-DpS0GB=(?!>j)5e9 zEInA=xOMytaH_VGx^`5zed^?*nPJ&kqN5Nx&HrVVvb5vMh($5SYe|6{JJi3?0#t^M zb|vHnL3B1zNwpAzR%@x076*X5FvOeMOdk}Tpg1O7r4M9`^bF$h21AT!6t}&lvtC1z;jeeRxjsvuSaDqH|l=Avv%IS8(zC!yZJ6_ z{<`axSJX-H9m@YqAz##xdp1^nbg?G~Ah#tmAS~d~?gwemvCluS*T=U^769-9&CPIwu7(9_zTak30C(rLKt z{wPPWHZ$D-Sfw(#)DJ3TA`+4C8%H0aTPhS40#^ote3-Sq+RKR*x}@f1ibe(ot-$LK zWJ;M`gM)Ws-_wrorYbUqn})#9(MR-OKzZ~LqdWXz%ZfR*)T>vAr?zMA8{+UQE8Z~Q zsAV^|h7=Z|vHz7uQ>Z;vvX~dTcg2Yhw>VxE+HS=&d+@f@AP^jXR95kM==^qAsYO*1 zLtld0yJ~zdUi?LB zY6hc~72L3-3cKBslQy{5K~;6~5eG*}a4D@XxH#3yI%Oba!hRFx#_r%PI*NARloC)Y z=U+D|tfMwFN^*HBzONiM^3jwIj5{Y+2?xH%i;7Mqs_iQfbz9HuH1A%Sdl*K*p21Z1 ze>*PmK{0TmNZhNWaW=GL7IXn~q?mMZBlJyTk&4NQaB^zZXU^qJSen$ zYAgPY0!Jhuhlx-}w^ENCbD7)06Txt@4(nhhVX4w9ttenUU%$&7zXgA9C(GMO?)O62 zKjQkjx+TGRMf3W&Dz3}*TIbNTx)qj9(kKVC6eOAStuLw5DEG5w*jWNue&RNJLanz zRZgbB7@%?|fr0z~MSQ(=%k892$coye8G8Q;d7vPgJWXe?yF{}f(cUrlcrIaqj+_fX z8Wfol3%YC3lU1WywI-SHKGSfqPtaz7j$~Td?mTDD0o(6qoaZoU5L6{*3%1olO)z5o zZcxuE6X!lmXq!-Z^AzpLMaacGw6Bq}z`ozbj_(D0nyPR2{kL-JFM9k{bKtvPyGHF_ zG0&Ep3b4=HPtVWg2ECKGE?+PKrB;M3ZwZR(^m+6!$@As(iar3H+t-wNI#Jj+hL!D0 zwF35sRFa`KO@b=ocpkz%$d@*8$y7FTO*l440q9AK19V66sAvu?m-j@W`N>G{O$aVo zguJnVK-FiRE}A-yMltsq*~Uu6-ca;h0bRlcme%w!_TIh3kZDI~a(O6yQ7$`bSI(0mNjse*P4e`<>u zKUKXwZ9AJ0HLc%PoYnbzzW4c0xbC?=zNs4bTmJji`2BCbq7JuZ^8Dwkm6`S&#s_xk z^7F@3iKsbyn};_jN-g20iZ}Ftua}Nsg5%i) zLGLRTIfK1jvDWdM1a{{Wj?P8Idx2^diyL#I5Z zeM0%+Cj+4(6M6+cCOmT@1Y0G!aHvEi;HgED;Y6Qd-N}w=q_LQUS_7S2$7WyH&-NrT zf%4GuaCTFgW7$17(3`ukh|+0=c91J84c(Y!)EmpIO;Q3p?Ps&kSi~(ZRnk%Q;|)JX z>de{7`;3bxq~!LO+T6Lm^;f;Q`QPYzJ5c^{4SY)-^yWi6d!PAgT`=JwC+U=&RwD`z z(qhQdjo_;eW`?}$_3~oL{oGpxA_auE`({X*g*Ng4*ou}gIl&Z;g+3A4w#}Nm^WJJX zvwiD!7Rn%7Ru&087mj{3cA*8Z!R6unmTtJk-K*WD8It4e<3BYy&s|4dDI{&1@c z_r-AR9wZ{*A9Iiw%v)zrW-=w=NFbnH4swn|(wMnpMb2(37Kj#kPV2jxwDBbo;Rvyu zK@mz}y!CRu=ooX{n8yz&@lf?sr&QIw6Rnc{i75aUy@^Ve4uOc+6GBo-xF!jz{mb>V zn}SpJjTTQGn@6~KOf@{N@xOw(Y@xcL5 zM43Ftx`l4$7`3W1a59=j+t8kF0UF68q;$c=M6UXLr}^XF(j7D#Qqu zy+-?YlTc4*P~G2vzJ`y2?p&E+3oZ-m z3sYKnoXm`I7{ywuwf?3=nk$(aw`#juy**b|f^T6uM@LI1Kqz+aE|4F8&R>;prV7z4 z(SN}8EhY0SpZ^`Ndp-Y3-z&flmX&i+hO-aCKtwFU?xy3Eo1%+@r$y;HbTnz@eKRX$ z8u0X0mQx4~`_?s|7p$Z#+*nLQw6-vF-!?o2hEy2_E_+c;HNXh8QW&XPlAG?gr&(O-#m;ZHui00>i0jS{EfYNZb`fSRM-`|>H!&9<3d3?xtoBMZJmbSF9ZP!TJ3(*v2ZjFV#e=VfTI&cg-*=7;3x7b!uA@&_v zRzpR$nxV{kTGw|^k6Rxfo?lAe2bhBXmt`y078skvKrtWb04(5Cf-lc7m(7rbExWUC+l^i2r4rey zv2VxFF{aYeu*yENC1#3&W{xCp^-66~q7gV8-ml*uZ)bSX=Kh}=@Oxpw9=~!asLdW#3MRk%l53AmlrvuJgi?u!-~I5z)4O+v!_lJOM3DK< zxhM7BO<4$YTNa;yN)(%nfz*rzx;m*MG}E-@``%GelbcFS^b`u!Kn*@l1`n z(z3CJW4QEoYCG=@bb3)rMVn9m))9AlzOb?NEpCMF$&5SAVmaUAwO)TT*Vg!YH|QVB@uKcVf+LidDgsy~qk z4>%jGrdra6tLo?mvdyr0jM2OLS>ipMgua?RRLAuSOhC{Wk&<4wt+lqa#v)Nq^s`yu zN<^(S5h2yf=&D27V#|P_)y%|^oPr(1QlB9pZ-yP*9K%sTY!@o3=p{>3SRO(hgsE%P z-~L@JWu(*ip~TudEr$bP&xRnY7Ndr@?A5>#<`ZR1#tdo`x|uhtoW)CSG#S}0VPx1j z6YbQZRd?<2`=?!!cPxe5i+v5($7X+9MJ**DGUeaXt+$Bz_G{1c{lizHEq!?fey^~v zuSqTCwd*ZC_FZ7Tn2L!)_l+}qrJ2?c>0;o!{|$={#4N0xY9Ug9!;-&{60<}K*GVe^ zfDEAHjaFO*@dTHoahx$*X1!w$a`{{efr6O}k9+Q$(f|Zlwmi%u%d9%C+cm=1%8uCV z%b2K}4xX1xh`24S39F868|G99_6)Yz7yG9`qIs${W&QQ_ht8erkWx5k=*;Q$9)qt<-S4k+2UzX@(2ye0MOeyu;L zM2W2?xcWgNxTf9-A&*RqISESdhI)TRbasXn-ICcLvZe7mYpeWw7coD7y-Ik#GhBL^ z^!3FSI`GQRe;jrF(!xJ~vnf`eV65P?l_A<&0aFgQ6_to%mJwV`J6oP+fK#HO+6=fk zEkgS#5>kb~Y6k%>;2uKn`x@A>)fSP6*_ZM#pOd}pb;<0Y!*2wR@6{??$DN6DF9uU4 zGw@?+9^DroHD+iS^h!GzQSH5VKSDx829JHLm%6vdJ;J1FfpPnxLtGcImjMD?zT91g zN=%F(3R0y02_<9Rj;<;qecK3;)Rm4zr%&+0yaZIm5}^@w>xoPw;cnboV~shWx|30y z*j_Nc>deqE7I_x7KQjb2cY$%O@$N;*G%VVY+?A%0#uNp*GAII<4S_SBa&{GENF~a$ z0P%i|Cd|G4^Yhnh_k4G>{e#N<-NK_cK3{>~g~+#DZ^q>S8PpEQIVoqLEintyz=mpf zG8F_Oh)=b*XqJB+!}ijGG^Gl6kt8jv zVQF6LAmu=Sd1t9B34o5hSMd$Seg*583^_nRMHV$iA5;Ih9Ux4^qx*}P82g}eKs?gc z{zUE_oAp_-Fkc+h@d{sBp9$=YOVLH)vQNAk11=8i1)C2s8e`<{5BMK;G;fJkJBC97 zp}VkCi`{1gs6~rPz0rds^d+>=)Uyel-pj4`ExTwcb#JQ^Xi1==MI>O7_*98Wf?ns_ z(n_&P)!8%OWGp5TnS5QlHhsE%`cRbew<6v5V!LNsyE5=jQDUZMmoDKdeOS@h#VbI0io-y3p zwNtWWZsn2(y0v9k8a)JB?|87iX=+O#e(|zXg=uf+{;5}>b_W4^^V7Fu&0oSy|HX^_ zY9$o&N~0KNzVY18mk|zO?So@;5P-{Wph64k@dvXN9WbOqLY_m3=teTDK~|ZdP54BL zlC#EN#XKUFfxTBEh*LuxhXQm+fzfxg3yP$eq?DXJxaUx%jtv*p?GTD5`LBIH(?cx> znsMn70&Qm_|L7<+HYqZCm)2}BeGbd)tT8-OLRv&3OzmKAg_aUwD*(Ey^hhyW?$J2T zfLHP%pmg@C0dDD5rP>8hoTg&Z;EK2UD^(SHDlAlBAo>^0h%V*1gq$#{szV14!66he z((y1c51dgEwjc&2?nifGd?xG--p$_iDY%7Ugd;!h+;g>5sdI;C&)xmJyS^7`ef#wt z-}qYFzvva;$gIDM8k=leDpS1(MmirV2Xy#gX3rp%TR&%Vhw@Euna9x9?qrYkX&j)! z86Hc(qq6>%ush94B4+Nr>ljYVKn5qqUDD2`bQ{T4MZ6l`V%!L8a+)3zuRtG4Oao+G zp=_*;qxYn@C1TDyu%MXQ4er>ap(EmXCcNV`bV?$j` z%lXK%sfUc*bmne|IR^QLjuDWDg0O)t2yXyR`Eu*s?%HCW#%43Tbv+!8O>_)dTF~2i z1p-uFk7aotIK9gUEl*z{Ro!$f%W_{p3$IJgkME5XvoH<+#ugH-J_}<_Gx3F)!$qKK zLqcHFTEf}fTU5F~1_^it{MCeEE_b4NW2kZo$b;zHdGL8Uy4*Vpl4hxb<-s7Qd&$!h z6jJK0OnxkLfNU5PVJQUdr`bb9`Q&TZS_W$W{oQiD?)pZ~c(=g63Ksu}OJ5xqY~C#r z6{eI)3u6*+%(eJ?08Ojmtnk}{3x~X6$5acMq=eBBW|*{?R{s10 z0a9jjVjx=+7iJUNQiI!Oui;G^MzHmW1>q7gd*c7m{n(hCws3jWo{8nAa-5o@`FvV? zyjN|1l+=vl%!lLAVl%YNJgnvLrk$J)+YE4Hvw1+qTg=Gq*Tr=#HB*FJbBA zM~_DYMWARPl_Hk{Gt=mU$j_e9`6hdxAk8oVb~E&0|A;qSQ#KJN;Lqk*TFuH}xGD;s zVR)UGi-C+nMhQDtu!pn+Yfs(ys9XnD7e~=@JEjxk>EwL=io&+Jx%=Md&s<*ta3M$E z9UONBR@(l(uJ4ZNpDFOxV2Mx8wqR#Zgo*tIzp089GY^Udj45WkzEg*`)}rJhXGyWM zgn3i1;a9j6OwI&rU#PP^YsZ~U1~|nk8D1rVJl8jLHNMHGvzrVJCmbNEQ%!sC0=L7i zOjK5P*t+}G=N((#t0|u>5nZ?87J>*dk3O0-VX=%nfkx(gj9r2Rb`?uRd9x)pD1oO$ zv@DCZMu0Ve_R2y!k#B+}VcGO*L(Ie^_Hf6e`QwWD0gJdHxwzpVQ_() zfgS!mlMeS_F3U2l{7^EO`T>AQur2RolZjU_$QOYaiE!V#j=6%O*H5QvL zhE;1r{3&o@X4|kj8Gki9>+|#TufP5x(ri_5rysms<#dUuoU&iP{u;`L89Pmwm}vC= z^63-(@PpTuiTuC?;*5-@Eb>-nT!Gnv+|*jb0DC`a*wcNcEpklFZo_tdvz!S5zd_#UtL%0hVhs9#;q8_Lh?R!x7e zccmQZ80+BxGG}p}T|49d3jc zW}XnyP`zHR+t$~0HI^Moy@Msg8JivwrgVvLEj$clv>~cd;z88{kPpYx@pLlcSs9TM z#bR0(2(;QExX$jKxHG1|L26qX6B}jBVKKevM6FUX$58c!C~)4gN7-E&F~7+-m_$QZ z*p7dnH7gcH+3Mdd7Jz5POhk+01*Ui8T4xd8sD~sGJC_258zhw&e5N-p=4>&rvW(m) zcR}frst$@(ETTxJIWY@DH(~U06q%VxSVA9GxwQY*%EQ}{*M!1WNX(5p4EHTCp_t*n zix=OLJmHPkXX@}~4Asw<^Bu3ZyyZ)wKSt1jhnXMF=g{-`U~3>!RMZ zOUBH@EN%rahGWs|R3gKwtQ6eRNlt4}mwN>LS<7iq=L^p>D4ljmSQsR6wmPx3EMJ8s zoT>lgq?(uDf_(Y{pB7s61Yl*3#961 z(_u=m7k2jq+5&T>s*h5myR-c+^Zj!W>RYbQ*YLYj+V6FJUirOtzh8!l%en?p1f{E% zqv93$-#vN(aM`?ymdHkZ{}mBg%pw^Gixr#Cg0gUaHX1U?c{bDl-9Sg0kWwGLSuj~2 z0sg@d_gzr9QJo`YZu-Uw+tMj^cpCOiff!OuL>5_C+Oo7I(gu)J6giwU0$A?}5f4VL`O_V;S{OokS`c7^EE- z8p>EBh?-Qnl~nn-5W(iorpaw1(`bbx)$p=l0Ej?$zcTybiO!DOO!z0a+G}^;z5WHE z>MN@BJ*e>?Si+Y-Uf$V6T3xmp$|6Luo*r|-5%>G{YB}dR>`dfq~)G zPYPY1lbACVWVkpgMX-M@)vQHxdYG_?BEl!q)ZWw@I9rHtSnAOrJY|LCM3{+l@%ttA z;X|E$R6q*p8f^WmX#;vP*zSa$tOx)rfLL_mp2J1RKTT-sKkd3POA4)Wj~ZsHp|j(c z>TDsW@4RUApW)?Dl?<)5g(oe88o3c}dYP3}NVG1c?hTV{dhLfkMss~7d9Si*S0z%U zxHm8K)F}qg(eL(hn}hiAkRx`yP3Y{!YTOEuQ~IInfdzlr4;N>xV~>qzP+^9 zO86r?Ep@8LC&Wl1_!?SV-8oRFmWg{z^I7DbN$pHAE0bBuj(&Vc;Z~ag#Hrs1OeQ#d z3Bng|X{{}7S(mlU3oXHDub7nc9ASi!*13;QG}M-SCT_mtP*zD;y;gY47jIrYHPIE1 zx+^h=sf#2nAEAGB;7Tqiar*l~w3cb3g8%%f7( zvh5pM78Q$aXO6dJoFibF!qt#*yu8a|X}!o0$WUczxO+(j?CY~y9L%Vk88YrX7;z*d zJY1Bburrsc-s8sUXPMqOo#W(>mHOyplH8x{0mC6icQN;Of%uQVY~p{@_1CuIk5f@~ zirOwkoU956V{AUmXJ$v1lR?nhFu7u8+Mf#j{o2W@K^pFw{~kuhfQw>dg@PFB+nd_D zv}Ivp@#7G=C=#DWsC+hI*EE=!=?u}xcyJ40bz=G~jd{hw+{6!Kx0}WOwEyL^s4BV6 zQPMt!XX{qVU(*-N4EHv0l+Jb?ntB3@-$X97#N;9Hwi?|St^K0SZ=M=-Su{({k5$8 z4Q>3&E8DfMD+S7cbW(2Qaf}OcP$z0`C!0tE;R}13O{(qF-l{E85WJU9#dpj&l$uEy z$*(x4o6X{JJf2Rc^RhHzvaJD5Ap-}q@XVt)RTOlRS?Y8vZTE+!nZ=w8lF3k&goB^f zxld)a7WDQ@o zuksP4^T;}v3v9A)lEa|;+L2ZP+qXeIHL&gnPN~FpSc%Z6m@E*PeVK>DF;sU5ZeFA| z=6%`i z87>wrGqq+>@(c!Dw-g7hwwwK6P1WS0gm1iCZHsJScyYu2-(vTNI@!qpx`G+|U)ZUA zW}5XH-Z4|Spu~QUvfV3_yUNtD`G(Z@4&n)aladNc`XFvV0Odfis(Kewf7LNUA|kED zxn#A90m0!xt97?uGkYnt4U1R+Gh^ML4nXu*std?G-DrYoNU|YBufpgbL15z*69d0@ z{c$w#J6^Xn{M|bL;d;Ub`fxZbw%h~>57DyQv`n+QT&}=_p@VMnu#7Q!?riptB2HGOWh;aYN)|qq!{x)Y>vgUPa!Qax6vHi3aXES+KBtPM(uZY1 z-rrurzizPDpAsrZ+9)h3wPaw?0hI0GIqgerY5=JSHxZ6CN1*dm%Rq9A`l?JJ{~Dp9 zL#euimiB}*C|f0RSXaQWgwmenqTnxc3UFz1)zY==?tS^y*H=O0{fGWg8u+ExXZZN< ze)DHvHuOz0*Fn7|0G%I6w6#^~+?$}WsINmuAE$>0X)UK{l1M8p%cQcDlrJn*YIUJ0 zfAwu(Mv8-$ayZraN8x3FL>|Gu%z+v~4~(J#6rE-W%l z6fXY6te(z4Wun~Q2#YxRrxN*!LhRo${~FC$1sNu0ij|3)x6i&&I5w(F(?A}NGv~Rs zWKQRxZ5e!eb5(T`8KJx(rc`_>-6mq)+{IvoXw)P{4snyiH2A#dL5B>4F_-WBotwP?J(%-=Uit~VK=TCs9((Ff{-RC1^{v^CZYy{*EQ zbqsbmlB~n_xoXtbEB6ZKMlY`Gs#xmH1>e%DKz!>0JA;1oZts}#J;JLH+f=DpN~N+|Zk4F3xZEqz$#- zRg3Gg7QTtr=)4NGqr={)sT9r(7gW+x5FD@}ZBqx}^dzL7OCbOQR9`~76&Z(b6=}1! z+_x$z_Ka{iMm;Z6HOwrnae>{rWZexpgT>^R6e_(cj92H$pN@Th8q$6K;?LIPJK|&I z-FFqI?+AWJDvhd@11hd29=6J1V=&lmBqk6SxLZf73eFzvQ z4DH}6F;=|u7?CNA&!|zpo{5Ra7@m2Yvl8kbvLkDK?zlSVZZo7We@@)No~o~lJA;Q% zik{yGpq2Re8M`lKcp7Ui-Jg%*@B2#iJ6&%9j=z@J*6TAhx&7(8RQt6;zO-)m#dE;y8B;*lcd8<4o~B_nEAb|gvW{&>l`|>%rcihfs**^QsO<(p$}hP(XwjSH z{yXERQ{A%zwWNiiGLdgGL*mGaNg}9@!t~3H|0L>xa{OKMi*mELE%0IYDxo6?0#{zE za4oCvG9>dn6x)2?UzJ)?k*;>#viQRWoP!~hH`d!3JTcT&8 zuO~&cQ-u5B-SIfR$LwyD$=6@s5lmmJ)g7k)%`f`C*Pm4&)3U4<d0dt~;$i+$2+LPCSWN298LY@r$iWmX{`4cxy-ZxR-(E0xq(j^?Dfsc%Z=sd*G8no81y$kWgGE^n3`Cp}che6bqcmQvrXKT#dmSv1M8h&z4+2a+x2?{5<0rI-%P0m(Wnn)|Y z@TmxY$*z)B5K}eppS%U-f5Gd9HRSi7`St5w^nI^Cr$A-mAAk4(yG{|%LR#kP$fLIu z7*f%yNDHu3nR9u~*k$D(wp*WWnN*fdb{M1XesvP*6r?b+c$9KS1#?EH0n$1$B&4xC z%fa+5ZY7%IqR4~Kc8<}QMvA$XipmRvelab8IE3)|`Jnvn;5#Zz{B&scs`+(1F`;iB z=HQV8PMH|WbL2?^E50eN*DzKHBTl~W1Tj@wN-mf#<@F>Ytqx8B_ivxCN0R+qV6=IY(vpwcaPyqMCZoyyLF_%Up2r zEfZm=cHbrH8A}4#b&Qy6nHK(4RTIOz(fc>0usPA4YITWCGNb_CjVf7tbw{<(k8x*l3nhsAn(vCL-7&GQh4OS@C!PRzEy+{+@B<_sX_ zyy4MM?Y;M&=01n7&ppC<3T!NF7zgWPS|V3u?`9(PTqtA_mdmpE+jADro4jIwe_bFd z26DhOyJN&BPUgFEC@;)+w{0~hSAxcU5|a?Ow*>O^$>;4WOM6w_!Bsy^N9^5Nc zQ0lYtj?^f{ruPn+a6I1~AZ9xbQfvqdb|k)x=Gr@QYt4??qE#rEX@%TSk6{A13@KPM z$hEYlS!NeviZ!v!=U}JBgyQg(9Gl!oXJtjyHi3DkLpp@Ka9hP+ zxfbHawALH;4Y3<<_r*Gw;(3^YLeAa_e_PO4CEsWl9wDy{b4<_sI9M9QbZ_S9?TF_O zQI%39wc}}s%7Nkpyz=^uvcqh8f9Wlc!!?FET>TfFZo{r@E2_%g4!YS~tBKrvp*dzy$n-NR(A-W>m+M<2{B8jx% zoCJeXi8|cGjGYZ8w)Sq!F|ISa&@4Mw#|6KS?z6_d89}DB{N*_40$r$Q^>4TX)c(h; zN)ZVWJ#f>nJ9JW_JoVD@qNq;0NvUwgO61`9DvhRto4S_+U?YUdNre;q}YS z9scIRO@VrrOfBbhLUJ`n%OHl?vBOq!3qI2*>WHkERW~QESIxD~iZ-h1a$wFT^+qc& znCR8h#t8J;m^_y}a<{us%IU|cNxYMSc#6pBbXKT(Rf4dYEt67STT0UFxyqqt)z6H3y z{8^fcrjM%j(M8OG>jV_;(9C0Nu-ZggO>I+l z^ia$xUqHr6dWqzO?LRDC84>l~M|Wt9opVacu|QQ~+Z~jFT@IkC2DnRWu)8zXDH4Yf zV!~?YWYaW|*Z(&GVuCDh4ytQ}aA>=YHE^R3^J{Y|FL z*IxH*t3Uht7SQ~b%75vz+Lm@W90~I-wmsy`k0}J9G@MA^T#2Y5u$%Zv$2gwPZCzVr z_FyJeOYR)pCSMI2RVg6{8VZwBKW9>gi4FUDdLP@ixfltnj*iS#p1(=e$QS#uvW^I) z{)nxNKIL3dGh9TiC?CO0v>nXWMz@JkxZS}-i{)e^@*S$yzYM#PecokKmz^}-;YAbg zL2*Q?fqJN<*Ca@nHx?#)fdYRw2mLSKhsNcqrzzf*6CetV?-sVD0)cU|I~&h}WA z<$AqR?b%X@A_@Pla;aadTx1*dv$Oq;K=3VC^IgFDdtJBH_Kq z2^!a8LxKMoQ;Adumj|Iy{B>04I_OR`S%^e9lKLuvlsK<427_>B^*`J(Vslo+pk@qJ z8Z;!(RvqAAT?eTFD|eRXG%EbyLs$kmd=~~rLPFSX>s*kCg~#kcw%qVB=bc0l+s$FcL2)={5%S zVGT6bD7*wLINt&HD;3PDhLhbeba);wbzYoQJ*pDeZSf&)CHV1O;I^bB;)uTO0xekDez57LnF)J_4)l^-v|EhTLE` z!?pVpt83{EFVK|Q!d)L7sb3=q3YL3ma4}pGtvwnQsk%!j7@%31WsHem`!ZmrQ^@tS zMYTY!DbIx?_hqm}Y*+K>2fWGAJw=d6EsusBAUb1#$=nO+f<38AjI5H59{M72kxO zZ$#3&_k7E<-}m}+_@)-9eTz@#+h4T*o`rw@@kb7A3=|2X7o=>|y#{qoM!Hx~U3XkM z9UMfotnN=>Ec6JX6oXK!X7rU!(9t_HFCwjp<=$SFMMSRGD~k*n1W!k0e|-!RCM@HL z2w@F*sOq-4{{c2-FgD=4{YYaB^V&uT-U#=9fSoMs9) zVoP>F*laWMAW-^Ep#d9tIU3M1k7_kJxx(p9q|6B=0QlaI5M(0I(|(a zfLZE2CC%h^Vd3-n{QmuWPp!brET&jk{UmyJTc&yuQpG7oJ$sAE6zu5TY3{Nh?5$L= zcn`En68;WV|IJ>7-Szorzb_Ki`u|lIfA-I}T;Hmq4#(5scvPGuYel9gfZn>Jal}E8 zX}1}fjf^#*X@iso4l#?f^WbUuteydMmCXU@yaW7zf<30aC)FOW;Ghlq@!%!jz4zXGEqtgpQi^@hRC_EdGfD_rmWgFShH-OP*H6#S;2k-8xn$PZ z72^&Qrh7l%z1{)}e-N|#%=H~B|LxaTzv8P~;ZywGX{9q=|7bo9q}@7lU@28M&xD#VGiG{*Xjr7T-oW8&V&^YhDvFSgFphjNh9j27@o z-nbz@PMMzKc}2Q&Z^KA6_o_WE97k9sduKoU$``3cM9Ffhaqpf-*SdB@b}Dq_)ZK=M z!wuQ`eHln)witPFyTR5NZ6}l^TsqrjgqeuVtFw%uBH^41j%({hnek|rlBOMQj*M* zzi7W#G2~vvT7J1+JI(_x&B@O`Hr3>H^RN!XXMpKn#7ppX*Pl?aKLOM4X-?90Sr4ZZ z5sq2KfSWEy<(xFZe$*gJ_Q|c+y!=o5m6+Cb&3QF~-uGG;_8x<0NoWa(<>XbhM>0v+WPD zhSrp<@<}CSJib{j_Yb0 zMG#kNz2io znMuzN5AT2bZN$>_ApjDbZF_tvS%7~`<6&(F_}p_3Y; z(0lflP#BZ~eM95_-|N-uHDLW~x{jHDczRqdf{M7odarJKn=mzAJxtY@PQh*cH}&oD zV~pNM6A@{yz(rt_Ibrnqg-}zsh{srjkHRX0`YT}0ZlDADC|xolf&ZC%%;H4V=LmXuhe5fQN>`#GGADl9RB+tL8R>_!W+ zcuQ+zbi*Nw8^-oF?EuZ<7cv~7NJ1dZs@R;?q-sbh9ftZrBq15&%&{K789?en>?(CaD>y+%W)b(U5)T>? zhd5U!On-(<4E4yc#W+Y)C8EpqIv}c+{5PM+=&34KFGW==cOc`>cM-h(`m5^puhSu_ zs)xhr@#%>mgyKh|`&=D!8W&rht~<&=aD66$_6|o}_#z)39xcGOwI*0GGm=YT>S?aX z+f+Lpj_1SS{q>{qYF1*zH8M72vM_JH)4`ky3ZL>&Z5B4m#2S$2oRdi#;?L}H4(pIq z{8R!?G-qnfPj)bWni;|tH>QE4XtyysXBY zDPZP-F?B1ju$Xm_w6?CRrQsm+6A2Ghw(Sptw5i3Yxrc-@+%L3i`OHi_8p)7lS;Ap+ zJRClK`b3DbsN`6G!-}-p^KjG&v2Mj*W0}@lQge^i!Wns^L;`Ak23eqju|MNzO=J<~CRmx8mJqFa z1GI@52g-<3u4oOzXB~~B^hI!_qiE8Or_=R%?PKV+8KY&U`s{#G^u9%`vnvVJF*>Ql z&V~B#z!CIn2wMdJ-c)z!V+>8R(%?az;p(*}x8?`X0sV|gi&{3e-j!%6DC7IJNp;({ zy4Nf3QMEXX(4XNy8bjS5#vENtWjr`!H#9u?n0dEFaswhJI-X9y{qoCLRuLf@q(U@k zaAy?}8gS~va)P3r%7^F(vC5DkOvB?8#u&@G$feay>xw9gqD~MmeFyX=KK(~tZ!f>z z`7c7Z?^fe2b^9VU^OiexJ)92fN+o5C0&#o;lCo_|&|HndE>&kRH_>2b)Dzr)y|YMb zi(BVq#cXomqQ)YugN&7m$kzK9*g1M-yPg1&8N`I>3QT@u@FHblqpaE) zrG;fbbt4m7q`qFSir_ixnA~1`vr=8s<0xBD+OPlvC00u#MLI3`6eJFRhp4(;zbwm8 zU%Rv3hV3f3KNxO613`0Im;o{R;Ke>Fv)F2UWKa|qWsgg%mEj1ag|=Wzj;K5oj$Nw+ zqMJiqp%7N}gN6v;zTEb*s;Wf@0M&y$Mw8;p92>mGZytqd76jBXv{j>MSSX~%cGts! zh(_UFZPq z3-M8!it80301EogS+Ttj&IP|LLHlqDWzlcV$rVv!9;0lH3!+nYhmD~IQoKr;C*`Hl zUd~AuSM%KPzVJ00nx;>Hxum5`X6D|zQe+(Lrm{MW42BLIV^r#_AY0Z;2AbREa$!(A zn3Ysi5X6+(8%9`2@Ho5j03<~xC^NTpwT4GUsU%_3(m|C=n*XAzn!Vx*+o#fAji5f4 z3G$VOwjK`Kwlzx}9$cDjzX%{6%L-+=b~3B8&Zf{>Gr}UR$ry*j!NL`65>i2D^!v>5 z(Gt!49rdT*z5dle`LDhH#NJRn9M9{z1Y;m<__p)z*eyUdS1i?-1aMn30qw}%(L0r? zrM4%scOqKX17wxS(TpMpiJ3KWR70=?i@%3;Z6cRG%+)9so@q=HeHFlDups+ApG1IN z1DBx#a6<&jHUPI=$pjJ(kWXO)0faW`ATroRU?!$tT}|QQpkpR?Uw9rb%WOcF^_S9& zps50E-q&c6u}i9R4ZPmrm6f>ef#Spm%Y&FmTCDb9wIbpJ1f;Sp2t)*Dh>q?_!<$IT z5R-NfIP=h5h1^B#%Pw#nN*+vG2*oAU(+1!^8RV>-#YV z4(4&XQ~M2zy5tpEs3b^i#QoO?lGkri6!eUU}x(Ot8y*E{n zU?^zhuE)?ihT|Nw=({ln3m=Xre*fNL6_{1WAX`=RJsH$T7m~6k1RXi&=$v0i+@y`x zyS8PaZL=7Tm&-+UFf}x!h#lD$w>fz3tuXqfknwMdwts}4___k`Jf*6K!*N+w9C4Bi z*H;3@P>LfGpjq*(+GhNLU1Zy)bKJu4JYl1c@x$N#W;U5!=Jj$yD40h@z^ZD0xm>Q> zc34-gvTS&-PLx<;k=^L~m& zEvR@E;MoMQ4pra%kMC|AdR&-9Tjaw-6Ec%&R%~8xh_UZckfypBQd21YBAM-^6niy~xZ}znKtJ zg;1^j_@2X!P?WqP5Sm#+kF_S}$Hx!9{%U@1w*qu z^HnuY|Fzhp)}+npTI>=FH874jR9XABF^k#AezFB#&qStycI;#_TgmeJhij2?h7{%= z>wMXt#xWy4)ZV4)J1?}*7i0?{y%iFJs=>QytTpOQ$uhTulf^PAC@bl9yZ;fk{6E#phS?|-OESU+Q!4sNxq+ZD^UtnHL36A^}XStNo)WNK3x?s zMW-vNg3T81N46p13|{&8iG4GJQ&$$IK|}R;JiV-+w(HeYiny^bn1o2j=y5z>RTUL{ z^NkjxA;uO44PKUoRJYzmH8clRkEJ|Wnx>d-!V@3x(H zS(YFy6rvv0niq`|*NlF(#?0HcF&51VOCdtiMHKFU4wqf*f6z+AjFzb#>a!8Tf@Md_ zqOS^Jit3H1t-W~6^O|_dY+B;ol2}LirVg|=1X1~W@-}M%b?DDdRL@7j22;{xcm^ED zTvJZl^$O4e%9mzO066zR3R9^@j4PQ7rKIU0oL5AKzwD-kB6fwsrBI=k(DLfPm}dZ2 zaha?3xydp$2F)Yj_`Vz>A`+3)`TQG5uIgYmtAC^vj$!_kxhJP7S8K~6joKJPd$*-C zC0dA1hl4qDO%5jN9bLe+<$RZy#w;4g)5Fu_gGK+e)&#j@ zmY}!ct4$|?L#ZOUts!0SJ@#&TZ~`2=mg?njJW+}5H8ZXxkx{X1`a}YI(ShDLH9VQ- z3bktV-uqA@J8_MbxR=-o4`7GWVpxb7y1>?Ql*lU1=75vN(bSuB2y;pXkz}AI``&n< zlQ+uQ)c_T(R=dWmxAHPzl(9>VfiuFMTfMB+-)N@FbjjJSB4^>QA?AJ=s@ru7Pv@Pf zJ+WBD_k8cyyu$eqV{P5#j%mRgT8rApRYNe5(eMXiREKT5H`h*te!cgJ@mX%eM92 z30o@ecC@_>|9&1FJ_F5nZ~OM^JGvLXSC!sg&Ue;Hs$*H!|M>ggrL{hW9c^bnv?g{` z7x0#-&|AAlbCIkQP!>T6BNEq;Erf5|`Qb4#fwk6%{M;TTYLXK;_)x4olan@^O4NJr z+eXrsWjP*JBGSvX-%O?S0~^648dMB;ywCneBE7_!24^(pQgaJT(|yZr3X#roy^wW`2|0ajt!pRD@Hz zfPDB=-ME4rm?APnblWJ1un03R3fT9i4n!lCD#T_!H*ymCQ@>T;LbWa?Klg0l*Ix5R z1nx2ucAd9nIi5}*e*0~T;Xo7!!nx8VQU+4F?xch+0+`BRQ9+s>QYLyhpWnZKKe~G= zAhEAqw`_U`oo_^t-EH53zqb#5M+p8myO`ytpMF}F1s0ye2J>_fgD}O(hR$vK=*V_z zlH>HY1d5URnO#H2^?DVN+e6!&{-rvH86}Q{g?#2NY;WG#hk2mSF+AnK}7DE4h(Q6 zyT3d67WqR|SU-ninz6W2UCe6^&4->$(ssREK7M$=uIu4=ik?tSr;3lbr7(`UqIvSB z-DyMLOQK#=yJU`i-x-%((fj5(I_6b1ESiP-WE$!#YeXS(s=J;|5Y2w)nfxcWn?__} znp&QXr@YHcL_OJ2rdF8M_9KEMk-B5HSvVz)p(RrBf&I1fw*R8qxWD z{`Be7PBLQ1cl3GR8~<9=^0m^w9fJP_JtVh{(&Op;@NkwUVc`)GH(6U-+ft@YpeSN* zNlCSjK5Qygw(C=i1`Z6j^JUKuPfPQFaW3ZV=);I^EFF#F5~T!vpVF7h<>7q#;oZC5 z`^QhuFPF>KI|=iUK74RA zQ(G1X*OC`_4D}QOs>Hl3OK6~=uJ*c;IwMz8$F^Os7uq)KngL}@a8OzPO2Mj??=*{Z z;%Jtbfc6{l4%PSSXqi&yNTD!qAW=Apbha#*dC(}XA5v9r?Q}YQ`0$}I+kTbSnrCRl z;0+yO?y~9~-vOm}@eq+gv@Ywkr$trAIGs+{Z8Lrmj{8?|HbMX1um7^wSJ(E99+JQ0 znyREaT3i0(KmM_Ywvc0M*B0vB9a}%+Idvfl+kEkGKCSDrZTbOq0o#jbKsfnCp+UF<-leIT2U;2||^ zDVz#W6`zw3V`E(Y+`*r2s9X zzNgi{Xa;d>ZM$yWyK$^z)uBoosrmuD6N}GIc7|(kY$!HH>|wMnc9;nfQ6yEXqgCq@ zo^p-j&SuO_-Wo0%P)Ogl;VLv#852=!%jtan@cum?kmZ(1NIcR{JaKKjcZ`87NXGHY zI%aipG26L9gUIu!_1>5sad& zR<0}^tqEq!^Hvop!+Y<2j2xZaGtFfOrajy+=bD_=2fWzGkz+{um%Y1Yl!PBc%j!}6sS;YBwt$FGhg{qp zpy7sXVnJ-yTpL0Qwj)31P(@^EBGS@*6g?2UA5?@9U#ouH17}~0ut<~EWfKv$?RP>l zggD_V6q^;f6m~oLCtl#znjV8y`xt`I2t|ODs&=JMFPAZNU6=Fu zbUq(RX&dAHhmS(^^!V7CJU_o&wv9*`xo|5yIcH*3jcu5ADiwiRVC70l$$>+4*p4sY zrppBT(wRLB)DU(|u>}*d)M_~g0-rNDfthfFg4hE(Vz@FA!2g7StJcaY0)xR}7zKU<;{aJUit3DvOZ{f2E5X~)wE zE7}YyK&`n$mz2iPWnCX0&XyUH2zUb~*hHA+vTc{kRmWKD5?Mrqd1|D3m(n{w`H!IcdaudEBK}H0xBiXBq!@3Mu zDYM{F%+(uQAp#KJNU~yP#=o47a%N_v7#517BH(0%To@2JOu z(4_w2zxd{SK7ai9p>LZU4oZj#bNx;#ZhAl~RO2hkX4qHMxUr?_l+n0ZEBa7rZ6O+C zoX_X???3oDaAeS^zND!AuEt+*eg2WV#P$|^|IfzLH(uJ7<-h*(zt(jbY8eH~1!hPI zF{ZC`>Dm7F|4yr9M47zN1H!g#>%BibJuL>K?0Y@!BPj{99l>G;6P!**5wXWiy<6eU z!B3dzbUd_W`SkIbn2yKe!^7FU4cF^N%rBP&KHlyYJ12tT1>d7NN`RWPy+uilQEC1WMB3uCbxeHy#|=}ogxyBM^Ad`)Nsnjn20r7x)@S7MaT}Ms3Eku z9Mym@;yd<=1V5hLI^qYsCp$u=Vuj--w0 zct9fC7%!Kr$y@J3hmPKDwYFmo&cNQ-_4D(ysxGY&^QTWQpI%s?8&&;64(`8|BUMvvDD@~;2Su2fF`s*)(OPQ&mVf zRE^-{7$>LO=wPrye32$}2qjCtX1cH*O1q!R-*<7CvNiG;2<*14?f^>WcM z%FRAMtm29&H~V7;^%WUs{x8e2EX&%K=6e{K*L8h*dJ=e7vh9Wa?_2my*NrV@AHMD- zsr|m=^_kNC9O%ETfG*4Ozy8<%IvmzMMyxvrBnhX^PIxJnvE%OuAXah}o7*44ay7VA z9jAwfWnGP~A~?a#Shz+7oS3e?Z^J#Ts@m07>$>Ft7*DD1Im_Ip5prrQt`wpwiDP^E4x(%3oE@S-3> zf%o{6Ie)?`OT|_cm;WQ6K`4N@3QG-?C_jqrE3x0LxUe1+F67wIQ63C>7+l$%Ed_v~ zU|`2K&rn0*BtSQ2v8WVSGy8XT!xY)8s^Vr*__p)y1F|TQLSi?=+?+`dz-{nY5{lb- z6Tn&S45h#s5-8_~2PL{*uZi7YteU1_hWNw}7=@XYLz{W(N8?3pv3>WqWf7t^&>E`x@rUF2479pOx*cmk-f*#KFIe!OR?-5AY+t|( z1iX#jdtX{x59{T6y32?jLY#l%QV zG3yeGze;?MvWk+Z-Idya_i?c%VHxoPmvKNTM;pVhO|HF!koQZW)O^#6qqW9obwrl2 z8>cef`7af3i;tNrr)e1RlZH>XC>>QDI=JGt@K9Y3hxKsi+qPY=11FuhooM0cGuNJE ztLmfV{DM9a^CYyTwPjh?bzN6hT9)PM=}DT@k|X{XqXc^J-LAKw+m{m9ZzQ~bs0ZUq zD`pdK98c%d`Rt+iHlVFxA&cxJ$C`AekDd{=bCg1a-R6(I>rmhOJ4WyQdcCTScR&1K zaq^7iR+A>9er`r7ksmQj1O;z_6Ve3Hwa(p!szsw6j)#|*%m43x|LVh^cZ3}C5~YTvRPsDM$ZNFjW<`f z8~O2$&T!n^#vGq)+dA;m0*QKU=3<>K!B+6oZmLI7ourR_62TChsjrpC?G9 z*wHcte(4xv>*2k{cU|p7SjDYf0#*G0zE*!?9XTPKc!0 znT&|oH_TO4)x%+Jtqr0+#>eMpReksF9gBQ=ez|U)LYTc1CipTD_88Rs_K}+#0p2lSkFfa z)Ih*{oe(t%*6MaY5zPlCL_Y-9#fQo5fa(a(5p8|A3AJ4}Vr(SX87_Na~B)V3lg*|dO93G#ZRCU8%po+O<;}6{!AAq?8a+DPl-<0Wb zl+wgKxy={Rh-h8cAKtxVW=kJMGg(God|%8(SKcoc`s)jj>TWsTNPBS<3*@nn$f2miEKrQxp00{QT+V<+l$XtifCF zV54arI%jb2;$&IgkW<*>MHy%b>5V+->Xl4it=$6WFB2(qrYHo70$gZ5u6mz%VOGyj zi8t*zX}u>}K0xWM$-{LFgoK^0WivhBl{zU;+jl2m70jnFS!fsYU{GX+*l!XcinAUR zfyT_tvY2Fy;VG1iDfH`g+b+UqX4Y*Zz51X|o){xb7aROM9e7}Kn@ zUaDVl>|9Xa>~TInTrZcG=VxY7>gGgKRVX0kp_Zs7Qj}6!5Y_|Xykf#e6i9+F>9Q_; zGykdYa#@$cf^C48-i_pRmsYZV(ad|B52_|N}5 z9uB>CbN>V%AtDhr`Lw4(<7&Cw>>NYKsBkg*h=^SCCpaW;S0a6Uf-}Kk0S5rW4M=tb zAto~uv4>a@k#?K%gIa4W(zmUT(ffuVnPwt*IIQckT&@?3(tWvJz40Ps=U3jE!*;It z4sD}W)ha8ynG&E22~{9g+%|g<0U!WsvmnUbfa=yQwg;(d?$-*^s^Bc8ChTr#*ltk) zqBx_$-cNo4v7cS$imleqJm$slzp(}UB8Wst z_5AQ~xm>pGx*iUy+IuHvssJWI*}muR;`IdSR8`d>BB11MIx)sn)$h?kLPASue(k-p z>hW;+`RAYh=YRfr-FjOZQ|@WGcYOwQz6%zA(e)?1@k?Lv_WKngF-YnB@bL4`Kc7yg z-a84mWeHI zD4|Avm7$mGrT1-V%et<@yc|~3=)G?rw{47ZT-Vd_`1JU2J{|iQm#e2~Ho5iJ-Q$2F z+_wRkBQmkqJ(;aDly8Gi$t~7lfj}IY$S1=&02Oq2F2v$tLH)8aVaVD99aBK66~{L= zS13{gfZml|rDf?1?}fjd05lAWRU8xn=%{Tt87XUmS7)0nYnl>KhP6x$hsL#bk*lFp zjZ0Nqj07&syex}tD-g+5G6S^*E@W#-cBOD+o3E{?D6Azcc~@6eW%S>!O3_pxyF25} zvGCh3zw~YMqf*t6?l7I=rHnx$cEl6I8n9vq0yWTAjIj`s!HUGA*6){#t=*mu$De-u z@qhmL%e8McvubU69kcS~PJezQ0^WVgXD(vrWZ@}xSJb^ZCLpU&q8wxlgh z4$_P*vM*TIL&M7V2p>ZDnhXF-MGN|Tb9v)QndbwVEe}1``oW`uF zQfEUuMtTz~3*9rGx@^ODzKk3TASRx50ldxlQML|QdNU!8`z3TV!NIIEfvbR;4N=vA zyvY$k!M1d0oK1(0CA`t!VkY}-l$6(0W?#HUjzjgAFi)>w zPhL~UqmIOk?u1<>Sty3ddlMPIb}g*!@mH7^d@lqNlPc;r*THoko1wroR1e4F@qB*y z^vS&1cG8I*^lN0o4T*25u?J<-;NoO4Z# z$kA4@ZPXQf*@Mu>Hk>=q^?I>8jh^>D-hcSGUAOJwY^>&VJPsX~%jOFkeozBP|Jb{P zc@#%MhAz(2xiZ{+KhKv@{DvKLj+nqk;EJIDQF%4PzbTCLgWVqqysU?V!76i{kuxku^I&O2Y6q=*9mvmqc2xFcB1oX8V~i$Jyv}-T z$I*K?*GliFpy+PZMz;Mm%Y!S?N?lPNqXSycR}0V zL2Z|_F^*g0~(i(DK5d5}W&gxYR0JGnJ} z@(9r>51)qFswg^Tr6%xY1ITnV2dlIRI7aN3OLmE9*}{gS{6aZdn0nU8B%w(poMH#? z+_gM2-gI91z>%|EqEwkvUyZnHs9MPbn9N*cSuyyn70ye#YE(-RSG+g9nxh?Nj>W*V_#R&Y!`!+KlOgAc)% z5E0Vuq-I%`WnJ5{EbGclr{nSGpME->PF9)^mgaxH_WIIi-_EIDd)*t~_#JU}SLWTz z2V;!BEbD*$*MA=mhoNd?vMft*Tl^1nfhKsxo}CfL?pE=ZQItjD>I+Y z4{ccld5%QjuJ!OzH?kSd1Tu<5s?iLh>-BoMT*l}Y;=Qz{y_1e6vbJTB#;Tt_etiD) z$quIc^zuSXOA{7eT3eT8U7F_9P$Ckf+)WA@cvpLwbGc>rVZvG047n$Y;H>Dq?<{VA z#NVdYhpH6IIaU?#7ba$I%pz=O2bY1vokTVr88RI}Qar2nUT+s7i^Dmq;GR=2Q8tmu zW8}ED#TpQSXW^v~SB5Yq(AR~?PlwervkskI16hGZ%U8)mi>?#qNG1mU>pfr_dumfA zQ(+!(E8N0w!2C(1vT+|{-8&OJ-%k=?b1a}5M0z})F6Yaq4A#3 zLxpL;okpZONZaryo+aQOR=KYn_7`SsUdw?3pqM0~^b zhui6Y>FYj!1tl^@HgxFmc>2%({IApTphOmn-J}sVt;D}nggf+ljjq)aerpGtYaUi+ z-+DM<_-(iCs;cQskW|2C6Ph={jkX(o6dQ%?T9#$ou9wT!duJxg3$`w+`=E)oF`hqt z>Z89re^Me5UY170+jTRA(uj$4nknHrWb9?IS`_}a6UY$tirr3B%jB|2XddgXx^0`{ z*z7V`wnX9pRdhQP*^CIFI5K53YK%&)7^2n&gJTgW<}FE20Kwy_8= zNUT1FTI7T8x?$BpNOQ+bwmQwsB!dSt3u1y@P|bnSq;)%=idCA2*7L?jlz3SlTRR*M z|NQ4apI=@?S{Nl2J8nn%_3L+CvEP1uX_f9>E`i?@uZw-hHgg^xpML)7r)6pGym!D8 zV_}l%? zhnQd0R6eOboKDAe{pWAL7|CtYT5GEv*iK5sD>I+Zy>ESt=TD!uZETn8dOp8gu0#y{ z^^{8!3E{9RG0CkvB0uhK=$N&519pfUKgG9AM18Fy$4FR4nXpP^n>Ci9;E(_^=H3UQ zEbfoIHDX5rV<|p(Fo8v8TjD`CX8l<|8j^^akRq)#mLvTasc&yVjxQ~A&iXUnL`1&t zx%BC-MRD3g?NCxOAFisB4k9yE*d#-+%RAqMZ4lOt=C=3R7i<*~qJ?=%CJziFK{onm zwqh#;&CpuMf#6Kp89{EP5EIk7tWQr*zx?x`*Xz}0!|>4B;bcIOVHgL5kP?d@%%koU zLr`tenC6lfX@h9%WAQliwk$NHjo!Cy6CKBO{rk^9|IaVKeEj&)^D=ldCy}~s;JxdQ zMqBzmC|L~5?{yVf&~;t^@%Mimk4J*r6l_+=vb&WnuAZ@obaapLqFf|Pw6!e^ijY-9 z)iF8~_1?{pAAz=gW9HNOB+@AIft9_9zBofPNTt}PH8>&K)yH_gTzmnlwRKtR&Ikyp zHjyR=W^U3xef;q8)2C%!FV`z69oA)8S~?9>m6BcRP{!F1W_nr$aU;yNeOFIt%Qtj5 zZV+ikZ#i?|vJ6pAa+qFPYdPiY4kyN3Zg@fwT*+Z2N8QNQou>H^(?9krF|);&7&3d4 zz3jcKI!kdJq~JFiEI1}BoEY^vN0{Doh|vS_xvIV3rb`Y6tn85~)>(;q@39JR?;AM# z)}fHGb2F;J_!5d(poWU0x*m^do!4p3EgVv5)qN5>Nw%t zz0n6BI4VR$6ZOVeDiS&7VfJX@&>rR=_-Q_SD*;+vJQ#KB(Wt5*0)to{o}RXC`}FZ6 z6SZZr;M@_>4n!nEV-Ug^tWN>EWII8L?D!sNxuPkJIQKCurvqjP6Z7bO^sy|<)3O|o z$Dq2t3qvt*|0iGH(m*Bh(4NEb`1haxemtGlr4g~?9C3IPi2RR0Tcaw5mW23(%54Wi zZY}Vu_-*?D)lELUZP&}C_wDK359h}x143jpcQQfoKgwxY8ly>k(zs_!0768s*_#V*PTRR>&)hRNWM zX$(9#ZW=I;jM?*WBM*^(D0?uEeVn+hma}}IHzuc5+$>FWC=;=?$ET;u%gf8l%NouK z#G6?hXfzy?VhNILtsYJ4>wcgLv?;V_c7i!_R;F+r#<%%dfwJ z>PD3D=R?Q-t*@_Zm(x3Q-=7~I|KlJ3I2=}KOHdw0R&O_w!UPMnbyq>R2?oGTZcFxO z?*nLSzZ%sY-3M;;5piITPw&o;kN$4BZiy&xHig*#o9@ZN65Kbb9@`_EZa%@rP}@~h z7>ALt;1I&H^)Afo;a~|HFW0S-o8)1z1uZuBIgZaZrq%$ zaX1^r{)iCu$gRch>qy~OPsv!T;hHnnii!go4tf|g%zdb5TPaX8REaI($VH_mWHV=w zUWF_mnE0$`ckC9;l*@?zvI%6FwCCQrLR%A5?Tdwq5fZ*|5I1eDS*|Q+$jFwkQ-9_> zk?_e*%LdWC8cZ{qI_7iMP_zA+kCb%NtqK1>uwD@vwm7M}uImp!{`l)Z|G8bSMu)gL z7YJv_7=u+s+UNt}392e%46+TrM9kDjxA|7aMvbQ^lH=OlBE&0m@6>59kKUJMdAF{| z!{Pt==RcpHpP9|A7WTlu9p=8F&U+>M#xj{mM<46q@b`cG{psPUEkfprvmkzt3UG_U z{kBC%hARxQTqbGLrn1rRpzVk(HYIb|6=-{Uc$BuVC3{4^Ml!(EO|&fOZHgnaomA1s=$FgOA#*%XZoA|VwlU^n5krX9>_a0MrRQoAzUbIBskhE5DS~;90Swawj?SdzPZr|*cj|P zLG*Yy{Kro}UAFCi|Ihz`>hkwSTW|H7Z~Hp9f5RhhMcb$eY(%1mr>CEP`ssW=*#f4U zQ--kE)79X^5l&)DRz&y>OcZrc9Crw`t@*%W%R}YDy^rhVW!tU~k58TtEaBc>EHOEQ z&kB;)*hX;mJ+46@h@8qWv&GV`m&?l-eOVf9)P0A}l;vQIv4|Yj#X9JE-PF#oi9U9J z2Ieg`Sqx7Fp-6b5l`c$U0OrJXKW_ClxR;KJa88eje-y+1f3dPcPAb!DVd%`n7LaKj zSLeG%PtETYWaUPSJ^hXK6_TcLEXPfXK^642WHYP5rgiO*4ON&ueioE7(=bNL2!)Rk zZ-;l73!wy-!nJM7nCPX2iQ<^E*4l`zha-@m`qt@?gQq$Hq^(h^$u|iuerox`58##19g3r_J|Mu&z*XxytjHE!h$rxQod@~zM zr!Jno$65^!Z`ek*{8{!Kb2^~0E0IWA#uPKA{^4-21Azbe%P${4ejJfL^~vh#+R86gjDv1$7aSH}}+V3Sk1IB3AgoWYF~x+ zB=60ji16ujeE#&@4e8VqHrabC33U~!VIbN@Okyr!r?bhJXj@{>>#vof5~oEhI1Jb* z&kk)>wLWG{Uxu%tp*#E;v?H6GS_h68BC1ZvB%vkTIP7L~beKP!-RXxJU6f6AwmMs4 zr%pbhfw0z$c?FN)re@B!Yt$rarRFh@fJG~eX@6L6*!XaLxmUF+>()ENfxyhmvRt>#Bu8v(Z%iCj@&nRA z3$g7gWj^HJekUj}n5Pu2%Hgt#ks9GO22C7iF4Sq|O~$EWeGHOx$_*W@_>?DJKYehc zIn=JzO4Fz(9aNwrtaFMrGOJjH+FDKmD15qTDo4L5r8Bzp#FPZ4AZ-0lbSC-3j*v9V#k^fRq zd&hAR>&U0m>Bk@cb~-;Stu4#KvuGN}uo>A}TYO=Yh`IMpX*{ulujW~H-TAHhPTq`3 z7^9ETb=X)9(BIhLa3!L%oeRlK6bDE623`je7DAW=YRx=GO`%YEi6bMn)e;dgEz7Fg z9S@8>F~(pb%fWj(9k*@Ua8?_^#!uE6KvD4y<)Par?`I<8j3&rb>ws`8mg34oRh5Kn zI@?-yc$2+Tir-OD0V8w9SdGLQsD*+_Ltx^)<_)*))84085_4K+`a*qwE;S@LtXMxa zd}6F7sPHVLtZMozJYDysh2V#n!lkDE()mBC#Jq%li=i?q&CSoPi_Q{ei<}~NZIf|N zQl6mjRSVwgdj2-J$ib2H+r|=Tq05n z?ja)NRT2>zN-{`UX;2eYHOH=ypL8GKuUM2!6VaR=t&QFXYgm-6Eru_qhx*p7n1jgS za5x^1&o3{@cE2a=ey{5eVt&cRa|vo0UC-yULG8LUk;Y75L&QS9ZPbJ4bZKodlTVn4 z`tXA`h7Kl*2!Mk@#9c!>MjdP_~4|LHa!ze zUl|jm*tdv<$^oM$*7;s5G=`bggG}8RAB5x~^$pIfEQZbDxB3nOsBFGYR0e39_CX$V z8&fT~9atE-EI@+*$7Z*V)x*#!8KW1$iQYs5HrIjV%(3K7x0}N4#xIv zi*4vAa3WzEDKsV@hLun6-t}#Jet9O#M~Ma+9aUALq20En`4&J|A*9K6iLf*&G>BN) zPV7Jpr8SUlR;L5j*dfw*Wyb+h)p0l+mUTTHkC*H9pTGY4{QPVyb<*0rF8qzC_bu1g zy|-4_2F|=Id_F(?{L@dz)9G+n#lu2N@;V_8{8Ck-MOtg(+gQ_HbIqq+2cm9Gs|9j` z=#IYi5*9Wr9-yYWjWx9GdhLCCeD}lY{J`)P##)(EOO~jBW_px;qtPe^1x%_q*`a{c zK8AP--|~}@0M+Z(KYn^X9uG~L&N~b2aVJ*fM<`CjEud{49P1uuZQj|~GixNu7-%XF zUntX&3vt2rGtD+plbEM5{2X5zWE$A_K7!0vo)P#Px;pkq-O>>&z&93`Hxe_A%#BbV zW29|i<^i~@w0B?uvkntuiHOLbVP>V_(g>r$64q!K=t_AAjFU1VLOxv3bJ}`ut&Qt- zUDtdc`jnvJz!BMbK64+V7zC4zV#|Ic-^UBAq+>(}BttUhB5?253J)FJQgf;j zack|}yQin8$J6P2IIPREjyXEeE+erf5{JbOwne%CpNUS*Z1Hz=_zvdF-1o6?hN!Qu z?qk>#nQ11peR^kM2_^}4QW=61#8>awiMGV1DW_aXN1{sv*cU8GQ(PV1fU{|St8bSw zCoFdzFW2kgaA+b|=o0U}lJdzZ3zHJJIDjXnqR)R=gG3H|j+;4b!5(HR_d0>dhbGASYS_MnNFyN*-a zt5-Zz>K4Abub^+e!|iK5mIlUbU*t*}IyD+2^~F3rwW|$2x#IK8woN*zb{eYddidLq zKmPN7{j1|T@Q!DVY^+;6!-Jn`0dRu&!pxm)CgjktVAh#R;oeC?iV^R-Q1}KPC1pRW@DBO_xWTk?dm9;h#!r9& zr;Su_Jea=NfgLsPL=Zc>K|J@rt*+ZUth*Al%Y!x?=594TId~+24KPonG1VwTbL-Z0 zvA?nQ0Q*>Fei+lGEKDOMq;K1LI_0)0Uu2>MJ)3VCWAy80HT9zt;>s3QAW(H@kjI4g zKDOS&%?~f@6wx&eq>r5qxyQiHj3Ij#bb&DNlNn{-l842r4kbSwZk)~!KaBC~KmYmi z@?vpX1G_DiJU2PnMt)|tOh|oLKp+iV%1()m}A&ehlVfXR2@WqmsASL%g;?*hJNVtqnTmy7es$-8~PL z+u8<)^W)>`{9pkF7V#^%%zZ$kl=lDyWV<^{Bs(PFIn4xC zRUWFB>-D&<0)rPf?k5q$vuCPeghf!;pc*bPt%6KIOf>Y``>>5mSySK56=OYgAaGKh zl!t>CMh%lGR$(xFxaGxdSx%?ZcD?p(v%?wVBAoBwEhLRR zW(=3WKx~;uHP}*S>5*_pRMA26-C|MdVLo-wkdVjLNpgG ziO9plsg~r>xg_w*@R68|Ddxd&mg3FMKI8H)a)JUrJX3XbeI28ZaMT6V=+w zJZ}eszRB1F96iIOlG6|+^%ke|>9)23FREgI)e{lX;c$rB8YWnqk)9F%n#7+U9!?L9St1(2;a-V5oAGWd+*!UjqUmy(~%qS>Y(di0;jLn%NXO~;ql?|sVz%n+l13L zw3@TpK)JFwob#WVkroh-aQ;h4e-cfKMdnmNGBzLvF6ZjydOe*^OIt42YcsDb5XQ6V z`vehB?o1S3Y&1cA_{dM6VItMBh)8xmPY9>Ub*hvNKL>qhYn5A^nPI(5i@OlB9?Y?P zt4WsB$xJ~&M#1i4m`E7-I0er5*p%B$eKPVePxnh78n`y*uNGhJCF|?09hAvBk!YS$qt+G+Rcs?(O!}8(7#}6OuB(&C=(hzl* zu6d6rHnAA8kPJ%;W;(&6%YDnQSx8n%k!h2NwL-@*rv$UF>~R>CLs@&AQa`X4o*cDg zU1eRC!{PXFK5yH#kFoXs@#Du2A3uim00+)A3BJ$ev3-CBk@NZChacXVkTCPI*kLi| z1V_7l!O4?YGpus!6I*r{W;}b5|H02A8``(6M2ig^ z;cz9@hlj_9r+3XmfF+16bFhU(5g+mzk5ddv5KOz1Vtt$_jtdEx_9$8z0AfanQc?=o z(9!?QL&xQE$=&3NcLApTUqfK{xU4fQ(gSZ9;?vED@Jgze>(wO(sq?tZFRr=;Q@ZS! zrBY3}_`=1(Va>QjplOeyXNj1}_uv*}b50W}u!R)x&xJ^;$3C@aA*uT5Yc~oKW0Zlg zUT;H*4JTS#Lb55abTK7a6LRd z5z(iQAFkI6(Sbo}b0rO*ZF__#?vK$S6Q}{m%{2inj&H9ykrE9Yz~dwuNW={$o07(k zY#YWrmW^BE)((e*t@883!^2OO>}rhb*57|{hp+3Xk#0nB1xrOlZZBhw&U~D&nN_>A zhttE;)6=?o3fE;>jma`b!2K{v$e74=ykMLrPgJtwkedLWRMn$O#^}9gUzna8e%@V4 z>t!*y9`=aTie2GAurtu>(U5(+UawaXIX^s}5R+h@1Q1&v5Joh@WIre-UY&`Rf++>> z^U@SJwx_*?h}{fGFe8WoG0U}gVTUX0;uNiUIV6=Af+B1RsFKGugUJuyo@X1E0GEzg z`F8aaeSEMzZXke@^Uiqh7%I*6P-nmmPQB%FH>aP;3|A0S^F{`G%pqJ>C1bVm_^q`U zoDVRZx+AKtZ~+C#sLp6h8j+z|UXqNsynFOP&4aS_#^+AXaD#bSDPktDMe4cQag3u` z<1qonc-ywEkG3?q1zD>KIB(+VP!hePD?=BRm^euAlzL7>4HPvGWfs)i8t;IK3Q22x zetaaNk00J&US5`U6(^M-jH*;Z(1^&=F92Mu+bkdtjw=g3XR#Bj!oACLTU0#_mX{;k zWKq&cib^=&NJY|8aDz)*YfQW>ErxpxeSCbpTrXB&vMMH3{pFWm-oO8lJ-gRZ4ulU6 zk3YP7XX{49ey)ji{jyl11J6xlE`n+phlZ0T9O(rBu@S!+7!lNl&?DB#8aZv5xcCqV zTxN`6n-p9dsgj3#2jE&Rjcy7g9NqPXFkSwZFoxR~K20soUhgeWQva z@#M}%TS)BP&(Vp>v$BYELWEqJ!tSNfoCd|nE>cRM5x%%m4jh{Kaqz9^H8LV$b+a47 z<-Zslki@XrhO)t}k&-l-q=(4-q~vRULZ*C#`WS7=93Q498GxmJ>gT4aX0jo;+Sycy z85dJ7`UJ!)Wih&D2iLCcGG?Rv#{w5d_q&ut#CYz9_rF~(m*erMs-B*_KrIY^kJi>P zaH7;;vNL&zhI$rd$9hlmNN5fNgQ^;KksqWy#QYxW`ciNZhRK{s%^2DcuB;wm$;>1| zt+m6t5>_=uWcaF_9uLQ#f7&$TlOScWEGx{+%d#F0YxqpKdddt;O=l<^TSlLo*cL3y zKv6epYx$Ru+JnI_0)?Gilaf*&e$JQ>$5NTAoa&+NeuC#f7KPZV3kL$WJPhr_qly(>{uG7iCR_FY8?H>!LK{^Tl;l(+&5HMn5j zFudd++9)QtXuJqq`560VM>3rV>@2UhmuELV0%X+ct*kf*mrh zzR;)av3OpxS(b%G+S0UlRke6p8&YMq9IFOAQ25G3c1Wm20LDTnGX-Anx^b$gqn;(xgcf!A z6&uTjhKuOLts8I$+IkS#cI{g~ zo=)e7$F?rEK1MWUxy>jN_(0}~SMg&SJBV5$&hA$#leSWdowS+@NTb6+UzLWC5c_(* z&jBcLkj`45Y6%32OaeaBTwrm(2Fb#L+EP-AP6HeXia5-Z<8Op6{W|=z#DSFxZ1ei+&Si`QW z(O`jQp#Wm66$Xuc=)I>Dl}s-7?6s0guAH?IdN59m@su~sN-4K}9FL<0tdA&c$uW|-RytH;T2kVvII;AwEn5gBxaWeAF85>6^ao+wiQPgI6DrXNBW zFuQC5gU1c+9v?1l2HCxRbQ;!Iq^7}mUO=1Ehub0=Fx!c*bL5@@3EOtR?NIC z4ZBoO8bKZ~ZKJP9sZ$^D)Cb(hshL^d$3e4`>P%rV<*E<~=%s0^ddeB0I|n7I$%z|*7|rvuV!s9=R5 zFveiZ^Ag*%%qY%z8J1wFLLt=+Jvx`6Ehc)jFSB)CxIsL;5sqmMA%MW8(Fv( z3gTQMAe~f+_2J>cm<3_cOhgQP<3^AolnCVnL=fxlb#{l%XV#(DzgvCtg&PiGff);x$-E&NCX~$C@$sbq|5Bp6+Eu*&Oq#zSz z?`Sj|JSqURbOu=7u93kYIBke&>h86Ww@nE0DCE9*b$%gXP{bpiIYdc`&kqml;qbD2 zdjI~n%jM;8IIPQJel2CSCn@|!)9 z9)IG%GX>ei*ek_>k}RJ7xU_L1d>WRM(}=KfS(pb{t=}6WjWC6fOW!(*kt!^$vfbNZ zjYp`+JRsQa@okA!6_~yNf{RmbSE~Cu!~dufM)L zKlgRDt^LfRIz*b~|FY>i%o@!!I&4}}%=b&4`ent>Gh?_-RuZ_9d!BBS^*h6kBejI_3id72$Ag}IM`HW-8OVC;2iOx!&} zFjBe)9N5QMLlJQtI%%IXlF@TEgUN+co`b2?GGnS(N>6uddIAJuqVvOpha43f;9`fBnFxN?6FV&S-bGl*wpFl)mtkJrj-_P@ zm?nZMy9XSBYnddTYY)UXej6hMVwzSZv51HcZI;Ow8!@iEk4P#n9-tCv>z&YhWdRDc z?4I2?2!}{3Y5;Jx4^OyPcr5wc z3qGY#Cj6mrg}BdOQl(CP_bvQxu3$ig;1-!SJNxF8T+#JleBTR%eBTP_0F4@p; zA+G~DgRGe9+BH!@J_G+YR@(r0PFFRL;-*-xRhWL!2~`ZqcOUfR7rtx5KWkj>EO4*c z7(;b1!o2W%ZsE1>$-f(_x^0^l9Cqm4wm$l@tn1-$Je_?PnTVY{9ldC1YnM-HA0^)) z5Pk#y5Z~N75R7)IPXvZ#SAuO}yCM-!i0edF2ss;=$d|L6i@8=H*AWV=n6HYw+I{P- zdY)0|EpAzxB^HdymWZA(GcHk)_Zd z%q)%9bybpBB|=>tOjU=0h!bA**#2NZL~Kc6$P?oZibK|v%vs*3F?;4U#l*IbgP5eE zC_@A5*Ty@3*jZBFzuv?0iO-zbNVfGa4~3_?Lz@tW26WHpc(^;|AH=tz-4F(!-`Ka|M*0QN1J zzt%99+;w0-1y?m`*|rTXT`Z%OHM9s_Flwu$$CGVpXqM2HncK3!E#@d2$g7Cu3as2I zJDu?^CRP4B->f&FJm-?9S_spP@liNiysB2o-jEu%e(mGri)KXB#}Gg8+7Ft^ajsaI zi!r&l3HAtYAcivC%|JK;@POwsMwsjY$}d522y|)}X%Hj{r1rJpD5`2_W~cFruAto` zXuD>glb`t=er#_O^3?2x$yk37>^k7(?SaKC4N#^;afqbCY0#Qj5IWnwM$P>a(weW9 zT0Gy-K033VnW!Nj>T$0FdYOhY*e%mU{_d%9v!K8y+((HJ2IUbMevMlTR>Enl&mzO^JVLeEr-qn_Y zjg2U&7zGG^&8#{^qz~o6EZm7jRalgXhOhMxq!;mHER5Lm-%M*HQC&Yx_hi(g75a5ntu6m1d_*GR)bfYsH6LSeQD`v#BgvaH9`X+0dJ2}O)8vY7KeD-DH}O3`VMx13{K zZVQT6#4>MI-@H`y6bEIVK~oXh84QM0*>Zj02Ih><)8JbPjahz0oA}2gV0CzV9Za>F zo^Iog5uWRq9%f9kho>qqHvyK2)i&{~`IZ>$9k5b&rBFd7zFpkg3+edN@WT zA1s||a#(3rIJgYB6@5rVgEaHZD*1BRM1f(o*s}w>TF|ZP{gO~y;W(;9)B00rH?Q^* zlLIq3R&kVwM7Vbfvw1)*w`I9pE=sg4COS4BnQ%r0d#J;(H~<}@?izBX=kFckdcFEN zmA;m34Q`~gEV2U{G6#sK;{w7K#8I5(ZatFHi7_DJ*wf(&2ZTg@E$7Hc^?}J%r6vt~0E~0K>ZE09u zvE>Nq3w!_raH+5-B^oJ5;G4YLKW^9Xjm41pk}N9Z)Igj}dyQm8JbNeXO{iW(Vw#8- z8mpwEKV_>Uh99*^ha`LwL7$55La!8SF-wq4)bkQnOSTS(__ zhI90V(=xV>Wse}9m}zu=_CT>ks`S?B7SK8Ovx%Vit{tL8nShui!8M!~v)E&a{Y68E zr3f>X0|+P$59F@gMN1D5sS7e*OAMxGP@dj{Y_;UvoLYwuxm;o5A04HBzF>e_==Eq+ z;Tg3La|lqBHO-*kz96d}L5exT#Iz)PN`*^C zA7pXxV*)bquas(H#mwPKi`ig!?cbBKN+v<|qDAYdSFJyiIETzF5{cOc7O} ztZIc=m>_5^c&_odP@GXKM#sh@R#|a$Qeo+eM455;wD93{lGZ+b{P_Iw~ z?AjT}KDZxNm@Q|n+Tl9smFsr?s)%+Q%0a}#HdPe3tj45Dn?%{R`Pm_*RrA}Z=_G#; zO`&2g5t5Z@5gEKX!2+_H7)s=>*a{Hw2{$Jk3`0!!4?x8Q;P!6Mn)r1Db457>T{W;+ zrxE-$#^_t`eOcDy@wD10>k;hL7RwvS%&j$=PJ{}$W%H^~@LTk7e4z^JSDMN&8?%Qg z(-BN^=$w#ZAQETGJ}95=Ly0|*5t}l75}7E*_yHMR{G$x;p0t9ad#y_uU}_)2x}ckt zeHRa+KsbB99mDAWrD_?7qSbZzwDyJ%Xhs6mej+GshkL)PF!9o9IuQh`Sdi}G?Il~i zsGHvyjVLS3sY*f+D#4CM6@a1n4tE9=7#Sn16gBm4>y|pywvI15b>Y1;J3eyTJFJ*( z+c<;!yqAaXBXApVuDkEHCvF3i*0zIMKY$X1p%lK0V5hsT)@V$;!oD0>$~0UeRGUyA zMiif`BElZQupo58dhzJeVaP=^U zb4byv11ie(p~eRJCrQ}{aK#0OL*-iQ1wsxZ<6PaAmv9SE6|+#SJ;BpRw})_|3>v?Zn= zm6cRw%uZ$^>b;ZFx-^KmyQ1ohtfLYU33m2Ih~ZE*dIKd!QOS^EWB#7=$i3B>Axvek z=Lhf1d_14m_3&x=`10w~<>ewxmSwSdZjK>1&RpsG${NLsynDx}OHYEnR~1M+8}-Pu zn2AV)Av|CyP|eX5Ubu^Ck)~OXTKtFyBtTbXe_}e>sx!D+_Pdft7uf?k+}tO)4)zz8 z!t8VTI@eSwh)n)e+`GM76hv#wa$1k4)3U5>X^ytYjo^dmt{wubwH`q56aL>vs)iY) zk&)t2*UBeQzF~7&zTF_$QC%J|qf}uEL?Q0^K^~y=vnzZXmVKXjXnG_eR4($_vAriE z4nhJKwb&;m3WHu%<8*{Nb4%go{^{X!NQ!1_ydsEUAPR2773%loF$#|urTBXKRRlgM zpF^HsVje&(2W{*IC>RX!ei?H=cIC6U26q+A|HMR9JH4&0J@YvL| zMduUK(wgdM(nk1XRaLe5&RtB`!k9!vdpCE&uq+i=M&wY5%)@pBs@e&hLEoqVIxry> zAn3#79n*p!t`e$-9N8n<)9T5~qZ`DI;1P^PTbGCSw65#r<>lr1)62_?h%C$MVy6RH zP;9D>fYcZ{C#{I#vU|Lj)YAYe4a=!#`IXIV@?BbN-4j~Xr@AdmOSC%IfA+EtMacDY zbeGnl_tlkT!70#XV=mUR5=rSEdQ!k>xjCqG+@GOfqBMc;CIM74=DgM#e`3tq>VqMSH;yflrOZ4EQ`2S*(_so&I4)Xk8xda82D&qN{q zn_q_Aj4vS1rOEap&yq@53x(&bSbi?U^tmhQ$&7`ma{N1EM-^IrM;LZ0nQXG7H!Srs zb)cfeshy$O5AqkkGcqEZ49Mp ztB7IGTbXEi)LU-$5u^%<-W}1!E;!P}Fkr}FB}?2jM353pMdWZit%t*UIJ`VRUtXSH zUY>2O#&V{i_k?Y80>Nv6`iRKry|Pyu-P%8P#vb%vB1eo4l_gO|R-K`f%vT8$B=c3^ zEc$hFEQFxstQoQSQlkqqgN%C#O0cbZ{-Xd~s`R$xStry4nV<%STeuU?IwK;Xt0!De zt~5b@;GHQX0GdE$zh*b_jNXosv2V>BqZXsd9{A;F4FZtEYtrCG-j@ z(iB13{NT`9|FCj|WcayJ+|0Zm_Lgq3YNv;X^>DaePUhIXTrOgVY>THhf>G&7yG;Zo zcFh&^XJ*DJYFx6QRS=0lUW|wUilwO7^czyitIN#c1eo~NY=R*zSs9Yh&16UTJMPuIu5@+F}j_1J>5efzCU?b&!az z@P35?n?lVX?5T_eS zwR_&RzNRHZzGD0w(8ooq?aZZ(J^darGZFmO*idZZ>>=@ z5TSa(aY&P^QaF~+Ujwua72@Xs6Pw>t~ID38M z2J@W}2D=8eM6E4tS(bHOkkP_5SreQ3)<1p*rR|U=idd0KR=60Uxr+o7W8Vp38gP~n zHzyM;-)q20p(|LPtw3orBIEXy>b6}kZ?44uzp-y^k|am91SI#!%&MN*wYB~K|8O6- zyDBrnCD;#e5b~@s+n9T+BO^TACB)-^0KrTkbr%*iEEbd_bSY>kA%l_DxrPdM!`?Z1zSox z)k4x4wzE9U%I6yRK+{ym7}qKVGdP?24H#SN-ZTeVxMWxtMdE+2O|w*&u7DsgcOx%2 z)`Db#2*Vb(t>(wX%yZ(Pau?=XXOhTgUnm4@&mfl5LJC5@>AJ5Ov z>w3MeCyVsnS=rM-4KOxQIdX3q?&CME$8;QkOuvIK0SoICAC)t;)as7p&t*QD<=eO0 zE4W)VQVzfhv{)|`tQAOWNbOoTp`~gxLk(!wmyGV2UQR|&4D-6X)>`XU;p*%pTDJb=-jQu77O%;)ep^R6uDE(WH#m`v*S33 z`Qzu$xAzZT1BR_)oBb0Qk|^hCo*fj)-GVBsse|NjL;xHqq@XI z%mFLYHlX8=wK`_b1z3DiXh^yz3*3ph{=4$Nq93kN?5|mYJW$x%!sIB;gA@T-j5%Oi zJi&-d3*J<_3`dJadJ{9=*acaQEwn=PMq-mll|`TQEMmj@YAV-gX~nd=t` zNi9dtMA+6$X%vpO3Cv!9EI8fLh^HxMw0s6`fGozj8ob=7n?AlHUdKnoqyxzVbNY{* zVv3eAu0WR>MF~F@cpGS{OR9OhQP>1a0Zfy z9|SwCeXyi7msCQCQzBOLT?c}&R%N@e$nu)#9-iUY$pjGI_FyB*pzNK4pi0ZlWu=Hl z3uz?(Lkt&_1b1w!>9V7$&*#_I^LakF5la*D3SS7IU#wCMdMoR7D+R!%@*xZV(%O=+fVRz-E&Xd;Wvyn0#EnbQWY+B_m6cQG|*#9qEgY1R@p zfd_G0N(*&^^yW&bj&`zEo+zeSgV;GP-%gBiZjj1^ej>)t=v1{4QA`P1vyBB zP2p2{{KdDw(vtXZHN!(C0Xs#JO9QYb!p9N*s;bU;sUO%b?my=0(k=|*vEY5l33ek5 zNy?;?h-qP;rOUBMZU~a%j&=cCh|GNNGWP>XNT@&FyYznb=eVvpEGcg6HZ#HUzt7uMFpgP~QGn}Gxi&_ws;N4BzW{5xmJYAnUaEk0tjq`AA zy)sHmP`3D^Ugqt40zKntc^o8@M-PtUlpcFxTotQtk$F?teP;|=T=LiG9h$s(;|-#gEWpPmywnQYiwOC-^l-mjpW5s zCDqIjDWY8krFrdGq)qZFPL5fbW!%u6J0e4z)L^tjX-b@Ssf_r8uf%%8aoz!R-#rdM zfUAv6RZPU2m+&%qNlaO|zi?qeA_Vu&gEiavj1gRApLLa}a&i$BS+ZPj_zIo|M`T7K z&4C`1scCDS-}roco7Xj7uQA7XU1MGzkP(*F>P|&b`H_)gV8^vOu46cvPgP)nN@`IW zInE^~2vt=Ii%%3<))VqnGg-hvs-TZJlDeW2Aqh`NJSZ4B_m{Wv1Z_$+qGN>>CI^~L&3l{Gj`?3yohz)E0B%B*wIH{XzvYe?8E}FzHl}Bbhft1d~rR3r!bc-DBO0xitBsy!rObqQr|Oxrq|CKsSOE|A)v+ zdky*XSUfH_GGOCJ2I?pJ&E+s~0o`_2R!w|r^WZP`? zr~mj;HFxLTxhXgoNnJA>HXlQllOcmJ(6MFgFZVX%Q!>*`JeY|2_T%j5A-x~R*?P~w ziw9VQ#fZ3s4)Wg=wiK@VKPr7GgHBGX^ovs5>Jq~q(KkU#23VG`!q1?2xjMMRZug)S zGt6i}1cM9_&`jK5VLw!fmh3FewHh`RWmGkept#kxyy{TaX&Wg*X#9qK8dLHj*7L= zGGbm=wj2&d5GreaREc@6Vm4k`%i(_A)yn&NP&*jmV&uy+f0>PLvy15K?#DzPaJiB-2WqB3gN?I|TtOJ#)>4$m#@wM9y=LE5uV+&x|Q()N6NJI|A)osUQB z-PJ^p9XpD9#DMZWQeUJn5dsKBc=D5iViU+LA{Y*Iz^~z?%GTMd@?iy!_s=0fk@<;c zB}rh$NK@2^B3Cj9=8>5|pG#j`-5IM>+DGSH010;WPdSoYwUyO_N4bqjCMRa^&Kd?3 z*7xVf`}_O*b&WAbJ5Dw4*BlrHE)AIxi=4+1+tFSUnb{c52-o$uqMbhjjAd&2~tb4IVlt*zo_oH!LX1WRilmOL*9Gi0RV z8<;CN7~v%G!md9!amkL*ry{J=$l`<+Y=tFiwlcN^D}fQ9kSsIX^T=@seIO>HoSPX5 zMZX>&r!z4NlW{*<_m*sCkN3B64Kw}q&p)r{)AOJFj9yBoA@xJqQzE$botZ@fH|-~& z_$=VTeSZ}c5n9)hZcdPiT!po`m`gfOo-AQRbIx(S{MK*pAIICHwSGR{dhbErn|)2o zfS>`;7~N98lJyzrHdYqia>C(U#HwgH6Nbtwuk@D072Ry=l_J0@vi$J~)YkH!yTd9?c1DgIm)o7@PoOs>&wXk^~4@{*(!I6ytsS z_~A>?k8@mC8nZ;_hFB<(AKAWo--G~)oV_Gg(=sB3pxZJn*$t{LFNt~mp{ipH&my99 zv2iPmB6Oxm8`s6mKmYyj^YM0^4?m)u3rlRerg%kE47?fnGBKCkR0@NWE61g1DjIj% zRslt{U2{uLpr!OFjnkb@c<>)y!6zF84ln_f6xbh+)951NP&EDp`=Wo6bBaL?2lh>M zy~g4YPO%Y}E9(Z<5Gvv7@1|ThEKf}zT9J<4oA7H4o$My$^?Ipghz!c8G^-e&GeLAzKQm1t*32Twg;;=j5g2(;foT0W0&FTW=c<*PY>`QTD&=shta3;3TdCfp zD#372H?{YT8+>@W*uYmVN=%8!OiAP1rxkr8;?i+u!_3TcPH8O#(vLuN^%u@~0W5h> z4(5Ua__h&AK^n4h;_;eDL`XOCK|3>x+ldsUjrx^6nYoL|an9%uiID=;xg0q8tt3wS zbLxOC3ZG{W^K@R$uBQitx`f6qdPXuj`^MI-KNkw98>E&CJXjYt=ihYpAG{P!y)B z$I(CD-sZ1g%yjnNn!K(6ww~#nrE6(8*8@|F?zY_XL@gSVhKY{Y)TZu$7XhNHYQ%pR z4;$ciwTd2r4%MG5VapQ#*>;vSy1jxQ_OAe#w#!gM$nnT;59(BA>v+?XY7H?2EJQ6{ zfNZzOXUZ8w@U-YSpp`|T{Elc>uRv;CDkea8a3^!(zPw@8xfVx<0eov z(TNVWw}Aavp86z^K2cT`Zwp~_rjI;1h@5xTGc#$CS08%_TQ{fr6ltwlTES>rQGtME zXPFu&C94Vutmxv(fQ7jPYA`kk$?C?+`Np^YB0~$iTUjqx)5Rmn!1K3?Ox|M%2_km1 zo2Vqd&;9}qF@yojww^?^|Ga#Rd^=jr3E_tTrGvX-{AD}N|7SP95^Ehxn~)-KV!)-M z6u8hbj7B_pzvYeWL}U?;PaR4e@k)m4O~~?EPDfP(DMv|vd}(=eiFef~)BT6f2UZEf8U2PAP4d-FG51jP(OFzayRd@Lvm5DwVLiMR}GS*mX^8J5j= zt8%_!VE;G;EUCXT;{q2K^#=@P;lcT8uf;J}gp{#A-_EktZ#(E29Kxut%As#ukaoqJ zjTHyQ)nXt-B0?R#168V!3UD{RsuN~Eb-)(vF%xu(;nL4xr!FyJ*dU|l2v^$PtYhj{ zDk}?|Ql`BJWAl|Zfu#zNaqV-Mm-07>DgwkP2)4ozzHp$-x=ntqT0uh$rZrG+3wo0s~Zt*2J`-Azq zFE3%1@vqzj%JPZ@RT2#t@QA?iqWr%!V9PxdwJ1m8?EyYgi!6n7NYnMm!Reg6cP3WV z7Om7x&051L(^;5|p>a^tmAXokGOwIa#3<8X)s{Eem65}|a2-`LXpEKCe+|IAK1z%G zN!}62?J(ejp+h?-GDpRcXQC!34@n^GA6LbZHb#O6utV&#&is96vwaMP!VjYQlI5nVB*-+FwpehsoT!c&ji9aSQF4GythnY-14l zrvblPxeTLbJWENdD#+&>WJbgbwR?+Dy`#L{oqHeX<0wc zZOMR(EZlv0RtaXYEmSB{ffyN?DixbnnI_eT`Gy;ZS!6_Yo5Xnv!Ia|F4LFA;y%G@7 zF&Jz>nvx{7osIV&Typ2!qQ$1mZV9KElR-5L1p9YI= zDM$IOt8B`6uHja>2>;;(hh*=SE(MY03^diHEN?5$pyaEVvl$ME#5M6V3+=&+&a^hn zRn?2qds2&*saI2TSSrlivxVbI5=d$H-op%oWoD`>f^Ld1F@z`*Bd(fDrD_!^RrdXp zToImZT#{j{h45!eDPvz6uxJvP(2xURVitw1%{wnm5x*ot*vRQ^>njJF9Nt`3@}OYU zQcoLMv>0R4Hm2%pMrKamGkiWIEYng;r zG?|GNt{>CdpyAA=1!nRJ!X?L{{}*<)WObtYc_rgoUwj(LeY_HgczK3Y$OFKp0rb(0Ug0GTs@2z9(*LHg{mVn~>ckgL(E<+p_mk%bqX z=gWqM!7Tf)icyN;MseD0aSBrcb1g=!c7|}V`@W!XU8Y2@@ytpPd=fMu%Kbx(p&AMT zsf0P3c{90Ubwh1TUX)6fjYzU1Co?;oY&qx z_`9^!NhZWd^mKcz*l+oAgDNXP^lcBD7on4-gKkD^U#l|G#wKPOhY~pZdZ!r8RPG=~ zG8_2WRt=km=E+J|o;scL;jj4QIq*>M44dgRCZaAPji0Z}OpkUlhkX*}*BHNke-732 zIB2n=t5!}XVW228nu%T$`V~lmo46vqJEqZ~gCYPAJ~1;IV>-%_P!V3%!Q}n2z1oP% zW6hAzTKJy>DeUlTHwINRs8-N}MO;|TN;)iOWa;+WKZs+}-A|lRRY1l`je7Cjfg_*jCs5^^V?ION{fPy$Z|<3DjUa1 z9|HiUlDzC&$!^K2I_12AHUm;O%}^#|8D1z8y%Pk3D@3sHIT+nXHyUxi=XwXuz(~Dq zjG0msNi1SG4T`Y4+6pM;W#!s!xDJT~&fNMUa&nST@!<;26k#zVGjB56kE37L)p~z_ zJOp~##yF1SIQsSZIR@kOpw0emq@{F~flK`<87lzec`kq8EqHr?Wg!}iE5KJ(b7j7Y z_w@|0!VxR9wMb^P(dd4k^m`N^gAea2xRjSTkfH?>b5ydlCEPDFWk>-z!ZkBf<+2C8 z5TKc~rlqlTmh?e7cTz&vD2#)VnPz4)5m5xuv-Js)5jB9{0>onhlAS7J`Fi9iopQN3 zM(e92*K!INIi5>FAOm4~r`ljmWGpk0(VQx)QY%*{jfeTHsp7Jt+H7CN!uRD9Hzc{k z&Rk{A=e+jNAfl6W!Lx+xJC`pGi_s@nuV1C>WOy-x`y#D1Asi#-LltHz?Yn3_gGHnt zN4$^NYtd^&l*Qc8prK)i$o=<4fF0eHearuZuKgOe+f|GQz$=NM3Lo zylQh?=h1tMuEVXh^E}At8sqEpON4)(=fD5@`8bZR=hI6}d-vV25=vO~u)MjI(NmGW zwQ#w-`!!WRTDe2Z^F69Z6HV?W$M%#2sx5qtTluh*u-A7tjqpd7YN_eHPC%EYa`?rkRERSq5eMN^&f?6r6ZWuI-a=$45er;KhKPjI-q|Jifti@1Yh9$Q zZfHxRk_z>mOxb~qp=-#Iqa~}MVe}ttevBf(A^0}qR!xM=W=#j7=u4|Q%cf8^I!XGk zP)VYn6qquAyMYZcwvF>L$maUgk8o(E+kj5*2UJu%PGODEx)GVpF?4D_lBB%JWF3~> z`J=LhZDQbU;bhH@qle-S_nz#ONeF&N*VeSeFJz}iymAArjDbTc5Q#G6()&+{ zQ>88-8Wf`Onr>}e7fo$D0E3vXdRHI7h)V54bnyxac(3d#$eznoL-H;0F z=1p5`1XeF@(l%|P8m$3HD!$&FLzp~P@b!GYt|3#IKZW`Ax`^y($DH%*$G`sSkMsET z`SnlEiPs#>)K@hpoe&2!;2X@O3f;;~%Suu94Dj#SF&U`2xQAHPTI_K6$T(AN(45+)L$=B{3pOpXbH@Yx{j9=@3dlMGTWDmuMIb3fc6D6DuU6xn8%V-R z`19tRB0_&MZaxhb@rb@4g+6-#8X&08kf|g#F+4?M9JjMt1SQwzXbF3^Rv0%_XC6*u zMnnw?U6|16$?YOQlQ00XaZV@VQM!n&_J#{w`G zQ8ih_Rc$0lBIIVkQ&?f!?n7G{gW1pVu{~PP5l_P4or)cz-*N zV@`e9)kKcofByLRufPAEZbxm4PL!ouV`kU^+p5Ku`;|X(HpE|?Cadt_`l*kwwdRD6 z{vyO4V)G_SxynEy!BLX+M0$Tu)$aG7DjAr4tNdT zj5D>UktdiNHEGv9q75hPetlx71=Jj`odjf5}G%OyX3@d)^Uv0 z3=^KG^%gXfWWcV?BE%vClTpb@NPTZL_7GCKAjfUXy0ELQn2(?76~&ugQ3}HNy*DWc zb^z3XN&XY~-X7{Yo73A!THo0DrlC>=?K-c!UvHR6-Rbs#-SEDAuv$*Fe5j#pjj}9q zUk}W7g)R$t(A*Zn8M8or`5t~FxH~sS>h2ts#+WX znyK#wsmAuJqMMWtB19_LAX~{KX%ny2&1+sG0ey(~wMrLEgpFFH>w0*B7aM6DYed2x z0oIWQ>}O1$WpR7tAZddtY5Ad(=NpAf(nNSIlg(3R$S)w3r+ zNak4zv@C1LXLUu_W$+cW#*qxG531VsxnarDE6gTdM7f^{%?F7Et21RP@C^-7`G9@1 z1#_S^77qnkg!qZ_3A{FzgFL}43_=(|U_BHrI1i@qNle6zpo5%jNS&<6rQXbEMKHQO@XXJ08fYVHk8YKr}Gd9$9s>G##!2p&DaU*iTQgY7^ zfWt#HamJbv5p`5H>YS~KWd>XDiQZ%_%sD#FBm-5MO|>gfeIl$HUKod4xfL#`dgT`9 zQ}S+|QA&{b*q6$;kJfBUE``e#&=6EDh_yH^C#8#^P*{GpO$_Xl$!ts66%|9sEw3V^l<5lO&A^%Y>-8GrVipTs#X@2_%_1Me;M@UAC2FC{ zI!30EZG&@M_V|CyJ+6-+K+NCOS&>gGW$ey{I#Jd^pltz)1-ho%32Nv!=3XbjM2?_} z91Io9-(SK+D|*1pet^ZCV@Z)CYbikkXtE0B_63Q{rcR2ey|4K48CSda{4cgvQlS&f zA!XGJk!zJ;v>Eo1m{n)Yfgy)fT2&-5%WKYhSk!_hjx1e)!f~Xi9xVCrq1Mfa33412 zN){Z)M8wTE%7D>eQJ1NJlt^x$Ko=XW%=aQhhS9E#a0+&k)6(4+{s@OryWl({Az!^u)cnUMkE@WW*V3@j?m#WyyPxqu|YZkP1Kv zhBjD4OKy7%fXU(jLY8QPm`fkOoO3p5wg}|#f+z|fm~-9^;)GcdguRu?lCy7X2~-Sx z6DS%HYyTwQFd`B$J3uqKVZb0+QLF`RCDUMG3Iv8;A|ovr93Wr-KivR-E_0X z06LxnmoKh#V`dHZ@W=*v$Oy<_;llzb^0!M579B^BJ$MpQ4SY3&ii+5}slAj1#Me(p z=W>z3!^pYAoSlOTVZaEdSeltbM2dfPV4D6Spn!Xi$gvt!gOHRBBOR! zf^J#UuorD>L_*Y#1J*aNiJ+4*1ODgToJSSO+ACkM*ajAn-hC~|HxHyS(+X-h&@Ovu zp?!?9Cn;w@hHN={1tKg%ha@wztsfp0Sa4h1wKN4L)ZYU0t{x8AMa3tX#^CF9eSUrQ z-rgRMJaNnWf)mj-hRzwC3L=Iub1-*iD|6C04KN&-w;T)ORa;DB>hI65r|@4tfArRf z=^DeNscPH35SM;N@gC4>K)7UzeNg2F<+O-oO10I<|NCp9D@x3qpn~F0j)TZNPkeDv z5x24;F%dKl+K``9tHeB31?f$bRx-LaTMg=pnu_BFXhjTS2xgWi&}C(JeG(C=&ej?s zt6y=ta>kFAvb*g?0#ZX^Zz#B~i7=ya)jb+Z$e<_;O)C`!v&aiVgkqOdny^kYRWDm~ zU(d|u9AqTD6VvM&u6b>8q@cDEaW{Coe!ivoHid`?%B^vlNN6kGw13&b4@T8m*95kL z9fG8+m91B*Mz!&r!>g;S5$3`>Mq~`bQjH=Pb|y-vCzPgX=x}|8&G?@T6L{*hAE18mwImeucA&{9(v*tBQW4PH8 zWX|M@MOcg|g)a4%UxuhG3G=j2TOOBeI70H$`T4w<`M>}BU+2+ZWALqI;35=nlcNMq znMUasETy=IWC*;u;rxx!H_s6+ATu*-v?(Q1Ga)mZs;bsoBtBh1jeIuUMQnRAS4?8I z_MiRvmS%OA72F$Pz;H3+zzQw8_w#y4v!@FS?mO1B~L(LjH zm-#kS9Kqy29P={Oqj#e?(iUou-CC~XE${DT=0x*4D^;DW#5~5-W$@RKayh9$`&_-i z56OSv%JTD6VGQYJKP0U^x<(+IJPawN+$EXJVIGIQ_>(B?gG^Td1mCe9F*4^OHsz0S zh0DRd*ogtstP0#sPV1dekAy4fkvu z^(TczcQr^9{7+mc$NM^tIYdMv4}z7*=C~$39uG6Su4_3Nb`NW~+2+Ive*18JfbsTG z8AxjD&v;{M)Yw%)wLq1BR@BcHJc)`akKukdit9DIgwmiy|J!GLeRSCu;>`)U{oA8tq1l_oB1?d&oZ>>45 zCu`v1%&zS{r&6r?{Qsk?;j;NwLCA^>vZ2MTiRh8QouCHKVt+iW&Yl|CE~xm zQCQGm2{M!DDPqc|!;=ZqG+el!u3ote!sT5sOx!4oLd zNLBrbULPsSy*1(~C1ypGF@%jta!1Z(0_zYd3c-FT`Gq-I$>vPi3d<}*7651l^_tk8 z1E;T1DZpK4ZjR7{^yWt0@s#;viIq7Nb>YUQLWiY@{nM5}oXW6qHQ8qA~R zAsam$jAWrFsnQb6#l8dv<$`2WW_T~mV4zoM%)lOCg0)4Ki$~!i#ay#L83R*Wp2Jqq z`kX^V9>=L>V+=K8k;eQu`p+L9pP!$0E{mPQ%DIM(E7z(6gMdR}r8z0YZq$7DPgNgp@BKLD9F#CT z;|6Ls^X`Ew|H>bhV()&a>YQU7=i~mXdRw2NYQ*tP(o3)sij}Mvk8;cT3< z^t~{TO;LC=%3k8Aq^k3}IP&(Vnzk18o#FncvU4cMJUhxXHp?9r3m7VhlXjv)4V*9- z%k1|65oWGVCIeU|gQFgf(crv3y{Zz6(C6xR!Hdr!J4iyxL8L4Yv4vy3iBi!aVR4~q zEI-Ac%Vj)!|M~HL_Wt>NzOKuN)Uv;+mBBNRQ*fgkC73jKnK6hip>Owo}7 zoik`f%hDS$Q)51Q_g$#odu#2CzSRM4h^U|h+>t5u$seH)E+#^EO~$qpZNI|K2M8Mv zjR^;>{NkP?U`V(>Z|*yxu2p@|Gq%XtESsU3v^coJ2kODim|^iSY9DM_wR$wOu(+7H zIdw})-@yp2zMNU`5pt3vXE2isFyV3Rtv`Fet_u;*2tz-gFJ^u`9?bOicJ|iI>~&pD zWA0Ov&Jg;lcNsX8?%Z(@^Zq6=bHdT$;n#g$^W6sxgX|9kJPOL2X zZ3ARq;}wDk26g2kB4~*Maz%;^mtXpi{O}9HlWhrSFz6h+!Yz+pU;*0@+02Mbc>psj zS|dVhL?k_wA}$k=<2YQf6CAmzyROSYnJY{q^Qaej-U1Q1`|>@V#;aPG$GBVu8fub# z&IT3uozAycWvZlr;RP=BDK2bF*)k$f^X91GLjXg#gB*IARK4;Zsf5KUgza31x(8;b zC|*lvBnH%q!SjqIRN8Y{1@{ohRFD2R&y&c6zc)Jk5MS$GTE z!ALd2vSoi%q((^AtI0SJP%+i zRZqDyqu%<@A3s`?=ksZ*+(nqRx*9=T90De-HEG0iDl@6t7_;?umKcDwk7<+ zUG=SK*vxd!EVN;fIfk?*%;wFKpw{P{c3jvJ3Jh&(CYG(SUB=1? z*6h<3Vbq2R#z5Blg|1@aP5A6REI2Xof^Jq`nGMEZ6!sXH-IjpL;t4j*DDiu&QCYdn zbRt?E0q^7v^-V<7wG<9yp71T*H&vn2uHoX9i;xj0RX@TYNvmiw!nSOhl;DnU)<%ccQtyGqxarK&CD)G>r-{SrkVBL?HUt}F;z7il?C&z z13YAj5)-i`B#}r;)s^6l)V)$XgCH#80J**{17@0uWeaQ(*__hEO)`4}+$JTy5q7RB z@^~D=1$jpwf5}3RqkRCGCK2hJHiz$~wyYzid={Ijj!C{B;L~r7REKJu-(G+%=c0lM z^VHO1_IK+Z;CsS2d)WgcMnj8IJ=&e-kXS5&$rfzXwKPt zYo2^*;p8y{goV|NL@nYZm<`K(br*ek>3-9AD_RS>f6>XTo^xK;U?vv6#=NF_Ee4szszJ-}@)1CDOoWkf zM5T2qAP&g8FB(Q&EY>%GUiw|I8F@DH_q8x!5y_|hC-@08V~dmj5FF6Ec&?^ZjJ!Q2 z7UpZlfjTLYVP1{;vc~mBX7DH6`!G|DvMY_F3lfHK>1;1eypf=JV{-3cpQR1Uj1X2! zJfk6}XQsm94P40Lq#x9VQ5qQ^8In(Nf&eqH1||eEnHzUj4){^P0|JVV^n)>^wQG#8 z*K3aH8UAxlFU}>kYcdbVAkurk#vD3@`RvDe^z-Or%!wMU$K&*sH;!hhtv8*swKkn2 z7eHESXl;E+FC6v*c|z-d6o z$;81A^-toOvFN{jyqZJ&+o5;isn>wt(rGQS zoblWpx@HI=m3w|4gU9{}cntS<2&u~1Oga6!jJqvf-o{Ab!T5@?_rVfgJus6XZ|@&} z{p(+?HMQ8V4MmD*Mw-~oV~!3of@dO2&qbpwUu!Z{|M~s<=g0fU$H(u_&#&i;XholP zN?J0iE2>mm6>Ju&Zi*}oO)70OS_H#Y<&DQu0&plToUtKUvpHv;BUza$M_$_&Gt-t_ znNK*f9lqIi zg@|SzC?g6?L_Y2cqYQo@^0&q5VYW=O;g|`5hRp}=D_WM^h*meIg(h-s%+Eto=pco;tsQH!SJiF#cyg5RVx zjs5;gtPxtK)vOsZkxV4`d7b5h{C_{IcVPKCmZ2nY0mX#hycanM%BNLHM{d&G83?VR9sJxW8 zSX16ec~b@d;eAjU1cF4HX`W{eI}%F;epXc}cT2;j$W%5|wcJ_njxot>^(RR6TvToB z22-H#@B-@&f4uM*T}N_MG+9Cliv4bn!_IQbL+Zqg4C1E9=!&oqnQna{Zyz5X7qXH%n!2W%-Zkxonk~&6#TIB@$EC*(o0$_lr$gCf zBZV0I0XJiu1~}ni4h1I7wbe51lF#yO&nz5}Ez$)wv2gOz@VrAkhLpB8DEO zbMz#_Boc;@iXxVf#N>HJ2(v}w8&1=+eA%3)na8%gA!ld#@$q&X{ntOguj^uI(6w=T zj++s~M4`=@nWfcGf4p2*Rnw3f&2WokDMsp*f3=VzdDs0KUUR5x%dX>p%-mXgVF%lT zynqPB{96d-wi4itl%AwmGGo#|?}BHWRbNPAub2*o|TgGb!JBG^wf zr%u)A3~xkat;uop-dY@EN8DQTY;m*6Of2F#aF634GNOL=0g&yS{3HU zaky`P^kb-**&M_6RJNrW5Iv}j$RRxB60+cuTIA%;DI5c<6jja0_Qqmq^z$p7>YIc~ z>T1X;1*^hJE!JA=y`Sg9b%&)Y2eXDtzO++(l^Q=kcg!Ma*Iy-bn}Q``T^MFswB2q+X z@N;7Xmu|e|)K-`&CFEZdL3d<}QJMOBe|x+?9!%C+dwV>FYV^7j!D<;LADS6jYor3I zjN#rbQt0VBvk}qq#dn95D4n#mMmHujGB#GS4b_=3BHfF>)#?(%_^#|MDq2N~7qUnx zOp38Vvqg3!CKc&*M5(xQsC}82@^S)}?6aU8Lt%NghfVVn$|@#Ln8e5rDdm|NZ-KBI?KC zdwQ>HWa+T&q0(w49F;FVSn89ByyK6zAej4pPw-X!b7zGJOD*CvOY6aQyMq2cuBE2Y zxty4J*=%Q;B{~E-tco=dir$A!QBY2W2>9Vb--rzF>)JZ$?S@Pe2{1~;R?nYa+K&=Z z*M)%h9hc_a;9jgRYKs$#y$YfLwo=n5)4-TnY8^9EoNKrgZpbP2c=2=Cm|PxEiBXqq zM#4EdHErIW4VU??QSfOZd>n`W@ZE}91WUe&z1{(2=yUF1ilXs@v$?M~(%fvAejdAIm=i|X^+$F5d#LRO{^aD-@fjKH8f;K)BFLw12Pt{hs zb7EGkIvHglc-~DZ6f{qDYUv`;RIQ!Gy>4HJS;NncUjFij?Dn@48^wL?FdUe zJ<%=`QT89ElFPxuY+He~xu=D5aB?n0r zQB`z-+MNCA8`}G(@i}{queA$9OKC#(AQd8E3q^Gnp*a=L&OxQVCs-0H9Ogvny*nc< z!-Cxd=BTPf36QPe02WP3e_v+waz|#arGHvrsbqIcKz58aNGE&j!oTy}crEE}Ts6J_ zmwAk7G03Q;X~O4uGSTyT8M@7TL5s0>w%6;rMEE=(@8?6+e*OL$V_aj5sVw4$FR7W5 zcJBS?#PobV=N$k3*I(Bd|NQf7>U{8{_jb)`h7%bWSiL}@1qX?VO1d<_e=ee#QsMr^ zcG+F&j`0l!Jfx7|NkotVQ5ml03$n$`(juE3KFwl`VEW89*g5vwU+M1ufy*J5p{pdL zbpjv(^^LF{6fP#hc%*`d(fMq}?;@#@A_iB%2!S!&jtZtJ*&Ve4ACKp-goVhSe*2^h z-5N4A*bs2cxRyU#yb(bBkt-Pev9jd?V|Za^FgB^pg0ZfQSF%xVOfdkg$HAV@C)+8l zU0+|XYuF+$wC!5G7~xv7{D;YrLaiyk9o?3yBb3b|RK_{W$#s8x`I9W29P>h1f1ySZ z`~voNlTh#ZO(ND80bLE=d^rR!rIL9izY`Edy}7^XRP+AjP@&5LBUgJCtHG6(Nr>V~A z^@V3}J-fOebIz&5bi9T%X5uD|nZKSF@mHLjVivCV0*?VXQ>CS@a)~xTS|e-b8;@~R zQZ~^@BY)>4vlRN&%Wf>^92`!739#j2a^9>jr(0VjX^8_-28-6e9@8rZyACZlJ3=e& zIy$%s*LWQFgSuV`Cy$g9%h!>00p;dOz-FU z{`U6udj0zRQj4&X)|!6gxkH6RLYWPj&XGGGcGJKMOPFo5MsDRxauh5s2)geUB%>f2 zljDyaPE>L-RIN)Qq3Xd3!d+~zc*-Fv!McDM&|B^g1|Sz2ktbs#RAUCpgf~i>XC)=E zppW9=2!=)5nub2g!g<6<7-7X$9n6U9IA;Y#;KJdgMa#&fNs4Vz%?m`VlB#@3^cFD> z2Df@-X{z#qWU1Iy1Je-kG##FfA0CP*(dYB|ye>miRM(px9vWj3QSXNleSSUv`ThI% z*Vnj4_nx>c2^pBV3BO*i-=Cj4^*oP{_jfb>{rmS+o2p;W=QXFJnwV*g^Q8))g!Yzj z1FF>Ejq>})hloU*S1?)9L{@02@YWuzxL&W<>&0*z^T)BK%X%$PxvnYZ6NCTHP-5L? z8$iy~^-DU83*Hi?MrK%{Ojz|_m>w6~o}I4>HPCmTA3V z+Lp06ShVwGeS~Ds*5X_Ex4ykhW*LYKCN}epn{9CGFV1zT@H~m1H}Ol~-{0OIr-#@4 z)2Z{8XR^~InZOkp6?`6#0l12539M+}?&+#9naXg8L!s@qC{_6-*==pP<1&r*)V8eT zHj4@)tfchaU+ELDsG8uMw_8?~Q(xiG`v;;rU4M&rblscn8_Iij{k^pm}!)a@r zd+1SIYcWY2+`^RU!DK{UFI#5L-n(zj*33ifQeZNLB?l4H9V-$WYSbT>QI3)~=RaXo zrX^@)<|ZvPmvC>rw@zVH9A445uA{fd(a-akbN=(|*Yo+Dsz*PL<7iDjKHkscXv}0b z=NRMaOh4Y<-p`{6H;J@|Cem9A*Mqrv=Y_qamum!G2Ux_1>d8AEkSz9dpZRBFH6j}0x~|uDO*$p{u#{aO<@7n%ZR1E1yD9X%r>|$4!@DF?_M%+t z9sezzD9oa9otGcG0rp1S;G#NN@&&z3BK1LDTmZnI=~nGn#q$ZbEo%JNx6u31nf@M5 zx7f;p3Uhnop1YEsMT!tEm6NOx3nAy=gdj)~& z*Z~<43C^rczD(t!IN}puZH;IX*y78jsumw&lvPI;omBOPBgzEQu+t${4U}2XxU!k9 z3dV1Um2k@f`>X_Wa$w|s32q=r(enkU{R6t|Ce@jH%3BOHEihuTrg0KPEH)YXoNkOl zWphkQKs^{Pb8*aKM}nEkaZFrXoMMU-edhtAl+lCW71iFmu;f0&qCS>mA}KgmB@HPN zsW)uJra7~Sg?r*JVfKShzP_H^T5Hm#xH=YNhqtQJ)cSce;W5V1+u7U4fBW}T8=iGb zL`0ACn5xe)U^8OYh|NcMj&nFnsXeP}p+CoDfS^il#&?P2eM7f!7q=fziM6_i+>x|CS=@)v1r(emn zO$0Mze}v4>3YJhyQO^{ckjNRxp~n(1vuD<;+UM8vJdU^b$K&(({q;4882v31qxgiC zws6qu0%ukuHkCd>)6(iBSC)3P>kyB;5Kh8DNpuCRZG>t!HO&YWGfNZM{axRmNsSqz zlneZ)FfJ~^^|$ZKpHALn0AF;M3@i%wRM`2OI+X36Vf~c3tEz_-q_xZj^F47@CDfg2 zNqc}o36^p_zu{TXU3_oa)_6j>m=QW?P@0+&A|Nc6aWO~2(FY46!zJWzuy|Z!a5yoj zN%PoYHM&GRReK8}{Pp99>fd9UcQH4j>$*(!RX7g+S( zUUN>xd1y=`E%Ilv0@3So<1n91k#h@%a@%lS*V0Oxt^nIbp-ZZaBp!QHyVj48)exRV zb}MZz7GKg*Vc)<)l{#ZyyC}@}_zy7(YOt5(_$bY%m8JBgW0x4eOO}~cxm~K>89<1P zghjP*#f}}jl5wW) zONNbYo07r*-J3DxK|2mPy%k1UH$2jaywC7-=@wP}dd>Fh_s<_6KYx6f*=tNKma}RM zLCZicXxG!uBi zt`z8y(m3D8jEsYCdU0J@4muH>L?>%hWM*iwSWYNV^eUy?;-Kg(nOvc!LM^u@G5^Ii zrZX)fJeHVtcDcQ&k7xlELHO6JhADuO|^5=kfLRJkR4ej%z->J%XBjy)Kc?(&n7kxI~(ojq7qH zt7dBYcAm$19;QR}c@3Lt8v}veVmTcVtYmfDRoXp@&mPH{0W+{6Mhgi#N&UVH)EVLw z{W$cyF%Qjhm!I|0Z7m8;DKHj14f!nqGC_UnI@pqA=ombPqtRtGyKOkqiMdpCW9WY1 zVHjU)=e5juEt9hR3Ef6x%f>I(w#;%3KmtjiQ(~j#wJk48Ch{;R#KK1oMN2viOFs^6P8Iz?$eujbrMDPSmZlxT)-6hjrURghb)D% z9EnFmfkw51-L8QRPE?Tw8>PLW4$ZvvjK_yo*+v23(S0$f!HQ#e+yR_p_`Q1Xo-+{l zN8dJP?tbOpt$VguBvb4kNay z=W#IksS{NtS=}}ZAz#6!1>q@GkApsD^CPcKQWF=hpp4ut7AfpvW;%zXdsE}mG?)qz zme*Z=>+jYSlFmTN>*7*LoB*(DWG;}e6hs*@3vbE4yaDRP*}ICtMBPs3K_rfzNn&_u zg7ySWA9cn74RvC5-uY+z2fez9$j`(hNmovLEp>AhX9k)nGYPRUH%F#MuQ8t2HK$HfH(lTsHR< z;hU*m@?0sNDciQLNtW1HC?LEn2*siOxW%T9m{4U815ow{FiZVmoeI{;Kh8TFS_^Or zQHGoSBB%_m7goJ9R*0Jr^^c%PKx(Zf)vr(Sz3FB8AC7w#*aG~5tEQa(H=1gcl61h zI+H)8B z+QdKH)UG06zwA2&ForS1$uaBqZpp%ORxuc3yq?eFJQx1;aGPK04VJ)*YiJ7{7BNp$ znBXoJZ1Gi<*fn3J)W95}vBYGhhQ|!u0z=1E)vtTdDKo(xC?oI`q8sx{6cn>76U>{3 zli<#lg4$F<9mFVDGDHKgc)SMbsq(^tQk_!#8n5P6FvJxlq;bN=VXQb4tEs18o7ot{ zGo~|YSrND6N+x2Q?8mh-NHhFR*BInIGgomSZ|Nd_b2Oq77E>eO%vgTL;)Sk^fw)<4 zqAVUrUawf8JgsQSLhv}mXz8xh=2K_0<|K&vnNU_4!APNT9atFvwFuCPQB+np^D*Mo zwwwW9TSt_dSubcYLSePigVUK8nX2wbczKWK{|ECG@2S3T)W#T25yAOXIX%~XwOe*2 zs1wzrE$d@dTR#+v$bd#D5Oj2IgCUEIw=^WM2yygp;%5YOh`fi+N`Eqn_G`jS*F|Pt zL~CP==kxXTd`9m|Q|5-sQJZtBshODY>os22$ zutqE5YPLMEt!|aWM`L`?UYMY>&iNj_bk< z6a(&t#DY5`T215$p$2~P(F6#}P?g25NKT4zdTIDNo5I}=2lK~`NY3RO`mmj<_qn2= zAchlnk1Se_m>s7$c)*n1IrdIBk*(kWJ=`WIk+g_?5=HM3kJ9GRL|6eM@>4mY#r~Yp z(I$plR>ap!8j=%3F`Gp1H!neC_WJcPW(3x8fD6J+-il?as?L6N52=OkRhS@IK*Njm zK6sNj07Uu(3i}jVB5dCpf5l{#FOvtdp`yzdcXGRsCMRxU%a)tjyoR>U!X9I#f@XRkpj6PeUuL!{-xoz&~`{L0E_siB@Xf1G3F&WUNYzL-Mq| z$eaV_oRq)PnO+R6G6lplQ_?}ydOMFp&SQA9cjnKp=bV0Sl23=`yeRQFlb@MJ#9zK2+JY-+j3h2KTdmG7v>F}|z!am*=Y3HiiY z@CXH%v&3ul<fX5l3j~Q!ovn96=kMITbV>K41SM$R@=xP!=VlLFd5o(0~?Wb`}_Ojxo$g&;+jXurHjCBi*vZp_QF9LNqHVPvj<+ zk~OaDGCe|3R^$*0A`qB+mSYZ@1b;P=ug*Eg7)0jP_96{)i>Dw^>kAqUD#&WTy@h6i zGrx@`nX~)X0(@8JoN}deS~NF9d{dP~B7hr!H1djx`Fg#s>vcZf=z8@y9pvyD-#Imo zE03n39Erfb-{KkQdBPH6v}SS0IoglG0I=_^5|(@UgoYIWlarXCRY#qhdm9;#)HXr zlt$Nm2ycvA_RttO(RH6oyUt=+DI$&Qmgb=zGxF}h&dN(EI9{NA(F3^yA(j=h-3qu~ z2sP>hSo@+eBO)f7I5%&p`q+fhQ5yRACl+sEh=`#(Eb{?)4WoE|Waeif*9`+AUXf1U z?&W3Ugn|KKABpE2-kT9fV$IUb9MTez&N;4&h+>K17=_J*=xEKe6qv~7AR=-z#(cx4N|Onp2re9hxzV>5qk70A zHa#W-Y@0~1a_**y$sGRB&cxG(pK&mCUa!}$U;jMb-kZqdJS}3Hl36mT{unM?$|@r! zo!*^qxM?iMdbzFfRSPE(iSAR?j3!dGMPxb~m3)*?ZDk4}Y8 ze7#e46Up+new@gT$XZiHNN=WOP_mYU-SR-grMx5ng5Pgc-W9a<4~X`Q&Zi%tDW)w|31monyNlAU^ll54dwW&ss(3ioK&?ON{Tx^!m=A^UWRQq`{i&3=J_E%bKpZgrw>-EZw z7KUQtZTVJ6DkyG(aLWe|JmD zy2X_gU^j=&IY;3Vh!3^k(M3{I4;1JePDIRujkVt zq3^{vmP+Z=p<(;><*)MNOW|xjQ9+;p72dDQf1;`r{k(OK4Znk}^PbLNWag1FXT(+VK)H^Nfq9JU z_4Vmx#?C;DL#6OiojS)*ot|3n3U{i#y?=Oh2{Y%pVU>C}V_u2iVyHG>uYr9k$xT;F zObYqQ2nwie33+fy07`h2oEL}TDPG*h{mYs!8gY5tA74uednuP|%a!OIjoIo`b2^*{ zu*3E-vWXeaX3!pnlfO|C>btIMSf)8AksWVun4PV2wcrORnW|pbWk#dNCe5nUUvd{> zo4Sl>$zUC)V>H$IE`sH-NJ0p0>-|q+SL5sJ>$et)#%$>!oTQ&C45Bg72%3#Kf{JcU6FIF(aJUnQMRx{J&i8(1XW! zt>I#zNG%W!_tv$T?^X%g-Kx&s4>Ic_4XZ0=(mS#p*TFVkr5GC>QukiNQ*PW?Tz7jY z01&=R-fHF+`AO!Km$_2Qm@K7bM5JOV_q^w-vF6&Nvht`uFMpqJ2rfeYFyMILl(>t= zQ6Cviqu1-DM{lhI<}I$Ovs>rTxY;fQbG}#Ky`+^i=7S#B_4oh&U%&tPTUas*m9B#a zwmgbW`|CI#KmPj5pIfV*3a1r5!9bT&5)lu|W)3WpT49l$?>DWubBWKNv}3aG_oe)9 z0{0J%wq7}F`^Wynv+}n{?;}QObuLZKE6)*Dy}9U=3E(>b=ZFb^v+?Es-F^or;tUA8 z=b6};>d|x6Nzs6w&1)uz5DPBTUQa5shT%*@KF2JTge=X8;CcYlRGo9$>q7D6nv2C@ zE|#3W+;J-gsSq%UpI{UGMnp7q&M~G=X)Q~nt4dt~x-m@JbUVS}w0&FZDp$oYz$E2u zy^{=O=*)~gD}!USTGF?+iKvmE_>eDYZElCQnn#NcZ#o61gos-2W-8o>sYz+SX2`fU zRh>}N6YCj9-y^njOvWqwGvv+*LMM_FuCRKJ>}3@TXe*!|?0%~>#bPkwyhX|zg63Sj zZz;S|7GrybP>Gi=`N?C1Gv8uWBQ>WC#)sX3J~W$lLniUcVG*O!I4@X^L79c~u77u& z=i~jon10HOoj%fnPD{Ltgxtu!*OEn21cMnAUPZl?)lE5%e=svej%WBZe>&+hQEeRq zgPC*19YW?$>K*)2_&On3w#jF@#mR~A3g5bJV+yNFm&_BH_@<90i0Ux`Zu+?IutpET307*qoM6N<$ Ef?ji*Q2+n{ literal 0 HcmV?d00001 diff --git a/Zennysoft.Game.Ma/src/ui/player_ui/Assets/panel rough draft.png.import b/Zennysoft.Game.Ma/src/ui/player_ui/Assets/panel rough draft.png.import new file mode 100644 index 00000000..8ca85495 --- /dev/null +++ b/Zennysoft.Game.Ma/src/ui/player_ui/Assets/panel rough draft.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bj4p4qxb1mj3q" +path="res://.godot/imported/panel rough draft.png-0c7c4e82f01664d18eb3207c7b4e1a9a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://src/ui/player_ui/Assets/panel rough draft.png" +dest_files=["res://.godot/imported/panel rough draft.png-0c7c4e82f01664d18eb3207c7b4e1a9a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/shaders/n64_1.gdshader b/Zennysoft.Game.Ma/src/vfx/shaders/n64_1.gdshader index 7b9c40ce..7c97bfdd 100644 --- a/Zennysoft.Game.Ma/src/vfx/shaders/n64_1.gdshader +++ b/Zennysoft.Game.Ma/src/vfx/shaders/n64_1.gdshader @@ -44,10 +44,10 @@ vec3 apply_dithering(vec3 color, vec2 screen_pos) { vec3 threshold = random_noise_vec3(screen_pos); vec3 error = fract(color_scaled / 8.0); return color + step(threshold, error) * PALETTE_STEP; - } + } else { - float threshold = (dither_mode == 0) ? - magic_matrix[int(mod(screen_pos.y, 4.0))][int(mod(screen_pos.x, 4.0))] : + float threshold = (dither_mode == 0) ? + magic_matrix[int(mod(screen_pos.y, 4.0))][int(mod(screen_pos.x, 4.0))] : bayer_matrix[int(mod(screen_pos.y, 4.0))][int(mod(screen_pos.x, 4.0))]; vec3 quantized = floor(color_scaled / 8.0) * 8.0; vec3 can_dither = step(quantized, vec3(247.0)) * step(vec3(1.0), color_scaled);