From 18aa9a2c5f4815f1f6b213eed683c75cdf6be96a Mon Sep 17 00:00:00 2001 From: Ny Bruker <robinhs@stud.ntnu.no> Date: Thu, 10 Nov 2022 23:13:08 +0100 Subject: [PATCH] Fix for build. --- .../Code/Core/Abilities/BasicProjectile2.cs | 3 ++- .../Assets/Code/Services/AudioService.cs | 19 ++++++++++++++- .../Assets/Code/Services/PrefabService.cs | 23 +++++++++++++++--- .../Assets/Code/Services/SpriteService.cs | 22 ++++++++++++++--- MrBigsock/Assets/Resources.meta | 8 ++++++ MrBigsock/Assets/{ => Resources}/Prefabs.meta | 0 .../Assets/{ => Resources}/Prefabs/.gitkeep | 0 .../{ => Resources}/Prefabs/BigSock.prefab | 0 .../Prefabs/BigSock.prefab.meta | 0 .../{ => Resources}/Prefabs/Bosses.meta | 0 .../Prefabs/Bosses/Attacks.meta | 0 .../Attacks/Bringer_of_Death_Spell.prefab | 0 .../Bringer_of_Death_Spell.prefab.meta | 0 .../Prefabs/Bosses/Bringer_of_Death.prefab | 0 .../Bosses/Bringer_of_Death.prefab.meta | 0 .../Prefabs/Bosses/Skeleton_Boss.prefab | 0 .../Prefabs/Bosses/Skeleton_Boss.prefab.meta | 0 .../{ => Resources}/Prefabs/Bullets.meta | 0 .../Bullets/basic square bullet.prefab | 0 .../Bullets/basic square bullet.prefab.meta | 0 .../Prefabs/Bullets/big slow bullet.prefab | 0 .../Bullets/big slow bullet.prefab.meta | 0 .../Prefabs/Bullets/enemy_arrow.prefab | 0 .../Prefabs/Bullets/enemy_arrow.prefab.meta | 0 .../Prefabs/Enemy_Slime.prefab | 0 .../Prefabs/Enemy_Slime.prefab.meta | 0 .../Assets/{ => Resources}/Prefabs/Map.meta | 0 .../{ => Resources}/Prefabs/Map/Room.prefab | 0 .../Prefabs/Map/Room.prefab.meta | 0 .../Assets/{ => Resources}/Prefabs/UI.meta | 0 .../{ => Resources}/Prefabs/UI/Button.prefab | 0 .../Prefabs/UI/Button.prefab.meta | 0 .../Prefabs/UI/ChestContents.prefab | 0 .../Prefabs/UI/ChestContents.prefab.meta | 0 .../{ => Resources}/Prefabs/UI/HPBar.prefab | 0 .../Prefabs/UI/HPBar.prefab.meta | 0 .../Prefabs/UI/Inventory.prefab | 0 .../Prefabs/UI/Inventory.prefab.meta | 0 .../Prefabs/UI/InventorySlot.prefab | 0 .../Prefabs/UI/InventorySlot.prefab.meta | 0 .../{ => Resources}/Prefabs/UI/Item.prefab | 0 .../Prefabs/UI/Item.prefab.meta | 0 .../Prefabs/UI/PlayerMenu.prefab | 0 .../Prefabs/UI/PlayerMenu.prefab.meta | 0 .../Prefabs/UI/StatsPanel.prefab | 0 .../Prefabs/UI/StatsPanel.prefab.meta | 0 .../Prefabs/UI/UtilityBar.prefab | 0 .../Prefabs/UI/UtilityBar.prefab.meta | 0 .../{ => Resources}/Prefabs/UI/XpBar.prefab | 0 .../Prefabs/UI/XpBar.prefab.meta | 0 .../{ => Resources}/Prefabs/attack.prefab | 0 .../Prefabs/attack.prefab.meta | 0 .../Prefabs/backgroundMusic.prefab | 0 .../Prefabs/backgroundMusic.prefab.meta | 0 .../Prefabs/enemy_orc_range.prefab | 0 .../Prefabs/enemy_orc_range.prefab.meta | 0 .../Prefabs/enemy_orc_warrior.prefab | 0 .../Prefabs/enemy_orc_warrior.prefab.meta | 0 .../Prefabs/furry_demon.prefab | 0 .../Prefabs/furry_demon.prefab.meta | 0 .../{ => Resources}/Prefabs/golem.prefab | 0 .../{ => Resources}/Prefabs/golem.prefab.meta | 0 .../{ => Resources}/Prefabs/large_orc.prefab | 0 .../Prefabs/large_orc.prefab.meta | 0 .../Prefabs/skleton-range.prefab | 0 .../Prefabs/skleton-range.prefab.meta | 0 .../Prefabs/small_demon.prefab | 0 .../Prefabs/small_demon.prefab.meta | 0 .../{ => Resources}/Prefabs/small_orc.prefab | 0 .../Prefabs/small_orc.prefab.meta | 0 MrBigsock/Assets/{ => Resources}/Sprites.meta | 0 .../Assets/{ => Resources}/Sprites/.gitkeep | 0 .../Assets/{ => Resources}/Sprites/Enemy.meta | 0 .../{ => Resources}/Sprites/Enemy/.gitkeep | 0 .../Sprites/Enemy/Animations.meta | 0 .../Sprites/Enemy/Animations/.gitkeep | 0 .../Sprites/Enemy/Animations/furry_demon.meta | 0 .../furry_demon/furry_demon.controller | 0 .../furry_demon/furry_demon.controller.meta | 0 .../furry_demon/furry_demon_idle.anim | 0 .../furry_demon/furry_demon_idle.anim.meta | 0 .../furry_demon/furry_demon_run.anim | 0 .../furry_demon/furry_demon_run.anim.meta | 0 .../Sprites/Enemy/Animations/golem.meta | 0 .../Enemy/Animations/golem/golem.controller | 0 .../Animations/golem/golem.controller.meta | 0 .../Enemy/Animations/golem/golem_idle.anim | 0 .../Animations/golem/golem_idle.anim.meta | 0 .../Enemy/Animations/golem/golem_run.anim | 0 .../Animations/golem/golem_run.anim.meta | 0 .../Sprites/Enemy/Animations/large_orc.meta | 0 .../Animations/large_orc/large_orc.controller | 0 .../large_orc/large_orc.controller.meta | 0 .../Animations/large_orc/large_orc_idle.anim | 0 .../large_orc/large_orc_idle.anim.meta | 0 .../Animations/large_orc/large_orc_run.anim | 0 .../large_orc/large_orc_run.anim.meta | 0 .../Sprites/Enemy/Animations/orc_warrior.meta | 0 .../Animations/orc_warrior/Materials.meta | 0 .../Materials/orc_warrior_idle_anim_f0.mat | 0 .../orc_warrior_idle_anim_f0.mat.meta | 0 .../Enemy/Animations/orc_warrior/bow.meta | 0 .../orc_warrior/bow/Bow and Arrows.png | Bin .../orc_warrior/bow/Bow and Arrows.png.meta | 0 .../orc_warrior/bow/bow_animation.anim | 0 .../orc_warrior/bow/bow_animation.anim.meta | 0 .../bow/bow_animation_controller.controller | 0 .../bow_animation_controller.controller.meta | 0 .../Animations/orc_warrior/orc_warrior.anim | 0 .../orc_warrior/orc_warrior.anim.meta | 0 .../orc_warrior/orc_warrior.controller | 0 .../orc_warrior/orc_warrior.controller.meta | 0 .../orc_warrior/orc_warrior_attack.anim | 0 .../orc_warrior/orc_warrior_attack.anim.meta | 0 .../orc_warrior/orc_warrior_idle.anim | 0 .../orc_warrior/orc_warrior_idle.anim.meta | 0 .../orc_warrior_idle_anim_f0.controller | 0 .../orc_warrior_idle_anim_f0.controller.meta | 0 .../orc_warrior/orc_warrior_idle_anim_f0.png | Bin .../orc_warrior_idle_anim_f0.png.meta | 0 .../orc_warrior/orc_warrior_idle_anim_f1.png | Bin .../orc_warrior_idle_anim_f1.png.meta | 0 .../orc_warrior/orc_warrior_idle_anim_f2.png | Bin .../orc_warrior_idle_anim_f2.png.meta | 0 .../orc_warrior/orc_warrior_idle_anim_f3.png | Bin .../orc_warrior_idle_anim_f3.png.meta | 0 .../orc_warrior/orc_warrior_run_anim_f0.png | Bin .../orc_warrior_run_anim_f0.png.meta | 0 .../orc_warrior/orc_warrior_run_anim_f1.png | Bin .../orc_warrior_run_anim_f1.png.meta | 0 .../orc_warrior/orc_warrior_run_anim_f2.png | Bin .../orc_warrior_run_anim_f2.png.meta | 0 .../orc_warrior/orc_warrior_run_anim_f3.png | Bin .../orc_warrior_run_anim_f3.png.meta | 0 .../Sprites/Enemy/Animations/skeleton.meta | 0 .../Animations/skeleton/skeleton.controller | 0 .../skeleton/skeleton.controller.meta | 0 .../Animations/skeleton/skeleton_attack.anim | 0 .../skeleton/skeleton_attack.anim.meta | 0 .../Animations/skeleton/skeleton_walk.anim | 0 .../skeleton/skeleton_walk.anim.meta | 0 .../Sprites/Enemy/Animations/slime.meta | 0 .../Sprites/Enemy/Animations/small_demon.meta | 0 .../small_demon/small_demon.controller | 0 .../small_demon/small_demon.controller.meta | 0 .../small_demon/small_demon_idle.anim | 0 .../small_demon/small_demon_idle.anim.meta | 0 .../small_demon/small_demon_run.anim | 0 .../small_demon/small_demon_run.anim.meta | 0 .../Sprites/Enemy/Animations/small_orc.meta | 0 .../Animations/small_orc/small_orc.controller | 0 .../small_orc/small_orc.controller.meta | 0 .../Animations/small_orc/small_orc_idle.anim | 0 .../small_orc/small_orc_idle.anim.meta | 0 .../Animations/small_orc/small_orc_run.anim | 0 .../small_orc/small_orc_run.anim.meta | 0 .../{ => Resources}/Sprites/Enemy/Boss.meta | 0 .../Sprites/Enemy/Boss/Animations.meta | 0 .../Boss/Animations/Bringer_of_Death.meta | 0 .../Bringer_of_Death.controller | 0 .../Bringer_of_Death.controller.meta | 0 .../Bringer_of_Death_Spell.controller | 0 .../Bringer_of_Death_Spell.controller.meta | 0 .../Animations/Bringer_of_Death/attack.anim | 0 .../Bringer_of_Death/attack.anim.meta | 0 .../Animations/Bringer_of_Death/cast.anim | 0 .../Bringer_of_Death/cast.anim.meta | 0 .../Animations/Bringer_of_Death/death.anim | 0 .../Bringer_of_Death/death.anim.meta | 0 .../Animations/Bringer_of_Death/hurt.anim | 0 .../Bringer_of_Death/hurt.anim.meta | 0 .../Animations/Bringer_of_Death/idle.anim | 0 .../Bringer_of_Death/idle.anim.meta | 0 .../Animations/Bringer_of_Death/spell.anim | 0 .../Bringer_of_Death/spell.anim.meta | 0 .../Animations/Bringer_of_Death/walk.anim | 0 .../Bringer_of_Death/walk.anim.meta | 0 .../Enemy/Boss/Animations/Skeleton_Boss.meta | 0 .../Skeleton_Boss/Skeleton_Boss.controller | 0 .../Skeleton_Boss.controller.meta | 0 .../Boss/Animations/Skeleton_Boss/attack.anim | 0 .../Animations/Skeleton_Boss/attack.anim.meta | 0 .../Boss/Animations/Skeleton_Boss/death.anim | 0 .../Animations/Skeleton_Boss/death.anim.meta | 0 .../Boss/Animations/Skeleton_Boss/idle.anim | 0 .../Animations/Skeleton_Boss/idle.anim.meta | 0 .../Animations/Skeleton_Boss/take_damage.anim | 0 .../Skeleton_Boss/take_damage.anim.meta | 0 .../Boss/Animations/Skeleton_Boss/walk.anim | 0 .../Animations/Skeleton_Boss/walk.anim.meta | 0 .../Sprites/Enemy/Boss/Sprites.meta | 0 .../Enemy/Boss/Sprites/Bringer_of_death.meta | 0 .../Bringer_of_death/Individual Sprite.meta | 0 .../Individual Sprite/Attack.meta | 0 .../Attack/Bringer-of-Death_Attack_1.png | Bin .../Attack/Bringer-of-Death_Attack_1.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_10.png | Bin .../Bringer-of-Death_Attack_10.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_2.png | Bin .../Attack/Bringer-of-Death_Attack_2.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_3.png | Bin .../Attack/Bringer-of-Death_Attack_3.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_4.png | Bin .../Attack/Bringer-of-Death_Attack_4.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_5.png | Bin .../Attack/Bringer-of-Death_Attack_5.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_6.png | Bin .../Attack/Bringer-of-Death_Attack_6.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_7.png | Bin .../Attack/Bringer-of-Death_Attack_7.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_8.png | Bin .../Attack/Bringer-of-Death_Attack_8.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_9.png | Bin .../Attack/Bringer-of-Death_Attack_9.png.meta | 12 +++++++++ .../Individual Sprite/Cast.meta | 0 .../Cast/Bringer-of-Death_Cast_1.png | Bin .../Cast/Bringer-of-Death_Cast_1.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_2.png | Bin .../Cast/Bringer-of-Death_Cast_2.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_3.png | Bin .../Cast/Bringer-of-Death_Cast_3.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_4.png | Bin .../Cast/Bringer-of-Death_Cast_4.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_5.png | Bin .../Cast/Bringer-of-Death_Cast_5.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_6.png | Bin .../Cast/Bringer-of-Death_Cast_6.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_7.png | Bin .../Cast/Bringer-of-Death_Cast_7.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_8.png | Bin .../Cast/Bringer-of-Death_Cast_8.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_9.png | Bin .../Cast/Bringer-of-Death_Cast_9.png.meta | 12 +++++++++ .../Individual Sprite/Death.meta | 0 .../Death/Bringer-of-Death_Death_1.png | Bin .../Death/Bringer-of-Death_Death_1.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_10.png | Bin .../Death/Bringer-of-Death_Death_10.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_2.png | Bin .../Death/Bringer-of-Death_Death_2.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_3.png | Bin .../Death/Bringer-of-Death_Death_3.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_4.png | Bin .../Death/Bringer-of-Death_Death_4.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_5.png | Bin .../Death/Bringer-of-Death_Death_5.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_6.png | Bin .../Death/Bringer-of-Death_Death_6.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_7.png | Bin .../Death/Bringer-of-Death_Death_7.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_8.png | Bin .../Death/Bringer-of-Death_Death_8.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_9.png | Bin .../Death/Bringer-of-Death_Death_9.png.meta | 12 +++++++++ .../Individual Sprite/Hurt.meta | 0 .../Hurt/Bringer-of-Death_Hurt_1.png | Bin .../Hurt/Bringer-of-Death_Hurt_1.png.meta | 12 +++++++++ .../Hurt/Bringer-of-Death_Hurt_2.png | Bin .../Hurt/Bringer-of-Death_Hurt_2.png.meta | 12 +++++++++ .../Hurt/Bringer-of-Death_Hurt_3.png | Bin .../Hurt/Bringer-of-Death_Hurt_3.png.meta | 12 +++++++++ .../Individual Sprite/Idle.meta | 0 .../Idle/Bringer-of-Death_Idle_1.png | Bin .../Idle/Bringer-of-Death_Idle_1.png.meta | 12 +++++++++ .../Idle/Bringer-of-Death_Idle_2.png | Bin .../Idle/Bringer-of-Death_Idle_2.png.meta | 12 +++++++++ .../Idle/Bringer-of-Death_Idle_3.png | Bin .../Idle/Bringer-of-Death_Idle_3.png.meta | 12 +++++++++ .../Idle/Bringer-of-Death_Idle_4.png | Bin .../Idle/Bringer-of-Death_Idle_4.png.meta | 12 +++++++++ .../Idle/Bringer-of-Death_Idle_5.png | Bin .../Idle/Bringer-of-Death_Idle_5.png.meta | 12 +++++++++ .../Idle/Bringer-of-Death_Idle_6.png | Bin .../Idle/Bringer-of-Death_Idle_6.png.meta | 12 +++++++++ .../Idle/Bringer-of-Death_Idle_7.png | Bin .../Idle/Bringer-of-Death_Idle_7.png.meta | 12 +++++++++ .../Idle/Bringer-of-Death_Idle_8.png | Bin .../Idle/Bringer-of-Death_Idle_8.png.meta | 12 +++++++++ .../Individual Sprite/No Effect Sprites.meta | 0 .../No Effect Sprites/Attack.meta | 0 .../Attack/Bringer-of-Death_Attack_1.png | Bin .../Attack/Bringer-of-Death_Attack_1.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_10.png | Bin .../Bringer-of-Death_Attack_10.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_2.png | Bin .../Attack/Bringer-of-Death_Attack_2.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_3.png | Bin .../Attack/Bringer-of-Death_Attack_3.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_4.png | Bin .../Attack/Bringer-of-Death_Attack_4.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_5.png | Bin .../Attack/Bringer-of-Death_Attack_5.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_6.png | Bin .../Attack/Bringer-of-Death_Attack_6.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_7.png | Bin .../Attack/Bringer-of-Death_Attack_7.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_8.png | Bin .../Attack/Bringer-of-Death_Attack_8.png.meta | 12 +++++++++ .../Attack/Bringer-of-Death_Attack_9.png | Bin .../Attack/Bringer-of-Death_Attack_9.png.meta | 12 +++++++++ .../No Effect Sprites/Cast.meta | 0 .../Cast/Bringer-of-Death_Cast_1.png | Bin .../Cast/Bringer-of-Death_Cast_1.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_2.png | Bin .../Cast/Bringer-of-Death_Cast_2.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_3.png | Bin .../Cast/Bringer-of-Death_Cast_3.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_4.png | Bin .../Cast/Bringer-of-Death_Cast_4.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_5.png | Bin .../Cast/Bringer-of-Death_Cast_5.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_6.png | Bin .../Cast/Bringer-of-Death_Cast_6.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_7.png | Bin .../Cast/Bringer-of-Death_Cast_7.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_8.png | Bin .../Cast/Bringer-of-Death_Cast_8.png.meta | 12 +++++++++ .../Cast/Bringer-of-Death_Cast_9.png | Bin .../Cast/Bringer-of-Death_Cast_9.png.meta | 12 +++++++++ .../No Effect Sprites/Death.meta | 0 .../Death/Bringer-of-Death_Death_1.png | Bin .../Death/Bringer-of-Death_Death_1.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_10.png | Bin .../Death/Bringer-of-Death_Death_10.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_2.png | Bin .../Death/Bringer-of-Death_Death_2.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_3.png | Bin .../Death/Bringer-of-Death_Death_3.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_4.png | Bin .../Death/Bringer-of-Death_Death_4.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_5.png | Bin .../Death/Bringer-of-Death_Death_5.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_6.png | Bin .../Death/Bringer-of-Death_Death_6.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_7.png | Bin .../Death/Bringer-of-Death_Death_7.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_8.png | Bin .../Death/Bringer-of-Death_Death_8.png.meta | 12 +++++++++ .../Death/Bringer-of-Death_Death_9.png | Bin .../Death/Bringer-of-Death_Death_9.png.meta | 12 +++++++++ .../No Effect Sprites/Hurt.meta | 0 .../Hurt/Bringer-of-Death_Hurt_1.png | Bin .../Hurt/Bringer-of-Death_Hurt_1.png.meta | 12 +++++++++ .../Hurt/Bringer-of-Death_Hurt_2.png | Bin .../Hurt/Bringer-of-Death_Hurt_2.png.meta | 12 +++++++++ .../Hurt/Bringer-of-Death_Hurt_3.png | Bin .../Hurt/Bringer-of-Death_Hurt_3.png.meta | 12 +++++++++ .../No Effect Sprites/Spell.meta | 0 .../Spell/Bringer-of-Death_Spell_1.png | Bin .../Spell/Bringer-of-Death_Spell_1.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_10.png | Bin .../Spell/Bringer-of-Death_Spell_10.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_11.png | Bin .../Spell/Bringer-of-Death_Spell_11.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_12.png | Bin .../Spell/Bringer-of-Death_Spell_12.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_13.png | Bin .../Spell/Bringer-of-Death_Spell_13.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_14.png | Bin .../Spell/Bringer-of-Death_Spell_14.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_15.png | Bin .../Spell/Bringer-of-Death_Spell_15.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_16.png | Bin .../Spell/Bringer-of-Death_Spell_16.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_2.png | Bin .../Spell/Bringer-of-Death_Spell_2.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_3.png | Bin .../Spell/Bringer-of-Death_Spell_3.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_4.png | Bin .../Spell/Bringer-of-Death_Spell_4.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_5.png | Bin .../Spell/Bringer-of-Death_Spell_5.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_6.png | Bin .../Spell/Bringer-of-Death_Spell_6.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_7.png | Bin .../Spell/Bringer-of-Death_Spell_7.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_8.png | Bin .../Spell/Bringer-of-Death_Spell_8.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_9.png | Bin .../Spell/Bringer-of-Death_Spell_9.png.meta | 12 +++++++++ .../Individual Sprite/Spell.meta | 0 .../Spell/Bringer-of-Death_Spell_1.png | Bin .../Spell/Bringer-of-Death_Spell_1.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_10.png | Bin .../Spell/Bringer-of-Death_Spell_10.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_11.png | Bin .../Spell/Bringer-of-Death_Spell_11.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_12.png | Bin .../Spell/Bringer-of-Death_Spell_12.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_13.png | Bin .../Spell/Bringer-of-Death_Spell_13.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_14.png | Bin .../Spell/Bringer-of-Death_Spell_14.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_15.png | Bin .../Spell/Bringer-of-Death_Spell_15.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_16.png | Bin .../Spell/Bringer-of-Death_Spell_16.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_2.png | Bin .../Spell/Bringer-of-Death_Spell_2.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_3.png | Bin .../Spell/Bringer-of-Death_Spell_3.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_4.png | Bin .../Spell/Bringer-of-Death_Spell_4.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_5.png | Bin .../Spell/Bringer-of-Death_Spell_5.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_6.png | Bin .../Spell/Bringer-of-Death_Spell_6.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_7.png | Bin .../Spell/Bringer-of-Death_Spell_7.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_8.png | Bin .../Spell/Bringer-of-Death_Spell_8.png.meta | 12 +++++++++ .../Spell/Bringer-of-Death_Spell_9.png | Bin .../Spell/Bringer-of-Death_Spell_9.png.meta | 12 +++++++++ .../Individual Sprite/Walk.meta | 0 .../Walk/Bringer-of-Death_Walk_1.png | Bin .../Walk/Bringer-of-Death_Walk_1.png.meta | 12 +++++++++ .../Walk/Bringer-of-Death_Walk_2.png | Bin .../Walk/Bringer-of-Death_Walk_2.png.meta | 12 +++++++++ .../Walk/Bringer-of-Death_Walk_3.png | Bin .../Walk/Bringer-of-Death_Walk_3.png.meta | 12 +++++++++ .../Walk/Bringer-of-Death_Walk_4.png | Bin .../Walk/Bringer-of-Death_Walk_4.png.meta | 12 +++++++++ .../Walk/Bringer-of-Death_Walk_5.png | Bin .../Walk/Bringer-of-Death_Walk_5.png.meta | 12 +++++++++ .../Walk/Bringer-of-Death_Walk_6.png | Bin .../Walk/Bringer-of-Death_Walk_6.png.meta | 12 +++++++++ .../Walk/Bringer-of-Death_Walk_7.png | Bin .../Walk/Bringer-of-Death_Walk_7.png.meta | 12 +++++++++ .../Walk/Bringer-of-Death_Walk_8.png | Bin .../Walk/Bringer-of-Death_Walk_8.png.meta | 12 +++++++++ .../Sprites/Bringer_of_death/SpriteSheet.meta | 0 .../Bringer-of-Death-SpritSheet.png | Bin .../Bringer-of-Death-SpritSheet.png.meta | 16 ++++++++++-- .../Bringer-of-Death-SpritSheet_no-Effect.png | Bin ...ger-of-Death-SpritSheet_no-Effect.png.meta | 12 +++++++++ .../Enemy/Boss/Sprites/Skeleton enemy.png | Bin .../Boss/Sprites/Skeleton enemy.png.meta | 12 +++++++++ .../Sprites/Enemy/Enemy_sprites.meta | 0 .../Enemy/Enemy_sprites/Archer Skeleton.png | Bin .../Enemy_sprites/Archer Skeleton.png.meta | 2 +- .../Archer Skeleton_0.controller | 0 .../Archer Skeleton_0.controller.meta | 0 .../Archer Skeleton_6.controller | 0 .../Archer Skeleton_6.controller.meta | 0 .../Enemy/Enemy_sprites/One-eyed Bat.png | Bin .../Enemy/Enemy_sprites/One-eyed Bat.png.meta | 0 .../Sprites/Enemy/Enemy_sprites/Slime Mob.png | Bin .../Enemy/Enemy_sprites/Slime Mob.png.meta | 0 .../Enemy/Enemy_sprites/large_enemies.png | Bin .../Enemy_sprites/large_enemies.png.meta | 12 +++++++++ .../Enemy/Enemy_sprites/medium_enemies.png | Bin .../Enemy_sprites/medium_enemies.png.meta | 12 +++++++++ .../Enemy/Enemy_sprites/small_enemies.png | Bin .../Enemy_sprites/small_enemies.png.meta | 12 +++++++++ .../Assets/{ => Resources}/Sprites/Item.meta | 0 .../{ => Resources}/Sprites/Item/.gitkeep | 0 .../Sprites/Item/BreadWithJamx16.png | Bin .../Sprites/Item/BreadWithJamx16.png.meta | 12 +++++++++ .../Sprites/Item/Canvas.controller | 0 .../Sprites/Item/Canvas.controller.meta | 0 .../Sprites/Item/ClosedChest.controller | 0 .../Sprites/Item/ClosedChest.controller.meta | 0 .../Sprites/Item/ClosedChest.prefab | 0 .../Sprites/Item/ClosedChest.prefab.meta | 0 .../Sprites/Item/ClosedDoor.controller | 0 .../Sprites/Item/ClosedDoor.controller.meta | 0 .../Sprites/Item/ClosedDoor.prefab | 0 .../Sprites/Item/ClosedDoor.prefab.meta | 0 .../Sprites/Item/OpenDoor.prefab | 0 .../Sprites/Item/OpenDoor.prefab.meta | 0 .../Sprites/Item/OpeningGoldChest.anim | 0 .../Sprites/Item/OpeningGoldChest.anim.meta | 0 .../{ => Resources}/Sprites/Item/chest.png | Bin .../Sprites/Item/chest.png.meta | 12 +++++++++ .../Sprites/Item/tilesetNice.png | Bin .../Sprites/Item/tilesetNice.png.meta | 12 +++++++++ .../{ => Resources}/Sprites/Player.meta | 0 .../{ => Resources}/Sprites/Player/.gitkeep | 0 .../Sprites/Player/Animations.meta | 0 .../Sprites/Player/Animations/.gitkeep | 0 .../Sprites/Player/Animations/idle.meta | 0 .../Player/Animations/idle/BigSock.controller | 0 .../Animations/idle/BigSock.controller.meta | 0 .../Animations/idle/BigSock_Idle_Right.png | Bin .../idle/BigSock_Idle_Right.png.meta | 0 .../Player/Animations/idle/BigSock_idle.anim | 0 .../Animations/idle/BigSock_idle.anim.meta | 0 .../Sprites/Player/Animations/walk.meta | 0 .../Animations/walk/BigSock_Walk_Right.png | Bin .../walk/BigSock_Walk_Right.png.meta | 0 .../Player/Animations/walk/Bigsock_walk.anim | 0 .../Animations/walk/Bigsock_walk.anim.meta | 0 .../Sprites/Player/BigSock.meta | 0 .../BigSock/PlayerInputActions.inputactions | 0 .../PlayerInputActions.inputactions.meta | 0 .../Sprites/Player/BigSock/attackBigSock.anim | 0 .../Player/BigSock/attackBigSock.anim.meta | 0 .../Sprites/Player/BigSock/attackBigSock.png | Bin .../Player/BigSock/attackBigSock.png.meta | 0 .../Player/BigSock/attackBigSockBig.anim | 0 .../Player/BigSock/attackBigSockBig.anim.meta | 0 .../BigSock/attackBigSockBig.controller | 0 .../BigSock/attackBigSockBig.controller.meta | 0 .../Player/BigSock/attackBigSockBig.png | Bin .../Player/BigSock/attackBigSockBig.png.meta | 0 .../Player/BigSock/attackBigSock_0.controller | 0 .../BigSock/attackBigSock_0.controller.meta | 0 .../Assets/{ => Resources}/Sprites/UI.meta | 0 .../Assets/{ => Resources}/Sprites/UI/GUI.png | Bin .../{ => Resources}/Sprites/UI/GUI.png.meta | 12 +++++++++ .../{ => Resources}/Sprites/UI/buttons.png | Bin .../Sprites/UI/buttons.png.meta | 12 +++++++++ MrBigsock/Assets/{ => Resources}/sound.meta | 0 .../sound/Eggy Toast - The Magician.mp3 | Bin .../sound/Eggy Toast - The Magician.mp3.meta | 0 ...ection [512 sounds] By Juhani Junkala.meta | 0 .../Death Screams.meta | 0 .../Death Screams/Alien.meta | 0 .../Alien/sfx_deathscream_alien1.wav | Bin .../Alien/sfx_deathscream_alien1.wav.meta | 0 .../Alien/sfx_deathscream_alien2.wav | Bin .../Alien/sfx_deathscream_alien2.wav.meta | 0 .../Alien/sfx_deathscream_alien3.wav | Bin .../Alien/sfx_deathscream_alien3.wav.meta | 0 .../Alien/sfx_deathscream_alien4.wav | Bin .../Alien/sfx_deathscream_alien4.wav.meta | 0 .../Alien/sfx_deathscream_alien5.wav | Bin .../Alien/sfx_deathscream_alien5.wav.meta | 0 .../Alien/sfx_deathscream_alien6.wav | Bin .../Alien/sfx_deathscream_alien6.wav.meta | 0 .../Death Screams/Android.meta | 0 .../Android/sfx_deathscream_android1.wav | Bin .../Android/sfx_deathscream_android1.wav.meta | 0 .../Android/sfx_deathscream_android2.wav | Bin .../Android/sfx_deathscream_android2.wav.meta | 0 .../Android/sfx_deathscream_android3.wav | Bin .../Android/sfx_deathscream_android3.wav.meta | 0 .../Android/sfx_deathscream_android4.wav | Bin .../Android/sfx_deathscream_android4.wav.meta | 0 .../Android/sfx_deathscream_android5.wav | Bin .../Android/sfx_deathscream_android5.wav.meta | 0 .../Android/sfx_deathscream_android6.wav | Bin .../Android/sfx_deathscream_android6.wav.meta | 0 .../Android/sfx_deathscream_android7.wav | Bin .../Android/sfx_deathscream_android7.wav.meta | 0 .../Android/sfx_deathscream_android8.wav | Bin .../Android/sfx_deathscream_android8.wav.meta | 0 .../Death Screams/Human.meta | 0 .../Human/sfx_deathscream_human1.wav | Bin .../Human/sfx_deathscream_human1.wav.meta | 0 .../Human/sfx_deathscream_human10.wav | Bin .../Human/sfx_deathscream_human10.wav.meta | 0 .../Human/sfx_deathscream_human11.wav | Bin .../Human/sfx_deathscream_human11.wav.meta | 0 .../Human/sfx_deathscream_human12.wav | Bin .../Human/sfx_deathscream_human12.wav.meta | 0 .../Human/sfx_deathscream_human13.wav | Bin .../Human/sfx_deathscream_human13.wav.meta | 0 .../Human/sfx_deathscream_human14.wav | Bin .../Human/sfx_deathscream_human14.wav.meta | 0 .../Human/sfx_deathscream_human2.wav | Bin .../Human/sfx_deathscream_human2.wav.meta | 0 .../Human/sfx_deathscream_human3.wav | Bin .../Human/sfx_deathscream_human3.wav.meta | 0 .../Human/sfx_deathscream_human4.wav | Bin .../Human/sfx_deathscream_human4.wav.meta | 0 .../Human/sfx_deathscream_human5.wav | Bin .../Human/sfx_deathscream_human5.wav.meta | 0 .../Human/sfx_deathscream_human6.wav | Bin .../Human/sfx_deathscream_human6.wav.meta | 0 .../Human/sfx_deathscream_human7.wav | Bin .../Human/sfx_deathscream_human7.wav.meta | 0 .../Human/sfx_deathscream_human8.wav | Bin .../Human/sfx_deathscream_human8.wav.meta | 0 .../Human/sfx_deathscream_human9.wav | Bin .../Human/sfx_deathscream_human9.wav.meta | 0 .../Death Screams/Robot.meta | 0 .../Robot/sfx_deathscream_robot1.wav | Bin .../Robot/sfx_deathscream_robot1.wav.meta | 0 .../Robot/sfx_deathscream_robot2.wav | Bin .../Robot/sfx_deathscream_robot2.wav.meta | 0 .../Robot/sfx_deathscream_robot3.wav | Bin .../Robot/sfx_deathscream_robot3.wav.meta | 0 .../Robot/sfx_deathscream_robot4.wav | Bin .../Robot/sfx_deathscream_robot4.wav.meta | 0 .../Explosions.meta | 0 .../Explosions/Clusters.meta | 0 .../Explosions/Clusters/sfx_exp_cluster1.wav | Bin .../Clusters/sfx_exp_cluster1.wav.meta | 0 .../Explosions/Clusters/sfx_exp_cluster10.wav | Bin .../Clusters/sfx_exp_cluster10.wav.meta | 0 .../Explosions/Clusters/sfx_exp_cluster11.wav | Bin .../Clusters/sfx_exp_cluster11.wav.meta | 0 .../Explosions/Clusters/sfx_exp_cluster2.wav | Bin .../Clusters/sfx_exp_cluster2.wav.meta | 0 .../Explosions/Clusters/sfx_exp_cluster3.wav | Bin .../Clusters/sfx_exp_cluster3.wav.meta | 0 .../Explosions/Clusters/sfx_exp_cluster4.wav | Bin .../Clusters/sfx_exp_cluster4.wav.meta | 0 .../Explosions/Clusters/sfx_exp_cluster5.wav | Bin .../Clusters/sfx_exp_cluster5.wav.meta | 0 .../Explosions/Clusters/sfx_exp_cluster6.wav | Bin .../Clusters/sfx_exp_cluster6.wav.meta | 0 .../Explosions/Clusters/sfx_exp_cluster7.wav | Bin .../Clusters/sfx_exp_cluster7.wav.meta | 0 .../Explosions/Clusters/sfx_exp_cluster8.wav | Bin .../Clusters/sfx_exp_cluster8.wav.meta | 0 .../Explosions/Clusters/sfx_exp_cluster9.wav | Bin .../Clusters/sfx_exp_cluster9.wav.meta | 0 .../Explosions/Double.meta | 0 .../Explosions/Double/sfx_exp_double1.wav | Bin .../Double/sfx_exp_double1.wav.meta | 0 .../Explosions/Double/sfx_exp_double2.wav | Bin .../Double/sfx_exp_double2.wav.meta | 0 .../Explosions/Double/sfx_exp_double3.wav | Bin .../Double/sfx_exp_double3.wav.meta | 0 .../Explosions/Long.meta | 0 .../Explosions/Long/sfx_exp_long1.wav | Bin .../Explosions/Long/sfx_exp_long1.wav.meta | 0 .../Explosions/Long/sfx_exp_long2.wav | Bin .../Explosions/Long/sfx_exp_long2.wav.meta | 0 .../Explosions/Long/sfx_exp_long3.wav | Bin .../Explosions/Long/sfx_exp_long3.wav.meta | 0 .../Explosions/Long/sfx_exp_long4.wav | Bin .../Explosions/Long/sfx_exp_long4.wav.meta | 0 .../Explosions/Long/sfx_exp_long5.wav | Bin .../Explosions/Long/sfx_exp_long5.wav.meta | 0 .../Explosions/Long/sfx_exp_long6.wav | Bin .../Explosions/Long/sfx_exp_long6.wav.meta | 0 .../Explosions/Medium Length.meta | 0 .../Medium Length/sfx_exp_medium1.wav | Bin .../Medium Length/sfx_exp_medium1.wav.meta | 0 .../Medium Length/sfx_exp_medium10.wav | Bin .../Medium Length/sfx_exp_medium10.wav.meta | 0 .../Medium Length/sfx_exp_medium11.wav | Bin .../Medium Length/sfx_exp_medium11.wav.meta | 0 .../Medium Length/sfx_exp_medium12.wav | Bin .../Medium Length/sfx_exp_medium12.wav.meta | 0 .../Medium Length/sfx_exp_medium13.wav | Bin .../Medium Length/sfx_exp_medium13.wav.meta | 0 .../Medium Length/sfx_exp_medium2.wav | Bin .../Medium Length/sfx_exp_medium2.wav.meta | 0 .../Medium Length/sfx_exp_medium3.wav | Bin .../Medium Length/sfx_exp_medium3.wav.meta | 0 .../Medium Length/sfx_exp_medium4.wav | Bin .../Medium Length/sfx_exp_medium4.wav.meta | 0 .../Medium Length/sfx_exp_medium5.wav | Bin .../Medium Length/sfx_exp_medium5.wav.meta | 0 .../Medium Length/sfx_exp_medium6.wav | Bin .../Medium Length/sfx_exp_medium6.wav.meta | 0 .../Medium Length/sfx_exp_medium7.wav | Bin .../Medium Length/sfx_exp_medium7.wav.meta | 0 .../Medium Length/sfx_exp_medium8.wav | Bin .../Medium Length/sfx_exp_medium8.wav.meta | 0 .../Medium Length/sfx_exp_medium9.wav | Bin .../Medium Length/sfx_exp_medium9.wav.meta | 0 .../Explosions/Odd.meta | 0 .../Explosions/Odd/sfx_exp_odd1.wav | Bin .../Explosions/Odd/sfx_exp_odd1.wav.meta | 0 .../Explosions/Odd/sfx_exp_odd2.wav | Bin .../Explosions/Odd/sfx_exp_odd2.wav.meta | 0 .../Explosions/Odd/sfx_exp_odd3.wav | Bin .../Explosions/Odd/sfx_exp_odd3.wav.meta | 0 .../Explosions/Odd/sfx_exp_odd4.wav | Bin .../Explosions/Odd/sfx_exp_odd4.wav.meta | 0 .../Explosions/Odd/sfx_exp_odd5.wav | Bin .../Explosions/Odd/sfx_exp_odd5.wav.meta | 0 .../Explosions/Odd/sfx_exp_odd6.wav | Bin .../Explosions/Odd/sfx_exp_odd6.wav.meta | 0 .../Explosions/Odd/sfx_exp_odd7.wav | Bin .../Explosions/Odd/sfx_exp_odd7.wav.meta | 0 .../Explosions/Short.meta | 0 .../Explosions/Short/sfx_exp_short_hard1.wav | Bin .../Short/sfx_exp_short_hard1.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard10.wav | Bin .../Short/sfx_exp_short_hard10.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard11.wav | Bin .../Short/sfx_exp_short_hard11.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard12.wav | Bin .../Short/sfx_exp_short_hard12.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard13.wav | Bin .../Short/sfx_exp_short_hard13.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard14.wav | Bin .../Short/sfx_exp_short_hard14.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard15.wav | Bin .../Short/sfx_exp_short_hard15.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard16.wav | Bin .../Short/sfx_exp_short_hard16.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard17.wav | Bin .../Short/sfx_exp_short_hard17.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard2.wav | Bin .../Short/sfx_exp_short_hard2.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard3.wav | Bin .../Short/sfx_exp_short_hard3.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard4.wav | Bin .../Short/sfx_exp_short_hard4.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard5.wav | Bin .../Short/sfx_exp_short_hard5.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard6.wav | Bin .../Short/sfx_exp_short_hard6.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard7.wav | Bin .../Short/sfx_exp_short_hard7.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard8.wav | Bin .../Short/sfx_exp_short_hard8.wav.meta | 0 .../Explosions/Short/sfx_exp_short_hard9.wav | Bin .../Short/sfx_exp_short_hard9.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft1.wav | Bin .../Short/sfx_exp_short_soft1.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft10.wav | Bin .../Short/sfx_exp_short_soft10.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft11.wav | Bin .../Short/sfx_exp_short_soft11.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft12.wav | Bin .../Short/sfx_exp_short_soft12.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft2.wav | Bin .../Short/sfx_exp_short_soft2.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft3.wav | Bin .../Short/sfx_exp_short_soft3.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft4.wav | Bin .../Short/sfx_exp_short_soft4.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft5.wav | Bin .../Short/sfx_exp_short_soft5.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft6.wav | Bin .../Short/sfx_exp_short_soft6.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft7.wav | Bin .../Short/sfx_exp_short_soft7.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft8.wav | Bin .../Short/sfx_exp_short_soft8.wav.meta | 0 .../Explosions/Short/sfx_exp_short_soft9.wav | Bin .../Short/sfx_exp_short_soft9.wav.meta | 0 .../Explosions/Shortest.meta | 0 .../Shortest/sfx_exp_shortest_hard1.wav | Bin .../Shortest/sfx_exp_shortest_hard1.wav.meta | 0 .../Shortest/sfx_exp_shortest_hard10.wav | Bin .../Shortest/sfx_exp_shortest_hard10.wav.meta | 0 .../Shortest/sfx_exp_shortest_hard2.wav | Bin .../Shortest/sfx_exp_shortest_hard2.wav.meta | 0 .../Shortest/sfx_exp_shortest_hard3.wav | Bin .../Shortest/sfx_exp_shortest_hard3.wav.meta | 0 .../Shortest/sfx_exp_shortest_hard4.wav | Bin .../Shortest/sfx_exp_shortest_hard4.wav.meta | 0 .../Shortest/sfx_exp_shortest_hard5.wav | Bin .../Shortest/sfx_exp_shortest_hard5.wav.meta | 0 .../Shortest/sfx_exp_shortest_hard6.wav | Bin .../Shortest/sfx_exp_shortest_hard6.wav.meta | 0 .../Shortest/sfx_exp_shortest_hard7.wav | Bin .../Shortest/sfx_exp_shortest_hard7.wav.meta | 0 .../Shortest/sfx_exp_shortest_hard8.wav | Bin .../Shortest/sfx_exp_shortest_hard8.wav.meta | 0 .../Shortest/sfx_exp_shortest_hard9.wav | Bin .../Shortest/sfx_exp_shortest_hard9.wav.meta | 0 .../Shortest/sfx_exp_shortest_soft1.wav | Bin .../Shortest/sfx_exp_shortest_soft1.wav.meta | 0 .../Shortest/sfx_exp_shortest_soft2.wav | Bin .../Shortest/sfx_exp_shortest_soft2.wav.meta | 0 .../Shortest/sfx_exp_shortest_soft3.wav | Bin .../Shortest/sfx_exp_shortest_soft3.wav.meta | 0 .../Shortest/sfx_exp_shortest_soft4.wav | Bin .../Shortest/sfx_exp_shortest_soft4.wav.meta | 0 .../Shortest/sfx_exp_shortest_soft5.wav | Bin .../Shortest/sfx_exp_shortest_soft5.wav.meta | 0 .../Shortest/sfx_exp_shortest_soft6.wav | Bin .../Shortest/sfx_exp_shortest_soft6.wav.meta | 0 .../Shortest/sfx_exp_shortest_soft7.wav | Bin .../Shortest/sfx_exp_shortest_soft7.wav.meta | 0 .../Shortest/sfx_exp_shortest_soft8.wav | Bin .../Shortest/sfx_exp_shortest_soft8.wav.meta | 0 .../Shortest/sfx_exp_shortest_soft9.wav | Bin .../Shortest/sfx_exp_shortest_soft9.wav.meta | 0 .../Explosions/Various.meta | 0 .../Explosions/Various/sfx_exp_various1.wav | Bin .../Various/sfx_exp_various1.wav.meta | 0 .../Explosions/Various/sfx_exp_various2.wav | Bin .../Various/sfx_exp_various2.wav.meta | 0 .../Explosions/Various/sfx_exp_various3.wav | Bin .../Various/sfx_exp_various3.wav.meta | 0 .../Explosions/Various/sfx_exp_various4.wav | Bin .../Various/sfx_exp_various4.wav.meta | 0 .../Explosions/Various/sfx_exp_various5.wav | Bin .../Various/sfx_exp_various5.wav.meta | 0 .../Explosions/Various/sfx_exp_various6.wav | Bin .../Various/sfx_exp_various6.wav.meta | 0 .../Explosions/Various/sfx_exp_various7.wav | Bin .../Various/sfx_exp_various7.wav.meta | 0 .../General Sounds.meta | 0 .../General Sounds/Alarms.meta | 0 .../General Sounds/Alarms/Alarms.meta | 0 .../Alarms/Alarms/sfx_alarm_loop1.wav | Bin .../Alarms/Alarms/sfx_alarm_loop1.wav.meta | 0 .../Alarms/Alarms/sfx_alarm_loop2.wav | Bin .../Alarms/Alarms/sfx_alarm_loop2.wav.meta | 0 .../Alarms/Alarms/sfx_alarm_loop3.wav | Bin .../Alarms/Alarms/sfx_alarm_loop3.wav.meta | 0 .../Alarms/Alarms/sfx_alarm_loop4.wav | Bin .../Alarms/Alarms/sfx_alarm_loop4.wav.meta | 0 .../Alarms/Alarms/sfx_alarm_loop5.wav | Bin .../Alarms/Alarms/sfx_alarm_loop5.wav.meta | 0 .../Alarms/Alarms/sfx_alarm_loop6.wav | Bin .../Alarms/Alarms/sfx_alarm_loop6.wav.meta | 0 .../Alarms/Alarms/sfx_alarm_loop7.wav | Bin .../Alarms/Alarms/sfx_alarm_loop7.wav.meta | 0 .../Alarms/Alarms/sfx_alarm_loop8.wav | Bin .../Alarms/Alarms/sfx_alarm_loop8.wav.meta | 0 .../Alarms/Low health Alarms.meta | 0 .../sfx_lowhealth_alarmloop1.wav | Bin .../sfx_lowhealth_alarmloop1.wav.meta | 0 .../sfx_lowhealth_alarmloop2.wav | Bin .../sfx_lowhealth_alarmloop2.wav.meta | 0 .../sfx_lowhealth_alarmloop3.wav | Bin .../sfx_lowhealth_alarmloop3.wav.meta | 0 .../sfx_lowhealth_alarmloop4.wav | Bin .../sfx_lowhealth_alarmloop4.wav.meta | 0 .../sfx_lowhealth_alarmloop5.wav | Bin .../sfx_lowhealth_alarmloop5.wav.meta | 0 .../sfx_lowhealth_alarmloop6.wav | Bin .../sfx_lowhealth_alarmloop6.wav.meta | 0 .../sfx_lowhealth_alarmloop7.wav | Bin .../sfx_lowhealth_alarmloop7.wav.meta | 0 .../General Sounds/Buttons.meta | 0 .../Buttons/sfx_sounds_button1.wav | Bin .../Buttons/sfx_sounds_button1.wav.meta | 0 .../Buttons/sfx_sounds_button10.wav | Bin .../Buttons/sfx_sounds_button10.wav.meta | 0 .../Buttons/sfx_sounds_button11.wav | Bin .../Buttons/sfx_sounds_button11.wav.meta | 0 .../Buttons/sfx_sounds_button12.wav | Bin .../Buttons/sfx_sounds_button12.wav.meta | 0 .../Buttons/sfx_sounds_button13.wav | Bin .../Buttons/sfx_sounds_button13.wav.meta | 0 .../Buttons/sfx_sounds_button14.wav | Bin .../Buttons/sfx_sounds_button14.wav.meta | 0 .../Buttons/sfx_sounds_button2.wav | Bin .../Buttons/sfx_sounds_button2.wav.meta | 0 .../Buttons/sfx_sounds_button3.wav | Bin .../Buttons/sfx_sounds_button3.wav.meta | 0 .../Buttons/sfx_sounds_button4.wav | Bin .../Buttons/sfx_sounds_button4.wav.meta | 0 .../Buttons/sfx_sounds_button5.wav | Bin .../Buttons/sfx_sounds_button5.wav.meta | 0 .../Buttons/sfx_sounds_button6.wav | Bin .../Buttons/sfx_sounds_button6.wav.meta | 0 .../Buttons/sfx_sounds_button7.wav | Bin .../Buttons/sfx_sounds_button7.wav.meta | 0 .../Buttons/sfx_sounds_button8.wav | Bin .../Buttons/sfx_sounds_button8.wav.meta | 0 .../Buttons/sfx_sounds_button9.wav | Bin .../Buttons/sfx_sounds_button9.wav.meta | 0 .../General Sounds/Coins.meta | 0 .../Coins/sfx_coin_cluster1.wav | Bin .../Coins/sfx_coin_cluster1.wav.meta | 0 .../Coins/sfx_coin_cluster2.wav | Bin .../Coins/sfx_coin_cluster2.wav.meta | 0 .../Coins/sfx_coin_cluster3.wav | Bin .../Coins/sfx_coin_cluster3.wav.meta | 0 .../Coins/sfx_coin_cluster4.wav | Bin .../Coins/sfx_coin_cluster4.wav.meta | 0 .../Coins/sfx_coin_cluster5.wav | Bin .../Coins/sfx_coin_cluster5.wav.meta | 0 .../Coins/sfx_coin_cluster6.wav | Bin .../Coins/sfx_coin_cluster6.wav.meta | 0 .../Coins/sfx_coin_cluster7.wav | Bin .../Coins/sfx_coin_cluster7.wav.meta | 0 .../Coins/sfx_coin_cluster8.wav | Bin .../Coins/sfx_coin_cluster8.wav.meta | 0 .../Coins/sfx_coin_cluster9.wav | Bin .../Coins/sfx_coin_cluster9.wav.meta | 0 .../General Sounds/Coins/sfx_coin_double1.wav | Bin .../Coins/sfx_coin_double1.wav.meta | 0 .../General Sounds/Coins/sfx_coin_double2.wav | Bin .../Coins/sfx_coin_double2.wav.meta | 0 .../General Sounds/Coins/sfx_coin_double3.wav | Bin .../Coins/sfx_coin_double3.wav.meta | 0 .../General Sounds/Coins/sfx_coin_double4.wav | Bin .../Coins/sfx_coin_double4.wav.meta | 0 .../General Sounds/Coins/sfx_coin_double5.wav | Bin .../Coins/sfx_coin_double5.wav.meta | 0 .../General Sounds/Coins/sfx_coin_double6.wav | Bin .../Coins/sfx_coin_double6.wav.meta | 0 .../General Sounds/Coins/sfx_coin_double7.wav | Bin .../Coins/sfx_coin_double7.wav.meta | 0 .../General Sounds/Coins/sfx_coin_single1.wav | Bin .../Coins/sfx_coin_single1.wav.meta | 0 .../General Sounds/Coins/sfx_coin_single2.wav | Bin .../Coins/sfx_coin_single2.wav.meta | 0 .../General Sounds/Coins/sfx_coin_single3.wav | Bin .../Coins/sfx_coin_single3.wav.meta | 0 .../General Sounds/Coins/sfx_coin_single4.wav | Bin .../Coins/sfx_coin_single4.wav.meta | 0 .../General Sounds/Coins/sfx_coin_single5.wav | Bin .../Coins/sfx_coin_single5.wav.meta | 0 .../General Sounds/Coins/sfx_coin_single6.wav | Bin .../Coins/sfx_coin_single6.wav.meta | 0 .../General Sounds/Fanfares.meta | 0 .../Fanfares/sfx_sounds_fanfare1.wav | Bin .../Fanfares/sfx_sounds_fanfare1.wav.meta | 0 .../Fanfares/sfx_sounds_fanfare2.wav | Bin .../Fanfares/sfx_sounds_fanfare2.wav.meta | 0 .../Fanfares/sfx_sounds_fanfare3.wav | Bin .../Fanfares/sfx_sounds_fanfare3.wav.meta | 0 .../General Sounds/High Pitched Sounds.meta | 0 .../High Pitched Sounds/sfx_sounds_high1.wav | Bin .../sfx_sounds_high1.wav.meta | 0 .../High Pitched Sounds/sfx_sounds_high2.wav | Bin .../sfx_sounds_high2.wav.meta | 0 .../High Pitched Sounds/sfx_sounds_high3.wav | Bin .../sfx_sounds_high3.wav.meta | 0 .../High Pitched Sounds/sfx_sounds_high4.wav | Bin .../sfx_sounds_high4.wav.meta | 0 .../High Pitched Sounds/sfx_sounds_high5.wav | Bin .../sfx_sounds_high5.wav.meta | 0 .../High Pitched Sounds/sfx_sounds_high6.wav | Bin .../sfx_sounds_high6.wav.meta | 0 .../High Pitched Sounds/sfx_sounds_high7.wav | Bin .../sfx_sounds_high7.wav.meta | 0 .../General Sounds/Impacts.meta | 0 .../Impacts/sfx_sounds_impact1.wav | Bin .../Impacts/sfx_sounds_impact1.wav.meta | 0 .../Impacts/sfx_sounds_impact10.wav | Bin .../Impacts/sfx_sounds_impact10.wav.meta | 0 .../Impacts/sfx_sounds_impact11.wav | Bin .../Impacts/sfx_sounds_impact11.wav.meta | 0 .../Impacts/sfx_sounds_impact12.wav | Bin .../Impacts/sfx_sounds_impact12.wav.meta | 0 .../Impacts/sfx_sounds_impact13.wav | Bin .../Impacts/sfx_sounds_impact13.wav.meta | 0 .../Impacts/sfx_sounds_impact14.wav | Bin .../Impacts/sfx_sounds_impact14.wav.meta | 0 .../Impacts/sfx_sounds_impact15.wav | Bin .../Impacts/sfx_sounds_impact15.wav.meta | 0 .../Impacts/sfx_sounds_impact2.wav | Bin .../Impacts/sfx_sounds_impact2.wav.meta | 0 .../Impacts/sfx_sounds_impact3.wav | Bin .../Impacts/sfx_sounds_impact3.wav.meta | 0 .../Impacts/sfx_sounds_impact4.wav | Bin .../Impacts/sfx_sounds_impact4.wav.meta | 0 .../Impacts/sfx_sounds_impact5.wav | Bin .../Impacts/sfx_sounds_impact5.wav.meta | 0 .../Impacts/sfx_sounds_impact6.wav | Bin .../Impacts/sfx_sounds_impact6.wav.meta | 0 .../Impacts/sfx_sounds_impact7.wav | Bin .../Impacts/sfx_sounds_impact7.wav.meta | 0 .../Impacts/sfx_sounds_impact8.wav | Bin .../Impacts/sfx_sounds_impact8.wav.meta | 0 .../Impacts/sfx_sounds_impact9.wav | Bin .../Impacts/sfx_sounds_impact9.wav.meta | 0 .../General Sounds/Interactions.meta | 0 .../Interactions/sfx_sounds_interaction1.wav | Bin .../sfx_sounds_interaction1.wav.meta | 0 .../Interactions/sfx_sounds_interaction10.wav | Bin .../sfx_sounds_interaction10.wav.meta | 0 .../Interactions/sfx_sounds_interaction11.wav | Bin .../sfx_sounds_interaction11.wav.meta | 0 .../Interactions/sfx_sounds_interaction12.wav | Bin .../sfx_sounds_interaction12.wav.meta | 0 .../Interactions/sfx_sounds_interaction13.wav | Bin .../sfx_sounds_interaction13.wav.meta | 0 .../Interactions/sfx_sounds_interaction14.wav | Bin .../sfx_sounds_interaction14.wav.meta | 0 .../Interactions/sfx_sounds_interaction15.wav | Bin .../sfx_sounds_interaction15.wav.meta | 0 .../Interactions/sfx_sounds_interaction16.wav | Bin .../sfx_sounds_interaction16.wav.meta | 0 .../Interactions/sfx_sounds_interaction17.wav | Bin .../sfx_sounds_interaction17.wav.meta | 0 .../Interactions/sfx_sounds_interaction18.wav | Bin .../sfx_sounds_interaction18.wav.meta | 0 .../Interactions/sfx_sounds_interaction19.wav | Bin .../sfx_sounds_interaction19.wav.meta | 0 .../Interactions/sfx_sounds_interaction2.wav | Bin .../sfx_sounds_interaction2.wav.meta | 0 .../Interactions/sfx_sounds_interaction20.wav | Bin .../sfx_sounds_interaction20.wav.meta | 0 .../Interactions/sfx_sounds_interaction21.wav | Bin .../sfx_sounds_interaction21.wav.meta | 0 .../Interactions/sfx_sounds_interaction22.wav | Bin .../sfx_sounds_interaction22.wav.meta | 0 .../Interactions/sfx_sounds_interaction23.wav | Bin .../sfx_sounds_interaction23.wav.meta | 0 .../Interactions/sfx_sounds_interaction24.wav | Bin .../sfx_sounds_interaction24.wav.meta | 0 .../Interactions/sfx_sounds_interaction25.wav | Bin .../sfx_sounds_interaction25.wav.meta | 0 .../Interactions/sfx_sounds_interaction26.wav | Bin .../sfx_sounds_interaction26.wav.meta | 0 .../Interactions/sfx_sounds_interaction3.wav | Bin .../sfx_sounds_interaction3.wav.meta | 0 .../Interactions/sfx_sounds_interaction4.wav | Bin .../sfx_sounds_interaction4.wav.meta | 0 .../Interactions/sfx_sounds_interaction5.wav | Bin .../sfx_sounds_interaction5.wav.meta | 0 .../Interactions/sfx_sounds_interaction6.wav | Bin .../sfx_sounds_interaction6.wav.meta | 0 .../Interactions/sfx_sounds_interaction7.wav | Bin .../sfx_sounds_interaction7.wav.meta | 0 .../Interactions/sfx_sounds_interaction8.wav | Bin .../sfx_sounds_interaction8.wav.meta | 0 .../Interactions/sfx_sounds_interaction9.wav | Bin .../sfx_sounds_interaction9.wav.meta | 0 .../General Sounds/Menu Sounds.meta | 0 .../Menu Sounds/sfx_menu_move1.wav | Bin .../Menu Sounds/sfx_menu_move1.wav.meta | 0 .../Menu Sounds/sfx_menu_move2.wav | Bin .../Menu Sounds/sfx_menu_move2.wav.meta | 0 .../Menu Sounds/sfx_menu_move3.wav | Bin .../Menu Sounds/sfx_menu_move3.wav.meta | 0 .../Menu Sounds/sfx_menu_move4.wav | Bin .../Menu Sounds/sfx_menu_move4.wav.meta | 0 .../Menu Sounds/sfx_menu_move5.wav | Bin .../Menu Sounds/sfx_menu_move5.wav.meta | 0 .../Menu Sounds/sfx_menu_select1.wav | Bin .../Menu Sounds/sfx_menu_select1.wav.meta | 0 .../Menu Sounds/sfx_menu_select2.wav | Bin .../Menu Sounds/sfx_menu_select2.wav.meta | 0 .../Menu Sounds/sfx_menu_select3.wav | Bin .../Menu Sounds/sfx_menu_select3.wav.meta | 0 .../Menu Sounds/sfx_menu_select4.wav | Bin .../Menu Sounds/sfx_menu_select4.wav.meta | 0 .../Menu Sounds/sfx_menu_select5.wav | Bin .../Menu Sounds/sfx_menu_select5.wav.meta | 0 .../General Sounds/Negative Sounds.meta | 0 .../Negative Sounds/sfx_sounds_damage1.wav | Bin .../sfx_sounds_damage1.wav.meta | 0 .../Negative Sounds/sfx_sounds_damage2.wav | Bin .../sfx_sounds_damage2.wav.meta | 0 .../Negative Sounds/sfx_sounds_damage3.wav | Bin .../sfx_sounds_damage3.wav.meta | 0 .../Negative Sounds/sfx_sounds_error1.wav | Bin .../sfx_sounds_error1.wav.meta | 0 .../Negative Sounds/sfx_sounds_error10.wav | Bin .../sfx_sounds_error10.wav.meta | 0 .../Negative Sounds/sfx_sounds_error11.wav | Bin .../sfx_sounds_error11.wav.meta | 0 .../Negative Sounds/sfx_sounds_error12.wav | Bin .../sfx_sounds_error12.wav.meta | 0 .../Negative Sounds/sfx_sounds_error13.wav | Bin .../sfx_sounds_error13.wav.meta | 0 .../Negative Sounds/sfx_sounds_error14.wav | Bin .../sfx_sounds_error14.wav.meta | 0 .../Negative Sounds/sfx_sounds_error15.wav | Bin .../sfx_sounds_error15.wav.meta | 0 .../Negative Sounds/sfx_sounds_error2.wav | Bin .../sfx_sounds_error2.wav.meta | 0 .../Negative Sounds/sfx_sounds_error3.wav | Bin .../sfx_sounds_error3.wav.meta | 0 .../Negative Sounds/sfx_sounds_error4.wav | Bin .../sfx_sounds_error4.wav.meta | 0 .../Negative Sounds/sfx_sounds_error5.wav | Bin .../sfx_sounds_error5.wav.meta | 0 .../Negative Sounds/sfx_sounds_error6.wav | Bin .../sfx_sounds_error6.wav.meta | 0 .../Negative Sounds/sfx_sounds_error7.wav | Bin .../sfx_sounds_error7.wav.meta | 0 .../Negative Sounds/sfx_sounds_error8.wav | Bin .../sfx_sounds_error8.wav.meta | 0 .../Negative Sounds/sfx_sounds_error9.wav | Bin .../sfx_sounds_error9.wav.meta | 0 .../Negative Sounds/sfx_sounds_negative1.wav | Bin .../sfx_sounds_negative1.wav.meta | 0 .../Negative Sounds/sfx_sounds_negative2.wav | Bin .../sfx_sounds_negative2.wav.meta | 0 .../General Sounds/Neutral Sounds.meta | 0 .../Neutral Sounds/sfx_sound_neutral1.wav | Bin .../sfx_sound_neutral1.wav.meta | 0 .../Neutral Sounds/sfx_sound_neutral10.wav | Bin .../sfx_sound_neutral10.wav.meta | 0 .../Neutral Sounds/sfx_sound_neutral11.wav | Bin .../sfx_sound_neutral11.wav.meta | 0 .../Neutral Sounds/sfx_sound_neutral2.wav | Bin .../sfx_sound_neutral2.wav.meta | 0 .../Neutral Sounds/sfx_sound_neutral3.wav | Bin .../sfx_sound_neutral3.wav.meta | 0 .../Neutral Sounds/sfx_sound_neutral4.wav | Bin .../sfx_sound_neutral4.wav.meta | 0 .../Neutral Sounds/sfx_sound_neutral5.wav | Bin .../sfx_sound_neutral5.wav.meta | 0 .../Neutral Sounds/sfx_sound_neutral6.wav | Bin .../sfx_sound_neutral6.wav.meta | 0 .../Neutral Sounds/sfx_sound_neutral7.wav | Bin .../sfx_sound_neutral7.wav.meta | 0 .../Neutral Sounds/sfx_sound_neutral8.wav | Bin .../sfx_sound_neutral8.wav.meta | 0 .../Neutral Sounds/sfx_sound_neutral9.wav | Bin .../sfx_sound_neutral9.wav.meta | 0 .../General Sounds/Pause Sounds.meta | 0 .../Pause Sounds/sfx_sounds_pause1_in.wav | Bin .../sfx_sounds_pause1_in.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause1_out.wav | Bin .../sfx_sounds_pause1_out.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause2_in.wav | Bin .../sfx_sounds_pause2_in.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause2_out.wav | Bin .../sfx_sounds_pause2_out.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause3_in.wav | Bin .../sfx_sounds_pause3_in.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause3_out.wav | Bin .../sfx_sounds_pause3_out.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause4_in.wav | Bin .../sfx_sounds_pause4_in.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause4_out.wav | Bin .../sfx_sounds_pause4_out.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause5_in.wav | Bin .../sfx_sounds_pause5_in.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause5_out.wav | Bin .../sfx_sounds_pause5_out.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause6_in.wav | Bin .../sfx_sounds_pause6_in.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause6_out.wav | Bin .../sfx_sounds_pause6_out.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause7_in.wav | Bin .../sfx_sounds_pause7_in.wav.meta | 0 .../Pause Sounds/sfx_sounds_pause7_out.wav | Bin .../sfx_sounds_pause7_out.wav.meta | 0 .../General Sounds/Positive Sounds.meta | 0 .../Positive Sounds/sfx_sounds_powerup1.wav | Bin .../sfx_sounds_powerup1.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup10.wav | Bin .../sfx_sounds_powerup10.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup11.wav | Bin .../sfx_sounds_powerup11.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup12.wav | Bin .../sfx_sounds_powerup12.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup13.wav | Bin .../sfx_sounds_powerup13.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup14.wav | Bin .../sfx_sounds_powerup14.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup15.wav | Bin .../sfx_sounds_powerup15.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup16.wav | Bin .../sfx_sounds_powerup16.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup17.wav | Bin .../sfx_sounds_powerup17.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup18.wav | Bin .../sfx_sounds_powerup18.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup2.wav | Bin .../sfx_sounds_powerup2.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup3.wav | Bin .../sfx_sounds_powerup3.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup4.wav | Bin .../sfx_sounds_powerup4.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup5.wav | Bin .../sfx_sounds_powerup5.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup6.wav | Bin .../sfx_sounds_powerup6.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup7.wav | Bin .../sfx_sounds_powerup7.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup8.wav | Bin .../sfx_sounds_powerup8.wav.meta | 0 .../Positive Sounds/sfx_sounds_powerup9.wav | Bin .../sfx_sounds_powerup9.wav.meta | 0 .../General Sounds/Simple Bleeps.meta | 0 .../Simple Bleeps/sfx_sounds_Blip1.wav | Bin .../Simple Bleeps/sfx_sounds_Blip1.wav.meta | 0 .../Simple Bleeps/sfx_sounds_Blip10.wav | Bin .../Simple Bleeps/sfx_sounds_Blip10.wav.meta | 0 .../Simple Bleeps/sfx_sounds_Blip11.wav | Bin .../Simple Bleeps/sfx_sounds_Blip11.wav.meta | 0 .../Simple Bleeps/sfx_sounds_Blip2.wav | Bin .../Simple Bleeps/sfx_sounds_Blip2.wav.meta | 0 .../Simple Bleeps/sfx_sounds_Blip3.wav | Bin .../Simple Bleeps/sfx_sounds_Blip3.wav.meta | 0 .../Simple Bleeps/sfx_sounds_Blip4.wav | Bin .../Simple Bleeps/sfx_sounds_Blip4.wav.meta | 0 .../Simple Bleeps/sfx_sounds_Blip5.wav | Bin .../Simple Bleeps/sfx_sounds_Blip5.wav.meta | 0 .../Simple Bleeps/sfx_sounds_Blip6.wav | Bin .../Simple Bleeps/sfx_sounds_Blip6.wav.meta | 0 .../Simple Bleeps/sfx_sounds_Blip7.wav | Bin .../Simple Bleeps/sfx_sounds_Blip7.wav.meta | 0 .../Simple Bleeps/sfx_sounds_Blip8.wav | Bin .../Simple Bleeps/sfx_sounds_Blip8.wav.meta | 0 .../Simple Bleeps/sfx_sounds_Blip9.wav | Bin .../Simple Bleeps/sfx_sounds_Blip9.wav.meta | 0 .../General Sounds/Simple Damage Sounds.meta | 0 .../Simple Damage Sounds/sfx_damage_hit1.wav | Bin .../sfx_damage_hit1.wav.meta | 0 .../Simple Damage Sounds/sfx_damage_hit10.wav | Bin .../sfx_damage_hit10.wav.meta | 0 .../Simple Damage Sounds/sfx_damage_hit2.wav | Bin .../sfx_damage_hit2.wav.meta | 0 .../Simple Damage Sounds/sfx_damage_hit3.wav | Bin .../sfx_damage_hit3.wav.meta | 0 .../Simple Damage Sounds/sfx_damage_hit4.wav | Bin .../sfx_damage_hit4.wav.meta | 0 .../Simple Damage Sounds/sfx_damage_hit5.wav | Bin .../sfx_damage_hit5.wav.meta | 0 .../Simple Damage Sounds/sfx_damage_hit6.wav | Bin .../sfx_damage_hit6.wav.meta | 0 .../Simple Damage Sounds/sfx_damage_hit7.wav | Bin .../sfx_damage_hit7.wav.meta | 0 .../Simple Damage Sounds/sfx_damage_hit8.wav | Bin .../sfx_damage_hit8.wav.meta | 0 .../Simple Damage Sounds/sfx_damage_hit9.wav | Bin .../sfx_damage_hit9.wav.meta | 0 .../General Sounds/Weird Sounds.meta | 0 .../Weird Sounds/sfx_sound_bling.wav | Bin .../Weird Sounds/sfx_sound_bling.wav.meta | 0 .../Weird Sounds/sfx_sound_depressurizing.wav | Bin .../sfx_sound_depressurizing.wav.meta | 0 .../sfx_sound_mechanicalnoise1.wav | Bin .../sfx_sound_mechanicalnoise1.wav.meta | 0 .../sfx_sound_mechanicalnoise2.wav | Bin .../sfx_sound_mechanicalnoise2.wav.meta | 0 .../sfx_sound_mechanicalnoise3.wav | Bin .../sfx_sound_mechanicalnoise3.wav.meta | 0 .../sfx_sound_mechanicalnoise4.wav | Bin .../sfx_sound_mechanicalnoise4.wav.meta | 0 .../sfx_sound_mechanicalnoise5.wav | Bin .../sfx_sound_mechanicalnoise5.wav.meta | 0 .../sfx_sound_mechanicalnoise6.wav | Bin .../sfx_sound_mechanicalnoise6.wav.meta | 0 .../Weird Sounds/sfx_sound_nagger1.wav | Bin .../Weird Sounds/sfx_sound_nagger1.wav.meta | 0 .../Weird Sounds/sfx_sound_nagger2.wav | Bin .../Weird Sounds/sfx_sound_nagger2.wav.meta | 0 .../Weird Sounds/sfx_sound_noise.wav | Bin .../Weird Sounds/sfx_sound_noise.wav.meta | 0 .../Weird Sounds/sfx_sound_poweron.wav | Bin .../Weird Sounds/sfx_sound_poweron.wav.meta | 0 .../Weird Sounds/sfx_sound_refereewhistle.wav | Bin .../sfx_sound_refereewhistle.wav.meta | 0 .../Weird Sounds/sfx_sound_shutdown1.wav | Bin .../Weird Sounds/sfx_sound_shutdown1.wav.meta | 0 .../Weird Sounds/sfx_sound_shutdown2.wav | Bin .../Weird Sounds/sfx_sound_shutdown2.wav.meta | 0 .../Weird Sounds/sfx_sound_vaporizing.wav | Bin .../sfx_sound_vaporizing.wav.meta | 0 .../INFO.txt | 0 .../INFO.txt.meta | 0 .../Movement.meta | 0 .../Movement/Climbing Ladder.meta | 0 .../Climbing Ladder/sfx_movement_ladder1a.wav | Bin .../sfx_movement_ladder1a.wav.meta | 0 .../Climbing Ladder/sfx_movement_ladder1b.wav | Bin .../sfx_movement_ladder1b.wav.meta | 0 .../sfx_movement_ladder1loop.wav | Bin .../sfx_movement_ladder1loop.wav.meta | 0 .../Climbing Ladder/sfx_movement_ladder2a.wav | Bin .../sfx_movement_ladder2a.wav.meta | 0 .../Climbing Ladder/sfx_movement_ladder2b.wav | Bin .../sfx_movement_ladder2b.wav.meta | 0 .../sfx_movement_ladder2loop.wav | Bin .../sfx_movement_ladder2loop.wav.meta | 0 .../Climbing Ladder/sfx_movement_ladder3a.wav | Bin .../sfx_movement_ladder3a.wav.meta | 0 .../Climbing Ladder/sfx_movement_ladder3b.wav | Bin .../sfx_movement_ladder3b.wav.meta | 0 .../sfx_movement_ladder3loop.wav | Bin .../sfx_movement_ladder3loop.wav.meta | 0 .../Climbing Ladder/sfx_movement_ladder4a.wav | Bin .../sfx_movement_ladder4a.wav.meta | 0 .../Climbing Ladder/sfx_movement_ladder4b.wav | Bin .../sfx_movement_ladder4b.wav.meta | 0 .../sfx_movement_ladder4loop.wav | Bin .../sfx_movement_ladder4loop.wav.meta | 0 .../Climbing Ladder/sfx_movement_ladder5a.wav | Bin .../sfx_movement_ladder5a.wav.meta | 0 .../Climbing Ladder/sfx_movement_ladder5b.wav | Bin .../sfx_movement_ladder5b.wav.meta | 0 .../sfx_movement_ladder5loop.wav | Bin .../sfx_movement_ladder5loop.wav.meta | 0 .../Climbing Ladder/sfx_movement_ladder6a.wav | Bin .../sfx_movement_ladder6a.wav.meta | 0 .../Climbing Ladder/sfx_movement_ladder6b.wav | Bin .../sfx_movement_ladder6b.wav.meta | 0 .../sfx_movement_ladder6loop.wav | Bin .../sfx_movement_ladder6loop.wav.meta | 0 .../Movement/Climbing Stairs.meta | 0 .../Climbing Stairs/sfx_movement_stairs1a.wav | Bin .../sfx_movement_stairs1a.wav.meta | 0 .../Climbing Stairs/sfx_movement_stairs1b.wav | Bin .../sfx_movement_stairs1b.wav.meta | 0 .../sfx_movement_stairs1loop.wav | Bin .../sfx_movement_stairs1loop.wav.meta | 0 .../Climbing Stairs/sfx_movement_stairs2a.wav | Bin .../sfx_movement_stairs2a.wav.meta | 0 .../Climbing Stairs/sfx_movement_stairs2b.wav | Bin .../sfx_movement_stairs2b.wav.meta | 0 .../sfx_movement_stairs2loop.wav | Bin .../sfx_movement_stairs2loop.wav.meta | 0 .../Climbing Stairs/sfx_movement_stairs3a.wav | Bin .../sfx_movement_stairs3a.wav.meta | 0 .../Climbing Stairs/sfx_movement_stairs3b.wav | Bin .../sfx_movement_stairs3b.wav.meta | 0 .../sfx_movement_stairs3loop.wav | Bin .../sfx_movement_stairs3loop.wav.meta | 0 .../Climbing Stairs/sfx_movement_stairs4a.wav | Bin .../sfx_movement_stairs4a.wav.meta | 0 .../Climbing Stairs/sfx_movement_stairs4b.wav | Bin .../sfx_movement_stairs4b.wav.meta | 0 .../sfx_movement_stairs4loop.wav | Bin .../sfx_movement_stairs4loop.wav.meta | 0 .../Climbing Stairs/sfx_movement_stairs5a.wav | Bin .../sfx_movement_stairs5a.wav.meta | 0 .../Climbing Stairs/sfx_movement_stairs5b.wav | Bin .../sfx_movement_stairs5b.wav.meta | 0 .../sfx_movement_stairs5loop.wav | Bin .../sfx_movement_stairs5loop.wav.meta | 0 .../Climbing Stairs/sfx_movement_stairs6a.wav | Bin .../sfx_movement_stairs6a.wav.meta | 0 .../Climbing Stairs/sfx_movement_stairs6b.wav | Bin .../sfx_movement_stairs6b.wav.meta | 0 .../sfx_movement_stairs6loop.wav | Bin .../sfx_movement_stairs6loop.wav.meta | 0 .../Movement/Falling Sounds.meta | 0 .../Falling Sounds/sfx_sounds_falling1.wav | Bin .../sfx_sounds_falling1.wav.meta | 0 .../Falling Sounds/sfx_sounds_falling10.wav | Bin .../sfx_sounds_falling10.wav.meta | 0 .../Falling Sounds/sfx_sounds_falling11.wav | Bin .../sfx_sounds_falling11.wav.meta | 0 .../Falling Sounds/sfx_sounds_falling12.wav | Bin .../sfx_sounds_falling12.wav.meta | 0 .../Falling Sounds/sfx_sounds_falling2.wav | Bin .../sfx_sounds_falling2.wav.meta | 0 .../Falling Sounds/sfx_sounds_falling3.wav | Bin .../sfx_sounds_falling3.wav.meta | 0 .../Falling Sounds/sfx_sounds_falling4.wav | Bin .../sfx_sounds_falling4.wav.meta | 0 .../Falling Sounds/sfx_sounds_falling5.wav | Bin .../sfx_sounds_falling5.wav.meta | 0 .../Falling Sounds/sfx_sounds_falling6.wav | Bin .../sfx_sounds_falling6.wav.meta | 0 .../Falling Sounds/sfx_sounds_falling7.wav | Bin .../sfx_sounds_falling7.wav.meta | 0 .../Falling Sounds/sfx_sounds_falling8.wav | Bin .../sfx_sounds_falling8.wav.meta | 0 .../Falling Sounds/sfx_sounds_falling9.wav | Bin .../sfx_sounds_falling9.wav.meta | 0 .../Movement/Footsteps.meta | 0 .../Footsteps/sfx_movement_footsteps1a.wav | Bin .../sfx_movement_footsteps1a.wav.meta | 0 .../Footsteps/sfx_movement_footsteps1b.wav | Bin .../sfx_movement_footsteps1b.wav.meta | 0 .../Footsteps/sfx_movement_footsteps5.wav | Bin .../sfx_movement_footsteps5.wav.meta | 0 .../sfx_movement_footstepsloop3_fast.wav | Bin .../sfx_movement_footstepsloop3_fast.wav.meta | 0 .../sfx_movement_footstepsloop3_slow.wav | Bin .../sfx_movement_footstepsloop3_slow.wav.meta | 0 .../sfx_movement_footstepsloop4_fast.wav | Bin .../sfx_movement_footstepsloop4_fast.wav.meta | 0 .../sfx_movement_footstepsloop4_slow.wav | Bin .../sfx_movement_footstepsloop4_slow.wav.meta | 0 .../Movement/Jumping and Landing.meta | 0 .../sfx_movement_jump1.wav | Bin .../sfx_movement_jump1.wav.meta | 0 .../sfx_movement_jump10.wav | Bin .../sfx_movement_jump10.wav.meta | 0 .../sfx_movement_jump10_landing.wav | Bin .../sfx_movement_jump10_landing.wav.meta | 0 .../sfx_movement_jump11.wav | Bin .../sfx_movement_jump11.wav.meta | 0 .../sfx_movement_jump11_landing.wav | Bin .../sfx_movement_jump11_landing.wav.meta | 0 .../sfx_movement_jump12.wav | Bin .../sfx_movement_jump12.wav.meta | 0 .../sfx_movement_jump12_landing.wav | Bin .../sfx_movement_jump12_landing.wav.meta | 0 .../sfx_movement_jump13.wav | Bin .../sfx_movement_jump13.wav.meta | 0 .../sfx_movement_jump13_landing.wav | Bin .../sfx_movement_jump13_landing.wav.meta | 0 .../sfx_movement_jump14.wav | Bin .../sfx_movement_jump14.wav.meta | 0 .../sfx_movement_jump14_landing.wav | Bin .../sfx_movement_jump14_landing.wav.meta | 0 .../sfx_movement_jump15.wav | Bin .../sfx_movement_jump15.wav.meta | 0 .../sfx_movement_jump15_landing.wav | Bin .../sfx_movement_jump15_landing.wav.meta | 0 .../sfx_movement_jump16.wav | Bin .../sfx_movement_jump16.wav.meta | 0 .../sfx_movement_jump16_landing.wav | Bin .../sfx_movement_jump16_landing.wav.meta | 0 .../sfx_movement_jump17.wav | Bin .../sfx_movement_jump17.wav.meta | 0 .../sfx_movement_jump17_landing.wav | Bin .../sfx_movement_jump17_landing.wav.meta | 0 .../sfx_movement_jump18.wav | Bin .../sfx_movement_jump18.wav.meta | 0 .../sfx_movement_jump18_landing.wav | Bin .../sfx_movement_jump18_landing.wav.meta | 0 .../sfx_movement_jump19.wav | Bin .../sfx_movement_jump19.wav.meta | 0 .../sfx_movement_jump19_landing.wav | Bin .../sfx_movement_jump19_landing.wav.meta | 0 .../sfx_movement_jump2.wav | Bin .../sfx_movement_jump2.wav.meta | 0 .../sfx_movement_jump20.wav | Bin .../sfx_movement_jump20.wav.meta | 0 .../sfx_movement_jump3.wav | Bin .../sfx_movement_jump3.wav.meta | 0 .../sfx_movement_jump4.wav | Bin .../sfx_movement_jump4.wav.meta | 0 .../sfx_movement_jump5.wav | Bin .../sfx_movement_jump5.wav.meta | 0 .../sfx_movement_jump6.wav | Bin .../sfx_movement_jump6.wav.meta | 0 .../sfx_movement_jump7.wav | Bin .../sfx_movement_jump7.wav.meta | 0 .../sfx_movement_jump8.wav | Bin .../sfx_movement_jump8.wav.meta | 0 .../sfx_movement_jump9.wav | Bin .../sfx_movement_jump9.wav.meta | 0 .../sfx_movement_jump9_landing.wav | Bin .../sfx_movement_jump9_landing.wav.meta | 0 .../Movement/Opening Doors.meta | 0 .../Opening Doors/sfx_movement_dooropen1.wav | Bin .../sfx_movement_dooropen1.wav.meta | 0 .../Opening Doors/sfx_movement_dooropen2.wav | Bin .../sfx_movement_dooropen2.wav.meta | 0 .../Opening Doors/sfx_movement_dooropen3.wav | Bin .../sfx_movement_dooropen3.wav.meta | 0 .../Opening Doors/sfx_movement_dooropen4.wav | Bin .../sfx_movement_dooropen4.wav.meta | 0 .../Movement/Portals and Transitions.meta | 0 .../sfx_movement_portal1.wav | Bin .../sfx_movement_portal1.wav.meta | 0 .../sfx_movement_portal2.wav | Bin .../sfx_movement_portal2.wav.meta | 0 .../sfx_movement_portal3.wav | Bin .../sfx_movement_portal3.wav.meta | 0 .../sfx_movement_portal4.wav | Bin .../sfx_movement_portal4.wav.meta | 0 .../sfx_movement_portal5.wav | Bin .../sfx_movement_portal5.wav.meta | 0 .../sfx_movement_portal6.wav | Bin .../sfx_movement_portal6.wav.meta | 0 .../Movement/Vehicles.meta | 0 .../Movement/Vehicles/sfx_vehicle_breaks.wav | Bin .../Vehicles/sfx_vehicle_breaks.wav.meta | 0 .../Vehicles/sfx_vehicle_carloop1.wav | Bin .../Vehicles/sfx_vehicle_carloop1.wav.meta | 0 .../Vehicles/sfx_vehicle_carloop2.wav | Bin .../Vehicles/sfx_vehicle_carloop2.wav.meta | 0 .../Vehicles/sfx_vehicle_engineloop.wav | Bin .../Vehicles/sfx_vehicle_engineloop.wav.meta | 0 .../Vehicles/sfx_vehicle_helicopterloop1.wav | Bin .../sfx_vehicle_helicopterloop1.wav.meta | 0 .../Vehicles/sfx_vehicle_helicopterloop2.wav | Bin .../sfx_vehicle_helicopterloop2.wav.meta | 0 .../Vehicles/sfx_vehicle_helicopterloop3.wav | Bin .../sfx_vehicle_helicopterloop3.wav.meta | 0 .../Vehicles/sfx_vehicle_helicopterloop4.wav | Bin .../sfx_vehicle_helicopterloop4.wav.meta | 0 .../Vehicles/sfx_vehicle_plainloop.wav | Bin .../Vehicles/sfx_vehicle_plainloop.wav.meta | 0 .../Weapons.meta | 0 .../Weapons/Cannon.meta | 0 .../Weapons/Cannon/sfx_wpn_cannon1.wav | Bin .../Weapons/Cannon/sfx_wpn_cannon1.wav.meta | 0 .../Weapons/Cannon/sfx_wpn_cannon2.wav | Bin .../Weapons/Cannon/sfx_wpn_cannon2.wav.meta | 0 .../Weapons/Cannon/sfx_wpn_cannon3.wav | Bin .../Weapons/Cannon/sfx_wpn_cannon3.wav.meta | 0 .../Weapons/Cannon/sfx_wpn_cannon4.wav | Bin .../Weapons/Cannon/sfx_wpn_cannon4.wav.meta | 0 .../Weapons/Cannon/sfx_wpn_cannon5.wav | Bin .../Weapons/Cannon/sfx_wpn_cannon5.wav.meta | 0 .../Weapons/Cannon/sfx_wpn_cannon6.wav | Bin .../Weapons/Cannon/sfx_wpn_cannon6.wav.meta | 0 .../Weapons/Grenade Whistles.meta | 0 .../sfx_wpn_grenadewhistle1.wav | Bin .../sfx_wpn_grenadewhistle1.wav.meta | 0 .../sfx_wpn_grenadewhistle2.wav | Bin .../sfx_wpn_grenadewhistle2.wav.meta | 0 .../sfx_wpn_missilelaunch.wav | Bin .../sfx_wpn_missilelaunch.wav.meta | 0 .../Weapons/Lasers.meta | 0 .../Weapons/Lasers/sfx_wpn_laser 10.wav | Bin .../Weapons/Lasers/sfx_wpn_laser 10.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser1.wav | Bin .../Weapons/Lasers/sfx_wpn_laser1.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser10.wav | Bin .../Weapons/Lasers/sfx_wpn_laser10.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser11.wav | Bin .../Weapons/Lasers/sfx_wpn_laser11.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser12.wav | Bin .../Weapons/Lasers/sfx_wpn_laser12.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser2.wav | Bin .../Weapons/Lasers/sfx_wpn_laser2.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser3.wav | Bin .../Weapons/Lasers/sfx_wpn_laser3.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser4.wav | Bin .../Weapons/Lasers/sfx_wpn_laser4.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser5.wav | Bin .../Weapons/Lasers/sfx_wpn_laser5.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser6.wav | Bin .../Weapons/Lasers/sfx_wpn_laser6.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser7.wav | Bin .../Weapons/Lasers/sfx_wpn_laser7.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser8.wav | Bin .../Weapons/Lasers/sfx_wpn_laser8.wav.meta | 0 .../Weapons/Lasers/sfx_wpn_laser9.wav | Bin .../Weapons/Lasers/sfx_wpn_laser9.wav.meta | 0 .../Weapons/Machinegun.meta | 0 .../Machinegun/sfx_wpn_machinegun_loop1.wav | Bin .../sfx_wpn_machinegun_loop1.wav.meta | 0 .../Machinegun/sfx_wpn_machinegun_loop2.wav | Bin .../sfx_wpn_machinegun_loop2.wav.meta | 0 .../Machinegun/sfx_wpn_machinegun_loop3.wav | Bin .../sfx_wpn_machinegun_loop3.wav.meta | 0 .../Machinegun/sfx_wpn_machinegun_loop4.wav | Bin .../sfx_wpn_machinegun_loop4.wav.meta | 0 .../Machinegun/sfx_wpn_machinegun_loop5.wav | Bin .../sfx_wpn_machinegun_loop5.wav.meta | 0 .../Machinegun/sfx_wpn_machinegun_loop6.wav | Bin .../sfx_wpn_machinegun_loop6.wav.meta | 0 .../Machinegun/sfx_wpn_machinegun_loop7.wav | Bin .../sfx_wpn_machinegun_loop7.wav.meta | 0 .../Machinegun/sfx_wpn_machinegun_loop8.wav | Bin .../sfx_wpn_machinegun_loop8.wav.meta | 0 .../Machinegun/sfx_wpn_machinegun_loop9.wav | Bin .../sfx_wpn_machinegun_loop9.wav.meta | 0 .../Weapons/Melee.meta | 0 .../Weapons/Melee/sfx_wpn_dagger.wav | Bin .../Weapons/Melee/sfx_wpn_dagger.wav.meta | 0 .../Weapons/Melee/sfx_wpn_punch1.wav | Bin .../Weapons/Melee/sfx_wpn_punch1.wav.meta | 0 .../Weapons/Melee/sfx_wpn_punch2.wav | Bin .../Weapons/Melee/sfx_wpn_punch2.wav.meta | 0 .../Weapons/Melee/sfx_wpn_punch3.wav | Bin .../Weapons/Melee/sfx_wpn_punch3.wav.meta | 0 .../Weapons/Melee/sfx_wpn_punch4.wav | Bin .../Weapons/Melee/sfx_wpn_punch4.wav.meta | 0 .../Weapons/Melee/sfx_wpn_sword1.wav | Bin .../Weapons/Melee/sfx_wpn_sword1.wav.meta | 0 .../Weapons/Melee/sfx_wpn_sword2.wav | Bin .../Weapons/Melee/sfx_wpn_sword2.wav.meta | 0 .../Weapons/Melee/sfx_wpn_sword3.wav | Bin .../Weapons/Melee/sfx_wpn_sword3.wav.meta | 0 .../Weapons/Out of Ammo.meta | 0 .../Weapons/Out of Ammo/sfx_wpn_noammo1.wav | Bin .../Out of Ammo/sfx_wpn_noammo1.wav.meta | 0 .../Weapons/Out of Ammo/sfx_wpn_noammo2.wav | Bin .../Out of Ammo/sfx_wpn_noammo2.wav.meta | 0 .../Weapons/Out of Ammo/sfx_wpn_noammo3.wav | Bin .../Out of Ammo/sfx_wpn_noammo3.wav.meta | 0 .../Weapons/Out of Ammo/sfx_wpn_reload.wav | Bin .../Out of Ammo/sfx_wpn_reload.wav.meta | 0 .../Weapons/Shotgun.meta | 0 .../Weapons/Shotgun/sfx_weapon_shotgun1.wav | Bin .../Shotgun/sfx_weapon_shotgun1.wav.meta | 0 .../Weapons/Shotgun/sfx_weapon_shotgun2.wav | Bin .../Shotgun/sfx_weapon_shotgun2.wav.meta | 0 .../Weapons/Shotgun/sfx_weapon_shotgun3.wav | Bin .../Shotgun/sfx_weapon_shotgun3.wav.meta | 0 .../Weapons/Single Shot Sounds.meta | 0 .../sfx_weapon_singleshot1.wav | Bin .../sfx_weapon_singleshot1.wav.meta | 0 .../sfx_weapon_singleshot10.wav | Bin .../sfx_weapon_singleshot10.wav.meta | 0 .../sfx_weapon_singleshot11.wav | Bin .../sfx_weapon_singleshot11.wav.meta | 0 .../sfx_weapon_singleshot12.wav | Bin .../sfx_weapon_singleshot12.wav.meta | 0 .../sfx_weapon_singleshot13.wav | Bin .../sfx_weapon_singleshot13.wav.meta | 0 .../sfx_weapon_singleshot14.wav | Bin .../sfx_weapon_singleshot14.wav.meta | 0 .../sfx_weapon_singleshot15.wav | Bin .../sfx_weapon_singleshot15.wav.meta | 0 .../sfx_weapon_singleshot16.wav | Bin .../sfx_weapon_singleshot16.wav.meta | 0 .../sfx_weapon_singleshot17.wav | Bin .../sfx_weapon_singleshot17.wav.meta | 0 .../sfx_weapon_singleshot18.wav | Bin .../sfx_weapon_singleshot18.wav.meta | 0 .../sfx_weapon_singleshot19.wav | Bin .../sfx_weapon_singleshot19.wav.meta | 0 .../sfx_weapon_singleshot2.wav | Bin .../sfx_weapon_singleshot2.wav.meta | 0 .../sfx_weapon_singleshot20.wav | Bin .../sfx_weapon_singleshot20.wav.meta | 0 .../sfx_weapon_singleshot21.wav | Bin .../sfx_weapon_singleshot21.wav.meta | 0 .../sfx_weapon_singleshot22.wav | Bin .../sfx_weapon_singleshot22.wav.meta | 0 .../sfx_weapon_singleshot3.wav | Bin .../sfx_weapon_singleshot3.wav.meta | 0 .../sfx_weapon_singleshot4.wav | Bin .../sfx_weapon_singleshot4.wav.meta | 0 .../sfx_weapon_singleshot5.wav | Bin .../sfx_weapon_singleshot5.wav.meta | 0 .../sfx_weapon_singleshot6.wav | Bin .../sfx_weapon_singleshot6.wav.meta | 0 .../sfx_weapon_singleshot7.wav | Bin .../sfx_weapon_singleshot7.wav.meta | 0 .../sfx_weapon_singleshot8.wav | Bin .../sfx_weapon_singleshot8.wav.meta | 0 .../sfx_weapon_singleshot9.wav | Bin .../sfx_weapon_singleshot9.wav.meta | 0 1592 files changed, 1546 insertions(+), 11 deletions(-) create mode 100644 MrBigsock/Assets/Resources.meta rename MrBigsock/Assets/{ => Resources}/Prefabs.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/.gitkeep (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/BigSock.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/BigSock.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bosses.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bosses/Attacks.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bosses/Attacks/Bringer_of_Death_Spell.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bosses/Attacks/Bringer_of_Death_Spell.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bosses/Bringer_of_Death.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bosses/Bringer_of_Death.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bosses/Skeleton_Boss.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bosses/Skeleton_Boss.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bullets.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bullets/basic square bullet.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bullets/basic square bullet.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bullets/big slow bullet.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bullets/big slow bullet.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bullets/enemy_arrow.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Bullets/enemy_arrow.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Enemy_Slime.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Enemy_Slime.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Map.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Map/Room.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/Map/Room.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/Button.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/Button.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/ChestContents.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/ChestContents.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/HPBar.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/HPBar.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/Inventory.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/Inventory.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/InventorySlot.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/InventorySlot.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/Item.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/Item.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/PlayerMenu.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/PlayerMenu.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/StatsPanel.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/StatsPanel.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/UtilityBar.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/UtilityBar.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/XpBar.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/UI/XpBar.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/attack.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/attack.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/backgroundMusic.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/backgroundMusic.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/enemy_orc_range.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/enemy_orc_range.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/enemy_orc_warrior.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/enemy_orc_warrior.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/furry_demon.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/furry_demon.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/golem.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/golem.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/large_orc.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/large_orc.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/skleton-range.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/skleton-range.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/small_demon.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/small_demon.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/small_orc.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Prefabs/small_orc.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/.gitkeep (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/.gitkeep (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/.gitkeep (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/furry_demon.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/furry_demon/furry_demon.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/furry_demon/furry_demon.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/furry_demon/furry_demon_idle.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/furry_demon/furry_demon_idle.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/furry_demon/furry_demon_run.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/furry_demon/furry_demon_run.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/golem.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/golem/golem.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/golem/golem.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/golem/golem_idle.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/golem/golem_idle.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/golem/golem_run.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/golem/golem_run.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/large_orc.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/large_orc/large_orc.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/large_orc/large_orc.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/large_orc/large_orc_idle.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/large_orc/large_orc_idle.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/large_orc/large_orc_run.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/large_orc/large_orc_run.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/Materials.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/Materials/orc_warrior_idle_anim_f0.mat (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/Materials/orc_warrior_idle_anim_f0.mat.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/bow.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/bow/Bow and Arrows.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/bow/Bow and Arrows.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation_controller.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation_controller.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_attack.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_attack.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f1.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f2.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f3.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f0.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f0.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f1.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f2.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f3.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/skeleton.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/skeleton/skeleton.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/skeleton/skeleton.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/skeleton/skeleton_attack.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/skeleton/skeleton_attack.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/skeleton/skeleton_walk.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/skeleton/skeleton_walk.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/slime.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_demon.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_demon/small_demon.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_demon/small_demon.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_demon/small_demon_idle.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_demon/small_demon_idle.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_demon/small_demon_run.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_demon/small_demon_run.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_orc.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_orc/small_orc.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_orc/small_orc.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_orc/small_orc_idle.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_orc/small_orc_idle.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_orc/small_orc_run.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Animations/small_orc/small_orc_run.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death_Spell.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death_Spell.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/attack.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/attack.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/cast.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/cast.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/death.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/death.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/hurt.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/hurt.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/idle.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/idle.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/spell.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/spell.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/walk.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Bringer_of_Death/walk.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/Skeleton_Boss.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/Skeleton_Boss.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/attack.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/attack.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/death.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/death.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/idle.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/idle.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/take_damage.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/take_damage.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/walk.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Animations/Skeleton_Boss/walk.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png.meta (99%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png.meta (89%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png.meta (98%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/Archer Skeleton_0.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/Archer Skeleton_0.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/Archer Skeleton_6.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/Archer Skeleton_6.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/One-eyed Bat.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/One-eyed Bat.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/Slime Mob.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/Slime Mob.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/large_enemies.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/large_enemies.png.meta (97%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/medium_enemies.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/medium_enemies.png.meta (98%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/small_enemies.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Enemy/Enemy_sprites/small_enemies.png.meta (98%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/.gitkeep (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/BreadWithJamx16.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/BreadWithJamx16.png.meta (90%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/Canvas.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/Canvas.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/ClosedChest.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/ClosedChest.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/ClosedChest.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/ClosedChest.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/ClosedDoor.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/ClosedDoor.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/ClosedDoor.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/ClosedDoor.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/OpenDoor.prefab (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/OpenDoor.prefab.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/OpeningGoldChest.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/OpeningGoldChest.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/chest.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/chest.png.meta (97%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/tilesetNice.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Item/tilesetNice.png.meta (97%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/.gitkeep (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/.gitkeep (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/idle.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/idle/BigSock.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/idle/BigSock.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/idle/BigSock_Idle_Right.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/idle/BigSock_Idle_Right.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/idle/BigSock_idle.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/idle/BigSock_idle.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/walk.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/walk/BigSock_Walk_Right.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/walk/BigSock_Walk_Right.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/walk/Bigsock_walk.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/Animations/walk/Bigsock_walk.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/PlayerInputActions.inputactions (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/PlayerInputActions.inputactions.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSock.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSock.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSock.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSock.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSockBig.anim (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSockBig.anim.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSockBig.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSockBig.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSockBig.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSockBig.png.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSock_0.controller (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/Player/BigSock/attackBigSock_0.controller.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/UI.meta (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/UI/GUI.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/UI/GUI.png.meta (99%) rename MrBigsock/Assets/{ => Resources}/Sprites/UI/buttons.png (100%) rename MrBigsock/Assets/{ => Resources}/Sprites/UI/buttons.png.meta (97%) rename MrBigsock/Assets/{ => Resources}/sound.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/Eggy Toast - The Magician.mp3 (100%) rename MrBigsock/Assets/{ => Resources}/sound/Eggy Toast - The Magician.mp3.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human13.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human13.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human14.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human14.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium13.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium13.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard13.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard13.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard14.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard14.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard15.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard15.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard16.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard16.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard17.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard17.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button13.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button13.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button14.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button14.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact13.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact13.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact14.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact14.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact15.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact15.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction13.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction13.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction14.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction14.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction15.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction15.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction16.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction16.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction17.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction17.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction18.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction18.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction19.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction19.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction20.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction20.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction21.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction21.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction22.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction22.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction23.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction23.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction24.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction24.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction25.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction25.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction26.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction26.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error13.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error13.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error14.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error14.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error15.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error15.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_in.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_in.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_out.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_out.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_in.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_in.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_out.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_out.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_in.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_in.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_out.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_out.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_in.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_in.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_out.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_out.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_in.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_in.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_out.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_out.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_in.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_in.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_out.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_out.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_in.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_in.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_out.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_out.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup13.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup13.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup14.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup14.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup15.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup15.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup16.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup16.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup17.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup17.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup18.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup18.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_bling.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_bling.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_depressurizing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_depressurizing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_noise.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_noise.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_poweron.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_poweron.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_refereewhistle.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_refereewhistle.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_vaporizing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_vaporizing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/INFO.txt (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/INFO.txt.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6loop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6loop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1a.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1a.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1b.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1b.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_fast.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_fast.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_slow.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_slow.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_fast.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_fast.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_slow.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_slow.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10_landing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10_landing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11_landing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11_landing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12_landing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12_landing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13_landing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13_landing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14_landing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14_landing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15_landing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15_landing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16_landing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16_landing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17_landing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17_landing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18_landing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18_landing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19_landing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19_landing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump20.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump20.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9_landing.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9_landing.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_breaks.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_breaks.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_engineloop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_engineloop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_plainloop.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_plainloop.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_missilelaunch.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_missilelaunch.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser 10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser 10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop9.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_dagger.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_dagger.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_reload.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_reload.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot1.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot1.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot10.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot10.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot11.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot11.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot12.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot12.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot13.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot13.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot14.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot14.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot15.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot15.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot16.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot16.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot17.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot17.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot18.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot18.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot19.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot19.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot2.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot2.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot20.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot20.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot21.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot21.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot22.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot22.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot3.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot3.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot4.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot4.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot5.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot5.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot6.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot6.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot7.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot7.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot8.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot8.wav.meta (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot9.wav (100%) rename MrBigsock/Assets/{ => Resources}/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot9.wav.meta (100%) diff --git a/MrBigsock/Assets/Code/Core/Abilities/BasicProjectile2.cs b/MrBigsock/Assets/Code/Core/Abilities/BasicProjectile2.cs index 03ec4124..cf848b71 100644 --- a/MrBigsock/Assets/Code/Core/Abilities/BasicProjectile2.cs +++ b/MrBigsock/Assets/Code/Core/Abilities/BasicProjectile2.cs @@ -16,7 +16,8 @@ namespace BigSock { public class BasicProjectile2 : BaseAttack { //protected static readonly GameObject PROJECTILE_BASE = new AttackMovement(); public const string PROJECTILE_NAME = "bullets/basicsquarebullet"; - public const string AUDIO_PATH = "The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/explosions/Shortest/sfx_exp_shortest_hard1"; + //public const string AUDIO_PATH = "The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala\\explosions\\Shortest\\sfx_exp_shortest_hard1"; + public const string AUDIO_PATH = "theessentialretrovideogamesoundeffectscollection[512sounds]byjuhanijunkala\\explosions\\short\\sfxexpshorthard16"; public override ulong Id => 104; diff --git a/MrBigsock/Assets/Code/Services/AudioService.cs b/MrBigsock/Assets/Code/Services/AudioService.cs index ce122a06..676c4477 100644 --- a/MrBigsock/Assets/Code/Services/AudioService.cs +++ b/MrBigsock/Assets/Code/Services/AudioService.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Collections.Generic; using System.Reflection; +using System.IO; using UnityEngine; using UnityEngine.InputSystem; @@ -46,6 +47,22 @@ namespace BigSock.Service { Based on: https://stackoverflow.com/a/67670629 */ private void _loadItems() { + var dict = new Dictionary<string, AudioClip>(); + + foreach (string file in Directory.EnumerateFiles("Assets\\Resources\\sound", "*.*", SearchOption.AllDirectories)) { + // Skip meta files. + if(file.Contains(".meta")) continue; + var name = _sanitize(file.Replace(".wav", "").Replace(".mp3", "").Replace("Assets\\Resources\\sound\\", "")); + AudioClip go = Resources.Load<AudioClip>( file.Replace("Assets\\Resources\\", "").Replace(".wav", "").Replace(".mp3", "") ); + Debug.Log($"[AudioService._loadItems()] {name}"); + if(go == null) Debug.Log($"[AudioService._loadItems()] ITEM IS NULL!!! {name}"); + dict[name] = go; + } + + _items = dict; + } + + private void _loadItems2() { string[] guids = AssetDatabase.FindAssets( "t:AudioClip", new string[] {"Assets/sound"} ); var dict = new Dictionary<string, AudioClip>(); @@ -63,7 +80,7 @@ namespace BigSock.Service { } private string _sanitize(string name) - => name.Replace(" ", "").Replace("_", "").ToLower(); + => name.Replace("/", "\\").Replace(" ", "").Replace("_", "").ToLower(); } } \ No newline at end of file diff --git a/MrBigsock/Assets/Code/Services/PrefabService.cs b/MrBigsock/Assets/Code/Services/PrefabService.cs index 3586eebb..40173638 100644 --- a/MrBigsock/Assets/Code/Services/PrefabService.cs +++ b/MrBigsock/Assets/Code/Services/PrefabService.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Collections.Generic; using System.Reflection; +using System.IO; using UnityEngine; using UnityEngine.InputSystem; @@ -79,13 +80,29 @@ namespace BigSock.Service { Based on: https://stackoverflow.com/a/67670629 */ private void _loadItems() { - string[] guids = AssetDatabase.FindAssets( "t:Prefab", new string[] {"Assets/Prefabs"} ); + var dict = new Dictionary<string, GameObject>(); + + foreach (string file in Directory.EnumerateFiles("Assets\\Resources\\Prefabs", "*.*", SearchOption.AllDirectories)) { + // Skip meta files. + if(file.Contains(".meta")) continue; + var name = _sanitize(file.Replace(".prefab", "").Replace("Assets\\Resources\\Prefabs\\", "")); + GameObject go = Resources.Load<GameObject>( file.Replace("Assets\\Resources\\", "").Replace(".prefab", "") ); + //Debug.Log($"[AudioService._loadItems()] {name}"); + //if(go == null) Debug.Log($"[AudioService._loadItems()] ITEM IS NULL!!! {name}"); + dict[name] = go; + } + + _prefabs = dict; + } + + private void _loadItems2() { + string[] guids = AssetDatabase.FindAssets( "t:Prefab", new string[] {"Assets/Resources/Prefabs"} ); var dict = new Dictionary<string, GameObject>(); foreach(var guid in guids) { var path = AssetDatabase.GUIDToAssetPath( guid ); - var name = _sanitize(path.Replace(".prefab", "").Replace("Assets/Prefabs/", "")); + var name = _sanitize(path.Replace(".prefab", "").Replace("Assets/Resources/Prefabs/", "")); GameObject go = AssetDatabase.LoadAssetAtPath<GameObject>( path ); //Debug.Log($"[PrefabService._loadItems()] {name}"); @@ -96,7 +113,7 @@ namespace BigSock.Service { } private string _sanitize(string name) - => name.Replace(" ", "").Replace("_", "").ToLower(); + => name.Replace("/", "\\").Replace(" ", "").Replace("_", "").ToLower(); } } \ No newline at end of file diff --git a/MrBigsock/Assets/Code/Services/SpriteService.cs b/MrBigsock/Assets/Code/Services/SpriteService.cs index d52249f9..8616bdd6 100644 --- a/MrBigsock/Assets/Code/Services/SpriteService.cs +++ b/MrBigsock/Assets/Code/Services/SpriteService.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Collections.Generic; using System.Reflection; +using System.IO; using UnityEngine; using UnityEngine.InputSystem; @@ -46,13 +47,28 @@ namespace BigSock.Service { Based on: https://stackoverflow.com/a/67670629 */ private void _loadItems() { - string[] guids = AssetDatabase.FindAssets( "t:Sprite", new string[] {"Assets/Sprites"} ); + var dict = new Dictionary<string, Sprite>(); + + foreach (string file in Directory.EnumerateFiles("Assets\\Resources\\Sprites", "*.*", SearchOption.AllDirectories)) { + // Skip meta files. + if(file.Contains(".meta")) continue; + var name = _sanitize(file.Replace(".png", "").Replace(".jpg", "").Replace("Assets\\Resources\\Sprites\\", "")); + Sprite go = Resources.Load<Sprite>( file.Replace("Assets\\Resources\\", "").Replace(".png", "").Replace(".jpg", "") ); + //Debug.Log($"[AudioService._loadItems()] {name}"); + //if(go == null) Debug.Log($"[AudioService._loadItems()] ITEM IS NULL!!! {name}"); + dict[name] = go; + } + + _sprites = dict; + } + private void _loadItems2() { + string[] guids = AssetDatabase.FindAssets( "t:Sprite", new string[] {"Assets/Resources/Sprites"} ); var dict = new Dictionary<string, Sprite>(); foreach(var guid in guids) { var path = AssetDatabase.GUIDToAssetPath( guid ); - var name = _sanitize(path.Replace(".png", "").Replace(".jpg", "").Replace("Assets/Sprites/", "")); + var name = _sanitize(path.Replace(".png", "").Replace(".jpg", "").Replace("Assets/Resources/Sprites/", "")); Sprite go = AssetDatabase.LoadAssetAtPath<Sprite>( path ); //Debug.Log($"[SpriteService._loadItems()] {name}"); @@ -63,7 +79,7 @@ namespace BigSock.Service { } private string _sanitize(string name) - => name.Replace(" ", "").Replace("_", "").ToLower(); + => name.Replace("/", "\\").Replace(" ", "").Replace("_", "").ToLower(); } } \ No newline at end of file diff --git a/MrBigsock/Assets/Resources.meta b/MrBigsock/Assets/Resources.meta new file mode 100644 index 00000000..e049eb9e --- /dev/null +++ b/MrBigsock/Assets/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d8025453ac102614fa3718324f74e318 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/MrBigsock/Assets/Prefabs.meta b/MrBigsock/Assets/Resources/Prefabs.meta similarity index 100% rename from MrBigsock/Assets/Prefabs.meta rename to MrBigsock/Assets/Resources/Prefabs.meta diff --git a/MrBigsock/Assets/Prefabs/.gitkeep b/MrBigsock/Assets/Resources/Prefabs/.gitkeep similarity index 100% rename from MrBigsock/Assets/Prefabs/.gitkeep rename to MrBigsock/Assets/Resources/Prefabs/.gitkeep diff --git a/MrBigsock/Assets/Prefabs/BigSock.prefab b/MrBigsock/Assets/Resources/Prefabs/BigSock.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/BigSock.prefab rename to MrBigsock/Assets/Resources/Prefabs/BigSock.prefab diff --git a/MrBigsock/Assets/Prefabs/BigSock.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/BigSock.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/BigSock.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/BigSock.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/Bosses.meta b/MrBigsock/Assets/Resources/Prefabs/Bosses.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Bosses.meta rename to MrBigsock/Assets/Resources/Prefabs/Bosses.meta diff --git a/MrBigsock/Assets/Prefabs/Bosses/Attacks.meta b/MrBigsock/Assets/Resources/Prefabs/Bosses/Attacks.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Bosses/Attacks.meta rename to MrBigsock/Assets/Resources/Prefabs/Bosses/Attacks.meta diff --git a/MrBigsock/Assets/Prefabs/Bosses/Attacks/Bringer_of_Death_Spell.prefab b/MrBigsock/Assets/Resources/Prefabs/Bosses/Attacks/Bringer_of_Death_Spell.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/Bosses/Attacks/Bringer_of_Death_Spell.prefab rename to MrBigsock/Assets/Resources/Prefabs/Bosses/Attacks/Bringer_of_Death_Spell.prefab diff --git a/MrBigsock/Assets/Prefabs/Bosses/Attacks/Bringer_of_Death_Spell.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/Bosses/Attacks/Bringer_of_Death_Spell.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Bosses/Attacks/Bringer_of_Death_Spell.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/Bosses/Attacks/Bringer_of_Death_Spell.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/Bosses/Bringer_of_Death.prefab b/MrBigsock/Assets/Resources/Prefabs/Bosses/Bringer_of_Death.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/Bosses/Bringer_of_Death.prefab rename to MrBigsock/Assets/Resources/Prefabs/Bosses/Bringer_of_Death.prefab diff --git a/MrBigsock/Assets/Prefabs/Bosses/Bringer_of_Death.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/Bosses/Bringer_of_Death.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Bosses/Bringer_of_Death.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/Bosses/Bringer_of_Death.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/Bosses/Skeleton_Boss.prefab b/MrBigsock/Assets/Resources/Prefabs/Bosses/Skeleton_Boss.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/Bosses/Skeleton_Boss.prefab rename to MrBigsock/Assets/Resources/Prefabs/Bosses/Skeleton_Boss.prefab diff --git a/MrBigsock/Assets/Prefabs/Bosses/Skeleton_Boss.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/Bosses/Skeleton_Boss.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Bosses/Skeleton_Boss.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/Bosses/Skeleton_Boss.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/Bullets.meta b/MrBigsock/Assets/Resources/Prefabs/Bullets.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Bullets.meta rename to MrBigsock/Assets/Resources/Prefabs/Bullets.meta diff --git a/MrBigsock/Assets/Prefabs/Bullets/basic square bullet.prefab b/MrBigsock/Assets/Resources/Prefabs/Bullets/basic square bullet.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/Bullets/basic square bullet.prefab rename to MrBigsock/Assets/Resources/Prefabs/Bullets/basic square bullet.prefab diff --git a/MrBigsock/Assets/Prefabs/Bullets/basic square bullet.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/Bullets/basic square bullet.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Bullets/basic square bullet.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/Bullets/basic square bullet.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/Bullets/big slow bullet.prefab b/MrBigsock/Assets/Resources/Prefabs/Bullets/big slow bullet.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/Bullets/big slow bullet.prefab rename to MrBigsock/Assets/Resources/Prefabs/Bullets/big slow bullet.prefab diff --git a/MrBigsock/Assets/Prefabs/Bullets/big slow bullet.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/Bullets/big slow bullet.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Bullets/big slow bullet.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/Bullets/big slow bullet.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/Bullets/enemy_arrow.prefab b/MrBigsock/Assets/Resources/Prefabs/Bullets/enemy_arrow.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/Bullets/enemy_arrow.prefab rename to MrBigsock/Assets/Resources/Prefabs/Bullets/enemy_arrow.prefab diff --git a/MrBigsock/Assets/Prefabs/Bullets/enemy_arrow.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/Bullets/enemy_arrow.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Bullets/enemy_arrow.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/Bullets/enemy_arrow.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/Enemy_Slime.prefab b/MrBigsock/Assets/Resources/Prefabs/Enemy_Slime.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/Enemy_Slime.prefab rename to MrBigsock/Assets/Resources/Prefabs/Enemy_Slime.prefab diff --git a/MrBigsock/Assets/Prefabs/Enemy_Slime.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/Enemy_Slime.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Enemy_Slime.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/Enemy_Slime.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/Map.meta b/MrBigsock/Assets/Resources/Prefabs/Map.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Map.meta rename to MrBigsock/Assets/Resources/Prefabs/Map.meta diff --git a/MrBigsock/Assets/Prefabs/Map/Room.prefab b/MrBigsock/Assets/Resources/Prefabs/Map/Room.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/Map/Room.prefab rename to MrBigsock/Assets/Resources/Prefabs/Map/Room.prefab diff --git a/MrBigsock/Assets/Prefabs/Map/Room.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/Map/Room.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/Map/Room.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/Map/Room.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/UI.meta b/MrBigsock/Assets/Resources/Prefabs/UI.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/UI.meta rename to MrBigsock/Assets/Resources/Prefabs/UI.meta diff --git a/MrBigsock/Assets/Prefabs/UI/Button.prefab b/MrBigsock/Assets/Resources/Prefabs/UI/Button.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/Button.prefab rename to MrBigsock/Assets/Resources/Prefabs/UI/Button.prefab diff --git a/MrBigsock/Assets/Prefabs/UI/Button.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/UI/Button.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/Button.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/UI/Button.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/UI/ChestContents.prefab b/MrBigsock/Assets/Resources/Prefabs/UI/ChestContents.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/ChestContents.prefab rename to MrBigsock/Assets/Resources/Prefabs/UI/ChestContents.prefab diff --git a/MrBigsock/Assets/Prefabs/UI/ChestContents.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/UI/ChestContents.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/ChestContents.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/UI/ChestContents.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/UI/HPBar.prefab b/MrBigsock/Assets/Resources/Prefabs/UI/HPBar.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/HPBar.prefab rename to MrBigsock/Assets/Resources/Prefabs/UI/HPBar.prefab diff --git a/MrBigsock/Assets/Prefabs/UI/HPBar.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/UI/HPBar.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/HPBar.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/UI/HPBar.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/UI/Inventory.prefab b/MrBigsock/Assets/Resources/Prefabs/UI/Inventory.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/Inventory.prefab rename to MrBigsock/Assets/Resources/Prefabs/UI/Inventory.prefab diff --git a/MrBigsock/Assets/Prefabs/UI/Inventory.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/UI/Inventory.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/Inventory.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/UI/Inventory.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/UI/InventorySlot.prefab b/MrBigsock/Assets/Resources/Prefabs/UI/InventorySlot.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/InventorySlot.prefab rename to MrBigsock/Assets/Resources/Prefabs/UI/InventorySlot.prefab diff --git a/MrBigsock/Assets/Prefabs/UI/InventorySlot.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/UI/InventorySlot.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/InventorySlot.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/UI/InventorySlot.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/UI/Item.prefab b/MrBigsock/Assets/Resources/Prefabs/UI/Item.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/Item.prefab rename to MrBigsock/Assets/Resources/Prefabs/UI/Item.prefab diff --git a/MrBigsock/Assets/Prefabs/UI/Item.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/UI/Item.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/Item.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/UI/Item.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/UI/PlayerMenu.prefab b/MrBigsock/Assets/Resources/Prefabs/UI/PlayerMenu.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/PlayerMenu.prefab rename to MrBigsock/Assets/Resources/Prefabs/UI/PlayerMenu.prefab diff --git a/MrBigsock/Assets/Prefabs/UI/PlayerMenu.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/UI/PlayerMenu.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/PlayerMenu.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/UI/PlayerMenu.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/UI/StatsPanel.prefab b/MrBigsock/Assets/Resources/Prefabs/UI/StatsPanel.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/StatsPanel.prefab rename to MrBigsock/Assets/Resources/Prefabs/UI/StatsPanel.prefab diff --git a/MrBigsock/Assets/Prefabs/UI/StatsPanel.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/UI/StatsPanel.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/StatsPanel.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/UI/StatsPanel.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/UI/UtilityBar.prefab b/MrBigsock/Assets/Resources/Prefabs/UI/UtilityBar.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/UtilityBar.prefab rename to MrBigsock/Assets/Resources/Prefabs/UI/UtilityBar.prefab diff --git a/MrBigsock/Assets/Prefabs/UI/UtilityBar.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/UI/UtilityBar.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/UtilityBar.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/UI/UtilityBar.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/UI/XpBar.prefab b/MrBigsock/Assets/Resources/Prefabs/UI/XpBar.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/XpBar.prefab rename to MrBigsock/Assets/Resources/Prefabs/UI/XpBar.prefab diff --git a/MrBigsock/Assets/Prefabs/UI/XpBar.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/UI/XpBar.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/UI/XpBar.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/UI/XpBar.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/attack.prefab b/MrBigsock/Assets/Resources/Prefabs/attack.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/attack.prefab rename to MrBigsock/Assets/Resources/Prefabs/attack.prefab diff --git a/MrBigsock/Assets/Prefabs/attack.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/attack.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/attack.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/attack.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/backgroundMusic.prefab b/MrBigsock/Assets/Resources/Prefabs/backgroundMusic.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/backgroundMusic.prefab rename to MrBigsock/Assets/Resources/Prefabs/backgroundMusic.prefab diff --git a/MrBigsock/Assets/Prefabs/backgroundMusic.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/backgroundMusic.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/backgroundMusic.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/backgroundMusic.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/enemy_orc_range.prefab b/MrBigsock/Assets/Resources/Prefabs/enemy_orc_range.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/enemy_orc_range.prefab rename to MrBigsock/Assets/Resources/Prefabs/enemy_orc_range.prefab diff --git a/MrBigsock/Assets/Prefabs/enemy_orc_range.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/enemy_orc_range.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/enemy_orc_range.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/enemy_orc_range.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/enemy_orc_warrior.prefab b/MrBigsock/Assets/Resources/Prefabs/enemy_orc_warrior.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/enemy_orc_warrior.prefab rename to MrBigsock/Assets/Resources/Prefabs/enemy_orc_warrior.prefab diff --git a/MrBigsock/Assets/Prefabs/enemy_orc_warrior.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/enemy_orc_warrior.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/enemy_orc_warrior.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/enemy_orc_warrior.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/furry_demon.prefab b/MrBigsock/Assets/Resources/Prefabs/furry_demon.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/furry_demon.prefab rename to MrBigsock/Assets/Resources/Prefabs/furry_demon.prefab diff --git a/MrBigsock/Assets/Prefabs/furry_demon.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/furry_demon.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/furry_demon.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/furry_demon.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/golem.prefab b/MrBigsock/Assets/Resources/Prefabs/golem.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/golem.prefab rename to MrBigsock/Assets/Resources/Prefabs/golem.prefab diff --git a/MrBigsock/Assets/Prefabs/golem.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/golem.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/golem.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/golem.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/large_orc.prefab b/MrBigsock/Assets/Resources/Prefabs/large_orc.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/large_orc.prefab rename to MrBigsock/Assets/Resources/Prefabs/large_orc.prefab diff --git a/MrBigsock/Assets/Prefabs/large_orc.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/large_orc.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/large_orc.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/large_orc.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/skleton-range.prefab b/MrBigsock/Assets/Resources/Prefabs/skleton-range.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/skleton-range.prefab rename to MrBigsock/Assets/Resources/Prefabs/skleton-range.prefab diff --git a/MrBigsock/Assets/Prefabs/skleton-range.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/skleton-range.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/skleton-range.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/skleton-range.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/small_demon.prefab b/MrBigsock/Assets/Resources/Prefabs/small_demon.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/small_demon.prefab rename to MrBigsock/Assets/Resources/Prefabs/small_demon.prefab diff --git a/MrBigsock/Assets/Prefabs/small_demon.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/small_demon.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/small_demon.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/small_demon.prefab.meta diff --git a/MrBigsock/Assets/Prefabs/small_orc.prefab b/MrBigsock/Assets/Resources/Prefabs/small_orc.prefab similarity index 100% rename from MrBigsock/Assets/Prefabs/small_orc.prefab rename to MrBigsock/Assets/Resources/Prefabs/small_orc.prefab diff --git a/MrBigsock/Assets/Prefabs/small_orc.prefab.meta b/MrBigsock/Assets/Resources/Prefabs/small_orc.prefab.meta similarity index 100% rename from MrBigsock/Assets/Prefabs/small_orc.prefab.meta rename to MrBigsock/Assets/Resources/Prefabs/small_orc.prefab.meta diff --git a/MrBigsock/Assets/Sprites.meta b/MrBigsock/Assets/Resources/Sprites.meta similarity index 100% rename from MrBigsock/Assets/Sprites.meta rename to MrBigsock/Assets/Resources/Sprites.meta diff --git a/MrBigsock/Assets/Sprites/.gitkeep b/MrBigsock/Assets/Resources/Sprites/.gitkeep similarity index 100% rename from MrBigsock/Assets/Sprites/.gitkeep rename to MrBigsock/Assets/Resources/Sprites/.gitkeep diff --git a/MrBigsock/Assets/Sprites/Enemy.meta b/MrBigsock/Assets/Resources/Sprites/Enemy.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/.gitkeep b/MrBigsock/Assets/Resources/Sprites/Enemy/.gitkeep similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/.gitkeep rename to MrBigsock/Assets/Resources/Sprites/Enemy/.gitkeep diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/.gitkeep b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/.gitkeep similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/.gitkeep rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/.gitkeep diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon_idle.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon_idle.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon_idle.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon_idle.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon_idle.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon_idle.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon_idle.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon_idle.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon_run.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon_run.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon_run.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon_run.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon_run.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon_run.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/furry_demon/furry_demon_run.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/furry_demon/furry_demon_run.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/golem.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/golem.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem_idle.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem_idle.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem_idle.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem_idle.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem_idle.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem_idle.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem_idle.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem_idle.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem_run.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem_run.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem_run.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem_run.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem_run.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem_run.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/golem/golem_run.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/golem/golem_run.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/large_orc.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/large_orc.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc_idle.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc_idle.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc_idle.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc_idle.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc_idle.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc_idle.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc_idle.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc_idle.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc_run.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc_run.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc_run.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc_run.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc_run.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc_run.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/large_orc/large_orc_run.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/large_orc/large_orc_run.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/Materials.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/Materials.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/Materials.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/Materials.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/Materials/orc_warrior_idle_anim_f0.mat b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/Materials/orc_warrior_idle_anim_f0.mat similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/Materials/orc_warrior_idle_anim_f0.mat rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/Materials/orc_warrior_idle_anim_f0.mat diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/Materials/orc_warrior_idle_anim_f0.mat.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/Materials/orc_warrior_idle_anim_f0.mat.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/Materials/orc_warrior_idle_anim_f0.mat.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/Materials/orc_warrior_idle_anim_f0.mat.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/Bow and Arrows.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/Bow and Arrows.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/Bow and Arrows.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/Bow and Arrows.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/Bow and Arrows.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/Bow and Arrows.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/Bow and Arrows.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/Bow and Arrows.png.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation_controller.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation_controller.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation_controller.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation_controller.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation_controller.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation_controller.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation_controller.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/bow/bow_animation_controller.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_attack.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_attack.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_attack.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_attack.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_attack.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_attack.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_attack.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_attack.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f0.png.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f1.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f1.png.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f2.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f2.png.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f3.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_idle_anim_f3.png.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f0.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f0.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f0.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f0.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f0.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f0.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f0.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f0.png.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f1.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f1.png.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f2.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f2.png.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f3.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/orc_warrior/orc_warrior_run_anim_f3.png.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/skeleton.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/skeleton.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton_attack.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton_attack.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton_attack.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton_attack.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton_attack.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton_attack.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton_attack.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton_attack.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton_walk.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton_walk.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton_walk.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton_walk.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton_walk.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton_walk.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/skeleton/skeleton_walk.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/skeleton/skeleton_walk.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/slime.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/slime.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/slime.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/slime.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_demon.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_demon.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon_idle.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon_idle.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon_idle.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon_idle.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon_idle.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon_idle.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon_idle.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon_idle.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon_run.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon_run.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon_run.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon_run.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon_run.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon_run.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_demon/small_demon_run.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_demon/small_demon_run.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_orc.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_orc.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc_idle.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc_idle.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc_idle.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc_idle.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc_idle.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc_idle.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc_idle.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc_idle.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc_run.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc_run.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc_run.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc_run.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc_run.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc_run.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Animations/small_orc/small_orc_run.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Animations/small_orc/small_orc_run.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death_Spell.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death_Spell.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death_Spell.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death_Spell.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death_Spell.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death_Spell.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death_Spell.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/Bringer_of_Death_Spell.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/attack.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/attack.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/attack.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/attack.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/attack.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/attack.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/attack.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/attack.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/cast.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/cast.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/cast.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/cast.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/cast.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/cast.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/cast.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/cast.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/death.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/death.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/death.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/death.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/death.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/death.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/death.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/death.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/hurt.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/hurt.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/hurt.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/hurt.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/hurt.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/hurt.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/hurt.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/hurt.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/idle.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/idle.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/idle.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/idle.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/idle.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/idle.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/idle.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/idle.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/spell.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/spell.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/spell.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/spell.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/spell.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/spell.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/spell.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/spell.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/walk.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/walk.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/walk.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/walk.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/walk.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/walk.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Bringer_of_Death/walk.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Bringer_of_Death/walk.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/Skeleton_Boss.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/Skeleton_Boss.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/Skeleton_Boss.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/Skeleton_Boss.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/Skeleton_Boss.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/Skeleton_Boss.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/Skeleton_Boss.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/Skeleton_Boss.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/attack.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/attack.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/attack.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/attack.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/attack.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/attack.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/attack.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/attack.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/death.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/death.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/death.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/death.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/death.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/death.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/death.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/death.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/idle.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/idle.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/idle.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/idle.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/idle.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/idle.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/idle.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/idle.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/take_damage.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/take_damage.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/take_damage.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/take_damage.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/take_damage.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/take_damage.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/take_damage.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/take_damage.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/walk.anim b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/walk.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/walk.anim rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/walk.anim diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/walk.anim.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/walk.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Animations/Skeleton_Boss/walk.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Animations/Skeleton_Boss/walk.anim.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png.meta index 403c488e..4cfc4cf8 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png.meta index d55643a2..39512039 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_10.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png.meta index e0613c1c..d3100aa4 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png.meta index 5fd3fe52..f04423a8 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png.meta index a2bc520d..81470a1c 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_4.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png.meta index 62597294..58eb585e 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_5.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png.meta index b24c2393..d47ad8b5 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_6.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png.meta index a417aaff..db1ca4c2 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_7.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png.meta index 3935ac22..dcb2bf4b 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_8.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png.meta index 9cf90957..0ed58b9c 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Attack/Bringer-of-Death_Attack_9.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png.meta index cc1029fc..bcca14c4 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png.meta index c0a2d35b..2d81e90c 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png.meta index 0d6e9935..13aca194 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png.meta index 53f1e36d..354b3d86 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_4.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png.meta index 7b79ba58..f9a57764 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_5.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png.meta index a557606d..f8d22f4e 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_6.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png.meta index 4f323461..cd44aa2b 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_7.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png.meta index 5460e6cf..7dc73958 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_8.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png.meta index d2a99dca..58df0e55 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Cast/Bringer-of-Death_Cast_9.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png.meta index 6f148a5c..a0b2d134 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png.meta index e7ddc465..f2b7e4cc 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_10.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png.meta index e5504b0d..4ca9780f 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png.meta index 9d1e871e..cdda19f7 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png.meta index 98a93e53..ed5c2ae6 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_4.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png.meta index 6d86092b..f8f50e53 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_5.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png.meta index 9b5406e5..a0f2c073 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_6.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png.meta index 24801503..347f9b7f 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_7.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png.meta index d9f41af9..067843c5 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_8.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png.meta index 6cbfd5b2..215c01af 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Death/Bringer-of-Death_Death_9.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png.meta index af83219d..12faebf0 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png.meta index 8a97d0ae..1755eb47 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png.meta index 43c45fcc..d340836a 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Hurt/Bringer-of-Death_Hurt_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png.meta index 5e373c25..b983ef1e 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png.meta index 837dee97..10cdc7b8 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png.meta index 8df96d98..171fd804 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png.meta index 8cbe72f6..71deaf8c 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_4.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png.meta index 4057bdf9..bc4c87c2 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_5.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png.meta index 799a8155..08fa884a 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_6.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png.meta index 4516c441..36d2bfa4 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_7.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png.meta index 9521edda..0c5d928e 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Idle/Bringer-of-Death_Idle_8.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png.meta index 9d54a323..fa4bf077 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png.meta index 5507f2f8..21685398 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_10.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png.meta index ec975110..5d6939ad 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png.meta index 033f5ae1..341e3857 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png.meta index ecfea8db..83de018b 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_4.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png.meta index 7983b117..0e245ff8 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_5.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png.meta index 2b9e3169..3ad0f9a2 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_6.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png.meta index dfa6c3f3..2b081d17 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_7.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png.meta index c25b3912..b6ad1f8d 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_8.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png.meta index f0d12d9f..5d20b55b 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Attack/Bringer-of-Death_Attack_9.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png.meta index 0d503b9e..78ed2b80 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png.meta index 0f0929ec..8ca05e29 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png.meta index 8b8453e0..2558a50e 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png.meta index ee0f370c..eb95f119 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_4.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png.meta index 0d6e0817..8c82d0a2 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_5.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png.meta index 9de30631..cf4a4fab 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_6.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png.meta index c1e74a4f..a4b2a814 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_7.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png.meta index 764d8e5b..b0644d79 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_8.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png.meta index d6464c3c..f31ed0f9 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Cast/Bringer-of-Death_Cast_9.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png.meta index 56377f25..364274b7 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png.meta index 98ecc7e5..d9603df8 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_10.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png.meta index c55895a0..ee224637 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png.meta index 91a987c4..59a1e90b 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png.meta index d2f6f27f..991f7eaf 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_4.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png.meta index 10b094e7..bfd1078e 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_5.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png.meta index 11ba8f4f..b74db7ab 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_6.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png.meta index dfb718f7..0da85edd 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_7.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png.meta index 8e0e1ccd..0be5f2e3 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_8.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png.meta index de36a2ca..e803c51c 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Death/Bringer-of-Death_Death_9.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png.meta index 74989b85..c6afc333 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png.meta index 63c31990..be8196f3 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png.meta index 55cd2394..f9d7d922 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Hurt/Bringer-of-Death_Hurt_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png.meta index 7884b60a..ff27794f 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png.meta index 2313ca79..3e153741 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_10.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png.meta index f5111a8c..e81d58df 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_11.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png.meta index b835284b..424b8249 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_12.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png.meta index af978762..d9a4d1c2 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_13.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png.meta index a4ad5ecc..61da6eb9 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_14.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png.meta index 62edc501..4cbba355 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_15.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png.meta index 219906fe..27b2b95c 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_16.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png.meta index fb6374a5..dcd5380d 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png.meta index 45c8f080..8ba987dc 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png.meta index cbc6b50a..20480232 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_4.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png.meta index 4806a647..1f42b623 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_5.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png.meta index 053e1acb..df518bbd 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_6.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png.meta index 4780f3a3..d4a9de98 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_7.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png.meta index 7f8fdc04..d7f761ee 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_8.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png.meta index 82fd3d2e..d2d84155 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/No Effect Sprites/Spell/Bringer-of-Death_Spell_9.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png.meta index 34d308b8..8cdb6f02 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png.meta index 431509d5..df1ee12a 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_10.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png.meta index 5caf1aef..1ba57cdf 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_11.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png.meta index c588dc93..3cde9fdd 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_12.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png.meta index 89c2a120..4609ab48 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_13.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png.meta index 323edfa5..02fdae57 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_14.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png.meta index 0e0e207b..959acf33 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_15.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png.meta index 9f390d5f..cc105b05 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_16.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png.meta index c9fd046e..c762b109 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png.meta index 3ba34325..74c3601d 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png.meta index 336e33e2..3a50f280 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_4.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png.meta index 07146110..03912710 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_5.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png.meta index 69c29d44..0a9ae7ba 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_6.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png.meta index d6a12b6b..81da2eb9 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_7.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png.meta index d0a6e5cf..941b8647 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_8.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png.meta index ba810581..cf69ed77 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Spell/Bringer-of-Death_Spell_9.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png.meta index 69db45bf..8c592d67 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_1.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png.meta index fa5a6394..fc52cc1e 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_2.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png.meta index 1ead470a..935d1b2c 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_3.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png.meta index c592a5b5..f4f44c96 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_4.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png.meta index 33ebbc4b..df239266 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_5.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png.meta index 84b8678b..1053800f 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_6.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png.meta index c6189afc..91acbd98 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_7.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png.meta index f2036d91..4180425b 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/Individual Sprite/Walk/Bringer-of-Death_Walk_8.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png.meta similarity index 99% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png.meta index 102d0ec1..3a831ee1 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: @@ -1495,10 +1507,10 @@ TextureImporter: Bringer-of-Death-SpritSheet_3: -1354585760 Bringer-of-Death-SpritSheet_62: -1981653235 Bringer-of-Death-SpritSheet_32: -758833498 - Bringer-of-Death-SpritSheet_6: -2002076032 Bringer-of-Death-SpritSheet_41: 249659269 - Bringer-of-Death-SpritSheet_21: -133352305 Bringer-of-Death-SpritSheet_1: 959836911 + Bringer-of-Death-SpritSheet_21: -133352305 + Bringer-of-Death-SpritSheet_6: -2002076032 Bringer-of-Death-SpritSheet_0: -216419084 Bringer-of-Death-SpritSheet_22: 1421686516 Bringer-of-Death-SpritSheet_20: 1849084138 diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png.meta similarity index 89% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png.meta index d7c17aa4..db740ff0 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Bringer_of_death/SpriteSheet/Bringer-of-Death-SpritSheet_no-Effect.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png.meta similarity index 98% rename from MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png.meta index 1ad35b38..384a2a53 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Boss/Sprites/Skeleton enemy.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png.meta index 09e688d4..4ca9a3be 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton.png.meta @@ -1228,8 +1228,8 @@ TextureImporter: Archer Skeleton_21: -1276893573 Archer Skeleton_31: 380057764 Archer Skeleton_38: 2105159634 - Archer Skeleton_34: 1960391730 Archer Skeleton_50: -856143105 + Archer Skeleton_34: 1960391730 Archer Skeleton_16: -368848275 Archer Skeleton_36: -227535706 Archer Skeleton_3: 1825370165 diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton_0.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton_0.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton_0.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton_0.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton_0.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton_0.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton_0.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton_0.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton_6.controller b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton_6.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton_6.controller rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton_6.controller diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton_6.controller.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton_6.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Archer Skeleton_6.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Archer Skeleton_6.controller.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/One-eyed Bat.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/One-eyed Bat.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/One-eyed Bat.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/One-eyed Bat.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/One-eyed Bat.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/One-eyed Bat.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/One-eyed Bat.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/One-eyed Bat.png.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Slime Mob.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Slime Mob.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Slime Mob.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Slime Mob.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Slime Mob.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Slime Mob.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/Slime Mob.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/Slime Mob.png.meta diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/large_enemies.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/large_enemies.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/large_enemies.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/large_enemies.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/large_enemies.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/large_enemies.png.meta similarity index 97% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/large_enemies.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/large_enemies.png.meta index 0ecbce00..17bf91aa 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/large_enemies.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/large_enemies.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/medium_enemies.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/medium_enemies.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/medium_enemies.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/medium_enemies.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/medium_enemies.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/medium_enemies.png.meta similarity index 98% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/medium_enemies.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/medium_enemies.png.meta index c456fb0d..8f1f0363 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/medium_enemies.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/medium_enemies.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/small_enemies.png b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/small_enemies.png similarity index 100% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/small_enemies.png rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/small_enemies.png diff --git a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/small_enemies.png.meta b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/small_enemies.png.meta similarity index 98% rename from MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/small_enemies.png.meta rename to MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/small_enemies.png.meta index 7fc0add7..94edbb49 100644 --- a/MrBigsock/Assets/Sprites/Enemy/Enemy_sprites/small_enemies.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Enemy/Enemy_sprites/small_enemies.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: diff --git a/MrBigsock/Assets/Sprites/Item.meta b/MrBigsock/Assets/Resources/Sprites/Item.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Item.meta rename to MrBigsock/Assets/Resources/Sprites/Item.meta diff --git a/MrBigsock/Assets/Sprites/Item/.gitkeep b/MrBigsock/Assets/Resources/Sprites/Item/.gitkeep similarity index 100% rename from MrBigsock/Assets/Sprites/Item/.gitkeep rename to MrBigsock/Assets/Resources/Sprites/Item/.gitkeep diff --git a/MrBigsock/Assets/Sprites/Item/BreadWithJamx16.png b/MrBigsock/Assets/Resources/Sprites/Item/BreadWithJamx16.png similarity index 100% rename from MrBigsock/Assets/Sprites/Item/BreadWithJamx16.png rename to MrBigsock/Assets/Resources/Sprites/Item/BreadWithJamx16.png diff --git a/MrBigsock/Assets/Sprites/Item/BreadWithJamx16.png.meta b/MrBigsock/Assets/Resources/Sprites/Item/BreadWithJamx16.png.meta similarity index 90% rename from MrBigsock/Assets/Sprites/Item/BreadWithJamx16.png.meta rename to MrBigsock/Assets/Resources/Sprites/Item/BreadWithJamx16.png.meta index 2b4e76cb..d035f424 100644 --- a/MrBigsock/Assets/Sprites/Item/BreadWithJamx16.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Item/BreadWithJamx16.png.meta @@ -113,6 +113,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] diff --git a/MrBigsock/Assets/Sprites/Item/Canvas.controller b/MrBigsock/Assets/Resources/Sprites/Item/Canvas.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Item/Canvas.controller rename to MrBigsock/Assets/Resources/Sprites/Item/Canvas.controller diff --git a/MrBigsock/Assets/Sprites/Item/Canvas.controller.meta b/MrBigsock/Assets/Resources/Sprites/Item/Canvas.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Item/Canvas.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Item/Canvas.controller.meta diff --git a/MrBigsock/Assets/Sprites/Item/ClosedChest.controller b/MrBigsock/Assets/Resources/Sprites/Item/ClosedChest.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Item/ClosedChest.controller rename to MrBigsock/Assets/Resources/Sprites/Item/ClosedChest.controller diff --git a/MrBigsock/Assets/Sprites/Item/ClosedChest.controller.meta b/MrBigsock/Assets/Resources/Sprites/Item/ClosedChest.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Item/ClosedChest.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Item/ClosedChest.controller.meta diff --git a/MrBigsock/Assets/Sprites/Item/ClosedChest.prefab b/MrBigsock/Assets/Resources/Sprites/Item/ClosedChest.prefab similarity index 100% rename from MrBigsock/Assets/Sprites/Item/ClosedChest.prefab rename to MrBigsock/Assets/Resources/Sprites/Item/ClosedChest.prefab diff --git a/MrBigsock/Assets/Sprites/Item/ClosedChest.prefab.meta b/MrBigsock/Assets/Resources/Sprites/Item/ClosedChest.prefab.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Item/ClosedChest.prefab.meta rename to MrBigsock/Assets/Resources/Sprites/Item/ClosedChest.prefab.meta diff --git a/MrBigsock/Assets/Sprites/Item/ClosedDoor.controller b/MrBigsock/Assets/Resources/Sprites/Item/ClosedDoor.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Item/ClosedDoor.controller rename to MrBigsock/Assets/Resources/Sprites/Item/ClosedDoor.controller diff --git a/MrBigsock/Assets/Sprites/Item/ClosedDoor.controller.meta b/MrBigsock/Assets/Resources/Sprites/Item/ClosedDoor.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Item/ClosedDoor.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Item/ClosedDoor.controller.meta diff --git a/MrBigsock/Assets/Sprites/Item/ClosedDoor.prefab b/MrBigsock/Assets/Resources/Sprites/Item/ClosedDoor.prefab similarity index 100% rename from MrBigsock/Assets/Sprites/Item/ClosedDoor.prefab rename to MrBigsock/Assets/Resources/Sprites/Item/ClosedDoor.prefab diff --git a/MrBigsock/Assets/Sprites/Item/ClosedDoor.prefab.meta b/MrBigsock/Assets/Resources/Sprites/Item/ClosedDoor.prefab.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Item/ClosedDoor.prefab.meta rename to MrBigsock/Assets/Resources/Sprites/Item/ClosedDoor.prefab.meta diff --git a/MrBigsock/Assets/Sprites/Item/OpenDoor.prefab b/MrBigsock/Assets/Resources/Sprites/Item/OpenDoor.prefab similarity index 100% rename from MrBigsock/Assets/Sprites/Item/OpenDoor.prefab rename to MrBigsock/Assets/Resources/Sprites/Item/OpenDoor.prefab diff --git a/MrBigsock/Assets/Sprites/Item/OpenDoor.prefab.meta b/MrBigsock/Assets/Resources/Sprites/Item/OpenDoor.prefab.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Item/OpenDoor.prefab.meta rename to MrBigsock/Assets/Resources/Sprites/Item/OpenDoor.prefab.meta diff --git a/MrBigsock/Assets/Sprites/Item/OpeningGoldChest.anim b/MrBigsock/Assets/Resources/Sprites/Item/OpeningGoldChest.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Item/OpeningGoldChest.anim rename to MrBigsock/Assets/Resources/Sprites/Item/OpeningGoldChest.anim diff --git a/MrBigsock/Assets/Sprites/Item/OpeningGoldChest.anim.meta b/MrBigsock/Assets/Resources/Sprites/Item/OpeningGoldChest.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Item/OpeningGoldChest.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Item/OpeningGoldChest.anim.meta diff --git a/MrBigsock/Assets/Sprites/Item/chest.png b/MrBigsock/Assets/Resources/Sprites/Item/chest.png similarity index 100% rename from MrBigsock/Assets/Sprites/Item/chest.png rename to MrBigsock/Assets/Resources/Sprites/Item/chest.png diff --git a/MrBigsock/Assets/Sprites/Item/chest.png.meta b/MrBigsock/Assets/Resources/Sprites/Item/chest.png.meta similarity index 97% rename from MrBigsock/Assets/Sprites/Item/chest.png.meta rename to MrBigsock/Assets/Resources/Sprites/Item/chest.png.meta index 1c8cf8fd..6d23ad75 100644 --- a/MrBigsock/Assets/Sprites/Item/chest.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Item/chest.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: diff --git a/MrBigsock/Assets/Sprites/Item/tilesetNice.png b/MrBigsock/Assets/Resources/Sprites/Item/tilesetNice.png similarity index 100% rename from MrBigsock/Assets/Sprites/Item/tilesetNice.png rename to MrBigsock/Assets/Resources/Sprites/Item/tilesetNice.png diff --git a/MrBigsock/Assets/Sprites/Item/tilesetNice.png.meta b/MrBigsock/Assets/Resources/Sprites/Item/tilesetNice.png.meta similarity index 97% rename from MrBigsock/Assets/Sprites/Item/tilesetNice.png.meta rename to MrBigsock/Assets/Resources/Sprites/Item/tilesetNice.png.meta index 4e84a92a..bc4bab92 100644 --- a/MrBigsock/Assets/Sprites/Item/tilesetNice.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/Item/tilesetNice.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: diff --git a/MrBigsock/Assets/Sprites/Player.meta b/MrBigsock/Assets/Resources/Sprites/Player.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player.meta rename to MrBigsock/Assets/Resources/Sprites/Player.meta diff --git a/MrBigsock/Assets/Sprites/Player/.gitkeep b/MrBigsock/Assets/Resources/Sprites/Player/.gitkeep similarity index 100% rename from MrBigsock/Assets/Sprites/Player/.gitkeep rename to MrBigsock/Assets/Resources/Sprites/Player/.gitkeep diff --git a/MrBigsock/Assets/Sprites/Player/Animations.meta b/MrBigsock/Assets/Resources/Sprites/Player/Animations.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations.meta rename to MrBigsock/Assets/Resources/Sprites/Player/Animations.meta diff --git a/MrBigsock/Assets/Sprites/Player/Animations/.gitkeep b/MrBigsock/Assets/Resources/Sprites/Player/Animations/.gitkeep similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/.gitkeep rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/.gitkeep diff --git a/MrBigsock/Assets/Sprites/Player/Animations/idle.meta b/MrBigsock/Assets/Resources/Sprites/Player/Animations/idle.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/idle.meta rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/idle.meta diff --git a/MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock.controller b/MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock.controller rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock.controller diff --git a/MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock.controller.meta b/MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock.controller.meta diff --git a/MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock_Idle_Right.png b/MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock_Idle_Right.png similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock_Idle_Right.png rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock_Idle_Right.png diff --git a/MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock_Idle_Right.png.meta b/MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock_Idle_Right.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock_Idle_Right.png.meta rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock_Idle_Right.png.meta diff --git a/MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock_idle.anim b/MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock_idle.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock_idle.anim rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock_idle.anim diff --git a/MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock_idle.anim.meta b/MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock_idle.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/idle/BigSock_idle.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/idle/BigSock_idle.anim.meta diff --git a/MrBigsock/Assets/Sprites/Player/Animations/walk.meta b/MrBigsock/Assets/Resources/Sprites/Player/Animations/walk.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/walk.meta rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/walk.meta diff --git a/MrBigsock/Assets/Sprites/Player/Animations/walk/BigSock_Walk_Right.png b/MrBigsock/Assets/Resources/Sprites/Player/Animations/walk/BigSock_Walk_Right.png similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/walk/BigSock_Walk_Right.png rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/walk/BigSock_Walk_Right.png diff --git a/MrBigsock/Assets/Sprites/Player/Animations/walk/BigSock_Walk_Right.png.meta b/MrBigsock/Assets/Resources/Sprites/Player/Animations/walk/BigSock_Walk_Right.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/walk/BigSock_Walk_Right.png.meta rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/walk/BigSock_Walk_Right.png.meta diff --git a/MrBigsock/Assets/Sprites/Player/Animations/walk/Bigsock_walk.anim b/MrBigsock/Assets/Resources/Sprites/Player/Animations/walk/Bigsock_walk.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/walk/Bigsock_walk.anim rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/walk/Bigsock_walk.anim diff --git a/MrBigsock/Assets/Sprites/Player/Animations/walk/Bigsock_walk.anim.meta b/MrBigsock/Assets/Resources/Sprites/Player/Animations/walk/Bigsock_walk.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/Animations/walk/Bigsock_walk.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Player/Animations/walk/Bigsock_walk.anim.meta diff --git a/MrBigsock/Assets/Sprites/Player/BigSock.meta b/MrBigsock/Assets/Resources/Sprites/Player/BigSock.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock.meta rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock.meta diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/PlayerInputActions.inputactions b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/PlayerInputActions.inputactions similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/PlayerInputActions.inputactions rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/PlayerInputActions.inputactions diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/PlayerInputActions.inputactions.meta b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/PlayerInputActions.inputactions.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/PlayerInputActions.inputactions.meta rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/PlayerInputActions.inputactions.meta diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock.anim b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock.anim rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock.anim diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock.anim.meta b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock.anim.meta diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock.png b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock.png similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock.png rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock.png diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock.png.meta b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock.png.meta rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock.png.meta diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.anim b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.anim similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.anim rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.anim diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.anim.meta b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.anim.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.anim.meta rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.anim.meta diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.controller b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.controller rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.controller diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.controller.meta b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.controller.meta diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.png b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.png similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.png rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.png diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.png.meta b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.png.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSockBig.png.meta rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSockBig.png.meta diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock_0.controller b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock_0.controller similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock_0.controller rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock_0.controller diff --git a/MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock_0.controller.meta b/MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock_0.controller.meta similarity index 100% rename from MrBigsock/Assets/Sprites/Player/BigSock/attackBigSock_0.controller.meta rename to MrBigsock/Assets/Resources/Sprites/Player/BigSock/attackBigSock_0.controller.meta diff --git a/MrBigsock/Assets/Sprites/UI.meta b/MrBigsock/Assets/Resources/Sprites/UI.meta similarity index 100% rename from MrBigsock/Assets/Sprites/UI.meta rename to MrBigsock/Assets/Resources/Sprites/UI.meta diff --git a/MrBigsock/Assets/Sprites/UI/GUI.png b/MrBigsock/Assets/Resources/Sprites/UI/GUI.png similarity index 100% rename from MrBigsock/Assets/Sprites/UI/GUI.png rename to MrBigsock/Assets/Resources/Sprites/UI/GUI.png diff --git a/MrBigsock/Assets/Sprites/UI/GUI.png.meta b/MrBigsock/Assets/Resources/Sprites/UI/GUI.png.meta similarity index 99% rename from MrBigsock/Assets/Sprites/UI/GUI.png.meta rename to MrBigsock/Assets/Resources/Sprites/UI/GUI.png.meta index b6367d26..47dfc3c9 100644 --- a/MrBigsock/Assets/Sprites/UI/GUI.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/UI/GUI.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: diff --git a/MrBigsock/Assets/Sprites/UI/buttons.png b/MrBigsock/Assets/Resources/Sprites/UI/buttons.png similarity index 100% rename from MrBigsock/Assets/Sprites/UI/buttons.png rename to MrBigsock/Assets/Resources/Sprites/UI/buttons.png diff --git a/MrBigsock/Assets/Sprites/UI/buttons.png.meta b/MrBigsock/Assets/Resources/Sprites/UI/buttons.png.meta similarity index 97% rename from MrBigsock/Assets/Sprites/UI/buttons.png.meta rename to MrBigsock/Assets/Resources/Sprites/UI/buttons.png.meta index 89d35a46..266134de 100644 --- a/MrBigsock/Assets/Sprites/UI/buttons.png.meta +++ b/MrBigsock/Assets/Resources/Sprites/UI/buttons.png.meta @@ -101,6 +101,18 @@ TextureImporter: overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: diff --git a/MrBigsock/Assets/sound.meta b/MrBigsock/Assets/Resources/sound.meta similarity index 100% rename from MrBigsock/Assets/sound.meta rename to MrBigsock/Assets/Resources/sound.meta diff --git a/MrBigsock/Assets/sound/Eggy Toast - The Magician.mp3 b/MrBigsock/Assets/Resources/sound/Eggy Toast - The Magician.mp3 similarity index 100% rename from MrBigsock/Assets/sound/Eggy Toast - The Magician.mp3 rename to MrBigsock/Assets/Resources/sound/Eggy Toast - The Magician.mp3 diff --git a/MrBigsock/Assets/sound/Eggy Toast - The Magician.mp3.meta b/MrBigsock/Assets/Resources/sound/Eggy Toast - The Magician.mp3.meta similarity index 100% rename from MrBigsock/Assets/sound/Eggy Toast - The Magician.mp3.meta rename to MrBigsock/Assets/Resources/sound/Eggy Toast - The Magician.mp3.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Alien/sfx_deathscream_alien6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Android/sfx_deathscream_android8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human13.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human13.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human13.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human13.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human13.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human13.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human13.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human13.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human14.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human14.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human14.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human14.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human14.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human14.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human14.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human14.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Human/sfx_deathscream_human9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Death Screams/Robot/sfx_deathscream_robot4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Clusters/sfx_exp_cluster9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Double/sfx_exp_double3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Long/sfx_exp_long6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium13.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium13.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium13.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium13.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium13.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium13.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium13.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium13.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Medium Length/sfx_exp_medium9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Odd/sfx_exp_odd7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard13.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard13.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard13.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard13.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard13.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard13.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard13.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard13.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard14.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard14.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard14.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard14.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard14.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard14.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard14.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard14.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard15.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard15.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard15.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard15.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard15.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard15.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard15.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard15.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard16.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard16.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard16.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard16.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard16.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard16.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard16.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard16.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard17.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard17.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard17.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard17.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard17.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard17.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard17.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard17.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_hard9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Short/sfx_exp_short_soft9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_hard9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Shortest/sfx_exp_shortest_soft9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Explosions/Various/sfx_exp_various7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Alarms/sfx_alarm_loop8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Alarms/Low health Alarms/sfx_lowhealth_alarmloop7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button13.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button13.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button13.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button13.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button13.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button13.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button13.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button13.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button14.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button14.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button14.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button14.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button14.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button14.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button14.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button14.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Buttons/sfx_sounds_button9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_cluster9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_double7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Coins/sfx_coin_single6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Fanfares/sfx_sounds_fanfare3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/High Pitched Sounds/sfx_sounds_high7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact13.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact13.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact13.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact13.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact13.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact13.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact13.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact13.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact14.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact14.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact14.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact14.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact14.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact14.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact14.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact14.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact15.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact15.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact15.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact15.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact15.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact15.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact15.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact15.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Impacts/sfx_sounds_impact9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction13.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction13.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction13.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction13.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction13.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction13.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction13.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction13.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction14.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction14.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction14.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction14.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction14.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction14.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction14.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction14.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction15.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction15.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction15.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction15.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction15.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction15.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction15.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction15.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction16.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction16.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction16.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction16.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction16.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction16.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction16.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction16.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction17.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction17.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction17.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction17.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction17.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction17.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction17.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction17.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction18.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction18.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction18.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction18.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction18.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction18.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction18.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction18.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction19.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction19.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction19.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction19.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction19.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction19.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction19.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction19.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction20.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction20.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction20.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction20.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction20.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction20.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction20.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction20.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction21.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction21.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction21.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction21.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction21.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction21.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction21.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction21.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction22.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction22.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction22.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction22.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction22.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction22.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction22.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction22.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction23.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction23.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction23.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction23.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction23.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction23.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction23.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction23.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction24.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction24.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction24.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction24.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction24.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction24.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction24.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction24.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction25.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction25.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction25.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction25.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction25.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction25.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction25.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction25.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction26.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction26.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction26.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction26.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction26.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction26.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction26.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction26.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Interactions/sfx_sounds_interaction9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_move5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Menu Sounds/sfx_menu_select5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_damage3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error13.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error13.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error13.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error13.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error13.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error13.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error13.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error13.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error14.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error14.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error14.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error14.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error14.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error14.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error14.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error14.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error15.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error15.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error15.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error15.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error15.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error15.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error15.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error15.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_error9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Negative Sounds/sfx_sounds_negative2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Neutral Sounds/sfx_sound_neutral9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_in.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_in.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_in.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_in.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_in.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_in.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_in.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_in.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_out.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_out.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_out.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_out.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_out.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_out.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_out.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause1_out.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_in.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_in.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_in.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_in.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_in.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_in.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_in.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_in.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_out.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_out.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_out.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_out.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_out.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_out.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_out.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause2_out.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_in.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_in.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_in.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_in.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_in.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_in.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_in.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_in.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_out.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_out.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_out.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_out.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_out.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_out.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_out.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause3_out.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_in.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_in.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_in.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_in.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_in.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_in.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_in.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_in.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_out.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_out.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_out.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_out.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_out.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_out.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_out.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause4_out.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_in.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_in.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_in.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_in.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_in.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_in.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_in.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_in.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_out.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_out.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_out.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_out.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_out.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_out.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_out.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause5_out.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_in.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_in.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_in.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_in.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_in.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_in.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_in.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_in.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_out.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_out.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_out.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_out.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_out.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_out.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_out.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause6_out.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_in.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_in.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_in.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_in.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_in.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_in.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_in.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_in.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_out.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_out.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_out.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_out.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_out.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_out.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_out.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Pause Sounds/sfx_sounds_pause7_out.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup13.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup13.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup13.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup13.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup13.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup13.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup13.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup13.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup14.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup14.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup14.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup14.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup14.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup14.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup14.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup14.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup15.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup15.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup15.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup15.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup15.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup15.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup15.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup15.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup16.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup16.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup16.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup16.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup16.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup16.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup16.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup16.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup17.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup17.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup17.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup17.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup17.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup17.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup17.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup17.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup18.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup18.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup18.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup18.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup18.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup18.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup18.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup18.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Positive Sounds/sfx_sounds_powerup9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Bleeps/sfx_sounds_Blip9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Simple Damage Sounds/sfx_damage_hit9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_bling.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_bling.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_bling.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_bling.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_bling.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_bling.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_bling.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_bling.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_depressurizing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_depressurizing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_depressurizing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_depressurizing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_depressurizing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_depressurizing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_depressurizing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_depressurizing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_mechanicalnoise6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_nagger2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_noise.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_noise.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_noise.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_noise.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_noise.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_noise.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_noise.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_noise.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_poweron.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_poweron.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_poweron.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_poweron.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_poweron.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_poweron.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_poweron.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_poweron.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_refereewhistle.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_refereewhistle.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_refereewhistle.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_refereewhistle.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_refereewhistle.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_refereewhistle.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_refereewhistle.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_refereewhistle.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_shutdown2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_vaporizing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_vaporizing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_vaporizing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_vaporizing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_vaporizing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_vaporizing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_vaporizing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/General Sounds/Weird Sounds/sfx_sound_vaporizing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/INFO.txt b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/INFO.txt similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/INFO.txt rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/INFO.txt diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/INFO.txt.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/INFO.txt.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/INFO.txt.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/INFO.txt.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder1loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder2loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder3loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder4loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder5loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Ladder/sfx_movement_ladder6loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs1loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs2loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs3loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs4loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs5loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6loop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6loop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6loop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6loop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6loop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6loop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6loop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Climbing Stairs/sfx_movement_stairs6loop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Falling Sounds/sfx_sounds_falling9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1a.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1a.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1a.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1a.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1a.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1a.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1a.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1a.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1b.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1b.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1b.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1b.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1b.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1b.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1b.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps1b.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footsteps5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_fast.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_fast.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_fast.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_fast.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_fast.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_fast.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_fast.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_fast.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_slow.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_slow.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_slow.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_slow.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_slow.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_slow.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_slow.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop3_slow.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_fast.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_fast.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_fast.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_fast.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_fast.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_fast.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_fast.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_fast.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_slow.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_slow.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_slow.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_slow.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_slow.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_slow.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_slow.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Footsteps/sfx_movement_footstepsloop4_slow.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10_landing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10_landing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10_landing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10_landing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10_landing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10_landing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10_landing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump10_landing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11_landing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11_landing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11_landing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11_landing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11_landing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11_landing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11_landing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump11_landing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12_landing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12_landing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12_landing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12_landing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12_landing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12_landing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12_landing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump12_landing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13_landing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13_landing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13_landing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13_landing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13_landing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13_landing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13_landing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump13_landing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14_landing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14_landing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14_landing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14_landing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14_landing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14_landing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14_landing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump14_landing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15_landing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15_landing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15_landing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15_landing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15_landing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15_landing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15_landing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump15_landing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16_landing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16_landing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16_landing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16_landing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16_landing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16_landing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16_landing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump16_landing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17_landing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17_landing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17_landing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17_landing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17_landing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17_landing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17_landing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump17_landing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18_landing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18_landing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18_landing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18_landing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18_landing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18_landing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18_landing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump18_landing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19_landing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19_landing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19_landing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19_landing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19_landing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19_landing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19_landing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump19_landing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump20.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump20.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump20.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump20.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump20.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump20.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump20.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump20.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9_landing.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9_landing.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9_landing.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9_landing.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9_landing.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9_landing.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9_landing.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Jumping and Landing/sfx_movement_jump9_landing.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Opening Doors/sfx_movement_dooropen4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Portals and Transitions/sfx_movement_portal6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_breaks.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_breaks.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_breaks.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_breaks.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_breaks.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_breaks.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_breaks.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_breaks.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_carloop2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_engineloop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_engineloop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_engineloop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_engineloop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_engineloop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_engineloop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_engineloop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_engineloop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_helicopterloop4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_plainloop.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_plainloop.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_plainloop.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_plainloop.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_plainloop.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_plainloop.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_plainloop.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Movement/Vehicles/sfx_vehicle_plainloop.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Cannon/sfx_wpn_cannon6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_grenadewhistle2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_missilelaunch.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_missilelaunch.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_missilelaunch.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_missilelaunch.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_missilelaunch.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_missilelaunch.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_missilelaunch.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Grenade Whistles/sfx_wpn_missilelaunch.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser 10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser 10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser 10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser 10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser 10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser 10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser 10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser 10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Lasers/sfx_wpn_laser9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Machinegun/sfx_wpn_machinegun_loop9.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_dagger.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_dagger.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_dagger.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_dagger.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_dagger.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_dagger.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_dagger.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_dagger.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_punch4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Melee/sfx_wpn_sword3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_noammo3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_reload.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_reload.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_reload.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_reload.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_reload.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_reload.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_reload.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Out of Ammo/sfx_wpn_reload.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Shotgun/sfx_weapon_shotgun3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot1.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot1.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot1.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot1.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot1.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot1.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot1.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot1.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot10.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot10.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot10.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot10.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot10.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot10.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot10.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot10.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot11.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot11.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot11.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot11.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot11.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot11.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot11.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot11.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot12.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot12.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot12.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot12.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot12.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot12.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot12.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot12.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot13.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot13.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot13.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot13.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot13.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot13.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot13.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot13.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot14.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot14.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot14.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot14.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot14.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot14.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot14.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot14.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot15.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot15.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot15.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot15.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot15.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot15.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot15.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot15.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot16.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot16.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot16.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot16.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot16.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot16.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot16.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot16.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot17.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot17.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot17.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot17.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot17.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot17.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot17.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot17.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot18.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot18.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot18.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot18.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot18.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot18.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot18.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot18.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot19.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot19.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot19.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot19.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot19.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot19.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot19.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot19.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot2.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot2.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot2.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot2.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot2.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot2.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot2.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot2.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot20.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot20.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot20.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot20.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot20.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot20.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot20.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot20.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot21.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot21.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot21.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot21.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot21.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot21.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot21.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot21.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot22.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot22.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot22.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot22.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot22.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot22.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot22.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot22.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot3.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot3.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot3.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot3.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot3.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot3.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot3.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot3.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot4.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot4.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot4.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot4.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot4.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot4.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot4.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot4.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot5.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot5.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot5.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot5.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot5.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot5.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot5.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot5.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot6.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot6.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot6.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot6.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot6.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot6.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot6.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot6.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot7.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot7.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot7.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot7.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot7.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot7.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot7.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot7.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot8.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot8.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot8.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot8.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot8.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot8.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot8.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot8.wav.meta diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot9.wav b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot9.wav similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot9.wav rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot9.wav diff --git a/MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot9.wav.meta b/MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot9.wav.meta similarity index 100% rename from MrBigsock/Assets/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot9.wav.meta rename to MrBigsock/Assets/Resources/sound/The Essential Retro Video Game Sound Effects Collection [512 sounds] By Juhani Junkala/Weapons/Single Shot Sounds/sfx_weapon_singleshot9.wav.meta -- GitLab