Skip to content

Commit

Permalink
more interior images
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeflayer committed Aug 10, 2020
1 parent 55a4fd3 commit 92b5f22
Show file tree
Hide file tree
Showing 34 changed files with 48 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/components/entrance/EntranceEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
<Button @tap="drillDown('northeast')" col="2" class="btn standard padded" style="font-size:16">Castle and North East</Button>
</GridLayout>
<GridLayout columns="*">
<Button @tap="drillDown('holeExits')" class="btn standard padded">Hole Exits</Button>
<Button @tap="drillDown('holeExits')" class="btn standard">Hole Exits</Button>
</GridLayout>
<GridLayout columns="*">
<Button @tap="drillDown('alreadySet')" class="btn danger padded">Previously Linked</Button>
<Button @tap="drillDown('alreadySet')" class="btn danger">Previously Linked</Button>
</GridLayout>
</StackLayout>
<!-- DARK WORLD -->
Expand Down
29 changes: 22 additions & 7 deletions app/entrance/StaticEntrancesDW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,48 @@ export class StaticEntrancesDW {
name: 'Thieves Town',
region: 'dungeon',
extImg: '~/img/entrance/thievesTown.png',
intImg: '~/img/interior/thievesTown.png', limits: {bombShop: true}
intImg: '~/img/interior/thievesTown.png',
limits: {bombShop: true}
};
miseryMire = { //miseryMireExit
x: 111, y: 1209,
name: 'Misery Mire',
region: 'dungeon',
extImg: '~/img/entrance/miseryMire.png',
intImg: '~/img/interior/miseryMire.png', limits: {bombShop: true}
intImg: '~/img/interior/miseryMire.png',
limits: {bombShop: true}
};
swampPalace = { //swampPalaceExit
x: 703, y: 1406,
name: 'Swamp Palace',
region: 'dungeon',
extImg: '~/img/entrance/swampPalace.png',
intImg: '~/img/interior/swampPalace.png', limits: {bombShop: true}
intImg: '~/img/interior/swampPalace.png',
limits: {bombShop: true}
};
icePalace = { //icePalaceExit
x: 1195, y: 1294,
name: 'Ice Palace',
region: 'dungeon',
extImg: '~/img/entrance/icePalace.png',
intImg: '~/img/interior/icePalace.png', limits: {bombShop: true}
intImg: '~/img/interior/icePalace.png',
limits: {bombShop: true}
};
turtleRock = { //turtleRockExitFront
x: 1412, y: 124,
name: 'Turtle Rock',
region: 'dungeon',
extImg: '~/img/entrance/turtleRock.png',
intImg: '~/img/interior/turtleRock.png', limits: {bombShop: true}
intImg: '~/img/interior/turtleRock.png',
limits: {bombShop: true}
};
darkDeathMtnLedgeWest = { //turtleRockExitWest
x: 1195, y: 140,
name: 'Dark Death Mountain Ledge (West)',
region: 'dungeon',
extImg: '~/img/entrance/darkDeathMtnLedgeWest.png',
intImg: '~/img/interior/darkDeathMtnLedgeWest.png', limits: {bombShop: true, mustExit: true}
intImg: '~/img/interior/darkDeathMtnLedgeWest.png',
limits: {bombShop: true, mustExit: true}
};
darkDeathMtnLedgeEast = { //turtleRockExitEast
x: 1266, y: 140,
Expand All @@ -63,7 +69,8 @@ export class StaticEntrancesDW {
name: 'Turtle Rock Isolated Ledge Entrance',
region: 'dungeon',
extImg: '~/img/entrance/turtleRockIsolatedLedgeEntrance.png',
intImg: '~/img/interior/turtleRockIsolatedLedgeEntrance.png', limits: {mustExit: true}
intImg: '~/img/interior/turtleRockIsolatedLedgeEntrance.png',
limits: {mustExit: true}
};
palaceOfDarkness = { //palaceOfDarknessExit
x: 1439, y: 592,
Expand All @@ -88,6 +95,7 @@ export class StaticEntrancesDW {
name: 'Dark Death Mountain Fairy',
region: 'deathmtn',
extImg: '~/img/entrance/darkDeathMtnFairy.png',
intImg:'~/img/interior/singleFairyCave.png',
limits: {singleCave: true}
}
spikeCave = {
Expand All @@ -104,6 +112,7 @@ export class StaticEntrancesDW {
name: 'Hookshot Cave Back Entrance',
region: 'deathmtn',
extImg: '~/img/entrance/hookshotCaveBackEntrance.png',
intImg: '~/img/interior/hookshotCaveBackEntrance.png',
limits: {mustExit: true, twoDoorCave: true}
}
hookshotCave = { //hookshotCaveExitSouth
Expand All @@ -120,6 +129,7 @@ export class StaticEntrancesDW {
name: 'Cave Shop (Dark Death Mountain)',
region: 'deathmtn',
extImg: '~/img/entrance/superBunnyCaveBottom.png',
intImg: '~/img/interior/caveShopDarkDeathMtn.png',
limits: {singleCave: true, bombShop: true}
}
superBunnyCaveTop = { //superBunnyCaveExitTop
Expand All @@ -145,6 +155,7 @@ export class StaticEntrancesDW {
name: 'Dark World Lumberjack Shop',
region: 'northwest',
extImg: '~/img/entrance/darkWorldLumberjackShop.png',
intImg: '~/img/interior/darkWorldLumberjackShop.png',
limits: {singleCave: true, bombShop: true}
}
bumperCaveTop = { //bumperCaveExitTop
Expand All @@ -169,6 +180,7 @@ export class StaticEntrancesDW {
name: 'Fortune Teller (Dark)',
region: 'northwest',
extImg: '~/img/entrance/fortuneTellerDark.png',
intImg: '~/img/interior/fortuneTellerDark.png',
limits: {singleCave: true, bombShop: true}
}
redShieldShop = {
Expand All @@ -177,6 +189,7 @@ export class StaticEntrancesDW {
name: 'Red Shield Shop',
region: 'northwest',
extImg: '~/img/entrance/redShieldShop.png',
intImg: '~/img/interior/redShieldShop.png',
limits: {singleCave: true, bombShop: true}
}
darkSanctuaryHint = {
Expand All @@ -185,6 +198,7 @@ export class StaticEntrancesDW {
name: 'Dark Sanctuary Hint',
region: 'northwest',
extImg: '~/img/entrance/darkSanctuaryHint.png',
intImg: '~/img/interior/darkSanctuaryHint.png',
limits: {singleCave: true, bombShop: true}
}
/** VILLAGE **/
Expand All @@ -194,6 +208,7 @@ export class StaticEntrancesDW {
name: 'Chest Game',
region: 'village',
extImg: '~/img/entrance/chestGame.png',
intImg: '~/img/interior/chestGame.png',
limits: {singleCave: true, bombShop: true}
}
cShapedHouse = {
Expand Down
24 changes: 24 additions & 0 deletions app/entrance/StaticEntrancesLW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export class StaticEntrancesLW {
name: 'Lumberjack Tree Drop',
region: 'northwest',
extImg:'~/img/entrance/lumberjackTreeTree.png',
intImg:'~/img/interior/lumberjackTreeTree.png',
limits: {holeDrop: true}
}
lumberjackTreeCave = { //lumberjackTreeExit
Expand All @@ -81,6 +82,7 @@ export class StaticEntrancesLW {
name: 'Lumberjack Tree Cave',
region: 'northwest',
extImg: '~/img/entrance/lumberjackTreeCave.png',
intImg: '~/img/interior/lumberjackTreeCave.png',
limits:{blacksmith: true, holeEntrance: true}
};
lumberjackHouse = {
Expand All @@ -90,6 +92,7 @@ export class StaticEntrancesLW {
region: 'northwest',
junk: true,
extImg: '~/img/entrance/lumberjackHouse.png',
intImg: '~/img/interior/lumberjackHouse.png',
limits: {singleCave: true, blacksmith: true}
}
lostWoodsHideoutDrop = { //lostWoodsHideoutTop
Expand Down Expand Up @@ -150,6 +153,7 @@ export class StaticEntrancesLW {
name: 'Sanctuary',
region: 'northwest',
extImg:'~/img/entrance/sanctuary.png',
intImg:'~/img/interior/sanctuary.png',
limits:{blacksmith: true, holeEntrance:true, }
};
sanctuaryGrave = {
Expand All @@ -167,6 +171,7 @@ export class StaticEntrancesLW {
name: 'Graveyard Cave',
region: 'northwest',
extImg:'~/img/entrance/graveyardCave.png',
intImg:'~/img/interior/graveyardCave.png',
limits: {singleCave: true, bombShop: true}
}
kingsGrave = {
Expand All @@ -184,6 +189,7 @@ export class StaticEntrancesLW {
name: 'North Fairy Cave Drop',
region: 'northwest',
extImg:'~/img/entrance/northFairyCave.png',
intImg:'~/img/interior/northFairyCaveDrop.png',
limits:{holeDrop: true}
}
northFairyCave = { //northFairyCaveExit
Expand All @@ -192,6 +198,7 @@ export class StaticEntrancesLW {
region: 'northwest',
name: 'North Fairy Cave',
extImg:'~/img/entrance/northFairyCave.png',
intImg:'~/img/interior/northFairyCave.png',
limits:{holeEntrance:true, holeTarget: true, blacksmith: true}
};
/** DEATH MTN **/
Expand Down Expand Up @@ -272,13 +279,15 @@ export class StaticEntrancesLW {
name: 'Fairy Ascension Cave (Top)',
region: 'deathmtn',
extImg: '~/img/entrance/fairyAscensionCaveTop.png',
intImg: '~/img/interior/fairyAscensionCaveTop.png',
limits: {bombShop: true}
};
fairyAscensionCaveBottom = { //fairyAscensionCaveExitBottom
x: 1230, y: 208,
name: 'Fairy Ascension Cave (Bottom)',
region: 'deathmtn',
extImg: '~/img/entrance/fairyAscensionCaveBottom.png',
intImg: '~/img/interior/fairyAscensionCaveBottom.png',
limits: {bombShop: true}
};
mimicCave = {
Expand All @@ -296,6 +305,7 @@ export class StaticEntrancesLW {
name: 'Hookshot Fairy',
region: 'deathmtn',
extImg: '~/img/entrance/hookshotFairy.png',
intImg: '~/img/interior/hookshotFairy.png',
limits: {singleCave: true, bombShop: true}
}
paradoxCaveTop = { //paradoxCaveExitTop
Expand Down Expand Up @@ -372,6 +382,7 @@ export class StaticEntrancesLW {
name: 'Snitch Lady (West)',
region: 'kakariko',
extImg: '~/img/entrance/snitchLadyWest.png',
intImg: '~/img/interior/snitchLadyWest.png',
limits: {singleCave: true, blacksmith: true}
}
snitchLadyEast = {
Expand All @@ -380,6 +391,7 @@ export class StaticEntrancesLW {
name: 'Snitch Lady (East)',
region: 'kakariko',
extImg: '~/img/entrance/snitchLadyEast.png',
intImg: '~/img/interior/snitchLadyEast.png',
limits: {singleCave: true, blacksmith: true}
}
chickenHut = {
Expand All @@ -397,6 +409,7 @@ export class StaticEntrancesLW {
name: 'Sick Kid\'s House',
region: 'kakariko',
extImg: '~/img/entrance/sickKidsHouse.png',
intImg: '~/img/interior/sickKidsHouse.png',
limits:{singleCave: true, blacksmith: true}
};
bushCoveredHouse = {
Expand All @@ -414,6 +427,7 @@ export class StaticEntrancesLW {
name: 'Blacksmith\'s Hut',
region: 'kakariko',
extImg: '~/img/entrance/blacksmithsHut.png',
intImg: '~/img/interior/blacksmithsHut.png',
limits:{singleCave: true, blacksmith: true}
};
batCaveDrop = { //batCaveRight
Expand Down Expand Up @@ -449,6 +463,7 @@ export class StaticEntrancesLW {
name: 'Kakariko Shop',
region: 'kakariko',
extImg: '~/img/entrance/kakarikoShop.png',
intImg: '~/img/interior/kakarikoShop.png',
limits: {singleCave: true, blacksmith: true}
}
tavernFront = {
Expand Down Expand Up @@ -519,6 +534,7 @@ export class StaticEntrancesLW {
name: 'Desert Fairy',
region: 'desert',
extImg:'~/img/entrance/desertFairy.png',
intImg:'~/img/interior/singleFairyCave.png',
limits: {singleCave: true, blacksmith: true}
}
fiftyRupeeCave = {
Expand Down Expand Up @@ -555,6 +571,7 @@ export class StaticEntrancesLW {
name: 'Bonk Fairy (Light)',
region: 'south',
extImg:'~/img/entrance/bonkFairyLight.png',
intImg:'~/img/interior/bonkFairyLight.png',
limits:{bombShop: true, singleCave: true}
};
linksHouse = {
Expand All @@ -563,6 +580,7 @@ export class StaticEntrancesLW {
name: 'Link\'s House',
region: 'south',
extImg: '~/img/entrance/linksHouse.png',
intImg: '~/img/interior/linksHouse.png',
limits:{singleCave: true}
}
lightHypeFairy = {
Expand All @@ -571,6 +589,7 @@ export class StaticEntrancesLW {
name: 'Light Hype Fairy',
region: 'south',
extImg:'~/img/entrance/lightHypeFairy.png',
intImg:'~/img/interior/singleFairyCave.png',
limits: {singleCave: true, blacksmith: true}
}
lakeHyliaFortuneTeller = {
Expand All @@ -579,6 +598,7 @@ export class StaticEntrancesLW {
name: 'Lake Hylia Fortune Teller',
region: 'south',
extImg: '~/img/entrance/lakeHyliaFortuneTeller.png',
intImg: '~/img/interior/fortuneTellerLight.png',
limits: {singleCave: true, blacksmith: true}
}
caveShopLakeHylia = {
Expand All @@ -587,6 +607,7 @@ export class StaticEntrancesLW {
name: 'Cave Shop (Lake Hylia)',
region: 'south',
extImg: '~/img/entrance/caveShopLakeHylia.png',
intImg: '~/img/interior/caveShopLakeHylia.png',
limits:{singleCave: true, blacksmith: true}
}
miniMoldormCave = {
Expand All @@ -604,6 +625,7 @@ export class StaticEntrancesLW {
name: 'Capacity Upgrade',
region: 'south',
extImg:'~/img/entrance/capacityUpgrade.png',
intImg:'~/img/interior/capacityUpgrade.png',
limits:{singleCave: true, bombShop: true}
}
iceRodCave = {
Expand Down Expand Up @@ -692,6 +714,7 @@ export class StaticEntrancesLW {
name: 'Potion Shop',
region: 'northeast',
extImg:'~/img/entrance/potionShop.png',
intImg:'~/img/interior/potionShop.png',
limits: {singleCave: true, blacksmith: true}
}
sahasrahlasHut = {
Expand All @@ -709,6 +732,7 @@ export class StaticEntrancesLW {
name: 'Lake Hylia Fairy',
region: 'northeast',
extImg:'~/img/entrance/lakeHyliaFairy.png',
intImg:'~/img/interior/singleFairyCave.png',
limits:{singleCave: true, blacksmith: true}
}

Expand Down
Binary file added app/img/interior/blacksmithsHut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/bonkFairyLight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/capacityUpgrade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/caveShopDarkDeathMtn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/caveShopLakeHylia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/chestGame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/darkSanctuaryHint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/darkWorldLumberjackShop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/fairyAscensionCaveBottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/fairyAscensionCaveTop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/fortuneTellerDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/graveyardCave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/hookshotCaveBackEntrance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/hookshotFairy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/kakarikoShop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/linksHouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/img/interior/longFairyCave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/lumberjackHouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/lumberjackTreeCave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/lumberjackTreeTree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/northFairyCave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/northFairyCaveDrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/potionShop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/redShieldShop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/sanctuary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/img/interior/sickKidsHouse.png
Binary file added app/img/interior/singleFairyCave.png
Binary file added app/img/interior/snitchLadyEast.png
Binary file added app/img/interior/snitchLadyWest.png
Binary file added assets/EG2_map.png
Binary file added assets/full.png

0 comments on commit 92b5f22

Please sign in to comment.