diff options
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 10 | ||||
-rw-r--r-- | xml/bobshouse.xml | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index e663e15..bfaa6a9 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -4,11 +4,11 @@ <generation width="1600"/> <time>6000</time> <spawnx>-300</spawnx> - <npc name="Sanc" hasDialog="true" health="1" x="-324.26083" y="64.398972" dindex="9999"/> - <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="94.415268" y="62.398994" dindex="0"/> - <structure type="1" spawnx="300" alive="1"/> - <structure inside="bobshouse.xml" insideTexture="assets/style/classic/bg/insideWoodHouse.png" type="1" spawnx="10" alive="1"/> - <chest alive="1"/> + <npc name="Sanc" hasDialog="true"/> + <npc name="Bob" hasDialog="true" spawnx="30"/> + <structure type="1" spawnx="300"/> + <structure inside="bobshouse.xml" insideTexture="assets/style/classic/bg/insideWoodHouse.png" type="1" spawnx="10"/> + <chest/> </World> <Dialog name="Bob"> diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml index f13d5ff..a1d4e7c 100644 --- a/xml/bobshouse.xml +++ b/xml/bobshouse.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> <IndoorWorld> <style background="0" bgm="assets/music/theme_jazz.wav" folder="assets/style/classic/"/> - <house width="800" /> - <generation width="1600" /> + <house width="800"/> + <generation width="1600"/> <link outside="town.xml"/> <npc name="Bob" hasDialog="false" spawnx="30"/> </IndoorWorld> |