├── .gitignore ├── .gitmodules ├── Assets ├── Plugins.meta ├── Plugins │ ├── Editor.meta │ └── Editor │ │ ├── JetBrains.meta │ │ └── JetBrains │ │ ├── JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll │ │ └── JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll.meta ├── Resources.meta ├── Resources │ ├── Animation Idle Player Pistol.anim │ ├── Animation Idle Player Pistol.anim.meta │ ├── Animation Idle.anim │ ├── Animation Idle.anim.meta │ ├── Animation Jump Monster.anim │ ├── Animation Jump Monster.anim.meta │ ├── Animation Jump Player Pistol.anim │ ├── Animation Jump Player Pistol.anim.meta │ ├── Animation Jump.anim │ ├── Animation Jump.anim.meta │ ├── Animation Move Monster.anim │ ├── Animation Move Monster.anim.meta │ ├── Animation Move Player Pistol.anim │ ├── Animation Move Player Pistol.anim.meta │ ├── Animation Move.anim │ ├── Animation Move.anim.meta │ ├── Animator Hero Pistol.overrideController │ ├── Animator Hero Pistol.overrideController.meta │ ├── Animator Monster.overrideController │ ├── Animator Monster.overrideController.meta │ ├── Animator Unit.controller │ ├── Animator Unit.controller.meta │ ├── Content.meta │ ├── Content │ │ ├── animations.meta │ │ ├── backgrounds.meta │ │ ├── backgrounds │ │ │ ├── tex_bg1_01.png │ │ │ ├── tex_bg1_01.png.meta │ │ │ ├── tex_bg1_02.png │ │ │ ├── tex_bg1_02.png.meta │ │ │ ├── tex_bg1_03.png │ │ │ ├── tex_bg1_03.png.meta │ │ │ ├── tex_bg1_04.png │ │ │ ├── tex_bg1_04.png.meta │ │ │ ├── tex_bg1_05.png │ │ │ ├── tex_bg1_05.png.meta │ │ │ ├── tex_icon_1.png │ │ │ ├── tex_icon_1.png.meta │ │ │ ├── tex_icon_2.png │ │ │ ├── tex_icon_2.png.meta │ │ │ ├── tex_icon_3.png │ │ │ ├── tex_icon_3.png.meta │ │ │ ├── tex_obj1_01.png │ │ │ ├── tex_obj1_01.png.meta │ │ │ ├── tex_obj1_02.png │ │ │ ├── tex_obj1_02.png.meta │ │ │ ├── tex_obj1_03.png │ │ │ ├── tex_obj1_03.png.meta │ │ │ ├── tex_obj2_01.png │ │ │ ├── tex_obj2_01.png.meta │ │ │ ├── tex_obj3_01.png │ │ │ └── tex_obj3_01.png.meta │ │ ├── fx.meta │ │ ├── fx │ │ │ ├── tex_ammo_gunV2_01.png │ │ │ ├── tex_ammo_gunV2_01.png.meta │ │ │ ├── tex_ammo_gun_01.png │ │ │ ├── tex_ammo_gun_01.png.meta │ │ │ ├── tex_ammo_gun_02.png │ │ │ ├── tex_ammo_gun_02.png.meta │ │ │ ├── tex_blood1.png │ │ │ ├── tex_blood1.png.meta │ │ │ ├── tex_blood2.png │ │ │ ├── tex_blood2.png.meta │ │ │ ├── tex_blood3.png │ │ │ ├── tex_blood3.png.meta │ │ │ ├── tex_bullet.png │ │ │ ├── tex_bullet.png.meta │ │ │ ├── tex_square.png │ │ │ └── tex_square.png.meta │ │ ├── hero.meta │ │ ├── hero │ │ │ ├── tex_heroFire_idle_01.png │ │ │ ├── tex_heroFire_idle_01.png.meta │ │ │ ├── tex_heroFire_idle_02.png │ │ │ ├── tex_heroFire_idle_02.png.meta │ │ │ ├── tex_heroFire_idle_03.png │ │ │ ├── tex_heroFire_idle_03.png.meta │ │ │ ├── tex_heroFire_idle_04.png │ │ │ ├── tex_heroFire_idle_04.png.meta │ │ │ ├── tex_heroFire_idle_05.png │ │ │ ├── tex_heroFire_idle_05.png.meta │ │ │ ├── tex_heroFire_jump_01.png │ │ │ ├── tex_heroFire_jump_01.png.meta │ │ │ ├── tex_heroFire_jump_02.png │ │ │ ├── tex_heroFire_jump_02.png.meta │ │ │ ├── tex_heroFire_jump_03.png │ │ │ ├── tex_heroFire_jump_03.png.meta │ │ │ ├── tex_heroFire_jump_04.png │ │ │ ├── tex_heroFire_jump_04.png.meta │ │ │ ├── tex_heroFire_run_01.png │ │ │ ├── tex_heroFire_run_01.png.meta │ │ │ ├── tex_heroFire_run_02.png │ │ │ ├── tex_heroFire_run_02.png.meta │ │ │ ├── tex_heroFire_run_03.png │ │ │ ├── tex_heroFire_run_03.png.meta │ │ │ ├── tex_heroFire_run_04.png │ │ │ ├── tex_heroFire_run_04.png.meta │ │ │ ├── tex_heroFire_run_05.png │ │ │ ├── tex_heroFire_run_05.png.meta │ │ │ ├── tex_heroFire_run_06.png │ │ │ ├── tex_heroFire_run_06.png.meta │ │ │ ├── tex_heroFire_run_07.png │ │ │ ├── tex_heroFire_run_07.png.meta │ │ │ ├── tex_heroFire_run_08.png │ │ │ ├── tex_heroFire_run_08.png.meta │ │ │ ├── tex_heroFire_run_09.png │ │ │ ├── tex_heroFire_run_09.png.meta │ │ │ ├── tex_heroFire_run_10.png │ │ │ ├── tex_heroFire_run_10.png.meta │ │ │ ├── tex_heroFire_stop_01.png │ │ │ ├── tex_heroFire_stop_01.png.meta │ │ │ ├── tex_heroFire_stop_02.png │ │ │ ├── tex_heroFire_stop_02.png.meta │ │ │ ├── tex_heroFire_stop_03.png │ │ │ ├── tex_heroFire_stop_03.png.meta │ │ │ ├── tex_heroFire_stop_04.png │ │ │ ├── tex_heroFire_stop_04.png.meta │ │ │ ├── tex_heroFire_stop_05.png │ │ │ ├── tex_heroFire_stop_05.png.meta │ │ │ ├── tex_heroMagnet_idle_01.png │ │ │ ├── tex_heroMagnet_idle_01.png.meta │ │ │ ├── tex_heroMagnet_idle_02.png │ │ │ ├── tex_heroMagnet_idle_02.png.meta │ │ │ ├── tex_heroMagnet_idle_03.png │ │ │ ├── tex_heroMagnet_idle_03.png.meta │ │ │ ├── tex_heroMagnet_idle_04.png │ │ │ ├── tex_heroMagnet_idle_04.png.meta │ │ │ ├── tex_heroMagnet_idle_05.png │ │ │ ├── tex_heroMagnet_idle_05.png.meta │ │ │ ├── tex_heroMagnet_jump_01.png │ │ │ ├── tex_heroMagnet_jump_01.png.meta │ │ │ ├── tex_heroMagnet_jump_02.png │ │ │ ├── tex_heroMagnet_jump_02.png.meta │ │ │ ├── tex_heroMagnet_jump_03.png │ │ │ ├── tex_heroMagnet_jump_03.png.meta │ │ │ ├── tex_heroMagnet_jump_04.png │ │ │ ├── tex_heroMagnet_jump_04.png.meta │ │ │ ├── tex_heroMagnet_run_01.png │ │ │ ├── tex_heroMagnet_run_01.png.meta │ │ │ ├── tex_heroMagnet_run_02.png │ │ │ ├── tex_heroMagnet_run_02.png.meta │ │ │ ├── tex_heroMagnet_run_03.png │ │ │ ├── tex_heroMagnet_run_03.png.meta │ │ │ ├── tex_heroMagnet_run_04.png │ │ │ ├── tex_heroMagnet_run_04.png.meta │ │ │ ├── tex_heroMagnet_run_05.png │ │ │ ├── tex_heroMagnet_run_05.png.meta │ │ │ ├── tex_heroMagnet_run_06.png │ │ │ ├── tex_heroMagnet_run_06.png.meta │ │ │ ├── tex_heroMagnet_run_07.png │ │ │ ├── tex_heroMagnet_run_07.png.meta │ │ │ ├── tex_heroMagnet_run_08.png │ │ │ ├── tex_heroMagnet_run_08.png.meta │ │ │ ├── tex_heroMagnet_run_09.png │ │ │ ├── tex_heroMagnet_run_09.png.meta │ │ │ ├── tex_heroMagnet_run_10.png │ │ │ ├── tex_heroMagnet_run_10.png.meta │ │ │ ├── tex_heroMagnet_stop_01.png │ │ │ ├── tex_heroMagnet_stop_01.png.meta │ │ │ ├── tex_heroMagnet_stop_02.png │ │ │ ├── tex_heroMagnet_stop_02.png.meta │ │ │ ├── tex_heroMagnet_stop_03.png │ │ │ ├── tex_heroMagnet_stop_03.png.meta │ │ │ ├── tex_heroMagnet_stop_04.png │ │ │ ├── tex_heroMagnet_stop_04.png.meta │ │ │ ├── tex_heroMagnet_stop_05.png │ │ │ ├── tex_heroMagnet_stop_05.png.meta │ │ │ ├── tex_heroMultiple_idle_01.png │ │ │ ├── tex_heroMultiple_idle_01.png.meta │ │ │ ├── tex_heroMultiple_idle_02.png │ │ │ ├── tex_heroMultiple_idle_02.png.meta │ │ │ ├── tex_heroMultiple_idle_03.png │ │ │ ├── tex_heroMultiple_idle_03.png.meta │ │ │ ├── tex_heroMultiple_idle_04.png │ │ │ ├── tex_heroMultiple_idle_04.png.meta │ │ │ ├── tex_heroMultiple_idle_05.png │ │ │ ├── tex_heroMultiple_idle_05.png.meta │ │ │ ├── tex_heroMultiple_jump_01.png │ │ │ ├── tex_heroMultiple_jump_01.png.meta │ │ │ ├── tex_heroMultiple_jump_02.png │ │ │ ├── tex_heroMultiple_jump_02.png.meta │ │ │ ├── tex_heroMultiple_jump_03.png │ │ │ ├── tex_heroMultiple_jump_03.png.meta │ │ │ ├── tex_heroMultiple_jump_04.png │ │ │ ├── tex_heroMultiple_jump_04.png.meta │ │ │ ├── tex_heroMultiple_run_01.png │ │ │ ├── tex_heroMultiple_run_01.png.meta │ │ │ ├── tex_heroMultiple_run_02.png │ │ │ ├── tex_heroMultiple_run_02.png.meta │ │ │ ├── tex_heroMultiple_run_03.png │ │ │ ├── tex_heroMultiple_run_03.png.meta │ │ │ ├── tex_heroMultiple_run_04.png │ │ │ ├── tex_heroMultiple_run_04.png.meta │ │ │ ├── tex_heroMultiple_run_05.png │ │ │ ├── tex_heroMultiple_run_05.png.meta │ │ │ ├── tex_heroMultiple_run_06.png │ │ │ ├── tex_heroMultiple_run_06.png.meta │ │ │ ├── tex_heroMultiple_run_07.png │ │ │ ├── tex_heroMultiple_run_07.png.meta │ │ │ ├── tex_heroMultiple_run_08.png │ │ │ ├── tex_heroMultiple_run_08.png.meta │ │ │ ├── tex_heroMultiple_run_09.png │ │ │ ├── tex_heroMultiple_run_09.png.meta │ │ │ ├── tex_heroMultiple_run_10.png │ │ │ ├── tex_heroMultiple_run_10.png.meta │ │ │ ├── tex_heroMultiple_stop_01.png │ │ │ ├── tex_heroMultiple_stop_01.png.meta │ │ │ ├── tex_heroMultiple_stop_02.png │ │ │ ├── tex_heroMultiple_stop_02.png.meta │ │ │ ├── tex_heroMultiple_stop_03.png │ │ │ ├── tex_heroMultiple_stop_03.png.meta │ │ │ ├── tex_heroMultiple_stop_04.png │ │ │ ├── tex_heroMultiple_stop_04.png.meta │ │ │ ├── tex_heroMultiple_stop_05.png │ │ │ ├── tex_heroMultiple_stop_05.png.meta │ │ │ ├── tex_heroPistol_idle_01.png │ │ │ ├── tex_heroPistol_idle_01.png.meta │ │ │ ├── tex_heroPistol_idle_02.png │ │ │ ├── tex_heroPistol_idle_02.png.meta │ │ │ ├── tex_heroPistol_idle_03.png │ │ │ ├── tex_heroPistol_idle_03.png.meta │ │ │ ├── tex_heroPistol_idle_04.png │ │ │ ├── tex_heroPistol_idle_04.png.meta │ │ │ ├── tex_heroPistol_idle_05.png │ │ │ ├── tex_heroPistol_idle_05.png.meta │ │ │ ├── tex_heroPistol_jump_01.png │ │ │ ├── tex_heroPistol_jump_01.png.meta │ │ │ ├── tex_heroPistol_jump_02.png │ │ │ ├── tex_heroPistol_jump_02.png.meta │ │ │ ├── tex_heroPistol_jump_03.png │ │ │ ├── tex_heroPistol_jump_03.png.meta │ │ │ ├── tex_heroPistol_jump_04.png │ │ │ ├── tex_heroPistol_jump_04.png.meta │ │ │ ├── tex_heroPistol_run_01.png │ │ │ ├── tex_heroPistol_run_01.png.meta │ │ │ ├── tex_heroPistol_run_02.png │ │ │ ├── tex_heroPistol_run_02.png.meta │ │ │ ├── tex_heroPistol_run_03.png │ │ │ ├── tex_heroPistol_run_03.png.meta │ │ │ ├── tex_heroPistol_run_04.png │ │ │ ├── tex_heroPistol_run_04.png.meta │ │ │ ├── tex_heroPistol_run_05.png │ │ │ ├── tex_heroPistol_run_05.png.meta │ │ │ ├── tex_heroPistol_run_06.png │ │ │ ├── tex_heroPistol_run_06.png.meta │ │ │ ├── tex_heroPistol_run_07.png │ │ │ ├── tex_heroPistol_run_07.png.meta │ │ │ ├── tex_heroPistol_run_08.png │ │ │ ├── tex_heroPistol_run_08.png.meta │ │ │ ├── tex_heroPistol_run_09.png │ │ │ ├── tex_heroPistol_run_09.png.meta │ │ │ ├── tex_heroPistol_run_10.png │ │ │ ├── tex_heroPistol_run_10.png.meta │ │ │ ├── tex_heroPistol_stop_01.png │ │ │ ├── tex_heroPistol_stop_01.png.meta │ │ │ ├── tex_heroPistol_stop_02.png │ │ │ ├── tex_heroPistol_stop_02.png.meta │ │ │ ├── tex_heroPistol_stop_03.png │ │ │ ├── tex_heroPistol_stop_03.png.meta │ │ │ ├── tex_heroPistol_stop_04.png │ │ │ ├── tex_heroPistol_stop_04.png.meta │ │ │ ├── tex_heroPistol_stop_05.png │ │ │ ├── tex_heroPistol_stop_05.png.meta │ │ │ ├── tex_heroSaw_idle_01.png │ │ │ ├── tex_heroSaw_idle_01.png.meta │ │ │ ├── tex_heroSaw_idle_02.png │ │ │ ├── tex_heroSaw_idle_02.png.meta │ │ │ ├── tex_heroSaw_idle_03.png │ │ │ ├── tex_heroSaw_idle_03.png.meta │ │ │ ├── tex_heroSaw_idle_04.png │ │ │ ├── tex_heroSaw_idle_04.png.meta │ │ │ ├── tex_heroSaw_idle_05.png │ │ │ ├── tex_heroSaw_idle_05.png.meta │ │ │ ├── tex_heroSaw_jump_01.png │ │ │ ├── tex_heroSaw_jump_01.png.meta │ │ │ ├── tex_heroSaw_jump_02.png │ │ │ ├── tex_heroSaw_jump_02.png.meta │ │ │ ├── tex_heroSaw_jump_03.png │ │ │ ├── tex_heroSaw_jump_03.png.meta │ │ │ ├── tex_heroSaw_jump_04.png │ │ │ ├── tex_heroSaw_jump_04.png.meta │ │ │ ├── tex_heroSaw_run_01.png │ │ │ ├── tex_heroSaw_run_01.png.meta │ │ │ ├── tex_heroSaw_run_02.png │ │ │ ├── tex_heroSaw_run_02.png.meta │ │ │ ├── tex_heroSaw_run_03.png │ │ │ ├── tex_heroSaw_run_03.png.meta │ │ │ ├── tex_heroSaw_run_04.png │ │ │ ├── tex_heroSaw_run_04.png.meta │ │ │ ├── tex_heroSaw_run_05.png │ │ │ ├── tex_heroSaw_run_05.png.meta │ │ │ ├── tex_heroSaw_run_06.png │ │ │ ├── tex_heroSaw_run_06.png.meta │ │ │ ├── tex_heroSaw_run_07.png │ │ │ ├── tex_heroSaw_run_07.png.meta │ │ │ ├── tex_heroSaw_run_08.png │ │ │ ├── tex_heroSaw_run_08.png.meta │ │ │ ├── tex_heroSaw_run_09.png │ │ │ ├── tex_heroSaw_run_09.png.meta │ │ │ ├── tex_heroSaw_run_10.png │ │ │ ├── tex_heroSaw_run_10.png.meta │ │ │ ├── tex_heroSaw_stop_01.png │ │ │ ├── tex_heroSaw_stop_01.png.meta │ │ │ ├── tex_heroSaw_stop_02.png │ │ │ ├── tex_heroSaw_stop_02.png.meta │ │ │ ├── tex_heroSaw_stop_03.png │ │ │ ├── tex_heroSaw_stop_03.png.meta │ │ │ ├── tex_heroSaw_stop_04.png │ │ │ ├── tex_heroSaw_stop_04.png.meta │ │ │ ├── tex_heroSaw_stop_05.png │ │ │ ├── tex_heroSaw_stop_05.png.meta │ │ │ ├── tex_heroShotgun_idle_01.png │ │ │ ├── tex_heroShotgun_idle_01.png.meta │ │ │ ├── tex_heroShotgun_idle_02.png │ │ │ ├── tex_heroShotgun_idle_02.png.meta │ │ │ ├── tex_heroShotgun_idle_03.png │ │ │ ├── tex_heroShotgun_idle_03.png.meta │ │ │ ├── tex_heroShotgun_idle_04.png │ │ │ ├── tex_heroShotgun_idle_04.png.meta │ │ │ ├── tex_heroShotgun_idle_05.png │ │ │ ├── tex_heroShotgun_idle_05.png.meta │ │ │ ├── tex_heroShotgun_jump_01.png │ │ │ ├── tex_heroShotgun_jump_01.png.meta │ │ │ ├── tex_heroShotgun_jump_02.png │ │ │ ├── tex_heroShotgun_jump_02.png.meta │ │ │ ├── tex_heroShotgun_jump_03.png │ │ │ ├── tex_heroShotgun_jump_03.png.meta │ │ │ ├── tex_heroShotgun_jump_04.png │ │ │ ├── tex_heroShotgun_jump_04.png.meta │ │ │ ├── tex_heroShotgun_run_01.png │ │ │ ├── tex_heroShotgun_run_01.png.meta │ │ │ ├── tex_heroShotgun_run_02.png │ │ │ ├── tex_heroShotgun_run_02.png.meta │ │ │ ├── tex_heroShotgun_run_03.png │ │ │ ├── tex_heroShotgun_run_03.png.meta │ │ │ ├── tex_heroShotgun_run_04.png │ │ │ ├── tex_heroShotgun_run_04.png.meta │ │ │ ├── tex_heroShotgun_run_05.png │ │ │ ├── tex_heroShotgun_run_05.png.meta │ │ │ ├── tex_heroShotgun_run_06.png │ │ │ ├── tex_heroShotgun_run_06.png.meta │ │ │ ├── tex_heroShotgun_run_07.png │ │ │ ├── tex_heroShotgun_run_07.png.meta │ │ │ ├── tex_heroShotgun_run_08.png │ │ │ ├── tex_heroShotgun_run_08.png.meta │ │ │ ├── tex_heroShotgun_run_09.png │ │ │ ├── tex_heroShotgun_run_09.png.meta │ │ │ ├── tex_heroShotgun_run_10.png │ │ │ ├── tex_heroShotgun_run_10.png.meta │ │ │ ├── tex_heroShotgun_stop_01.png │ │ │ ├── tex_heroShotgun_stop_01.png.meta │ │ │ ├── tex_heroShotgun_stop_02.png │ │ │ ├── tex_heroShotgun_stop_02.png.meta │ │ │ ├── tex_heroShotgun_stop_03.png │ │ │ ├── tex_heroShotgun_stop_03.png.meta │ │ │ ├── tex_heroShotgun_stop_04.png │ │ │ ├── tex_heroShotgun_stop_04.png.meta │ │ │ ├── tex_heroShotgun_stop_05.png │ │ │ └── tex_heroShotgun_stop_05.png.meta │ │ ├── monster1.meta │ │ ├── monster1 │ │ │ ├── tex_monster1_fall_01.png │ │ │ ├── tex_monster1_fall_01.png.meta │ │ │ ├── tex_monster1_run_01.png │ │ │ ├── tex_monster1_run_01.png.meta │ │ │ ├── tex_monster1_run_02.png │ │ │ ├── tex_monster1_run_02.png.meta │ │ │ ├── tex_monster1_run_03.png │ │ │ ├── tex_monster1_run_03.png.meta │ │ │ ├── tex_monster1_run_04.png │ │ │ └── tex_monster1_run_04.png.meta │ │ ├── monster2.meta │ │ ├── monster2 │ │ │ ├── tex_monster2_fall_01.png │ │ │ ├── tex_monster2_fall_01.png.meta │ │ │ ├── tex_monster2_run_01.png │ │ │ ├── tex_monster2_run_01.png.meta │ │ │ ├── tex_monster2_run_02.png │ │ │ ├── tex_monster2_run_02.png.meta │ │ │ ├── tex_monster2_run_03.png │ │ │ ├── tex_monster2_run_03.png.meta │ │ │ ├── tex_monster2_run_04.png │ │ │ └── tex_monster2_run_04.png.meta │ │ ├── monster3.meta │ │ ├── monster3 │ │ │ ├── tex_monster3_fall_01.png │ │ │ ├── tex_monster3_fall_01.png.meta │ │ │ ├── tex_monster3_run_01.png │ │ │ ├── tex_monster3_run_01.png.meta │ │ │ ├── tex_monster3_run_02.png │ │ │ ├── tex_monster3_run_02.png.meta │ │ │ ├── tex_monster3_run_03.png │ │ │ ├── tex_monster3_run_03.png.meta │ │ │ ├── tex_monster3_run_04.png │ │ │ └── tex_monster3_run_04.png.meta │ │ ├── monster4.meta │ │ ├── monster4 │ │ │ ├── tex_monstr4_01.png │ │ │ ├── tex_monstr4_01.png.meta │ │ │ ├── tex_monstr4_02.png │ │ │ ├── tex_monstr4_02.png.meta │ │ │ ├── tex_monstr4_03.png │ │ │ ├── tex_monstr4_03.png.meta │ │ │ ├── tex_monstr4_04.png │ │ │ ├── tex_monstr4_04.png.meta │ │ │ ├── tex_monstr4_fall_01.png │ │ │ └── tex_monstr4_fall_01.png.meta │ │ ├── weapons.meta │ │ └── weapons │ │ │ ├── tex_fire.png │ │ │ ├── tex_fire.png.meta │ │ │ ├── tex_gun.png │ │ │ ├── tex_gun.png.meta │ │ │ ├── tex_magnet.png │ │ │ ├── tex_magnet.png.meta │ │ │ ├── tex_multiple.png │ │ │ ├── tex_multiple.png.meta │ │ │ ├── tex_saw.png │ │ │ ├── tex_saw.png.meta │ │ │ ├── tex_shotgun.png │ │ │ └── tex_shotgun.png.meta │ ├── Mat Phys Floor.physicsMaterial2D │ ├── Mat Phys Floor.physicsMaterial2D.meta │ ├── Mat Phys Unit.physicsMaterial2D │ ├── Mat Phys Unit.physicsMaterial2D.meta │ ├── Model Player.asset │ ├── Model Player.asset.meta │ ├── Obj Sprite Animated.prefab │ ├── Obj Sprite Animated.prefab.meta │ ├── Obj Sprite.prefab │ ├── Obj Sprite.prefab.meta │ ├── Obj Unit.prefab │ ├── Obj Unit.prefab.meta │ ├── SettingsFramework.json │ ├── SettingsFramework.json.meta │ ├── tex_monster1_fall_01.controller │ ├── tex_monster1_fall_01.controller.meta │ ├── tex_monster1_run_03.controller │ └── tex_monster1_run_03.controller.meta ├── Scenes.meta ├── Scenes │ ├── Scene Camera.unity │ ├── Scene Camera.unity.meta │ ├── Scene Game.unity │ ├── Scene Game.unity.meta │ ├── Scene Kernel.unity │ └── Scene Kernel.unity.meta ├── Source.meta ├── Source │ ├── Pixeye.Source.asmdef │ ├── Pixeye.Source.asmdef.meta │ ├── Runtime.meta │ └── Runtime │ │ ├── AnimatorGuide.cs │ │ ├── AnimatorGuide.cs.meta │ │ ├── AnimatorGuideMonster.cs │ │ ├── AnimatorGuideMonster.cs.meta │ │ ├── AnimatorGuidePlayer.cs │ │ ├── AnimatorGuidePlayer.cs.meta │ │ ├── Common.meta │ │ ├── Common │ │ ├── Anim.cs │ │ ├── Anim.cs.meta │ │ ├── BufferSortedEntities.cs │ │ ├── BufferSortedEntities.cs.meta │ │ ├── DataBase.cs │ │ ├── DataBase.cs.meta │ │ ├── Models.cs │ │ ├── Models.cs.meta │ │ ├── Phys.cs │ │ ├── Phys.cs.meta │ │ ├── Tag.cs │ │ └── Tag.cs.meta │ │ ├── ComponentAI.cs │ │ ├── ComponentAI.cs.meta │ │ ├── ComponentAbilityJump.cs │ │ ├── ComponentAbilityJump.cs.meta │ │ ├── ComponentAnimator.cs │ │ ├── ComponentAnimator.cs.meta │ │ ├── ComponentCollision..cs │ │ ├── ComponentCollision..cs.meta │ │ ├── ComponentFace.cs │ │ ├── ComponentFace.cs.meta │ │ ├── ComponentInput.cs │ │ ├── ComponentInput.cs.meta │ │ ├── ComponentMotion.cs │ │ ├── ComponentMotion.cs.meta │ │ ├── ComponentObject.cs │ │ ├── ComponentObject.cs.meta │ │ ├── ComponentRender.cs │ │ ├── ComponentRender.cs.meta │ │ ├── ComponentRigid.cs │ │ ├── ComponentRigid.cs.meta │ │ ├── ComponentWeapon.cs │ │ ├── ComponentWeapon.cs.meta │ │ ├── Plugables.meta │ │ ├── Plugables │ │ ├── PlugConsole.meta │ │ └── PlugConsole │ │ │ ├── CommandsConsole.cs │ │ │ ├── CommandsConsole.cs.meta │ │ │ ├── ComponentConsole.cs │ │ │ ├── ComponentConsole.cs.meta │ │ │ ├── Plug Console.asset │ │ │ ├── Plug Console.asset.meta │ │ │ ├── PluggableConsole.cs │ │ │ ├── PluggableConsole.cs.meta │ │ │ ├── ProcessorConsole.cs │ │ │ ├── ProcessorConsole.cs.meta │ │ │ ├── Resources.meta │ │ │ └── Resources │ │ │ ├── Mat UI Console Bg.mat │ │ │ ├── Mat UI Console Bg.mat.meta │ │ │ ├── Mat UI Console.mat │ │ │ ├── Mat UI Console.mat.meta │ │ │ ├── Obj Console.prefab │ │ │ ├── Obj Console.prefab.meta │ │ │ ├── Plug Console.asset │ │ │ ├── Plug Console.asset.meta │ │ │ ├── ProggyClean.ttf │ │ │ ├── ProggyClean.ttf.meta │ │ │ ├── ProggyCleanCE SDF.asset │ │ │ ├── ProggyCleanCE SDF.asset.meta │ │ │ ├── ProggyCleanCE.ttf │ │ │ ├── ProggyCleanCE.ttf.meta │ │ │ ├── Shader Console Blur.shader │ │ │ ├── Shader Console Blur.shader.meta │ │ │ ├── TerminusTTFWindows-4.46.0.ttf │ │ │ ├── TerminusTTFWindows-4.46.0.ttf.meta │ │ │ ├── TerminusTTFWindows-4.46.asset │ │ │ ├── TerminusTTFWindows-4.46.asset.meta │ │ │ ├── TerminusTTFWindows-4.47.0.ttf │ │ │ ├── TerminusTTFWindows-4.47.0.ttf.meta │ │ │ ├── TerminusTTFWindows-Bold-4.47.0.ttf │ │ │ ├── TerminusTTFWindows-Bold-4.47.0.ttf.meta │ │ │ ├── TerminusTTFWindows-Bold-4.47.asset │ │ │ ├── TerminusTTFWindows-Bold-4.47.asset.meta │ │ │ ├── TerminusTTFWindows-Bold-4.asset │ │ │ ├── TerminusTTFWindows-Bold-4.asset.meta │ │ │ ├── UI Console.prefab │ │ │ ├── UI Console.prefab.meta │ │ │ ├── UI Debug Entity ID.prefab │ │ │ └── UI Debug Entity ID.prefab.meta │ │ ├── ProcessorAnimations.cs │ │ ├── ProcessorAnimations.cs.meta │ │ ├── ProcessorCollisions.cs │ │ ├── ProcessorCollisions.cs.meta │ │ ├── ProcessorGame.cs │ │ ├── ProcessorGame.cs.meta │ │ ├── ProcessorMonster.cs │ │ ├── ProcessorMonster.cs.meta │ │ ├── ProcessorPlayer.cs │ │ ├── ProcessorPlayer.cs.meta │ │ ├── ProcessorShoot.cs │ │ ├── ProcessorShoot.cs.meta │ │ ├── SegmentAmmo..cs │ │ ├── SegmentAmmo..cs.meta │ │ ├── StarterGame.cs │ │ └── StarterGame.cs.meta ├── TextMesh Pro.meta ├── TextMesh Pro │ ├── Documentation.meta │ ├── Documentation │ │ ├── TextMesh Pro User Guide 2016.pdf │ │ └── TextMesh Pro User Guide 2016.pdf.meta │ ├── Fonts.meta │ ├── Fonts │ │ ├── LiberationSans - OFL.txt │ │ ├── LiberationSans - OFL.txt.meta │ │ ├── LiberationSans.ttf │ │ └── LiberationSans.ttf.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Fonts & Materials.meta │ │ ├── Fonts & Materials │ │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ │ ├── LiberationSans SDF - Fallback.asset │ │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ │ ├── LiberationSans SDF - Outline.mat │ │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ │ ├── LiberationSans SDF.asset │ │ │ └── LiberationSans SDF.asset.meta │ │ ├── LineBreaking Following Characters.txt │ │ ├── LineBreaking Following Characters.txt.meta │ │ ├── LineBreaking Leading Characters.txt │ │ ├── LineBreaking Leading Characters.txt.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ │ │ ├── TMP_Bitmap-Mobile.shader │ │ │ ├── TMP_Bitmap-Mobile.shader.meta │ │ │ ├── TMP_Bitmap.shader │ │ │ ├── TMP_Bitmap.shader.meta │ │ │ ├── TMP_SDF Overlay.shader │ │ │ ├── TMP_SDF Overlay.shader.meta │ │ │ ├── TMP_SDF-Mobile Masking.shader │ │ │ ├── TMP_SDF-Mobile Masking.shader.meta │ │ │ ├── TMP_SDF-Mobile Overlay.shader │ │ │ ├── TMP_SDF-Mobile Overlay.shader.meta │ │ │ ├── TMP_SDF-Mobile.shader │ │ │ ├── TMP_SDF-Mobile.shader.meta │ │ │ ├── TMP_SDF-Surface-Mobile.shader │ │ │ ├── TMP_SDF-Surface-Mobile.shader.meta │ │ │ ├── TMP_SDF-Surface.shader │ │ │ ├── TMP_SDF-Surface.shader.meta │ │ │ ├── TMP_SDF.shader │ │ │ ├── TMP_SDF.shader.meta │ │ │ ├── TMP_Sprite.shader │ │ │ ├── TMP_Sprite.shader.meta │ │ │ ├── TMPro.cginc │ │ │ ├── TMPro.cginc.meta │ │ │ ├── TMPro_Properties.cginc │ │ │ ├── TMPro_Properties.cginc.meta │ │ │ ├── TMPro_Surface.cginc │ │ │ └── TMPro_Surface.cginc.meta │ │ ├── Sprite Assets.meta │ │ ├── Sprite Assets │ │ │ ├── EmojiOne.asset │ │ │ └── EmojiOne.asset.meta │ │ ├── Style Sheets.meta │ │ ├── Style Sheets │ │ │ ├── Default Style Sheet.asset │ │ │ └── Default Style Sheet.asset.meta │ │ ├── TMP Settings.asset │ │ └── TMP Settings.asset.meta │ ├── Sprites.meta │ └── Sprites │ │ ├── EmojiOne Attribution.txt │ │ ├── EmojiOne Attribution.txt.meta │ │ ├── EmojiOne.json │ │ ├── EmojiOne.json.meta │ │ ├── EmojiOne.png │ │ └── EmojiOne.png.meta ├── csc.rsp └── csc.rsp.meta ├── Logs └── Packages-Update.log ├── Packages └── manifest.json ├── Pixeye.Source.csproj.DotSettings ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/.gitmodules -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Plugins.meta -------------------------------------------------------------------------------- /Assets/Plugins/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Plugins/Editor.meta -------------------------------------------------------------------------------- /Assets/Plugins/Editor/JetBrains.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Plugins/Editor/JetBrains.meta -------------------------------------------------------------------------------- /Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll -------------------------------------------------------------------------------- /Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll.meta -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources.meta -------------------------------------------------------------------------------- /Assets/Resources/Animation Idle Player Pistol.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Idle Player Pistol.anim -------------------------------------------------------------------------------- /Assets/Resources/Animation Idle Player Pistol.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Idle Player Pistol.anim.meta -------------------------------------------------------------------------------- /Assets/Resources/Animation Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Idle.anim -------------------------------------------------------------------------------- /Assets/Resources/Animation Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Idle.anim.meta -------------------------------------------------------------------------------- /Assets/Resources/Animation Jump Monster.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Jump Monster.anim -------------------------------------------------------------------------------- /Assets/Resources/Animation Jump Monster.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Jump Monster.anim.meta -------------------------------------------------------------------------------- /Assets/Resources/Animation Jump Player Pistol.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Jump Player Pistol.anim -------------------------------------------------------------------------------- /Assets/Resources/Animation Jump Player Pistol.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Jump Player Pistol.anim.meta -------------------------------------------------------------------------------- /Assets/Resources/Animation Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Jump.anim -------------------------------------------------------------------------------- /Assets/Resources/Animation Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Jump.anim.meta -------------------------------------------------------------------------------- /Assets/Resources/Animation Move Monster.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Move Monster.anim -------------------------------------------------------------------------------- /Assets/Resources/Animation Move Monster.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Move Monster.anim.meta -------------------------------------------------------------------------------- /Assets/Resources/Animation Move Player Pistol.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Move Player Pistol.anim -------------------------------------------------------------------------------- /Assets/Resources/Animation Move Player Pistol.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Move Player Pistol.anim.meta -------------------------------------------------------------------------------- /Assets/Resources/Animation Move.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Move.anim -------------------------------------------------------------------------------- /Assets/Resources/Animation Move.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animation Move.anim.meta -------------------------------------------------------------------------------- /Assets/Resources/Animator Hero Pistol.overrideController: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animator Hero Pistol.overrideController -------------------------------------------------------------------------------- /Assets/Resources/Animator Hero Pistol.overrideController.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animator Hero Pistol.overrideController.meta -------------------------------------------------------------------------------- /Assets/Resources/Animator Monster.overrideController: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animator Monster.overrideController -------------------------------------------------------------------------------- /Assets/Resources/Animator Monster.overrideController.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animator Monster.overrideController.meta -------------------------------------------------------------------------------- /Assets/Resources/Animator Unit.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animator Unit.controller -------------------------------------------------------------------------------- /Assets/Resources/Animator Unit.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Animator Unit.controller.meta -------------------------------------------------------------------------------- /Assets/Resources/Content.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/animations.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_bg1_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_bg1_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_bg1_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_bg1_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_bg1_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_bg1_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_bg1_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_bg1_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_bg1_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_bg1_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_bg1_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_bg1_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_bg1_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_bg1_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_bg1_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_bg1_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_bg1_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_bg1_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_bg1_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_bg1_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_icon_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_icon_1.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_icon_1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_icon_1.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_icon_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_icon_2.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_icon_2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_icon_2.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_icon_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_icon_3.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_icon_3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_icon_3.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_obj1_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_obj1_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_obj1_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_obj1_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_obj1_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_obj1_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_obj1_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_obj1_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_obj1_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_obj1_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_obj1_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_obj1_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_obj2_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_obj2_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_obj2_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_obj2_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_obj3_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_obj3_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/backgrounds/tex_obj3_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/backgrounds/tex_obj3_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/fx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_ammo_gunV2_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_ammo_gunV2_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_ammo_gunV2_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_ammo_gunV2_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_ammo_gun_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_ammo_gun_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_ammo_gun_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_ammo_gun_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_ammo_gun_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_ammo_gun_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_ammo_gun_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_ammo_gun_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_blood1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_blood1.png -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_blood1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_blood1.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_blood2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_blood2.png -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_blood2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_blood2.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_blood3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_blood3.png -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_blood3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_blood3.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_bullet.png -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_bullet.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_bullet.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_square.png -------------------------------------------------------------------------------- /Assets/Resources/Content/fx/tex_square.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/fx/tex_square.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_idle_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_idle_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_idle_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_idle_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_idle_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_idle_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_idle_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_idle_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_idle_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_idle_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_idle_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_idle_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_idle_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_idle_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_idle_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_jump_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_jump_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_jump_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_jump_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_jump_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_jump_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_jump_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_jump_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_jump_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_jump_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_jump_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_jump_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_jump_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_jump_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_jump_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_jump_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_06.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_06.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_06.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_07.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_07.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_07.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_08.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_08.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_08.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_09.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_09.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_09.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_10.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_run_10.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_run_10.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_stop_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_stop_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_stop_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_stop_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_stop_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_stop_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_stop_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_stop_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_stop_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_stop_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_stop_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_stop_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_stop_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_stop_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_stop_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_stop_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_stop_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_stop_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroFire_stop_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroFire_stop_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_idle_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_idle_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_idle_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_idle_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_idle_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_idle_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_idle_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_idle_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_idle_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_idle_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_idle_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_idle_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_idle_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_idle_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_idle_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_jump_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_jump_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_jump_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_jump_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_jump_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_jump_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_jump_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_jump_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_jump_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_jump_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_jump_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_jump_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_jump_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_jump_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_jump_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_jump_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_06.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_06.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_06.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_07.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_07.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_07.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_08.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_08.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_08.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_09.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_09.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_09.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_10.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_run_10.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_run_10.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_stop_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_stop_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_stop_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_stop_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_stop_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_stop_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_stop_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_stop_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_stop_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_stop_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_stop_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_stop_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_stop_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_stop_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_stop_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_stop_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_stop_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_stop_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMagnet_stop_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMagnet_stop_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_idle_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_idle_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_idle_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_idle_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_idle_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_idle_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_idle_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_idle_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_idle_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_idle_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_idle_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_idle_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_idle_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_idle_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_idle_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_jump_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_jump_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_jump_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_jump_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_jump_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_jump_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_jump_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_jump_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_jump_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_jump_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_jump_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_jump_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_jump_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_jump_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_jump_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_jump_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_06.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_06.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_06.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_07.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_07.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_07.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_08.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_08.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_08.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_09.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_09.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_09.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_10.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_run_10.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_run_10.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_stop_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_stop_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_stop_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_stop_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_stop_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_stop_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_stop_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_stop_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_stop_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_stop_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_stop_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_stop_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_stop_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_stop_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_stop_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_stop_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_stop_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_stop_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroMultiple_stop_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroMultiple_stop_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_idle_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_idle_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_idle_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_idle_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_idle_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_idle_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_idle_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_idle_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_idle_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_idle_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_idle_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_idle_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_idle_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_idle_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_idle_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_jump_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_jump_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_jump_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_jump_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_jump_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_jump_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_jump_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_jump_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_jump_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_jump_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_jump_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_jump_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_jump_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_jump_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_jump_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_jump_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_06.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_06.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_06.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_07.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_07.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_07.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_08.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_08.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_08.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_09.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_09.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_09.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_10.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_run_10.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_run_10.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_stop_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_stop_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_stop_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_stop_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_stop_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_stop_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_stop_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_stop_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_stop_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_stop_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_stop_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_stop_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_stop_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_stop_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_stop_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_stop_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_stop_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_stop_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroPistol_stop_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroPistol_stop_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_idle_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_idle_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_idle_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_idle_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_idle_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_idle_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_idle_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_idle_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_idle_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_idle_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_idle_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_idle_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_idle_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_idle_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_idle_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_jump_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_jump_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_jump_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_jump_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_jump_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_jump_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_jump_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_jump_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_jump_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_jump_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_jump_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_jump_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_jump_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_jump_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_jump_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_jump_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_06.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_06.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_06.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_07.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_07.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_07.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_08.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_08.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_08.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_09.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_09.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_09.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_10.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_run_10.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_run_10.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_stop_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_stop_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_stop_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_stop_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_stop_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_stop_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_stop_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_stop_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_stop_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_stop_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_stop_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_stop_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_stop_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_stop_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_stop_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_stop_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_stop_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_stop_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroSaw_stop_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroSaw_stop_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_idle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_idle_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_idle_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_idle_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_idle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_idle_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_idle_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_idle_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_idle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_idle_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_idle_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_idle_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_idle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_idle_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_idle_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_idle_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_idle_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_idle_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_idle_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_idle_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_jump_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_jump_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_jump_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_jump_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_jump_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_jump_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_jump_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_jump_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_jump_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_jump_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_jump_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_jump_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_jump_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_jump_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_jump_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_jump_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_06.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_06.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_06.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_07.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_07.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_07.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_08.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_08.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_08.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_09.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_09.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_09.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_10.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_run_10.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_run_10.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_stop_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_stop_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_stop_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_stop_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_stop_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_stop_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_stop_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_stop_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_stop_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_stop_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_stop_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_stop_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_stop_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_stop_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_stop_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_stop_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_stop_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_stop_05.png -------------------------------------------------------------------------------- /Assets/Resources/Content/hero/tex_heroShotgun_stop_05.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/hero/tex_heroShotgun_stop_05.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster1.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster1/tex_monster1_fall_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster1/tex_monster1_fall_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster1/tex_monster1_fall_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster1/tex_monster1_fall_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster1/tex_monster1_run_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster1/tex_monster1_run_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster1/tex_monster1_run_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster1/tex_monster1_run_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster1/tex_monster1_run_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster1/tex_monster1_run_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster1/tex_monster1_run_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster1/tex_monster1_run_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster1/tex_monster1_run_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster1/tex_monster1_run_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster1/tex_monster1_run_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster1/tex_monster1_run_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster1/tex_monster1_run_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster1/tex_monster1_run_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster1/tex_monster1_run_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster1/tex_monster1_run_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster2.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster2.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster2/tex_monster2_fall_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster2/tex_monster2_fall_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster2/tex_monster2_fall_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster2/tex_monster2_fall_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster2/tex_monster2_run_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster2/tex_monster2_run_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster2/tex_monster2_run_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster2/tex_monster2_run_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster2/tex_monster2_run_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster2/tex_monster2_run_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster2/tex_monster2_run_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster2/tex_monster2_run_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster2/tex_monster2_run_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster2/tex_monster2_run_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster2/tex_monster2_run_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster2/tex_monster2_run_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster2/tex_monster2_run_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster2/tex_monster2_run_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster2/tex_monster2_run_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster2/tex_monster2_run_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster3.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster3/tex_monster3_fall_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster3/tex_monster3_fall_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster3/tex_monster3_fall_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster3/tex_monster3_fall_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster3/tex_monster3_run_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster3/tex_monster3_run_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster3/tex_monster3_run_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster3/tex_monster3_run_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster3/tex_monster3_run_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster3/tex_monster3_run_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster3/tex_monster3_run_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster3/tex_monster3_run_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster3/tex_monster3_run_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster3/tex_monster3_run_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster3/tex_monster3_run_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster3/tex_monster3_run_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster3/tex_monster3_run_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster3/tex_monster3_run_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster3/tex_monster3_run_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster3/tex_monster3_run_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster4.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster4.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster4/tex_monstr4_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster4/tex_monstr4_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster4/tex_monstr4_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster4/tex_monstr4_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster4/tex_monstr4_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster4/tex_monstr4_02.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster4/tex_monstr4_02.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster4/tex_monstr4_02.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster4/tex_monstr4_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster4/tex_monstr4_03.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster4/tex_monstr4_03.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster4/tex_monstr4_03.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster4/tex_monstr4_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster4/tex_monstr4_04.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster4/tex_monstr4_04.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster4/tex_monstr4_04.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/monster4/tex_monstr4_fall_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster4/tex_monstr4_fall_01.png -------------------------------------------------------------------------------- /Assets/Resources/Content/monster4/tex_monstr4_fall_01.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/monster4/tex_monstr4_fall_01.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_fire.png -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_fire.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_fire.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_gun.png -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_gun.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_gun.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_magnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_magnet.png -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_magnet.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_magnet.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_multiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_multiple.png -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_multiple.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_multiple.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_saw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_saw.png -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_saw.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_saw.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_shotgun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_shotgun.png -------------------------------------------------------------------------------- /Assets/Resources/Content/weapons/tex_shotgun.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Content/weapons/tex_shotgun.png.meta -------------------------------------------------------------------------------- /Assets/Resources/Mat Phys Floor.physicsMaterial2D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Mat Phys Floor.physicsMaterial2D -------------------------------------------------------------------------------- /Assets/Resources/Mat Phys Floor.physicsMaterial2D.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Mat Phys Floor.physicsMaterial2D.meta -------------------------------------------------------------------------------- /Assets/Resources/Mat Phys Unit.physicsMaterial2D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Mat Phys Unit.physicsMaterial2D -------------------------------------------------------------------------------- /Assets/Resources/Mat Phys Unit.physicsMaterial2D.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Mat Phys Unit.physicsMaterial2D.meta -------------------------------------------------------------------------------- /Assets/Resources/Model Player.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Model Player.asset -------------------------------------------------------------------------------- /Assets/Resources/Model Player.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Model Player.asset.meta -------------------------------------------------------------------------------- /Assets/Resources/Obj Sprite Animated.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Obj Sprite Animated.prefab -------------------------------------------------------------------------------- /Assets/Resources/Obj Sprite Animated.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Obj Sprite Animated.prefab.meta -------------------------------------------------------------------------------- /Assets/Resources/Obj Sprite.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Obj Sprite.prefab -------------------------------------------------------------------------------- /Assets/Resources/Obj Sprite.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Obj Sprite.prefab.meta -------------------------------------------------------------------------------- /Assets/Resources/Obj Unit.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Obj Unit.prefab -------------------------------------------------------------------------------- /Assets/Resources/Obj Unit.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/Obj Unit.prefab.meta -------------------------------------------------------------------------------- /Assets/Resources/SettingsFramework.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/SettingsFramework.json -------------------------------------------------------------------------------- /Assets/Resources/SettingsFramework.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/SettingsFramework.json.meta -------------------------------------------------------------------------------- /Assets/Resources/tex_monster1_fall_01.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/tex_monster1_fall_01.controller -------------------------------------------------------------------------------- /Assets/Resources/tex_monster1_fall_01.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/tex_monster1_fall_01.controller.meta -------------------------------------------------------------------------------- /Assets/Resources/tex_monster1_run_03.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/tex_monster1_run_03.controller -------------------------------------------------------------------------------- /Assets/Resources/tex_monster1_run_03.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Resources/tex_monster1_run_03.controller.meta -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Scenes.meta -------------------------------------------------------------------------------- /Assets/Scenes/Scene Camera.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Scenes/Scene Camera.unity -------------------------------------------------------------------------------- /Assets/Scenes/Scene Camera.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Scenes/Scene Camera.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/Scene Game.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Scenes/Scene Game.unity -------------------------------------------------------------------------------- /Assets/Scenes/Scene Game.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Scenes/Scene Game.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/Scene Kernel.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Scenes/Scene Kernel.unity -------------------------------------------------------------------------------- /Assets/Scenes/Scene Kernel.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Scenes/Scene Kernel.unity.meta -------------------------------------------------------------------------------- /Assets/Source.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source.meta -------------------------------------------------------------------------------- /Assets/Source/Pixeye.Source.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Pixeye.Source.asmdef -------------------------------------------------------------------------------- /Assets/Source/Pixeye.Source.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Pixeye.Source.asmdef.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/AnimatorGuide.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/AnimatorGuide.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/AnimatorGuide.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b51185adefc94b8687e2407877de264a 3 | timeCreated: 1556525574 -------------------------------------------------------------------------------- /Assets/Source/Runtime/AnimatorGuideMonster.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/AnimatorGuideMonster.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/AnimatorGuideMonster.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbb0b30ca8a1431788ac4ea1d636f47f 3 | timeCreated: 1563085095 -------------------------------------------------------------------------------- /Assets/Source/Runtime/AnimatorGuidePlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/AnimatorGuidePlayer.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/AnimatorGuidePlayer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71f6f922e1e24fefa3fba4adf6a543a8 3 | timeCreated: 1563085007 -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Common.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/Anim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Common/Anim.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/Anim.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65a12317fb304fdea8c2df8908eed17f 3 | timeCreated: 1556105109 -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/BufferSortedEntities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Common/BufferSortedEntities.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/BufferSortedEntities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae2f0f1c8b384e37b37ec4ad92c5bb21 3 | timeCreated: 1563330990 -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/DataBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Common/DataBase.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/DataBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Common/DataBase.cs.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/Models.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Common/Models.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/Models.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1fe0ebe8fb14058a924ca173dfe8b8e 3 | timeCreated: 1556104478 -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/Phys.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Common/Phys.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/Phys.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2be04f962ffa48b79612e83e84a472db 3 | timeCreated: 1563331043 -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/Tag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Common/Tag.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/Common/Tag.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Common/Tag.cs.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentAI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ComponentAI.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentAI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e539dd6355c4187b8a0c2224032eea6 3 | timeCreated: 1563086919 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentAbilityJump.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ComponentAbilityJump.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentAbilityJump.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56b0f19141f842eea8d966ae253c7791 3 | timeCreated: 1556522982 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentAnimator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ComponentAnimator.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentAnimator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c910d8f1481451785d1a1f6c9839745 3 | timeCreated: 1556104607 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentCollision..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ComponentCollision..cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentCollision..cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63a72db548ed42dba9e4f77aac778e60 3 | timeCreated: 1563331858 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentFace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ComponentFace.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentFace.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 369b758a238a449795a98333117df515 3 | timeCreated: 1556522043 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ComponentInput.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentInput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10e2f1cda2614fbd94038d8769ef8609 3 | timeCreated: 1556104551 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentMotion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ComponentMotion.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentMotion.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6738fca0010e4d1f9981b1f2dd27072a 3 | timeCreated: 1556104745 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ComponentObject.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 466fe34e3e36424f812fe3682e21cf7f 3 | timeCreated: 1556104579 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentRender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ComponentRender.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentRender.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55b08136e0a24e399d5954a2f2c65d9c 3 | timeCreated: 1556522085 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentRigid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ComponentRigid.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentRigid.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eee8745cfa9940a6bee40a9998d3a29c 3 | timeCreated: 1556104759 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentWeapon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ComponentWeapon.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ComponentWeapon.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e58abb8691d490bbcb724f4cee90af6 3 | timeCreated: 1561707920 -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/CommandsConsole.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/CommandsConsole.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/CommandsConsole.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/CommandsConsole.cs.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/ComponentConsole.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/ComponentConsole.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/ComponentConsole.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/ComponentConsole.cs.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Plug Console.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Plug Console.asset -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Plug Console.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Plug Console.asset.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/PluggableConsole.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/PluggableConsole.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/PluggableConsole.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e02230d3367c4765a718894307b6b018 3 | timeCreated: 1527075578 -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/ProcessorConsole.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/ProcessorConsole.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/ProcessorConsole.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/ProcessorConsole.cs.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/Mat UI Console Bg.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/Mat UI Console Bg.mat -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/Mat UI Console Bg.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/Mat UI Console Bg.mat.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/Mat UI Console.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/Mat UI Console.mat -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/Mat UI Console.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/Mat UI Console.mat.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/Obj Console.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/Obj Console.prefab -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/Obj Console.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/Obj Console.prefab.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/Plug Console.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/Plug Console.asset -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/Plug Console.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/Plug Console.asset.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyClean.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyClean.ttf -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyClean.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyClean.ttf.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyCleanCE SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyCleanCE SDF.asset -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyCleanCE SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyCleanCE SDF.asset.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyCleanCE.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyCleanCE.ttf -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyCleanCE.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/ProggyCleanCE.ttf.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/Shader Console Blur.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/Shader Console Blur.shader -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/Shader Console Blur.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/Shader Console Blur.shader.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.46.0.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.46.0.ttf -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.46.0.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.46.0.ttf.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.46.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.46.asset -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.46.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.46.asset.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.47.0.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.47.0.ttf -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.47.0.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-4.47.0.ttf.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.47.0.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.47.0.ttf -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.47.0.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.47.0.ttf.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.47.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.47.asset -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.47.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.47.asset.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.asset -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/TerminusTTFWindows-Bold-4.asset.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/UI Console.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/UI Console.prefab -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/UI Console.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/UI Console.prefab.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/UI Debug Entity ID.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/UI Debug Entity ID.prefab -------------------------------------------------------------------------------- /Assets/Source/Runtime/Plugables/PlugConsole/Resources/UI Debug Entity ID.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/Plugables/PlugConsole/Resources/UI Debug Entity ID.prefab.meta -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorAnimations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ProcessorAnimations.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorAnimations.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a9d2fd46f494f809f290ebbe7098373 3 | timeCreated: 1556110733 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorCollisions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ProcessorCollisions.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorCollisions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 450d2283699045b38204252eb0dffafb 3 | timeCreated: 1563331955 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorGame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ProcessorGame.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorGame.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3234f6a0fdd4112ae173cac8ced7b85 3 | timeCreated: 1556105577 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorMonster.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ProcessorMonster.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorMonster.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58259f818cd14889b4d671dbd097afc9 3 | timeCreated: 1563086941 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorPlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ProcessorPlayer.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorPlayer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c2edfdf379f4dbe8310290a4cc3cbe9 3 | timeCreated: 1556104979 -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorShoot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/ProcessorShoot.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/ProcessorShoot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9f7f4894f544870acba9288d7246cce 3 | timeCreated: 1561707740 -------------------------------------------------------------------------------- /Assets/Source/Runtime/SegmentAmmo..cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/SegmentAmmo..cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/SegmentAmmo..cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2d72e9891014d7c987290a2dc3c5e56 3 | timeCreated: 1561708616 -------------------------------------------------------------------------------- /Assets/Source/Runtime/StarterGame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/StarterGame.cs -------------------------------------------------------------------------------- /Assets/Source/Runtime/StarterGame.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/Source/Runtime/StarterGame.cs.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Documentation.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Fonts.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Sprite Assets.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Style Sheets.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/TMP Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/TMP Settings.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Sprites.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.json -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta -------------------------------------------------------------------------------- /Assets/csc.rsp: -------------------------------------------------------------------------------- 1 | -nowarn:0649 -------------------------------------------------------------------------------- /Assets/csc.rsp.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Assets/csc.rsp.meta -------------------------------------------------------------------------------- /Logs/Packages-Update.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Logs/Packages-Update.log -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /Pixeye.Source.csproj.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/Pixeye.Source.csproj.DotSettings -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixeyeHQ/CryoshockMini/HEAD/README.md --------------------------------------------------------------------------------