diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-06 07:40:28 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-06 07:40:28 -0400 |
commit | 345a0fe74704dec3eecbb77e4bb252b3d4dd4308 (patch) | |
tree | 772a0a0925195193f9152ecff259c9f27f13f413 /xml | |
parent | 3ca4cca09ed9a2b1028928dea98f19bd26ab3b2c (diff) | |
parent | 16920d744a2e638f564753f15f1269f51c131b6b (diff) |
First world and style
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 5 | ||||
-rw-r--r-- | xml/playerSpawnHill1_Building1.xml | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index 4930f68..936731e 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -17,7 +17,7 @@ <page x="-200" id="assets/pages/gootaGoFast.png" /> - <village name="Scrub Lawd"> + <village name="Swaggggggggggggg"> <structure type="0" x="-300" inside="playerSpawnHill1_Building1.xml"/> <structure type="5" x="-500" /> <stall type="market" texture="assets/style/classic/stall.png"> @@ -37,8 +37,9 @@ And it wasn't stormy. <Dialog name="Ralph"> - <text id="0" nextid="1" > + <text id="0" nextid="1"> Hello there! My name is Ralph. + <gotox>300</gotox> </text> <text id="1" nextid="2" call="Johnny" callid="0" pause="true" > diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml index c4def6c..381f160 100644 --- a/xml/playerSpawnHill1_Building1.xml +++ b/xml/playerSpawnHill1_Building1.xml @@ -3,11 +3,10 @@ <style background="1" bgm="assets/music/theme_jazz.wav" /> <link outside="playerSpawnHill1.xml"/> - <floor width="300"> - <npc name="Bob" hasDialog="true" /> - </floor> + <floor width="300" /> + <floor width="200" start="100" /> - <floor width="200" /> + <npc name="Bob" hasDialog="true" floor="2" /> </IndoorWorld> @@ -56,7 +55,7 @@ <give id="Wood Sword22" count="1"/> <give id="Wood Sword23" count="1"/> <give id="Wood Sword24" count="1"/> - <give id="Wood Sword25" count="1"/> + <give id="Wood Sword25" count="6"/> <give id="Wood Sword26" count="1"/> <give id="Wood Sword27" count="1"/> <give id="Wood Sword28" count="1"/> |