diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-29 08:48:52 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-29 08:48:52 -0400 |
commit | a9a9777190086bd2ce2aa54e20a1101509614463 (patch) | |
tree | dfd754e45f2d8fc4cf955470681c39c502cde1b4 /xml | |
parent | 82c178d797b9a23c31d7dad1cc8cac29d27c6eb1 (diff) |
began reworking indoors
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 2 | ||||
-rw-r--r-- | xml/playerSpawnHill1_Building1.xml | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index d3b5db4..a67a932 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -18,7 +18,7 @@ <village name="Scrub Lawd"> <structure type="0" x="-300" inside="playerSpawnHill1_Building1.xml"/> - <structure type="5" x="-500" inside="playerSpawnHill1_Building1.xml"/> + <structure type="5" x="-500" /> <stall type="market" texture="assets/style/classic/stall.png"> <buy item="Dank MayMay" cost="420"/> <sell item="Dank MayMay" cost="666"/> diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml index f0c8a21..8fad154 100644 --- a/xml/playerSpawnHill1_Building1.xml +++ b/xml/playerSpawnHill1_Building1.xml @@ -1,9 +1,12 @@ <?xml version="1.0"?> <IndoorWorld> <style background="1" bgm="assets/music/theme_jazz.wav" /> - <generation type="Random" width="300" /> - <npc name="Bob" hasDialog="true" /> + <floor width="300"> + <npc name="Bob" hasDialog="true" /> + </floor> + + <floor width="200" /> </IndoorWorld> |