├── ProjectSettings ├── ProjectVersion.txt ├── ClusterInputManager.asset ├── NetworkManager.asset └── TimeManager.asset ├── .vs └── CS419 │ └── v14 │ └── _suo.doc ├── Assets ├── Sprites │ ├── 7639.gif │ ├── link.gif │ ├── Items │ │ ├── Bomb.gif │ │ ├── Book.gif │ │ ├── Bow1.gif │ │ ├── Key.gif │ │ ├── Map.gif │ │ ├── Net.gif │ │ ├── Bomb 1.gif │ │ ├── BombOne.gif │ │ ├── BombRed.gif │ │ ├── Bombs10.gif │ │ ├── Bombs4.gif │ │ ├── Bombs5.gif │ │ ├── Bombs6.gif │ │ ├── Bombs8.gif │ │ ├── Compass.gif │ │ ├── FanSpin.gif │ │ ├── Hammer.gif │ │ ├── JarBug.gif │ │ ├── KeyBoss.gif │ │ ├── Ocarina.gif │ │ ├── Potion.gif │ │ ├── Shield.gif │ │ ├── ShoeRed.gif │ │ ├── Shovel.gif │ │ ├── Sword1.gif │ │ ├── Sword2.gif │ │ ├── Tomato.gif │ │ ├── Wallet.gif │ │ ├── BombGreen.gif │ │ ├── BombOne 1.gif │ │ ├── BombRed 1.gif │ │ ├── Bombs10_2.gif │ │ ├── BombsTrio.gif │ │ ├── BowArrow1.gif │ │ ├── BowArrow2.gif │ │ ├── ChestOpen.gif │ │ ├── ChevronRed.gif │ │ ├── FriedEggs.gif │ │ ├── GloveGold.gif │ │ ├── HoleLarge.gif │ │ ├── HoleMedium.gif │ │ ├── HoleSmall.gif │ │ ├── HookShot.gif │ │ ├── JarFairy.gif │ │ ├── LanternRed.gif │ │ ├── Mushroom.gif │ │ ├── PotionBlue.gif │ │ ├── PotionRed.gif │ │ ├── PouchBlue.gif │ │ ├── PouchGreen.gif │ │ ├── PouchRed.gif │ │ ├── RedCircle.gif │ │ ├── Rupees100.gif │ │ ├── Rupees300.gif │ │ ├── Rupees50.gif │ │ ├── ShieldGold.gif │ │ ├── ShieldRed.gif │ │ ├── StaffBlue.gif │ │ ├── StaffRed.gif │ │ ├── SwordGold.gif │ │ ├── SwordRed.gif │ │ ├── TunicBlue.gif │ │ ├── TunicGreen.gif │ │ ├── TunicRed.gif │ │ ├── BallsackRed.gif │ │ ├── BlueArrows10.gif │ │ ├── BlueArrows11.gif │ │ ├── BlueArrows5.gif │ │ ├── BlueArrows6.gif │ │ ├── BombGreen 1.gif │ │ ├── ChestClosed.gif │ │ ├── ChevronBlue.gif │ │ ├── ChevronRed 1.gif │ │ ├── FanVertical.gif │ │ ├── GloveSilver.gif │ │ ├── GrayArrows10.gif │ │ ├── GrayArrows5.gif │ │ ├── JarTinyHuman.gif │ │ ├── MushroomBlue.gif │ │ ├── MushroomRed.gif │ │ ├── PotionGreen.gif │ │ ├── ShoeFlipper.gif │ │ ├── BallsackRed 1.gif │ │ ├── BlueArrowSingle.gif │ │ ├── ChestBossClosed.gif │ │ ├── ChestBossOpen.gif │ │ ├── ChevronBlue 1.gif │ │ ├── FanHorizontal.gif │ │ ├── GrayArrowSingle.gif │ │ ├── HeartPieceWhite.gif │ │ ├── PotionBluePlus.gif │ │ ├── PotionGreenPlus.gif │ │ ├── PotionRedPlus.gif │ │ ├── SleepingZLarge.gif │ │ ├── SleepingZSmall.gif │ │ ├── BlueArrowSingle 1.gif │ │ ├── MusicalNoteLarge.gif │ │ ├── HeartPieceBlackWhite.gif │ │ ├── Bow.jpg │ │ ├── PotLTTP.png │ │ ├── Rupee.png │ │ ├── Sword.png │ │ ├── 42487 (1).png │ │ ├── Bombs │ │ │ ├── Bomb01.png │ │ │ ├── Bomb02.png │ │ │ ├── Bomb03.png │ │ │ ├── Bomb04.png │ │ │ ├── Bomb05.png │ │ │ ├── Bomb06.png │ │ │ ├── Bomb07.png │ │ │ ├── Bomb08.png │ │ │ ├── Bomb09.png │ │ │ ├── Bomb10.png │ │ │ ├── Bomb11.png │ │ │ ├── Bomb12.png │ │ │ ├── Bomb13.png │ │ │ ├── Bomb14.png │ │ │ ├── Bomb15.png │ │ │ ├── Bomb16.png │ │ │ ├── Bomb17.png │ │ │ ├── Bomb18.png │ │ │ ├── Bomb19.png │ │ │ ├── Bomb20.png │ │ │ ├── Bomb21.png │ │ │ ├── Bomb22.png │ │ │ ├── Bomb23.png │ │ │ ├── Bomb24.png │ │ │ ├── Bomb25.png │ │ │ └── Bomb26.png │ │ ├── AttackIncrease.png │ │ ├── MusicalNoteSmall.png │ │ └── Triforce │ │ │ ├── TF_0000_1.png │ │ │ ├── TF_0001_2.png │ │ │ ├── TF_0002_3.png │ │ │ ├── TF_0003_4.png │ │ │ ├── TF_0004_5.png │ │ │ ├── TF_0005_6.png │ │ │ ├── TF_piece_2.png │ │ │ ├── TF_piece_3.png │ │ │ ├── TF_piece_4.png │ │ │ ├── TF_piece_5.png │ │ │ └── TriforcePiece.png │ ├── Link-LTTP.gif │ ├── New Piskel.gif │ ├── assistant.gif │ ├── item_warp2.gif │ ├── item_rock_large.gif │ ├── Dungeon │ │ ├── item_warp.gif │ │ ├── item_warp2.gif │ │ └── LegendOfZelda-ALinkToThePast-SkullWoods-B1F.png │ ├── 1028.png │ ├── BigTrap.png │ ├── GoBeavs.png │ ├── Hearts.png │ ├── link.png │ ├── motw.png │ ├── Emptyheart.png │ ├── Menu │ │ ├── XIDQAJE.png │ │ └── zeldaIcon.png │ ├── New Piskel.png │ ├── heartUI.png │ ├── linkArt.png │ ├── zeldaArt.png │ ├── EyeStatueFireBall.png │ ├── EyeStatueTrimmed.png │ ├── GanonSpearSheet.png │ ├── Imported piskel.png │ ├── JesterTrimmed.png │ ├── LightningTrimmed.png │ ├── Minotaur_trimmed.png │ ├── Sounds │ │ ├── boss.mp3 │ │ ├── castle.mp3 │ │ ├── cave.mp3 │ │ ├── endMusic.mp3 │ │ ├── gameOver.mp3 │ │ ├── ganonLaugh.wav │ │ ├── miniBoss.mp3 │ │ ├── statScreen.wav │ │ ├── triforce.wav │ │ ├── DialogueDone.wav │ │ ├── DialogueNext.wav │ │ ├── fieldTheme.mp3 │ │ ├── finalBattle.mp3 │ │ ├── forestTemple.mp3 │ │ ├── girlScream1.wav │ │ ├── houseMusic.mp3 │ │ ├── lostWoods.mp3 │ │ ├── overworld.mp3 │ │ ├── potionShop.mp3 │ │ ├── titleTheme.mp3 │ │ ├── Effects │ │ │ ├── Bomb │ │ │ │ ├── bombDrop.wav │ │ │ │ ├── bombBlow.wav │ │ │ │ └── bombFuse.wav │ │ │ ├── LTTP_Rupee1.wav │ │ │ ├── LTTP_Secret.wav │ │ │ ├── LTTP_Sword1.wav │ │ │ ├── getHeart.wav │ │ │ ├── getRupee.wav │ │ │ ├── linkDeath.wav │ │ │ ├── potShatter.wav │ │ │ ├── selectButton.wav │ │ │ ├── shootArrow.wav │ │ │ ├── startButton.wav │ │ │ ├── warpPortal.wav │ │ │ ├── LTTP_ItemFanfare.wav │ │ │ ├── LTTP_Link_Hurt.wav │ │ │ └── Enemies │ │ │ │ ├── Ganon │ │ │ │ ├── fireBall.wav │ │ │ │ └── ganonDie.wav │ │ │ │ ├── ForestBoss │ │ │ │ ├── blast.wav │ │ │ │ ├── forestBossDie.wav │ │ │ │ ├── forestBossHit.wav │ │ │ │ ├── tentacle.wav │ │ │ │ └── tentacle2.wav │ │ │ │ ├── Jester │ │ │ │ ├── jesterAggro.wav │ │ │ │ ├── jesterAttack.wav │ │ │ │ ├── jesterDie.wav │ │ │ │ └── jesterHit.wav │ │ │ │ ├── Knight │ │ │ │ ├── knightAggro.wav │ │ │ │ ├── knightAttack.wav │ │ │ │ ├── knightDie.wav │ │ │ │ └── knightHit.wav │ │ │ │ ├── Minotaur │ │ │ │ ├── minosAttack.wav │ │ │ │ ├── minosDeath.wav │ │ │ │ ├── minosHit.wav │ │ │ │ ├── minosPunch.wav │ │ │ │ ├── minosStep.wav │ │ │ │ └── minosCharging.wav │ │ │ │ ├── Phantom │ │ │ │ ├── phantomDie.wav │ │ │ │ ├── phantomHit.wav │ │ │ │ ├── phantomAggro.wav │ │ │ │ ├── phantomFloat.wav │ │ │ │ ├── phantomReflect.wav │ │ │ │ ├── phantomTapped.wav │ │ │ │ └── phantomThrow.wav │ │ │ │ ├── OrangeArcher │ │ │ │ ├── orangeAggro.wav │ │ │ │ ├── orangeDie.wav │ │ │ │ ├── orangeHit.wav │ │ │ │ └── orangeRanged.wav │ │ │ │ └── Stoneman │ │ │ │ ├── stonemanAggro.wav │ │ │ │ ├── stonemanAttack.wav │ │ │ │ ├── stonemanDie.wav │ │ │ │ └── stonemanHit.wav │ │ ├── GanonGitHitSound.wav │ │ ├── GanonThrowSpearSound.wav │ │ ├── IntroGanondorfLaugh.wav │ │ ├── kakarikoVillage.mp3 │ │ ├── spawnStatueSound.wav │ │ ├── OOT_PhantomGanon_Lightning.wav │ │ ├── GanonHitButDoesntRemoveHealthSound.wav │ │ ├── Single Cow-SoundBible.com-2051754137.mp3 │ │ └── Swords_Collide-Sound_Explorer-2015600826.mp3 │ ├── andromalius-57x88.png │ ├── dark_effect_001.png │ ├── flameball-32x32.png │ ├── mage-bullet-13x14.png │ ├── preBombDoorCover.png │ ├── stoneManTrimed.png │ ├── tentacles-25x90.png │ ├── GanonIdleAndThrowSpear.png │ ├── GanonIdleNoSpearSheet.png │ ├── baldricCutOpenGameArt.png │ ├── gallery_15035_1_23349.png │ ├── KnightSpriteSheetTrimed.png │ ├── pinkHairGirlTrimmedIdleSheet.png │ ├── pinkHairGirlTrimmedSheet.png │ ├── GanonTrimmedSummonLightningSheet.png │ ├── minotaurVerticalChargeVisualHelper.png │ ├── GreenAndOrangeArcherSpriteSheet 1.png │ ├── custom_hit_effects_by_shadow624-d5nqwcw.png │ └── re3___monster_sprites_v1_0_by_doubleleggy.png ├── Tiled2Unity │ ├── Textures │ │ ├── Stuff.gif │ │ ├── _ReadMe.txt.meta │ │ ├── 078.png │ │ ├── chair.png │ │ ├── red.png │ │ ├── 7629.png │ │ ├── Hyrule1.png │ │ ├── LinksBed.png │ │ ├── cabnets.png │ │ ├── holes.png │ │ ├── indoor.png │ │ ├── interior.png │ │ ├── redTriangle.png │ │ ├── test2.png │ │ ├── trees1.png │ │ ├── chip.zelda15.png │ │ ├── collisionBox.png │ │ ├── hyruletry2.png │ │ ├── plant repack.png │ │ ├── testStuff.png │ │ ├── town_buildings.png │ │ ├── Full Hyrule.tiles.png │ │ ├── PathAndObjects.png │ │ ├── PyramidOfPower.png │ │ ├── interiortest-733612.jpg │ │ ├── trimmedCaveWalls.png │ │ ├── Absolute Dungeon 01.entities.png │ │ ├── Absolute Dungeon 01.tiles.png │ │ ├── LegendOfZelda-ALinkToThePast-SkullWoods-B1F.png │ │ ├── Link_To_The_Past_-_Kakariko_Village_Shop_Interior.png │ │ ├── SNES - The Legend of Zelda A Link to the Past - River Area.png │ │ ├── SNES - The Legend of Zelda A Link to the Past - Graveyard (1).png │ │ ├── SNES - The Legend of Zelda A Link to the Past - Waterfall Area.png │ │ ├── SNES - The Legend of Zelda A Link to the Past - Zoras Domain.png │ │ └── SNES - The Legend of Zelda A Link to the Past - Wooden Bridge Area.png │ ├── License.txt.meta │ ├── Imported │ │ └── _ReadMe.txt.meta │ ├── Meshes │ │ ├── _ReadMe.txt.meta │ │ └── _ReadMe.txt │ ├── Prefabs │ │ ├── _ReadMe.txt.meta │ │ ├── _ReadMe.txt │ │ ├── t3.prefab.meta │ │ ├── Room1.prefab.meta │ │ ├── Room2.prefab.meta │ │ ├── Room3.prefab.meta │ │ ├── desert.prefab.meta │ │ ├── maze1.prefab.meta │ │ ├── maze2.prefab.meta │ │ ├── maze3.prefab.meta │ │ ├── maze4.prefab.meta │ │ ├── room4.prefab.meta │ │ ├── shop.prefab.meta │ │ ├── test.prefab.meta │ │ ├── test22.prefab.meta │ │ └── village.prefab.meta │ ├── Materials │ │ ├── _ReadMe.txt.meta │ │ ├── _ReadMe.txt │ │ ├── 078.mat.meta │ │ ├── red.mat.meta │ │ ├── 7629.mat.meta │ │ ├── Hyrule1.mat.meta │ │ ├── LinksBed.mat.meta │ │ ├── Stuff.mat.meta │ │ ├── cabnets.mat.meta │ │ ├── chair.mat.meta │ │ ├── holes.mat.meta │ │ ├── indoor.mat.meta │ │ ├── interior.mat.meta │ │ ├── test2.mat.meta │ │ └── trees1.mat.meta │ ├── Shaders │ │ └── shaTiledMap.shader.meta │ ├── Tiled2Unity.export.txt │ └── Tiled2Unity.export.txt.meta ├── Sounds │ ├── boss.mp3 │ ├── castle.mp3 │ ├── cave.mp3 │ ├── DialogueDone.wav │ ├── DialogueNext.wav │ ├── endMusic.mp3 │ ├── fieldTheme.mp3 │ ├── finalBattle.mp3 │ ├── gameOver.mp3 │ ├── ganonLaugh.wav │ ├── girlScream1.wav │ ├── houseMusic.mp3 │ ├── lostWoods.mp3 │ ├── miniBoss.mp3 │ ├── overworld.mp3 │ ├── potionShop.mp3 │ ├── statScreen.wav │ ├── titleTheme.mp3 │ ├── triforce.wav │ ├── Effects │ │ ├── LTTP_Sword1.wav │ │ ├── getHeart.wav │ │ ├── getRupee.wav │ │ ├── linkDeath.wav │ │ ├── potShatter.wav │ │ ├── shootArrow.wav │ │ ├── Bomb │ │ │ ├── bombBlow.wav │ │ │ ├── bombDrop.wav │ │ │ └── bombFuse.wav │ │ ├── LTTP_Link_Hurt.wav │ │ ├── LTTP_Rupee1.wav │ │ ├── LTTP_Secret.wav │ │ ├── fairyLaugh.wav │ │ ├── selectButton.wav │ │ ├── startButton.wav │ │ ├── triforceGlow1.wav │ │ ├── triforceGlow2.wav │ │ ├── warpPortal.wav │ │ ├── LTTP_ItemFanfare.wav │ │ └── Enemies │ │ │ ├── ForestBoss │ │ │ ├── blast.wav │ │ │ ├── tentacle.wav │ │ │ ├── tentacle2.wav │ │ │ ├── forestBossDie.wav │ │ │ └── forestBossHit.wav │ │ │ ├── Ganon │ │ │ ├── fireBall.wav │ │ │ └── ganonDie.wav │ │ │ ├── Jester │ │ │ ├── jesterDie.wav │ │ │ ├── jesterHit.wav │ │ │ ├── jesterAggro.wav │ │ │ └── jesterAttack.wav │ │ │ ├── Knight │ │ │ ├── knightDie.wav │ │ │ ├── knightHit.wav │ │ │ ├── knightAggro.wav │ │ │ └── knightAttack.wav │ │ │ ├── Minotaur │ │ │ ├── minosHit.wav │ │ │ ├── minosStep.wav │ │ │ ├── minosAttack.wav │ │ │ ├── minosCharging.wav │ │ │ ├── minosDeath.wav │ │ │ └── minosPunch.wav │ │ │ ├── OrangeArcher │ │ │ ├── orangeDie.wav │ │ │ ├── orangeHit.wav │ │ │ ├── orangeAggro.wav │ │ │ └── orangeRanged.wav │ │ │ ├── Phantom │ │ │ ├── phantomAggro.wav │ │ │ ├── phantomDie.wav │ │ │ ├── phantomFloat.wav │ │ │ ├── phantomHit.wav │ │ │ ├── phantomReflect.wav │ │ │ ├── phantomTapped.wav │ │ │ └── phantomThrow.wav │ │ │ └── Stoneman │ │ │ ├── stonemanAggro.wav │ │ │ ├── stonemanDie.wav │ │ │ ├── stonemanHit.wav │ │ │ └── stonemanAttack.wav │ ├── GanonGitHitSound.wav │ ├── forestTemple.mp3 │ ├── kakarikoVillage.mp3 │ ├── spawnStatueSound.wav │ ├── GanonThrowSpearSound.wav │ ├── IntroGanondorfLaugh.wav │ ├── OOT_PhantomGanon_Lightning.wav │ ├── GanonHitButDoesntRemoveHealthSound.wav │ ├── Single Cow-SoundBible.com-2051754137.mp3 │ └── Swords_Collide-Sound_Explorer-2015600826.mp3 ├── Scenes │ ├── Castle.unity.meta │ ├── Forest.unity.meta │ ├── River.unity.meta │ ├── GameOver.unity.meta │ ├── RiverCave.unity.meta │ ├── Village.unity.meta │ ├── titleMenu.unity.meta │ ├── CastleDungeon.unity.meta │ ├── Congratulations.unity.meta │ └── ForestDungeon.unity.meta ├── Prefabs │ ├── Bomb.prefab.meta │ ├── Arrow.prefab.meta │ ├── Canvas.prefab.meta │ ├── Chest.prefab.meta │ ├── DamageBox.prefab.meta │ ├── Ganon.prefab.meta │ ├── Jester.prefab.meta │ ├── Knight.prefab.meta │ ├── Lost Girl.prefab.meta │ ├── Minotaur.prefab.meta │ ├── NPC_1.prefab.meta │ ├── NPC_2.prefab.meta │ ├── Player.prefab.meta │ ├── ShopOwner.prefab.meta │ ├── Spiketrap.prefab.meta │ ├── Stoneman.prefab.meta │ ├── WarpExits.prefab.meta │ ├── ArrowBlocker.prefab.meta │ ├── BombDamageBox.prefab.meta │ ├── BreakablePot.prefab.meta │ ├── DamageBoxEnemy.prefab.meta │ ├── DoNotPassRock.prefab.meta │ ├── EnemyArrow.prefab.meta │ ├── EnemyFence.prefab.meta │ ├── EyeStatueFive.prefab.meta │ ├── EyeStatueFour.prefab.meta │ ├── EyeStatueOne.prefab.meta │ ├── EyeStatueThree.prefab.meta │ ├── EyeStatueTwo.prefab.meta │ ├── EyeStatueZero.prefab.meta │ ├── ForestBoss.prefab.meta │ ├── Green_Archer.prefab.meta │ ├── Main Camera.prefab.meta │ ├── OrangeArcher.prefab.meta │ ├── PhantomGanon.prefab.meta │ ├── WarpTarget.prefab.meta │ ├── EyeStatueFireBall.prefab.meta │ ├── Ganon'sThrownSpear.prefab.meta │ ├── GanonLigtningWall.prefab.meta │ ├── ForestDungeon │ │ └── LockedDoor.prefab.meta │ └── SceneRelated │ │ ├── BossText.prefab.meta │ │ ├── BossTrigger.prefab.meta │ │ ├── Waypoint.prefab.meta │ │ └── ZoneText.prefab.meta ├── Resources │ ├── Heart.prefab.meta │ ├── PMissle.prefab.meta │ ├── Rupee.prefab.meta │ ├── heartUI.prefab.meta │ ├── EndCinematic.prefab.meta │ ├── FireBall.prefab.meta │ ├── MagicMissle.prefab.meta │ ├── Tentacle.prefab.meta │ ├── Triforce.prefab.meta │ ├── AttackIncrease.prefab.meta │ ├── HealthIncrease.prefab.meta │ ├── Pink_Hair_Girl.prefab.meta │ ├── SpeedIncrease.prefab.meta │ ├── TriforcePiece.prefab.meta │ └── OneWaySceneTrigger.prefab.meta ├── Animations │ ├── Player │ │ ├── IdleUp.anim.meta │ │ ├── WalkUp.anim.meta │ │ ├── AttackDown.anim.meta │ │ ├── AttackLeft.anim.meta │ │ ├── AttackRight.anim.meta │ │ ├── AttackUp.anim.meta │ │ ├── Bomb │ │ │ └── Bomb.anim.meta │ │ ├── IdleDown.anim.meta │ │ ├── IdleLeft.anim.meta │ │ ├── IdleRight.anim.meta │ │ ├── WalkDown.anim.meta │ │ ├── WalkLeft.anim.meta │ │ ├── WalkRight.anim.meta │ │ ├── bowAttackUp.anim.meta │ │ ├── getItem.anim.meta │ │ ├── PlayerAC.controller.meta │ │ ├── bowAttackDown.anim.meta │ │ ├── bowAttackLeft.anim.meta │ │ └── bowAttackRight.anim.meta │ ├── FireBall │ │ ├── Moving.anim.meta │ │ └── FireBall.controller.meta │ ├── ForestBoss │ │ └── Float.anim.meta │ ├── NPC_2 │ │ ├── NPC_2.controller.meta │ │ ├── npc2_IdleUp.anim.meta │ │ ├── npc2_WalkUp.anim.meta │ │ ├── npc2_IdleDown.anim.meta │ │ ├── npc2_IdleLeft.anim.meta │ │ ├── npc2_IdleRight.anim.meta │ │ ├── npc2_WalkDown.anim.meta │ │ ├── npc2_WalkLeft.anim.meta │ │ ├── npc2_WalkRight.anim.meta │ │ └── testEnemy.controller.meta │ ├── NPC_3 │ │ ├── npc3_IdleUp.anim.meta │ │ ├── npc3_WalkUp.anim.meta │ │ ├── npc3_IdleDown.anim.meta │ │ ├── npc3_IdleLeft.anim.meta │ │ ├── npc3_IdleRight.anim.meta │ │ ├── npc3_WalkDown.anim.meta │ │ ├── npc3_WalkLeft.anim.meta │ │ └── npc3_WalkRight.anim.meta │ ├── NPC_4 │ │ ├── npc4_WalkUp.anim.meta │ │ ├── npc4_idleUp.anim.meta │ │ ├── npc_4.controller.meta │ │ ├── npc4_WalkDown.anim.meta │ │ ├── npc4_WalkLeft.anim.meta │ │ ├── npc4_WalkRight.anim.meta │ │ ├── npc4_idleDown.anim.meta │ │ ├── npc4_idleLeft.anim.meta │ │ └── npc4_idleRight.anim.meta │ ├── NPC_5 │ │ ├── npc5_WalkUp.anim.meta │ │ ├── npc5_WalkDown.anim.meta │ │ ├── npc5_WalkLeft.anim.meta │ │ └── npc5_WalkRight.anim.meta │ ├── NPC_6 │ │ ├── npc6_WalkUp.anim.meta │ │ ├── npc6_WalkDown.anim.meta │ │ ├── npc6_WalkLeft.anim.meta │ │ └── npc6_WalkRight.anim.meta │ ├── Tentacle │ │ ├── Spawn.anim.meta │ │ └── Tentacle.controller.meta │ ├── Triforce │ │ └── Triforce.anim.meta │ ├── Baldric │ │ ├── NPC_1.controller.meta │ │ ├── baldricIdleDown.anim.meta │ │ ├── baldricIdleLeft.anim.meta │ │ ├── baldricIdleUp.anim.meta │ │ ├── baldricWalkDown.anim.meta │ │ ├── baldricWalkLeft.anim.meta │ │ └── baldricWalkUp.anim.meta │ ├── Enemy1 │ │ ├── Enemy1AC.controller.meta │ │ ├── Enemy1IdleDown.anim.meta │ │ ├── Enemy1IdleLeft.anim.meta │ │ ├── Enemy1IdleRight.anim.meta │ │ ├── Enemy1IdleUp.anim.meta │ │ ├── Enemy1WalkDown.anim.meta │ │ ├── Enemy1WalkLeft.anim.meta │ │ ├── Enemy1WalkRight.anim.meta │ │ └── Enemy1WalkUp.anim.meta │ ├── EyeStatue │ │ ├── EyeStatue0.anim.meta │ │ ├── EyeStatue1.anim.meta │ │ ├── EyeStatue10.anim.meta │ │ ├── EyeStatue11.anim.meta │ │ ├── EyeStatue12.anim.meta │ │ ├── EyeStatue13.anim.meta │ │ ├── EyeStatue14.anim.meta │ │ ├── EyeStatue15.anim.meta │ │ ├── EyeStatue16.anim.meta │ │ ├── EyeStatue17.anim.meta │ │ ├── EyeStatue18.anim.meta │ │ ├── EyeStatue19.anim.meta │ │ ├── EyeStatue2.anim.meta │ │ ├── EyeStatue20.anim.meta │ │ ├── EyeStatue21.anim.meta │ │ ├── EyeStatue22.anim.meta │ │ ├── EyeStatue23.anim.meta │ │ ├── EyeStatue3.anim.meta │ │ ├── EyeStatue4.anim.meta │ │ ├── EyeStatue5.anim.meta │ │ ├── EyeStatue6.anim.meta │ │ ├── EyeStatue7.anim.meta │ │ ├── EyeStatue8.anim.meta │ │ └── EyeStatue9.anim.meta │ ├── Jester │ │ ├── JesterAttackDown.anim.meta │ │ ├── JesterAttackLeft.anim.meta │ │ ├── JesterAttackUp.anim.meta │ │ ├── JesterIdleDown.anim.meta │ │ ├── JesterIdleLeft.anim.meta │ │ ├── JesterIdleRight.anim.meta │ │ ├── JesterIdleUp.anim.meta │ │ ├── JesterWalkDown.anim.meta │ │ ├── JesterWalkLeft.anim.meta │ │ ├── JesterWalkRight.anim.meta │ │ └── JesterWalkUp.anim.meta │ ├── Knight │ │ ├── KnightAttackDown.anim.meta │ │ ├── KnightAttackLeft.anim.meta │ │ ├── KnightAttackUp.anim.meta │ │ ├── KnightIdleDown.anim.meta │ │ ├── KnightIdleLeft.anim.meta │ │ ├── KnightIdleRight.anim.meta │ │ ├── KnightIdleUp.anim.meta │ │ ├── KnightWalkDown.anim.meta │ │ ├── KnightWalkLeft.anim.meta │ │ ├── KnightWalkRight.anim.meta │ │ ├── KnightWalkUp.anim.meta │ │ └── NPC_Knight.controller.meta │ ├── MagicMissle │ │ └── MissleFire.anim.meta │ ├── Minotaur │ │ ├── MinotaurIdleUp.anim.meta │ │ └── MinotaurWalkUp.anim.meta │ ├── PGanonMissle │ │ └── PGanonBall.anim.meta │ ├── Screen Fader │ │ ├── Fade In.anim.meta │ │ └── Fade Out.anim.meta │ └── StoneMan │ │ ├── StoneManIdleUp.anim.meta │ │ └── StoneManWalkUp.anim.meta ├── Dialogue.meta ├── Dialogue │ ├── NPC_1 │ │ ├── Dialogue1.prefab.meta │ │ ├── Dialogue2.prefab.meta │ │ ├── Dialogue3.prefab.meta │ │ └── Dialogue4.prefab.meta │ ├── NPC_2 │ │ ├── Dialogue1.prefab.meta │ │ ├── Dialogue2.prefab.meta │ │ └── Dialogue3.prefab.meta │ ├── NPC_4 │ │ ├── Dialogue1.prefab.meta │ │ ├── Dialogue2.prefab.meta │ │ ├── Dialogue3.prefab.meta │ │ └── Dialogue4.prefab.meta │ ├── NPC_RedHair │ │ ├── Dialogue1.prefab.meta │ │ ├── Dialogue2.prefab.meta │ │ └── Dialogue3.prefab.meta │ └── ShopOwner │ │ ├── Dialogue1.prefab.meta │ │ ├── Dialogue2.prefab.meta │ │ └── Dialogue3.prefab.meta ├── Prefabs.meta ├── Scenes.meta ├── Scripts.meta ├── Sounds.meta ├── Sprites.meta ├── Animations.meta ├── Resources.meta └── Scripts │ ├── Items.meta │ └── Scene.meta └── ElectricSlideUnity_FinalReport.pdf /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.4.1f1 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /.vs/CS419/v14/_suo.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/.vs/CS419/v14/_suo.doc -------------------------------------------------------------------------------- /Assets/Sprites/7639.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/7639.gif -------------------------------------------------------------------------------- /Assets/Sprites/link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/link.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bomb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Bomb.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Book.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Book.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bow1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Bow1.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Key.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Key.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Map.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Map.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Net.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Net.gif -------------------------------------------------------------------------------- /Assets/Sprites/Link-LTTP.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Link-LTTP.gif -------------------------------------------------------------------------------- /Assets/Sprites/New Piskel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/New Piskel.gif -------------------------------------------------------------------------------- /Assets/Sprites/assistant.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/assistant.gif -------------------------------------------------------------------------------- /Assets/Sprites/item_warp2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/item_warp2.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bomb 1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Bomb 1.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BombOne.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BombOne.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BombRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BombRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Bombs10.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Bombs4.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Bombs5.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Bombs6.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Bombs8.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Compass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Compass.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/FanSpin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/FanSpin.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Hammer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Hammer.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/JarBug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/JarBug.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/KeyBoss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/KeyBoss.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Ocarina.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Ocarina.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Potion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Potion.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Shield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Shield.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ShoeRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ShoeRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Shovel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Shovel.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Sword1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Sword1.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Sword2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Sword2.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Tomato.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Tomato.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Wallet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Wallet.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BombGreen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BombGreen.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BombOne 1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BombOne 1.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BombRed 1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BombRed 1.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs10_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Bombs10_2.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BombsTrio.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BombsTrio.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BowArrow1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BowArrow1.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BowArrow2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BowArrow2.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ChestOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ChestOpen.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ChevronRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ChevronRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/FriedEggs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/FriedEggs.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/GloveGold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/GloveGold.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/HoleLarge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/HoleLarge.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/HoleMedium.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/HoleMedium.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/HoleSmall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/HoleSmall.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/HookShot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/HookShot.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/JarFairy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/JarFairy.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/LanternRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/LanternRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Mushroom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Mushroom.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/PotionBlue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/PotionBlue.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/PotionRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/PotionRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/PouchBlue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/PouchBlue.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/PouchGreen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/PouchGreen.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/PouchRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/PouchRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/RedCircle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/RedCircle.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Rupees100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Rupees100.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Rupees300.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Rupees300.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/Rupees50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/Rupees50.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ShieldGold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ShieldGold.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ShieldRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ShieldRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/StaffBlue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/StaffBlue.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/StaffRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/StaffRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/SwordGold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/SwordGold.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/SwordRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/SwordRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/TunicBlue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/TunicBlue.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/TunicGreen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/TunicGreen.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/TunicRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/TunicRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/item_rock_large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/item_rock_large.gif -------------------------------------------------------------------------------- /ElectricSlideUnity_FinalReport.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/ElectricSlideUnity_FinalReport.pdf -------------------------------------------------------------------------------- /Assets/Sprites/Dungeon/item_warp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Dungeon/item_warp.gif -------------------------------------------------------------------------------- /Assets/Sprites/Dungeon/item_warp2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Dungeon/item_warp2.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BallsackRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BallsackRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BlueArrows10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BlueArrows10.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BlueArrows11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BlueArrows11.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BlueArrows5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BlueArrows5.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BlueArrows6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BlueArrows6.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BombGreen 1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BombGreen 1.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ChestClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ChestClosed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ChevronBlue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ChevronBlue.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ChevronRed 1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ChevronRed 1.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/FanVertical.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/FanVertical.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/GloveSilver.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/GloveSilver.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/GrayArrows10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/GrayArrows10.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/GrayArrows5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/GrayArrows5.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/JarTinyHuman.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/JarTinyHuman.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/MushroomBlue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/MushroomBlue.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/MushroomRed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/MushroomRed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/PotionGreen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/PotionGreen.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ShoeFlipper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ShoeFlipper.gif -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/Stuff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Tiled2Unity/Textures/Stuff.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BallsackRed 1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BallsackRed 1.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BlueArrowSingle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BlueArrowSingle.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ChestBossClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ChestBossClosed.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ChestBossOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ChestBossOpen.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/ChevronBlue 1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/ChevronBlue 1.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/FanHorizontal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/FanHorizontal.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/GrayArrowSingle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/GrayArrowSingle.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/HeartPieceWhite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/HeartPieceWhite.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/PotionBluePlus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/PotionBluePlus.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/PotionGreenPlus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/PotionGreenPlus.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/PotionRedPlus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/PotionRedPlus.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/SleepingZLarge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/SleepingZLarge.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/SleepingZSmall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/SleepingZSmall.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/BlueArrowSingle 1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/BlueArrowSingle 1.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/MusicalNoteLarge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/MusicalNoteLarge.gif -------------------------------------------------------------------------------- /Assets/Sprites/Items/HeartPieceBlackWhite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ellard24/Unity2D-Zelda/HEAD/Assets/Sprites/Items/HeartPieceBlackWhite.gif -------------------------------------------------------------------------------- /Assets/Tiled2Unity/License.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41576bcd4de60444582f06ee2ee5a24e 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Imported/_ReadMe.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b8d27be845dcc048a90eeb2e55bf5f7 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Meshes/_ReadMe.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6e9ebdf870a484449c2a925c5d5892e 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/_ReadMe.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fe289724d3bde84db9499fa9efd524c 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/_ReadMe.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8216e89f470931439b9c0daa37ac507 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/_ReadMe.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 253d6a098db104045b05128f90fdf712 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Sounds/boss.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2481ac4d8395d7577cdf2e1c153ba44338e751311900132620c4e28c18b3d200 3 | size 4826238 4 | -------------------------------------------------------------------------------- /Assets/Sounds/castle.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:52d443c5bffeb2a828b96251bdc5132b07d2bc4bd498917f791e13fa086b209a 3 | size 1517326 4 | -------------------------------------------------------------------------------- /Assets/Sounds/cave.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:57d84c9d63b6e7c382f2b4be91192bc5dabbc96fae9f733e55730a281c75fc1c 3 | size 1310686 4 | -------------------------------------------------------------------------------- /Assets/Sprites/1028.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5c6075834ae61c34b3cb5f4fff3d31484463dbef351e84f8b47f97fe071d11ec 3 | size 137346 4 | -------------------------------------------------------------------------------- /Assets/Sprites/BigTrap.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:431573d6aefe8ca2544dce5d64e359d056c573291f82ff29d59ba00686587aaa 3 | size 3505 4 | -------------------------------------------------------------------------------- /Assets/Sprites/GoBeavs.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fe91dae74395fa717c59bcd21c53e903ea3209467111feeb317cc34792b9e9e9 3 | size 14939 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Hearts.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5542429fdb734f2518cdae7d92640723ad85c7398721bbd63d40ef7d1a7e74f4 3 | size 3537 4 | -------------------------------------------------------------------------------- /Assets/Sprites/link.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0f39cd26b4266f0cabcc5ee239a9d40cc1e5d17500c459fbeddbd4db2065a827 3 | size 235653 4 | -------------------------------------------------------------------------------- /Assets/Sprites/motw.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4ef5667fa9f76e35a0e6a701fc4e93f4e275f4a96a3e5f5795b2b5c8d204d454 3 | size 47877 4 | -------------------------------------------------------------------------------- /Assets/Sounds/DialogueDone.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:347296f806cd3285db95bb4629b13edd04692edb6c22c84c5aa8650d4a96b82a 3 | size 101720 4 | -------------------------------------------------------------------------------- /Assets/Sounds/DialogueNext.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ddf98c9211cccec89a179031a3666c44ad0a6586f295ba7b19379a9958ddcf23 3 | size 24464 4 | -------------------------------------------------------------------------------- /Assets/Sounds/endMusic.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cd61a868c5361fae609422643801b619950d5ec69b0ae3a9e750e4e16778d259 3 | size 1662772 4 | -------------------------------------------------------------------------------- /Assets/Sounds/fieldTheme.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d4b98ba5a2d5bcb78b8972973f36703f2d9c33c4a2c76a27fbd4d63c6d1bd5c8 3 | size 1798982 4 | -------------------------------------------------------------------------------- /Assets/Sounds/finalBattle.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:116a2372676c1f028bfff69f17bb5e28b1999cb1096a7bf26a0958708201f7c3 3 | size 1864645 4 | -------------------------------------------------------------------------------- /Assets/Sounds/gameOver.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cb26cdd43bac43bf1a41abf07e5711d52feecd66811a483b20033e7ec9fb62ee 3 | size 207912 4 | -------------------------------------------------------------------------------- /Assets/Sounds/ganonLaugh.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ac2049377c45c6f21c2a5baf1664c49aa93840042965b644c0f9e4adabbab16a 3 | size 47400 4 | -------------------------------------------------------------------------------- /Assets/Sounds/girlScream1.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a1d45379a7ac3dbc6219dea78b940de6310238dbfcd8e921165efcf3d2594869 3 | size 26614 4 | -------------------------------------------------------------------------------- /Assets/Sounds/houseMusic.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:35336a8b41088ae0b0fbf07af1af35a90f2bc6c158e804209cd889bb99330048 3 | size 1630162 4 | -------------------------------------------------------------------------------- /Assets/Sounds/lostWoods.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:412ddb57b597fd6aa6e6d4358a266b1df6708349a3015375baf8aacfb6d40728 3 | size 1008188 4 | -------------------------------------------------------------------------------- /Assets/Sounds/miniBoss.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f4a5f72ed87db4c99f85f4365b2eb2d7c4010f2c935687f825cdfd8b4fdcebfa 3 | size 2673919 4 | -------------------------------------------------------------------------------- /Assets/Sounds/overworld.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:dfbc6dce51656fdf0811ec6b333d0440c4ce4f4d09b95ee7cdaf30c88eb87934 3 | size 1427041 4 | -------------------------------------------------------------------------------- /Assets/Sounds/potionShop.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:83ab2659eb498af0c5f4b258a60cbabe59d3b508db7c125b0e67e1e39d6150a0 3 | size 1067865 4 | -------------------------------------------------------------------------------- /Assets/Sounds/statScreen.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0c35f34d46cc38ddcc1a13a5e44a36eb38fed1a5105f8e49b3052543d7241b19 3 | size 20548 4 | -------------------------------------------------------------------------------- /Assets/Sounds/titleTheme.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bce88a025ddc687d9f3ebf616bd08f3e0473a26b083ffa2d487440e8fe01eb06 3 | size 720978 4 | -------------------------------------------------------------------------------- /Assets/Sounds/triforce.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:06a05bda3c988380bfb0353c211e949ea704e476be74d41357b2701b2d70c970 3 | size 151734 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Emptyheart.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:be592fe1d3ea23a430165798dad9a2c5b9bde5cfb16f0d3b94d57e3ecd5455c0 3 | size 83399 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bow.jpg: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ff1c60ff24b19cf8a13d51c0452c0d3b2d1e596cb39036d48fd9ac01f2f81d03 3 | size 1481 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/PotLTTP.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a326a81ecf1335b8b9ad656687c29fa5d20cf6003f6151bfc38ec3ed4511a8ba 3 | size 3015 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Rupee.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:24331c3d0260eb4bd3a729e5ea1093258d09366cf2f34101117cd8b920e16bcf 3 | size 2917 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Sword.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:38b35720adfc88e561c803b6dc4c0e707190fb114859614340e4f4f67b98f907 3 | size 10181 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Menu/XIDQAJE.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b8424720dae468f9ba7f10e0a1475cb7491193e85dbf332116cc45c87395a542 3 | size 19012 4 | -------------------------------------------------------------------------------- /Assets/Sprites/New Piskel.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d01af9a82bf1ef72bc7f191a3783314fede4f149ed6878aa5f46b8647a229518 3 | size 141 4 | -------------------------------------------------------------------------------- /Assets/Sprites/heartUI.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6af7fe44bf3aa0fffd130ee611a4534fc54440785a7fe3e4ff8e097bfc0abfe7 3 | size 118208 4 | -------------------------------------------------------------------------------- /Assets/Sprites/linkArt.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c72ffc056948ecdf7f0596fb7696ea74476d2302e1b0ed3ef16e896258356637 3 | size 1585492 4 | -------------------------------------------------------------------------------- /Assets/Sprites/zeldaArt.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:de83da8e89bb0d06a26955792652ae253dea81f51dd3a5c21e6072f0cfdc71ab 3 | size 150915 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/LTTP_Sword1.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ac7bb2b7a98f00d0cf79c34ca4106428270b59c93ddc5778bc57d9e06f1c738c 3 | size 9928 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/getHeart.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b9bc3f97ab5d17422afb3db8e6b8d739ab5c847fc45983745122090d3c65d148 3 | size 16884 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/getRupee.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:747182e0b2c781f106c52a442c48a527168cfa922ea03c42281d0096766aa537 3 | size 30282 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/linkDeath.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:506473647118a3425e26ea4612f580b887b1648d35562ce81aea09108e271b1d 3 | size 125130 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/potShatter.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:13fb578f14d6f5878f2f362fb9fa57b3294b74f611a78234f2cb1908ac3cadb1 3 | size 63394 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/shootArrow.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:20d9ddfb039dc2c050b05bc698e3e1543f77492234d168ec9e03663e9fc0be72 3 | size 12340 4 | -------------------------------------------------------------------------------- /Assets/Sounds/GanonGitHitSound.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3e390688d9beef5701986bfe1fa1d85e7dced019afef4ab446db202fa46443fc 3 | size 35666 4 | -------------------------------------------------------------------------------- /Assets/Sounds/forestTemple.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:757cb91f1c90453e8b355ae091413079a4c2bdf02259e59d074cb076948eadbf 3 | size 2953544 4 | -------------------------------------------------------------------------------- /Assets/Sounds/kakarikoVillage.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:453c7f44575fbff10fab6c4b2748af689f4e2e3b0b07ea3ba32d7fec01cee5e3 3 | size 2217968 4 | -------------------------------------------------------------------------------- /Assets/Sounds/spawnStatueSound.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d317bb91678668ca93906603d65ce909d4ebe2d0230473eca682734ccbb72c24 3 | size 54760 4 | -------------------------------------------------------------------------------- /Assets/Sprites/EyeStatueFireBall.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d95354ffb526709daa516072b4023b08f468c579b27a921a81e5bc821d3098fa 3 | size 1084 4 | -------------------------------------------------------------------------------- /Assets/Sprites/EyeStatueTrimmed.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a7003b697b1373deab09103ae176596ad6108a14b4a6ef75c3d52a31c36dc552 3 | size 4438 4 | -------------------------------------------------------------------------------- /Assets/Sprites/GanonSpearSheet.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:641f0c6565411aa7541649e2c674d1910187410964e67e97bf319c53633d68c1 3 | size 5478 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Imported piskel.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fec6272437024f636fa9d49c44d911c736ff2c470f3b49990259a8e97a7228d7 3 | size 3660 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/42487 (1).png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c161b75cf8982c0190124a69e5bf99227cfb3139a00c5a7b28995d8af9e42c27 3 | size 8234 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb01.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:03ff72cfbc69d99c2ece0339d8dbd49e7c0edc717690a927b138c7e0fe6d547e 3 | size 1563 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb02.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:adacf3c1ae05db450e65c9bb528ad09511e736ec1359f2a100627af4a236abdb 3 | size 1602 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb03.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2c69b2182279f46ed6eda2fb07b5235dd6b8326bc4785aac24eb3bef2eb77137 3 | size 1560 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb04.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:82156d62580977a9ffccb867bc21ea8cdf5bd6f4d3a9b8d95738ffd4c48f1737 3 | size 1591 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb05.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c829f6960352266de9fc2a57dcb5e4172f7f2db51d953e57a1da614e53fdc03e 3 | size 1574 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb06.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:da0ecf11256ba8cbfdaaa377cc8ae4775d517d992d08dd68bb743f1ba35b61c6 3 | size 1158 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb07.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e074b2d09f6bc4f6ea99314aed84f18ea40588b8efe7b9286a9701f7cf91a59b 3 | size 1563 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb08.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1161516fc88daa188ba7b9e314fc7037cfb40e70dceec0bad295e4bd539a86ab 3 | size 1516 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb09.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:187b7afe460563e435e5abd8dbc9c9629d7a1e73f94ca60eeed79738030437be 3 | size 1599 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb10.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:82afbc98d4b3be887f7ac622b6e299b7025c24ae56f80f9eb14f24b728e989a4 3 | size 1602 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb11.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7288a0dee9c6e94fad20aaa63c2d688523192d88ce8455c1fc4477188681d20d 3 | size 1560 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb12.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f35a76398ac42f3c117aefec1c6388cf2115f48f5bed26b6163272a2a2da2341 3 | size 1591 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb13.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6168439a2e16ea4f20c17c43db061b34ea14cb957cd627e59b9a9e3c47ecd0e8 3 | size 1574 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb14.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:72b01d92796b0d92cc1d0406f7406d7d8dd925011152703c6848ae440458cc28 3 | size 1158 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb15.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:78a5e20fb3ace44bc908a29d7f5752877e72cf9fce8481eb23fa16e20d2daafd 3 | size 1563 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb16.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5fd865e0cd5cb39c7e7b243bb1c6fd311c10e91718a322bf96ca089c5a92d005 3 | size 1516 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb17.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d17d31e2ceb7f869fad31b82ecd47bb4ea5c53f58778b09e6ed6c5c4d04887f8 3 | size 1466 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb18.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:86e47ae2041702dd2686f50002ab03fe1f6ecceb0ca2fe79917200db9f9adc31 3 | size 3120 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb19.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3ed7cede0bc3828d9308e4417748f23f652a3f49823d26403d4a9cf5f72e67eb 3 | size 2809 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb20.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c732197d722f0fd3e6eaa1e02917f4fe5de86b0afdf0c7fff94edf7ccf1131ae 3 | size 3120 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb21.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:78f7bfa626412137425c7c9c735a45413b6ea2574e410d9ac26ae01986ea980b 3 | size 2809 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb22.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9a45389b8409288acb6ad603ce7a4ac37a43ac4cf585f7df8ae4a0cfa25a1bd0 3 | size 3905 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb23.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2a38b1f4a28b624b29d597522e98cb5ab5bd60bb2ac81ea5f9f6a9a339428973 3 | size 2541 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb24.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0b7b45de1fc6a93b2a1512c7b63f5850ea29362425076807a6be6f059866c8f5 3 | size 3558 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb25.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:de65c52a7164f160615418fcc8b8929b41eca093bfe7f1809c38bf3dca38974f 3 | size 1673 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Bombs/Bomb26.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4e1cfc31527bfcfb1f7e0c14e42288f8df5fee264fe29e501580f607972a18b3 3 | size 2078 4 | -------------------------------------------------------------------------------- /Assets/Sprites/JesterTrimmed.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2b65d0e1d427de0c3250b9e65968600e6038490ae7fb2739d04cef0f73aa78ae 3 | size 15879 4 | -------------------------------------------------------------------------------- /Assets/Sprites/LightningTrimmed.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:dcb6c10acb2e81fe86262e01e577ac2319bdcce908ae6cd428ca0339193b2e2a 3 | size 11746 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Menu/zeldaIcon.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ce7611ea0f2cf51f71aef7c5878a1f432622552bee2f760c4d5d613999e5027e 3 | size 2588 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Minotaur_trimmed.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bdd122542eb12bff789beb43f4139afe9caee78e534ffd9704169354d71f5f4b 3 | size 24375 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/boss.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2481ac4d8395d7577cdf2e1c153ba44338e751311900132620c4e28c18b3d200 3 | size 4826238 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/castle.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:52d443c5bffeb2a828b96251bdc5132b07d2bc4bd498917f791e13fa086b209a 3 | size 1517326 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/cave.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:57d84c9d63b6e7c382f2b4be91192bc5dabbc96fae9f733e55730a281c75fc1c 3 | size 1310686 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/endMusic.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cd61a868c5361fae609422643801b619950d5ec69b0ae3a9e750e4e16778d259 3 | size 1662772 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/gameOver.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cb26cdd43bac43bf1a41abf07e5711d52feecd66811a483b20033e7ec9fb62ee 3 | size 207912 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/ganonLaugh.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ac2049377c45c6f21c2a5baf1664c49aa93840042965b644c0f9e4adabbab16a 3 | size 47400 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/miniBoss.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f4a5f72ed87db4c99f85f4365b2eb2d7c4010f2c935687f825cdfd8b4fdcebfa 3 | size 2673919 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/statScreen.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0c35f34d46cc38ddcc1a13a5e44a36eb38fed1a5105f8e49b3052543d7241b19 3 | size 20548 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/triforce.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:06a05bda3c988380bfb0353c211e949ea704e476be74d41357b2701b2d70c970 3 | size 151734 4 | -------------------------------------------------------------------------------- /Assets/Sprites/andromalius-57x88.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:19b71e984e76289b27bb2f70c4701c2437a0d8b62675ba99d17e0c491464dba3 3 | size 31140 4 | -------------------------------------------------------------------------------- /Assets/Sprites/dark_effect_001.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:594ae82db6481dd44ae7c7f882281b0882a0bbd55de37d776ed32cc8a46c4be6 3 | size 177157 4 | -------------------------------------------------------------------------------- /Assets/Sprites/flameball-32x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:dd8837e61bdabf942d7e280764046fddde4a406b24bfa8c4e757f3fc2a77e3ab 3 | size 625 4 | -------------------------------------------------------------------------------- /Assets/Sprites/mage-bullet-13x14.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b3e67ae1809730a40ab41e38ac21379ede9f7364f9d40b04bf027f6f6f31c9a4 3 | size 2885 4 | -------------------------------------------------------------------------------- /Assets/Sprites/preBombDoorCover.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3377141e766144b4f664d5ff7c96c0827b271fc74a717f4061a0e4ae106980da 3 | size 3407 4 | -------------------------------------------------------------------------------- /Assets/Sprites/stoneManTrimed.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:073378ca856ce7d7a23090e777eff11e68b699df3f973503a49501693e87fec3 3 | size 9759 4 | -------------------------------------------------------------------------------- /Assets/Sprites/tentacles-25x90.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:861768bc323f9adbf7fc3bf2a842b3cc3b292d70bc74be9c41b68b42b1973d5d 3 | size 4992 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/078.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6bbe0c090959ceb60371370269cd0cc4d74adf4a83e2dceb89fdc0fa7bba6a6c 3 | size 5096 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/chair.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c61669ba8fc1f3b9e41815d8bbd7c4b2555baceb38421a7a2518ae717e1aca4f 3 | size 3077 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/red.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3b060aac83021b50a6aaaf780483714389f0f301686c9f6aa617153f6808d7a3 3 | size 191 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Bomb/bombBlow.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:04bb61c8c873c8611c54dfaaca9c19404982e0b66f24376a283dec492d801990 3 | size 68884 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Bomb/bombDrop.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cf437f44c79909e6aaf63309209977b7d825b34e687845566dfb0d4cfa991cff 3 | size 7516 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Bomb/bombFuse.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:51c9d1d8e2c1d9d023fbd155383cd4f6645d24b8a2f1209bd6c6bb69918a79d6 3 | size 50316 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/LTTP_Link_Hurt.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8f27c7907c9263f203687f4377edfd65a3e13537ca0a546a2f9271497291fe9d 3 | size 5372 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/LTTP_Rupee1.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cc30ba64c428e150e571ab0bc1cbec62c466e38b7d52a6767b50bf2b18e51289 3 | size 23982 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/LTTP_Secret.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:06ec2d2a70dbf6377b4365d4f37f303a7e51149a0934408eccee65f74214c69d 3 | size 58584 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/fairyLaugh.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:801618bfd024e1b9ef186e194d7e07018c829a86f4620873766fa69af77b46b0 3 | size 112524 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/selectButton.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:628a7a9ef23e9060eb6845e555e01d30b8d1a984b08ddb127b27f013feda4537 3 | size 67622 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/startButton.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1992c8c899aed8fb34fc4122acb53751d4c8596a4c70884837ef7b70228ec0ce 3 | size 117852 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/triforceGlow1.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:76edca238fef40894d3b05f50718452ed674317182472c926aec8a3c40a639a4 3 | size 223108 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/triforceGlow2.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d4b51ff620f739dd70e79fd9faa6e139d6262bafd3e2ca18b906171320061222 3 | size 70286 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/warpPortal.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:faca9d00653e486f69981c239c2972a3b1c10afbe63e08bbdf1056927291bb45 3 | size 109170 4 | -------------------------------------------------------------------------------- /Assets/Sounds/GanonThrowSpearSound.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f5c20d2c62483c0e4919ab0c6539f59c25eb7f5f59cd4478d312804f17f43578 3 | size 54322 4 | -------------------------------------------------------------------------------- /Assets/Sounds/IntroGanondorfLaugh.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4f3b01bd9ce8a74c0ab3fd7471ab011de27aff88b5777d5710eb4566418fa966 3 | size 243536 4 | -------------------------------------------------------------------------------- /Assets/Sprites/GanonIdleAndThrowSpear.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ab9af33e0996ddd8df61efd4d3d8876867391461297fc73b4d7e0b8c880a33e4 3 | size 99543 4 | -------------------------------------------------------------------------------- /Assets/Sprites/GanonIdleNoSpearSheet.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f097adc98a7ea98e8b49efbbd3cda2ea970ffc493ea5dab145a42073d4666819 3 | size 26934 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/AttackIncrease.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8588535db2383c5120b87a835164f77696b18dd11b031986a44802c8fbc11a8f 3 | size 3621 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/MusicalNoteSmall.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d087ffdde8ff1e0f59ed57916fe054ec5448f08b34e80cf2326c02bde6c2ed16 3 | size 1071 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/DialogueDone.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:347296f806cd3285db95bb4629b13edd04692edb6c22c84c5aa8650d4a96b82a 3 | size 101720 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/DialogueNext.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ddf98c9211cccec89a179031a3666c44ad0a6586f295ba7b19379a9958ddcf23 3 | size 24464 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/fieldTheme.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d4b98ba5a2d5bcb78b8972973f36703f2d9c33c4a2c76a27fbd4d63c6d1bd5c8 3 | size 1798982 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/finalBattle.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:116a2372676c1f028bfff69f17bb5e28b1999cb1096a7bf26a0958708201f7c3 3 | size 1864645 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/forestTemple.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:757cb91f1c90453e8b355ae091413079a4c2bdf02259e59d074cb076948eadbf 3 | size 2953544 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/girlScream1.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a1d45379a7ac3dbc6219dea78b940de6310238dbfcd8e921165efcf3d2594869 3 | size 26614 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/houseMusic.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:35336a8b41088ae0b0fbf07af1af35a90f2bc6c158e804209cd889bb99330048 3 | size 1630162 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/lostWoods.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:412ddb57b597fd6aa6e6d4358a266b1df6708349a3015375baf8aacfb6d40728 3 | size 1008188 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/overworld.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:dfbc6dce51656fdf0811ec6b333d0440c4ce4f4d09b95ee7cdaf30c88eb87934 3 | size 1427041 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/potionShop.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:83ab2659eb498af0c5f4b258a60cbabe59d3b508db7c125b0e67e1e39d6150a0 3 | size 1067865 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/titleTheme.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bce88a025ddc687d9f3ebf616bd08f3e0473a26b083ffa2d487440e8fe01eb06 3 | size 720978 4 | -------------------------------------------------------------------------------- /Assets/Sprites/baldricCutOpenGameArt.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:900c5a5118c6c27c5deb210ad1e7a76c5e8263c996633e96a757c30719c207b8 3 | size 26463 4 | -------------------------------------------------------------------------------- /Assets/Sprites/gallery_15035_1_23349.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a060a6de103a40bff3c6826cf87c1d9c4816ef6b443b99f34621d1e92fba883e 3 | size 40783 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Shaders/shaTiledMap.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fa37a82238b5ac4fafff7138fe8c42e 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/7629.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:038349c32c75dbbf975b25cb24508ebe491d9fe10f7e31c4477d66cdf826f68a 3 | size 154031 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/Hyrule1.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0fbecb1032ca48ce364a8717d1a7b633728fff680a88d74daa1338e96b37c1b6 3 | size 88596 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/LinksBed.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0015ff59ab53e50fd71c1bd3395de06c54fe124174b95179371503f5100e0da2 3 | size 5759 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/cabnets.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6ac941611b929ed2beb57558e19f2b266dca70f00b130fea9efcc9b32e3fa758 3 | size 15963 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/holes.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:710fc2435c7884959537438be2cd4ffc47b2e49f1d3d4ec9ab04515747664268 3 | size 19496 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/indoor.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:aca0fea79f6056f354ec128306dbe32f25df8267518a62302ad03b1f532f35f3 3 | size 8304 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/interior.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2b37ed034d7d0307e5bd996f5d07f05d3cb4402e55b1893022c1763f06d9062b 3 | size 54551 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/redTriangle.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:40e4716fca368c49b5b9695e466a44b6fe2fc6d72e462e7689e7adcf07ab1488 3 | size 300 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/test2.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a43ad0e217ea1f625e6524a6b2e76a87001e6fad07d5e21f12077370d5014667 3 | size 220639 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/trees1.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2064a116dd12ad3c4893b50ad4ffe016abdbc97fb280ab6828c3b78f91bb582b 3 | size 67973 4 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/LTTP_ItemFanfare.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:692eaefa881a57cb5c09741c61e36d7fe3efb14af00dbe1cff69fc3d93c9ae30 3 | size 67382 4 | -------------------------------------------------------------------------------- /Assets/Sounds/OOT_PhantomGanon_Lightning.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6f573c2012b0695d0f91379e480894da4b457c41127e4d4e881c8e9114bcec8e 3 | size 134426 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Triforce/TF_0000_1.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:38df973caee6f5f005a58fce1c915aa4cb15f0308671141d7571563c7d1103d9 3 | size 2384 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Triforce/TF_0001_2.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:17860f9bcb9273d6e9c1e0d9cb8e2752f1b91f31feb28e62df2f7af8470342b5 3 | size 2464 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Triforce/TF_0002_3.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:36cd874d9b4911cf7f7a33fc66d531d014b4b5fa78612b8307db3b8ea1522d5c 3 | size 2212 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Triforce/TF_0003_4.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:760ea65d29e13292eeb4e8ead9d54984ab78055393b4c9d5bc9eae899e296f0f 3 | size 1679 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Triforce/TF_0004_5.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0fca79562cdb96c742da950fdf5e4c5104b3d98c1341b3905bffb7d82c3cae93 3 | size 2138 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Triforce/TF_0005_6.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f421d1b41cc9ae29aaa59820be8dbf37e5eb88c89ec780dd7f4481f13595d41b 3 | size 2413 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Triforce/TF_piece_2.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4b93b020b9eb7a7a8f0277f46f0f23aeb1e07a19569dcde84c0cea0508c339bd 3 | size 1469 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Triforce/TF_piece_3.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fce42f406009db307e4be6eee0995ee87718e3f8f31aa8bff112e97b0e637a42 3 | size 1408 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Triforce/TF_piece_4.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:736c042e00c32e2cedc73287953e4cf5236fd77ac4a4af3737294ca5d6ea376f 3 | size 1180 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Triforce/TF_piece_5.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4cb33f739600cfaaf74c54af492930fb20cd1042b62f253f393fa9a91477096f 3 | size 1355 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Items/Triforce/TriforcePiece.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0ea8550273f27edb6c57c1776ee948dfa8bdbc9c2087d2cbffd3605f4cba1555 3 | size 1506 4 | -------------------------------------------------------------------------------- /Assets/Sprites/KnightSpriteSheetTrimed.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:787b2c7875c65cb78508deeee7fdcd8e136b3bab1d042012a53bebdf8031a420 3 | size 31852 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Bomb/bombDrop.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cf437f44c79909e6aaf63309209977b7d825b34e687845566dfb0d4cfa991cff 3 | size 7516 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/LTTP_Rupee1.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cc30ba64c428e150e571ab0bc1cbec62c466e38b7d52a6767b50bf2b18e51289 3 | size 23982 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/LTTP_Secret.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:06ec2d2a70dbf6377b4365d4f37f303a7e51149a0934408eccee65f74214c69d 3 | size 58584 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/LTTP_Sword1.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ac7bb2b7a98f00d0cf79c34ca4106428270b59c93ddc5778bc57d9e06f1c738c 3 | size 9928 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/getHeart.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b9bc3f97ab5d17422afb3db8e6b8d739ab5c847fc45983745122090d3c65d148 3 | size 16884 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/getRupee.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:747182e0b2c781f106c52a442c48a527168cfa922ea03c42281d0096766aa537 3 | size 30282 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/linkDeath.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:506473647118a3425e26ea4612f580b887b1648d35562ce81aea09108e271b1d 3 | size 125130 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/potShatter.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:13fb578f14d6f5878f2f362fb9fa57b3294b74f611a78234f2cb1908ac3cadb1 3 | size 63394 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/selectButton.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:628a7a9ef23e9060eb6845e555e01d30b8d1a984b08ddb127b27f013feda4537 3 | size 67622 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/shootArrow.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:20d9ddfb039dc2c050b05bc698e3e1543f77492234d168ec9e03663e9fc0be72 3 | size 12340 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/startButton.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1992c8c899aed8fb34fc4122acb53751d4c8596a4c70884837ef7b70228ec0ce 3 | size 117852 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/warpPortal.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:faca9d00653e486f69981c239c2972a3b1c10afbe63e08bbdf1056927291bb45 3 | size 109170 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/GanonGitHitSound.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3e390688d9beef5701986bfe1fa1d85e7dced019afef4ab446db202fa46443fc 3 | size 35666 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/GanonThrowSpearSound.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f5c20d2c62483c0e4919ab0c6539f59c25eb7f5f59cd4478d312804f17f43578 3 | size 54322 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/IntroGanondorfLaugh.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4f3b01bd9ce8a74c0ab3fd7471ab011de27aff88b5777d5710eb4566418fa966 3 | size 243536 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/kakarikoVillage.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:453c7f44575fbff10fab6c4b2748af689f4e2e3b0b07ea3ba32d7fec01cee5e3 3 | size 2217968 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/spawnStatueSound.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d317bb91678668ca93906603d65ce909d4ebe2d0230473eca682734ccbb72c24 3 | size 54760 4 | -------------------------------------------------------------------------------- /Assets/Sprites/pinkHairGirlTrimmedIdleSheet.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d32e4fc2f88aae1611fb57d822e0a5622692e32d69c16dbc58f9b7046ccbe751 3 | size 4698 4 | -------------------------------------------------------------------------------- /Assets/Sprites/pinkHairGirlTrimmedSheet.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:db3aefa3769875795930762bd967f3bb091234a01ec3eec135a713e36a20fbc6 3 | size 14241 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/chip.zelda15.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a2656e3b2331e125b435fe79d0d622148d033ae4399dbc3c007285b5e9a111e1 3 | size 19988 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/collisionBox.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6900c24d8bb04e2063099ecde8602770cbc4eb636523f262047519cef2d662f7 3 | size 182 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/hyruletry2.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e3578da8087f18ce93bc9e291d959c7ab1dcf1552b30c0ef9480f2622492b1ae 3 | size 110268 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/plant repack.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:39ffd3ac729da45cfb95bc200bda73ee7d16740be0453e72bae39f3df4955d83 3 | size 78563 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/testStuff.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:79697731419045bab9f797a30b4d55b62ca1816f02754a180319219e4ce1eca1 3 | size 183480 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/town_buildings.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:162cd7e6ed88a265c028e43b9d3ed8202ddd346b4207e8cdc59192b2410d825b 3 | size 12903 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/ForestBoss/blast.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:834ffbc856df23f59cf14b3ce40547c7642f6bdbcc72176cc285d898edca0e77 3 | size 198134 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Ganon/fireBall.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:841ca8b95067881dac0c2310b69c778656ebd65975a398006409c7bbc7c38a77 3 | size 22812 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Ganon/ganonDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e98b6dd929e86b418b9b77798fb2b4cea13e5b4e9a8d8a17f7cde696b2a1b3df 3 | size 207022 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Jester/jesterDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0d12c555fb5af04894b3b536db908e78fb983ceaab0e8e2c32bd756e787436bb 3 | size 44436 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Jester/jesterHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d50309b14d3818c57b458bd5723aa3dcfa91c20f7e6d66dba1164ef32e33ab01 3 | size 8724 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Knight/knightDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d4bd1f5f2816306e35f31eb73164b3318dba18233f0400edf13dfe1fcfec8d64 3 | size 42984 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Knight/knightHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5bb5f7fdd261f9195a7153a25062bc41d71a95e7a7635fcdc137e54602817ee5 3 | size 22394 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Minotaur/minosHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b2939d11a91ec75a84ce090497c89eb5dd7a005aeed016d129ae6dedfd0d150c 3 | size 27136 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Minotaur/minosStep.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:00ca231c652f1f74aac7f5b2438f2776e9e92acec9e6e33034c5bb7740a0ed0a 3 | size 4752 4 | -------------------------------------------------------------------------------- /Assets/Sprites/GanonTrimmedSummonLightningSheet.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:046d81f0f6c9998fa5ccab369dbb640a53c65737330f8db8cfe78f28270f1aaa 3 | size 67446 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Bomb/bombBlow.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:04bb61c8c873c8611c54dfaaca9c19404982e0b66f24376a283dec492d801990 3 | size 68884 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Bomb/bombFuse.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:51c9d1d8e2c1d9d023fbd155383cd4f6645d24b8a2f1209bd6c6bb69918a79d6 3 | size 50316 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/LTTP_ItemFanfare.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:692eaefa881a57cb5c09741c61e36d7fe3efb14af00dbe1cff69fc3d93c9ae30 3 | size 67382 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/LTTP_Link_Hurt.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8f27c7907c9263f203687f4377edfd65a3e13537ca0a546a2f9271497291fe9d 3 | size 5372 4 | -------------------------------------------------------------------------------- /Assets/Sprites/minotaurVerticalChargeVisualHelper.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6cea3c1d8fb0ee41b5012ca470d757f9e96d798f9a706fc5febf40949afa5d99 3 | size 727 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/Full Hyrule.tiles.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:508eefb20f75851a291b8658ad97de7100901fe9583624ae96f0e7880b41f189 3 | size 1491054 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/PathAndObjects.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f2c2803f15bc1e3e20875627e4dcc91a064a56d5ee581d0c5ee388a43ae657ed 3 | size 188670 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/PyramidOfPower.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:644019da47f0d0aa7bea01dd81081e7fa2f9042e4d639c9cdbb7b54f410739c3 3 | size 142839 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/interiortest-733612.jpg: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:89d596f25a2ff8dffba8e5a0bd97cf22524117a70a9f681b541c95a23e145552 3 | size 81522 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/trimmedCaveWalls.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1dbdce75979d892a9585e3d9b5c7de9c98afe997dcb8bd71573e37e8707d9f11 3 | size 18521 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/ForestBoss/tentacle.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4cf06a76acd809ea4e1441fb77dc4c549f2c0b72d379ce3cbb564951ef28ec97 3 | size 116796 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/ForestBoss/tentacle2.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fd1631ae690e4fba1baed714804344ae55c8556a30c54aee3e4b354e76f62207 3 | size 114914 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Jester/jesterAggro.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d7cdc4028fc15fa7c571d2323fe07b3be22413e9e2c5f9c469ebabd7fffd51e5 3 | size 22932 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Jester/jesterAttack.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:25f94a19c887d636d0b967e1176dbc211242872a824aaead81ff1d21bdf64f35 3 | size 20020 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Knight/knightAggro.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6592a3098e0ecae232c2ef9a92b07619e0e2e9b2cc673fa61d5a1ee1bcb74578 3 | size 28182 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Knight/knightAttack.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7f342c1c2f3ae24d0afac5058502ed3caf0ed16f2fd9f56c27232380cbb04bf8 3 | size 36070 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Minotaur/minosAttack.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:00ca231c652f1f74aac7f5b2438f2776e9e92acec9e6e33034c5bb7740a0ed0a 3 | size 4752 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Minotaur/minosCharging.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1843f6ac3178d31678ca523568739f930fb8e32c3b96183bc642106c34649a7b 3 | size 17176 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Minotaur/minosDeath.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e08b3986cff7b6b3483e8e81e86002be45b3ee3b9e7ef28941ce0a3c3882491c 3 | size 34444 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Minotaur/minosPunch.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4177d8d4e1700c7defd12a82ce5158811c3802e62686f95aa0db33dfc0994648 3 | size 50116 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/OrangeArcher/orangeDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:022db499959ed7867a8848d132a257dc8b5f3766a27f186c81ad5b8c06c4a6d0 3 | size 4532 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/OrangeArcher/orangeHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8c44e8dc9b18401d56b47a10010b523ce878dbd869d95560fbd726d869351876 3 | size 5332 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Phantom/phantomAggro.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c475d2fa1ae725634acc4859a57e4c4a6231405ded1ec0c42ae00037ba0728de 3 | size 123152 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Phantom/phantomDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d6722fbd74a58ecf298db98d3bfec5c0509a28d7a4bfb027db74f0cefd457170 3 | size 114086 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Phantom/phantomFloat.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bd735dcf1d6918c4fd7221b98355f160dcb39a7788de734fe973e0f056745064 3 | size 116102 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Phantom/phantomHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6314851d65faa9454d1dd9bc875b24ea4efcaf37c93fc8cfd6061f2fec82aa07 3 | size 46130 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Phantom/phantomReflect.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e62f114ffd7032c7874681c455a82e8c90e755e44ba75081182ef809044f1b62 3 | size 37830 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Phantom/phantomTapped.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6ad79e315093e92aa3f08f1fc3d1729715b474554b246ca67c2c14b52c639c46 3 | size 27714 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Phantom/phantomThrow.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:656deca4a1489831d460a5b78ca18a699b242cca147096521a188bd35e6cec4c 3 | size 62572 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Stoneman/stonemanAggro.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6a0e8ce9f5bc88dc7f2b066ace9a326c6b9ff3e54dbee85beec3b048a169bcac 3 | size 40774 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Stoneman/stonemanDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:314e0292d591aeec27611dae2f4a00b8a5a291f20f535afc8b0a04f83af86c51 3 | size 64626 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Stoneman/stonemanHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2dd03cbfff027ea92db49ae8a96797c9521f277a41967cb49f1821a533c5d796 3 | size 31618 4 | -------------------------------------------------------------------------------- /Assets/Sounds/GanonHitButDoesntRemoveHealthSound.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5b0eadcb80e08fd5516f4f478300b1fd875bd2aea4fd31fb6a488aa7e0756461 3 | size 15058 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Single Cow-SoundBible.com-2051754137.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e86533d90c221f9797cf07799fa8af483e5126d88f9eed2571884199b8d9ac2d 3 | size 18042 4 | -------------------------------------------------------------------------------- /Assets/Sprites/GreenAndOrangeArcherSpriteSheet 1.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0c671b4173b91ca64592ee58173a7ec1c241b3f620ee7603826110ddb6e283e4 3 | size 14883 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Ganon/fireBall.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:841ca8b95067881dac0c2310b69c778656ebd65975a398006409c7bbc7c38a77 3 | size 22812 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/OOT_PhantomGanon_Lightning.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6f573c2012b0695d0f91379e480894da4b457c41127e4d4e881c8e9114bcec8e 3 | size 134426 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/ForestBoss/forestBossDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1be18c4aae14c7051f725ba28b5a418741bc5f6905ab5b0e67975b83f79fd045 3 | size 89694 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/ForestBoss/forestBossHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:22eb54d8decb79e1660d4b0163c9c51fc98f4402c2ae90d89e27588d793122c5 3 | size 45336 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/OrangeArcher/orangeAggro.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c66d8d6ed08e839b2aa9f2e0a11f2d4c716ccfea213abb9ce33895679b702626 3 | size 9620 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/OrangeArcher/orangeRanged.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4bf8392425b6c2caa1bf9e9e1d896055043d4083270d6c7a2e3bfba337102b75 3 | size 13292 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Effects/Enemies/Stoneman/stonemanAttack.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4cd4c73cd4772d9763fde099e8cb5ef0eec1374f318b2412821859e5c4e03dd4 3 | size 18174 4 | -------------------------------------------------------------------------------- /Assets/Sounds/Swords_Collide-Sound_Explorer-2015600826.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:657be79eec9b57cc3810c9974c2b75d065d79b1aed4af1477115bff1c271120f 3 | size 12681 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/ForestBoss/blast.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:834ffbc856df23f59cf14b3ce40547c7642f6bdbcc72176cc285d898edca0e77 3 | size 198134 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Ganon/ganonDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e98b6dd929e86b418b9b77798fb2b4cea13e5b4e9a8d8a17f7cde696b2a1b3df 3 | size 207022 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Jester/jesterAggro.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d7cdc4028fc15fa7c571d2323fe07b3be22413e9e2c5f9c469ebabd7fffd51e5 3 | size 22932 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Jester/jesterAttack.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:25f94a19c887d636d0b967e1176dbc211242872a824aaead81ff1d21bdf64f35 3 | size 20020 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Jester/jesterDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0d12c555fb5af04894b3b536db908e78fb983ceaab0e8e2c32bd756e787436bb 3 | size 44436 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Jester/jesterHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d50309b14d3818c57b458bd5723aa3dcfa91c20f7e6d66dba1164ef32e33ab01 3 | size 8724 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Knight/knightAggro.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6592a3098e0ecae232c2ef9a92b07619e0e2e9b2cc673fa61d5a1ee1bcb74578 3 | size 28182 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Knight/knightAttack.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7f342c1c2f3ae24d0afac5058502ed3caf0ed16f2fd9f56c27232380cbb04bf8 3 | size 36070 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Knight/knightDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d4bd1f5f2816306e35f31eb73164b3318dba18233f0400edf13dfe1fcfec8d64 3 | size 42984 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Knight/knightHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5bb5f7fdd261f9195a7153a25062bc41d71a95e7a7635fcdc137e54602817ee5 3 | size 22394 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Minotaur/minosAttack.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:00ca231c652f1f74aac7f5b2438f2776e9e92acec9e6e33034c5bb7740a0ed0a 3 | size 4752 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Minotaur/minosDeath.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e08b3986cff7b6b3483e8e81e86002be45b3ee3b9e7ef28941ce0a3c3882491c 3 | size 34444 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Minotaur/minosHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b2939d11a91ec75a84ce090497c89eb5dd7a005aeed016d129ae6dedfd0d150c 3 | size 27136 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Minotaur/minosPunch.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4177d8d4e1700c7defd12a82ce5158811c3802e62686f95aa0db33dfc0994648 3 | size 50116 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Minotaur/minosStep.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:00ca231c652f1f74aac7f5b2438f2776e9e92acec9e6e33034c5bb7740a0ed0a 3 | size 4752 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Phantom/phantomDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d6722fbd74a58ecf298db98d3bfec5c0509a28d7a4bfb027db74f0cefd457170 3 | size 114086 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Phantom/phantomHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6314851d65faa9454d1dd9bc875b24ea4efcaf37c93fc8cfd6061f2fec82aa07 3 | size 46130 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/GanonHitButDoesntRemoveHealthSound.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5b0eadcb80e08fd5516f4f478300b1fd875bd2aea4fd31fb6a488aa7e0756461 3 | size 15058 4 | -------------------------------------------------------------------------------- /Assets/Sprites/custom_hit_effects_by_shadow624-d5nqwcw.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f7fa381e4ec3c0a3c0b252ef4c593822f92c321c40c1bd5568d4f491888065a3 3 | size 7606 4 | -------------------------------------------------------------------------------- /Assets/Sprites/re3___monster_sprites_v1_0_by_doubleleggy.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a15e94b6415422388876b99c923d816f7907a846767ced542d68334127579b81 3 | size 27769 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/Absolute Dungeon 01.entities.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8a28d042e3ec977f289f23994930ee0d843c3321d3ef02a596b37ab92c99c581 3 | size 27890 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/Absolute Dungeon 01.tiles.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:75a405158fbbaa5ede90dea167cc2a04f370b9c1c867a06ac956436455d3619b 3 | size 252389 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Tiled2Unity.export.txt: -------------------------------------------------------------------------------- 1 | [Tiled2Unity Version 1.0.7.8] 2 | Do not modify or delete this file! 3 | This file is needed by the Tiled2Unity utility in order to determine export directory. -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/ForestBoss/forestBossDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1be18c4aae14c7051f725ba28b5a418741bc5f6905ab5b0e67975b83f79fd045 3 | size 89694 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/ForestBoss/forestBossHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:22eb54d8decb79e1660d4b0163c9c51fc98f4402c2ae90d89e27588d793122c5 3 | size 45336 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/ForestBoss/tentacle.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4cf06a76acd809ea4e1441fb77dc4c549f2c0b72d379ce3cbb564951ef28ec97 3 | size 116796 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/ForestBoss/tentacle2.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fd1631ae690e4fba1baed714804344ae55c8556a30c54aee3e4b354e76f62207 3 | size 114914 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Minotaur/minosCharging.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1843f6ac3178d31678ca523568739f930fb8e32c3b96183bc642106c34649a7b 3 | size 17176 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/OrangeArcher/orangeAggro.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c66d8d6ed08e839b2aa9f2e0a11f2d4c716ccfea213abb9ce33895679b702626 3 | size 9620 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/OrangeArcher/orangeDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:022db499959ed7867a8848d132a257dc8b5f3766a27f186c81ad5b8c06c4a6d0 3 | size 4532 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/OrangeArcher/orangeHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8c44e8dc9b18401d56b47a10010b523ce878dbd869d95560fbd726d869351876 3 | size 5332 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Phantom/phantomAggro.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c475d2fa1ae725634acc4859a57e4c4a6231405ded1ec0c42ae00037ba0728de 3 | size 123152 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Phantom/phantomFloat.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bd735dcf1d6918c4fd7221b98355f160dcb39a7788de734fe973e0f056745064 3 | size 116102 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Phantom/phantomReflect.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e62f114ffd7032c7874681c455a82e8c90e755e44ba75081182ef809044f1b62 3 | size 37830 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Phantom/phantomTapped.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6ad79e315093e92aa3f08f1fc3d1729715b474554b246ca67c2c14b52c639c46 3 | size 27714 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Phantom/phantomThrow.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:656deca4a1489831d460a5b78ca18a699b242cca147096521a188bd35e6cec4c 3 | size 62572 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Stoneman/stonemanAggro.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6a0e8ce9f5bc88dc7f2b066ace9a326c6b9ff3e54dbee85beec3b048a169bcac 3 | size 40774 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Stoneman/stonemanAttack.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4cd4c73cd4772d9763fde099e8cb5ef0eec1374f318b2412821859e5c4e03dd4 3 | size 18174 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Stoneman/stonemanDie.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:314e0292d591aeec27611dae2f4a00b8a5a291f20f535afc8b0a04f83af86c51 3 | size 64626 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/Stoneman/stonemanHit.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2dd03cbfff027ea92db49ae8a96797c9521f277a41967cb49f1821a533c5d796 3 | size 31618 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Single Cow-SoundBible.com-2051754137.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e86533d90c221f9797cf07799fa8af483e5126d88f9eed2571884199b8d9ac2d 3 | size 18042 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Swords_Collide-Sound_Explorer-2015600826.mp3: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:657be79eec9b57cc3810c9974c2b75d065d79b1aed4af1477115bff1c271120f 3 | size 12681 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Meshes/_ReadMe.txt: -------------------------------------------------------------------------------- 1 | Meshes directory 2 | 3 | Tiled2Unity scripts will create meshes here. These meshes are packed into the 4 | Prefab objects that represent your Tiled Map Editor maps. 5 | -------------------------------------------------------------------------------- /Assets/Sprites/Dungeon/LegendOfZelda-ALinkToThePast-SkullWoods-B1F.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4caf58516a214e62218c1fa3dff48cfdcc735a6e52acfeb9add2716e5f418152 3 | size 266267 4 | -------------------------------------------------------------------------------- /Assets/Sprites/Sounds/Effects/Enemies/OrangeArcher/orangeRanged.wav: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4bf8392425b6c2caa1bf9e9e1d896055043d4083270d6c7a2e3bfba337102b75 3 | size 13292 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/_ReadMe.txt: -------------------------------------------------------------------------------- 1 | Material directory 2 | 3 | Tiled2Unity scripts will create materials here. These materials are referenced 4 | by the meshes that represent your Tiled Map Editor layers. -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/LegendOfZelda-ALinkToThePast-SkullWoods-B1F.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4caf58516a214e62218c1fa3dff48cfdcc735a6e52acfeb9add2716e5f418152 3 | size 266267 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/Link_To_The_Past_-_Kakariko_Village_Shop_Interior.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9f019745cae32a3f9476b194f43b2792da7bfe1ddaeba18d1d9b57fd16a789ba 3 | size 10311 4 | -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/SNES - The Legend of Zelda A Link to the Past - River Area.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:427ee4fe76ac1ebfcf09286cb1fba384924d8ace023c82ea3cccdda34c81080d 3 | size 51035 4 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | -------------------------------------------------------------------------------- /Assets/Scenes/Castle.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e44df24f53b70b4d8570d471aba3a31 3 | timeCreated: 1479926801 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/Forest.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de46d60742ae8d149906a6ec0805d980 3 | timeCreated: 1479828752 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/River.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa1ba391ef63dce4190399869066bd18 3 | timeCreated: 1477490685 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/_ReadMe.txt: -------------------------------------------------------------------------------- 1 | Prefabs directory 2 | 3 | Tiled2Unity scripts will build prefabs here. These prefabs can be easily placed 4 | in your Unity scenes. These prefabs are the end products of Tiled2Unity 5 | exporting. -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/SNES - The Legend of Zelda A Link to the Past - Graveyard (1).png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e92805278db4edb94c9dc4c49dad7fcd901c5a9ff3711f71ce0ceca631089a15 3 | size 44709 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/SNES - The Legend of Zelda A Link to the Past - Waterfall Area.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:73476e907997175348b17112a510b6e0b0d1f94c2e4d947e2c6d34fdf4f4066a 3 | size 50700 4 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/SNES - The Legend of Zelda A Link to the Past - Zoras Domain.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:001692134542c2785ee98135ff0ccf209ae56aeeb69c5b6672fdd0a923d72d60 3 | size 178630 4 | -------------------------------------------------------------------------------- /Assets/Prefabs/Bomb.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a1c41a824424644eaa488036bed2c8e 3 | timeCreated: 1479658063 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/GameOver.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb4ec34a50a4c6940b7cacb4db39e0cb 3 | timeCreated: 1477864558 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/RiverCave.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43dbe41500237ba4790f2f8aabd1a5d4 3 | timeCreated: 1478902985 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/Village.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59ba437fac055c448ad6001bc0819de2 3 | timeCreated: 1476064292 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/titleMenu.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93563020eb86fd1458a0fa3493f56ce3 3 | timeCreated: 1477317708 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Textures/SNES - The Legend of Zelda A Link to the Past - Wooden Bridge Area.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b7eb6ada7ea64c999f5fc33b7b0b80cd82d06ca14165edef11c5508ff13534fd 3 | size 48108 4 | -------------------------------------------------------------------------------- /Assets/Prefabs/Arrow.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6259f032a3c136f4c924f86c5f71c60f 3 | timeCreated: 1476149349 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Canvas.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e422a76df7e70ea48b6bb8e4d5303b25 3 | timeCreated: 1480689132 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Chest.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c710fd401f47af47878118ea1fd1e4e 3 | timeCreated: 1478025337 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/DamageBox.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 343c52e8ab7288d46819a19c028fc50f 3 | timeCreated: 1475350265 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Ganon.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5004395dcefda248be1391954129fcc 3 | timeCreated: 1480361426 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Jester.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d773b672af775ed49bcb1ca164dfd668 3 | timeCreated: 1477926468 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Knight.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bb99b91938bae14a965c8b3094ee253 3 | timeCreated: 1476819787 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Lost Girl.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9bdb0b4a787af749ba54843d94f8108 3 | timeCreated: 1478269159 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Minotaur.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c2774b31e1b30c49849cf686aa9c3ac 3 | timeCreated: 1478562500 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/NPC_1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e40e83b0efe0ab9468cc6306df74e16d 3 | timeCreated: 1478218378 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/NPC_2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 598655a82bed34145a49acf815368ef0 3 | timeCreated: 1478217953 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Player.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a54f3a4634adf7478ed94d88a3958d1 3 | timeCreated: 1478035070 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/ShopOwner.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b927d877441224a40a2dd7a1b66e100b 3 | timeCreated: 1480487643 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Spiketrap.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 924410e97a8f53a44847e0f8067b0a3a 3 | timeCreated: 1478983860 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Stoneman.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 384cddd8cbbacd546aaccf5e4b410533 3 | timeCreated: 1476834626 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/WarpExits.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9621efa86b872b4f96119fd72526332 3 | timeCreated: 1475070194 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Heart.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e2b7bc0ad8d43c438506c4650d47ec4 3 | timeCreated: 1478215477 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/PMissle.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed2540724b7bfbd41a965d55bef980aa 3 | timeCreated: 1480371974 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Rupee.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26fa0ca046ae8c343abbce8b0a13fa7e 3 | timeCreated: 1478650498 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/heartUI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2392364bbaf82a74089049a02c26bf88 3 | timeCreated: 1480189291 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/CastleDungeon.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33f9756cb1edabd41826b60e97fe64db 3 | timeCreated: 1480179141 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/Congratulations.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecc760741f4817e4b94ad0cf9b2776f1 3 | timeCreated: 1480734075 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/ForestDungeon.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 049893e3ff2f675499e1f05e7d18532f 3 | timeCreated: 1477600159 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/IdleUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40aef4bcac215cd4c864a7db36b37f1a 3 | timeCreated: 1474554992 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/WalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c6c1c70cb422884b939d94db4f55e25 3 | timeCreated: 1474567992 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/ArrowBlocker.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5e5d217bc37a4448952a5bccead8773 3 | timeCreated: 1480703713 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/BombDamageBox.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61ef07730aac19c458a4c732582b12e3 3 | timeCreated: 1479758226 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/BreakablePot.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a128e4343ed7b446aef342d9e836aee 3 | timeCreated: 1480691528 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/DamageBoxEnemy.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48644344b4e320542b4051c6fcc733e8 3 | timeCreated: 1477772827 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/DoNotPassRock.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e49eb2f1f95e304c92e2ce536008aa4 3 | timeCreated: 1480384407 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/EnemyArrow.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a011570e01222dc418ef240888ffcf1d 3 | timeCreated: 1480186672 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/EnemyFence.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8326ee0786586f44f8606fcc12cbde8b 3 | timeCreated: 1478187507 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/EyeStatueFive.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bcc442ec65441a749a137adefb963de2 3 | timeCreated: 1480462416 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/EyeStatueFour.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6646fd0dd2494e0429b5c9b01452a69e 3 | timeCreated: 1480462412 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/EyeStatueOne.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8db8b58f9bb6d8842802ebd859d12cee 3 | timeCreated: 1480462400 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/EyeStatueThree.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6f00fc28d411754bbe3ff0446a8dd45 3 | timeCreated: 1480462409 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/EyeStatueTwo.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 069e05407bdcefc4c876764dcf03e742 3 | timeCreated: 1480462403 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/EyeStatueZero.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74985b6c4d6adf54bb0746b0915134c8 3 | timeCreated: 1480462390 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/ForestBoss.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48497b8a090046849a5b7b77714efe55 3 | timeCreated: 1479311609 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Green_Archer.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3751f49fc1bc0664ba3fd7e6df461a7c 3 | timeCreated: 1477083329 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Main Camera.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89c2b8a33657a0744ba6c589f7c55288 3 | timeCreated: 1476554545 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/OrangeArcher.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf74d54573d8fa1419e52774cf01d63d 3 | timeCreated: 1477337727 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/PhantomGanon.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20c5674696960db4f87c65c1625d00b7 3 | timeCreated: 1480374027 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/WarpTarget.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1edf33c73d320bc4b8b97f3de3b76483 3 | timeCreated: 1475070190 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/EndCinematic.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e34483512248a7e4c96c190f6a11a40c 3 | timeCreated: 1480676172 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/FireBall.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4aa946e1cbdce27498212e62222c3ea2 3 | timeCreated: 1479333490 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/MagicMissle.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37efa6fa84b6aed429103fd660695806 3 | timeCreated: 1479259983 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Tentacle.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 502db2d342a20804c813baba8d8c7356 3 | timeCreated: 1479320682 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Triforce.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0d5d3bae7adbd14d8b471e4039997ba 3 | timeCreated: 1479363934 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/078.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dea69606d866e94b975fe0ee39c053d 3 | timeCreated: 1480179186 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/red.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50673d2d7061fe04daa21fe4a4c848e8 3 | timeCreated: 1474552227 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/t3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e209e35ec36d1748b4f5be10e8aa390 3 | timeCreated: 1479357834 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/FireBall/Moving.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fad8b10d4f1b4d544bcde14e81fef484 3 | timeCreated: 1479333445 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/ForestBoss/Float.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c1dbfcee9d80634a97333ef135813ee 3 | timeCreated: 1479259909 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_2/NPC_2.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4faf01da27e36c47b262b063a7a7d78 3 | timeCreated: 1478218620 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_2/npc2_IdleUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8db7ddd2153f01439cea22fd53b1490 3 | timeCreated: 1478217484 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_2/npc2_WalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c81235b25fffd0b44859fdd4ee662af2 3 | timeCreated: 1476227552 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_3/npc3_IdleUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37daf5d86750a0b4bbd759d66cbd653f 3 | timeCreated: 1478222403 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_3/npc3_WalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16527d68713fb864f8583afc8ac343cb 3 | timeCreated: 1476227826 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_4/npc4_WalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e19b8fa9bd7362942ae36d62caee2b01 3 | timeCreated: 1476227979 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_4/npc4_idleUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de0360fe3bd5ef74e8cb429bc1fbd834 3 | timeCreated: 1480457831 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_4/npc_4.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0d1775f0b881d1408a5c0beeae91d13 3 | timeCreated: 1478269441 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_5/npc5_WalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 193c05eb7712ffd43a66e13dde56404d 3 | timeCreated: 1476228259 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_6/npc6_WalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ba3976043cc9b640b5c6d55d4c4f9af 3 | timeCreated: 1476228395 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/AttackDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e26b92a3fee5ac4581396bdf7c07104 3 | timeCreated: 1474924845 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/AttackLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d4371d95e6eff14fa0bff36bdce3aba 3 | timeCreated: 1474924816 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/AttackRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95a844589f7913246b74b7b2add5ccc8 3 | timeCreated: 1474924730 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/AttackUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 555bccddfd47a8e4991b3579d388e2de 3 | timeCreated: 1474924829 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/Bomb/Bomb.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad8ad18ca40cca749a551b6e79ffc43c 3 | timeCreated: 1479657892 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/IdleDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81106b737e6f2704ea78d7226ee4e117 3 | timeCreated: 1474554992 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/IdleLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd7bc13b3d04cf440b7318374f28e91d 3 | timeCreated: 1474554992 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/IdleRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e98e95c20fb712d44a62abb2aba48da6 3 | timeCreated: 1474554992 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/WalkDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8255befb20f2d1d42b9b5196e4ba235e 3 | timeCreated: 1474554427 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/WalkLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63c8e64aba912d744871b39523a87233 3 | timeCreated: 1474554443 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/WalkRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5a7696bbd1843e4ea6aafbda34a479f 3 | timeCreated: 1474554454 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/bowAttackUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95349fe2a8907d744bcc3211efdffb18 3 | timeCreated: 1476058104 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/getItem.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2beb3db7e4dc76b47b5be658c6811f90 3 | timeCreated: 1478028357 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Tentacle/Spawn.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7289199decefee4f9f3c35c165629da 3 | timeCreated: 1479319421 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Triforce/Triforce.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 927c66aea66872f428983936c3c4a9c9 3 | timeCreated: 1479363645 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84219e31733b40c46b01b912ee5a26c1 3 | folderAsset: yes 4 | timeCreated: 1477932144 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_1/Dialogue1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03fe5cb4c6cd64344879bb45314b0104 3 | timeCreated: 1477932296 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_1/Dialogue2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 677583b579351034b9a80e00df5ee538 3 | timeCreated: 1477932284 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_1/Dialogue3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd91f69baaf44ba4dab0f50e08f2317d 3 | timeCreated: 1478038156 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_1/Dialogue4.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a5740bddebb8ca419447d23d1c0ab0f 3 | timeCreated: 1478038157 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_2/Dialogue1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00562c6a5fb693848a0ba6efec97a6d0 3 | timeCreated: 1478217745 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_2/Dialogue2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b3ef50b27b04304a940e2c45b0d324f 3 | timeCreated: 1478217804 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_2/Dialogue3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1040c1ef1da02d4382745ffd08946ce 3 | timeCreated: 1478217845 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_4/Dialogue1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8fe2cd557788bb64bb0c32f74a272341 3 | timeCreated: 1480458080 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_4/Dialogue2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d4dabebc129eb44d8e53646ba6188ef 3 | timeCreated: 1480458113 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_4/Dialogue3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c36ab7d4cb12fc8498b14ac013725ed0 3 | timeCreated: 1480458146 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_4/Dialogue4.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09b9d96a2cc6471429a3944f58f04c33 3 | timeCreated: 1480458181 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 946b910bb100b04478d1d1c7a261a278 3 | folderAsset: yes 4 | timeCreated: 1474995287 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/EyeStatueFireBall.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f86b2ce929ff39f418addaba9c5acd69 3 | timeCreated: 1480443326 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Ganon'sThrownSpear.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1491de1bd97b2b44186346a32407c41d 3 | timeCreated: 1480361772 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/GanonLigtningWall.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d07429142d6186468af961849d959e0 3 | timeCreated: 1480607990 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/AttackIncrease.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8999374e3fdb6a34e89c74e8437476d5 3 | timeCreated: 1480293773 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/HealthIncrease.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 970c67ed606bb434788f8d25342edb25 3 | timeCreated: 1480293420 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Pink_Hair_Girl.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fce71f6a741ebd74883756102d4cbc84 3 | timeCreated: 1477926490 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/SpeedIncrease.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 903e6caee1b0ba94ba5298b0ba4cf171 3 | timeCreated: 1480196690 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/TriforcePiece.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 308cc386c3545af43a637a8d77b7dfd7 3 | timeCreated: 1479360368 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 801536e3418f215458476a1a8a9bb98c 3 | folderAsset: yes 4 | timeCreated: 1475070055 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 133cfafcf3758664199ad8f5b8042463 3 | folderAsset: yes 4 | timeCreated: 1474493555 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Sounds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 781ce7c95b6f04748a3665bd2af1f5d6 3 | folderAsset: yes 4 | timeCreated: 1475175305 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a074268b3c131154682b9bb7a2ea7418 3 | folderAsset: yes 4 | timeCreated: 1474492308 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/7629.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35802c543bc26bb44a8e2ed4e053a4a3 3 | timeCreated: 1476838730 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/Hyrule1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e762510e6b4dcd649a693d9714444c4d 3 | timeCreated: 1475172107 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/LinksBed.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52dd7978646090248922af3279d1a004 3 | timeCreated: 1476021041 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/Stuff.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8810832a86ec884f81a3fae8ecc11c7 3 | timeCreated: 1475172107 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/cabnets.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: daa730912d239014db739a0efec0a24f 3 | timeCreated: 1476021041 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/chair.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 106e9e5a5d3e392439cfc2e52a97f872 3 | timeCreated: 1476021041 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/holes.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50bb6a6098b629f479ca03ff8c8c9c28 3 | timeCreated: 1475173041 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/indoor.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0011993b59197c418a4bf92799c01b1 3 | timeCreated: 1476021041 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/interior.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce1baf2fc5e12bc40bd7f8c71e01a2bb 3 | timeCreated: 1474580224 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/test2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e41ea32b522ad7447898fa1e3ed69cfa 3 | timeCreated: 1475172107 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Materials/trees1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17c378b1e1cc790478ab9e2c455666a6 3 | timeCreated: 1475172110 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/Room1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8eb45b1d54db51642b897eb470152696 3 | timeCreated: 1477678306 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/Room2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 279687fe424a5774c8bf009628ad5ed9 3 | timeCreated: 1477678306 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/Room3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c236dc4662f953c4aade9db71cdd413a 3 | timeCreated: 1477678306 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/desert.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17abfb1f32c2f204d94704009ec73f35 3 | timeCreated: 1476838732 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/maze1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de19d2c346f86b94aa0f7ad9a9adf7df 3 | timeCreated: 1479357831 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/maze2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2e1a3de9d8a7b34ba4e23eccc7ebd66 3 | timeCreated: 1479357833 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/maze3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f51fe798d6e08e4a828dccf15935718 3 | timeCreated: 1479357831 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/maze4.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7bc1bec335e3c24a8bd2bc453f65e76 3 | timeCreated: 1479357830 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/room4.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b369459b44d59d84da156309a3adb268 3 | timeCreated: 1479419487 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/shop.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b76a037285b7f94486270e1dcf11530 3 | timeCreated: 1479427666 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/test.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a76d03311494859438d4e0b3869671ec 3 | timeCreated: 1479357831 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/test22.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40d05999eca04af49ad75640fc3aaf99 3 | timeCreated: 1479357831 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Prefabs/village.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4944b8055881daa46bbcf14fcb73a2cf 3 | timeCreated: 1479357833 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Tiled2Unity/Tiled2Unity.export.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1375783ae8538645a6015a40dfb9880 3 | timeCreated: 1433612825 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 087481be738faf148b115bc73a5ddff2 3 | folderAsset: yes 4 | timeCreated: 1474554129 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Animations/Baldric/NPC_1.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8292fdc4e4ab4146a566b504d77b71d 3 | timeCreated: 1476211769 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Baldric/baldricIdleDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 537e2b9d8e371204fa2e7dfaa6b6c3d7 3 | timeCreated: 1476216665 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Baldric/baldricIdleLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f2019afb3bf14a47b074f3bb9f545d6 3 | timeCreated: 1476216737 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Baldric/baldricIdleUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2facdf3b8f46354ca86601c44ca6536 3 | timeCreated: 1476216673 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Baldric/baldricWalkDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3a45106884cf574a8490246d5be6db5 3 | timeCreated: 1476115159 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Baldric/baldricWalkLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 189c368bf91d3e447890969c4b5fad5f 3 | timeCreated: 1476115135 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Baldric/baldricWalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c154631beb347a9448db597f3b439a61 3 | timeCreated: 1476115083 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Enemy1/Enemy1AC.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0994d80d5756ba24d9fa3011530d1501 3 | timeCreated: 1475000371 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Enemy1/Enemy1IdleDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bae0b671b48b4284992b1baf4b54e171 3 | timeCreated: 1475001844 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Enemy1/Enemy1IdleLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01b786c471288d344b285c88185c4bfc 3 | timeCreated: 1475001844 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Enemy1/Enemy1IdleRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c5225f8e32bcea46b3719ec7dda9c9e 3 | timeCreated: 1475001844 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Enemy1/Enemy1IdleUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44494082ff269a440acbaaca7b97c468 3 | timeCreated: 1475001844 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Enemy1/Enemy1WalkDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 187ef242e1604044a93dffc8c68e4c24 3 | timeCreated: 1475002200 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Enemy1/Enemy1WalkLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7122a09f41f3114692b6b475e63b236 3 | timeCreated: 1475002243 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Enemy1/Enemy1WalkRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5750f9f866fab504394da630d74bf1e2 3 | timeCreated: 1475002252 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Enemy1/Enemy1WalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 676018e6923eb4a48ba21b6ecde6b951 3 | timeCreated: 1475002259 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue0.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be7a4c4a8bec3704cab216b55e934aa0 3 | timeCreated: 1480436462 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue1.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6350d312134e5c642aa36f3ac335f0d0 3 | timeCreated: 1480436505 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue10.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f95d961078bc34943a160a724eac407a 3 | timeCreated: 1480437891 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue11.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d2afb0fe372f044cb0c60b564f621a7 3 | timeCreated: 1480437918 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue12.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9a36bc94bcddf04e9c10c2d4f6e8c95 3 | timeCreated: 1480438844 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue13.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e08884943ad36646b636ae7999c72a6 3 | timeCreated: 1480438870 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue14.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96da551a23ce0884da4d92dfe5fae789 3 | timeCreated: 1480438890 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue15.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd8f99f2b920e264a96a7284f186295b 3 | timeCreated: 1480438915 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue16.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2426212bd99c41418c6d49960406c3e 3 | timeCreated: 1480438937 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue17.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11cc66f984e5f3641b4dd8f8948e7474 3 | timeCreated: 1480438954 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue18.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd5643acaa5ea364bb52ac47ecb231c2 3 | timeCreated: 1480438985 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue19.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 615a6cc1b699fa84c8dc9ad54349add4 3 | timeCreated: 1480439023 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue2.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d87533c9cc02eaa45918af60bbb8834c 3 | timeCreated: 1480436538 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue20.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13de4fa71744a984e9f1b4d8fbd8eb57 3 | timeCreated: 1480439041 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue21.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f71bbfee8e36ae74aa3140d6b19eeaf2 3 | timeCreated: 1480439078 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue22.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 138fb4b5c4cb34643a5f7122495e6550 3 | timeCreated: 1480439099 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue23.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28bd1e9046ec0e942b66628ee775dfcf 3 | timeCreated: 1480439120 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue3.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac0032c99d58f7c42bcbb2abb0e22173 3 | timeCreated: 1480436566 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue4.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05df23dc05aaf1a44844bd4014ed3a98 3 | timeCreated: 1480436590 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue5.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92a3bc2a26e55f44fa7cbadc4d9379cd 3 | timeCreated: 1480436626 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue6.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5bd26e67d6581249a408bbfa4ef7686 3 | timeCreated: 1480437784 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue7.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 767cdb1be121d4e46a9eecc03721211c 3 | timeCreated: 1480437811 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue8.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4cb29ad1a8449354c982900f3888a6f9 3 | timeCreated: 1480437841 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/EyeStatue/EyeStatue9.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ebcd1328a84ed841b350a135f9013e5 3 | timeCreated: 1480437859 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/FireBall/FireBall.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1912ea15dea79045bb53ef59f2cacde 3 | timeCreated: 1479333463 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Jester/JesterAttackDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a65279a71cc63044ab6756902949fabb 3 | timeCreated: 1476915493 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Jester/JesterAttackLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c184de469f560e6408e4942e7ec95f2f 3 | timeCreated: 1476917255 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Jester/JesterAttackUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 828db6c289efba74b89d556cdc51f5ac 3 | timeCreated: 1476915537 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Jester/JesterIdleDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a918965e1f000c3489637094826c5b20 3 | timeCreated: 1476916513 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Jester/JesterIdleLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42e65de3bfe53f740a3b698c00424ee3 3 | timeCreated: 1476916700 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Jester/JesterIdleRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe20ccee181dc364e9b553be5a426fc2 3 | timeCreated: 1476916650 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Jester/JesterIdleUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac62023dbdb98fb48bcbe2517bae8c5e 3 | timeCreated: 1476916460 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Jester/JesterWalkDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5388ae16cade3204ca9362a36145097c 3 | timeCreated: 1476915297 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Jester/JesterWalkLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd6d7cd21fc6003439fec7b430b23184 3 | timeCreated: 1476915384 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Jester/JesterWalkRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49ac43b16411cfb4aaa1b46611e7ce75 3 | timeCreated: 1476915417 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Jester/JesterWalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ee57bd8ca39d3644ab3447d6924b134 3 | timeCreated: 1476915332 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/KnightAttackDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 176b0af03948da043a69bfa643848aed 3 | timeCreated: 1476815767 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/KnightAttackLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad276a1936c6f10468dc5d7be57bd4fe 3 | timeCreated: 1476815821 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/KnightAttackUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d50cee831200074f9b2b9f8a4441586 3 | timeCreated: 1476815720 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/KnightIdleDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c181f8388876ef4291c30978f3a13dd 3 | timeCreated: 1476630508 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/KnightIdleLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6595ddff6d897bd4989910633b9b839e 3 | timeCreated: 1476630443 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/KnightIdleRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 158007ac880eeeb419120b30d1113568 3 | timeCreated: 1476630317 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/KnightIdleUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c661d18e3f302604c96b0a26306911da 3 | timeCreated: 1476630393 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/KnightWalkDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95c24444294f9a74cb87776dd0baa88d 3 | timeCreated: 1476629837 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/KnightWalkLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c76ab452955d6f1419a2e788d3a315ab 3 | timeCreated: 1476629919 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/KnightWalkRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9a9bdc29a756f94b94b581eda5e7314 3 | timeCreated: 1476629864 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/KnightWalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03442f4ffc93f9e41865a0f4e9001d0f 3 | timeCreated: 1476629893 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Knight/NPC_Knight.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 777cc528544b8544085752b20217793a 3 | timeCreated: 1476630317 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/MagicMissle/MissleFire.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0455d8ca47f2a96419d0531f6bf00ab9 3 | timeCreated: 1479259867 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Minotaur/MinotaurIdleUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2151edfd092896148b609ee645d3607a 3 | timeCreated: 1478558611 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Minotaur/MinotaurWalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7da02492cb4ac324b9cb80f6b011d983 3 | timeCreated: 1478556958 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_2/npc2_IdleDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 991744b3d64c639428eda1fdbf827667 3 | timeCreated: 1478217470 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_2/npc2_IdleLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5891b4ffdd510ab4e86a79c07f9b9c03 3 | timeCreated: 1478217516 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_2/npc2_IdleRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e404979c1d840d94ca4bcc7d53091d40 3 | timeCreated: 1478217524 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_2/npc2_WalkDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 687377b64993dba4a9a366e945e7280e 3 | timeCreated: 1476227479 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_2/npc2_WalkLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5eeb8053df953b94d8b1e2b32cc6f980 3 | timeCreated: 1476227525 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_2/npc2_WalkRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe7b357d6a377284984a6d118be6b450 3 | timeCreated: 1476227537 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_2/testEnemy.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb73ca30a5df30740a2b05e0916f2db0 3 | timeCreated: 1476303512 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_3/npc3_IdleDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d370226162ed394b9e8108da697a5be 3 | timeCreated: 1478222396 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_3/npc3_IdleLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09375ddc6bd34b64094319f5434e45c5 3 | timeCreated: 1478222410 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_3/npc3_IdleRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d055443f67f06c84a9958091f9571141 3 | timeCreated: 1478222419 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_3/npc3_WalkDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2423f2abcaa9b044e900dd7dbb866c94 3 | timeCreated: 1476227791 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_3/npc3_WalkLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d896ab98f5712ad4cb232f8f621bf24a 3 | timeCreated: 1476227801 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_3/npc3_WalkRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12ae1b23670b9b74e8894abc41f8b8ca 3 | timeCreated: 1476227816 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_4/npc4_WalkDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5158a240cd704574e89410aa412097d0 3 | timeCreated: 1476227927 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_4/npc4_WalkLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8704bf004980570419fdf1eed15c2cf6 3 | timeCreated: 1476227938 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_4/npc4_WalkRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5894fa30a09b01d4c8777344cffbf0f8 3 | timeCreated: 1476227968 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_4/npc4_idleDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a563d66ad92f9a4cb72d6fe8a176719 3 | timeCreated: 1480457798 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_4/npc4_idleLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f6002f4246e83f42ae0b941d5da5a68 3 | timeCreated: 1480457815 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_4/npc4_idleRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ae9b678bde9f2c4fbfdb7d2bed4722c 3 | timeCreated: 1480457824 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_5/npc5_WalkDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86baff3cb02a84a40be89b65d09b4c66 3 | timeCreated: 1476228203 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_5/npc5_WalkLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 209c98c6b177ff543bd2a6934edcf25e 3 | timeCreated: 1476228216 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_5/npc5_WalkRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b48c8f620def33e4b9fdc7ec5551528b 3 | timeCreated: 1476228236 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_6/npc6_WalkDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84c455d2bea506e4ea318ad22d0302cd 3 | timeCreated: 1476228356 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_6/npc6_WalkLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7355ee9f71a473d41977c505ecbbe426 3 | timeCreated: 1476228370 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/NPC_6/npc6_WalkRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a99c0feed837f4642af616e28487d432 3 | timeCreated: 1476228384 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/PGanonMissle/PGanonBall.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4da2c435a756f641815d42ec4f48b8a 3 | timeCreated: 1480368282 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/PlayerAC.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bac13b0601a7b6149a9979932f5bc6b4 3 | timeCreated: 1474554773 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/bowAttackDown.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd5f6be641c727c45971e602d07ffaac 3 | timeCreated: 1476058084 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/bowAttackLeft.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30f091726f16dcd40b49a4e53771488e 3 | timeCreated: 1476058113 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Player/bowAttackRight.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b6a221b8dac2134b8a5fa6175f4d4da 3 | timeCreated: 1476060098 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Screen Fader/Fade In.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd0c1c4be6855594d9111925e1a88965 3 | timeCreated: 1476477507 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Screen Fader/Fade Out.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f89c8d390446aef4aa02155173b98dfe 3 | timeCreated: 1476477524 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/StoneMan/StoneManIdleUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef1b624982d52044dbfac57eed7c8cae 3 | timeCreated: 1476832298 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/StoneMan/StoneManWalkUp.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07bbefc2e13bc8f4cb59b44fe3e10288 3 | timeCreated: 1476822940 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animations/Tentacle/Tentacle.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be86b2de034aac0429bbe8efb2885fde 3 | timeCreated: 1479319439 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_RedHair/Dialogue1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b036f884390661429adda44fe1e0c70 3 | timeCreated: 1478268991 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_RedHair/Dialogue2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c43f106c97668244c93bb6e5d037fd40 3 | timeCreated: 1478269008 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/NPC_RedHair/Dialogue3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01a05769295905d4db798f60a75b5b40 3 | timeCreated: 1478269033 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/ShopOwner/Dialogue1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ab0b3093aaac2e45a37dd46f65c6537 3 | timeCreated: 1478716856 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/ShopOwner/Dialogue2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dfe9e8b7b3072340af029315c215f5b 3 | timeCreated: 1478716884 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Dialogue/ShopOwner/Dialogue3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 557e158cf6bb4864ebab19f0bb46ef62 3 | timeCreated: 1478716917 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/ForestDungeon/LockedDoor.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7abb4c8a3209ace4daa34cdd71246151 3 | timeCreated: 1478184514 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/SceneRelated/BossText.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad467b8039370164d82ef960216ace40 3 | timeCreated: 1480573496 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/SceneRelated/BossTrigger.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cebd72e5801fd8046b0a1163644fe846 3 | timeCreated: 1480568656 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/SceneRelated/Waypoint.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 380389a52e075f043906ae9bae7b244b 3 | timeCreated: 1480490275 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/SceneRelated/ZoneText.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a7868ee7486c354f817be55aab1c28a 3 | timeCreated: 1479796974 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60df6926af074ba4f98f6dee5657626b 3 | folderAsset: yes 4 | timeCreated: 1478215470 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/OneWaySceneTrigger.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7890e2d1b321d374cb4ff5a2c74a34b3 3 | timeCreated: 1480297749 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Items.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f87dfa3c62b79af4cb400f570fd8b24b 3 | folderAsset: yes 4 | timeCreated: 1478023642 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts/Scene.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a76cb11377eccf4fbde435c84d3471f 3 | folderAsset: yes 4 | timeCreated: 1476553932 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | --------------------------------------------------------------------------------