diff options
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 5 | ||||
-rw-r--r-- | xml/!town2.xml | 2 | ||||
-rw-r--r-- | xml/bobshouse.xml | 5 |
3 files changed, 5 insertions, 7 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index 20b5ca4..1e193fb 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -1,12 +1,11 @@ <?xml version="1.0"?> - -<include file="entities.xml" /> +<include file="entities.xml"/> <World> <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/> <generation width="1600"/> <time>6000</time> - <link right="!town2.xml" /> + <link right="!town2.xml"/> <spawnx>-300</spawnx> <npc name="Sanc" hasDialog="true"/> <npc name="Bob" hasDialog="true" position="50.0,100.0"/> diff --git a/xml/!town2.xml b/xml/!town2.xml index 1282e4c..77ccf51 100644 --- a/xml/!town2.xml +++ b/xml/!town2.xml @@ -3,5 +3,5 @@ <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/> <generation width="600"/> <time>6000</time> - <link left="!town.xml" /> + <link left="!town.xml"/> </World> diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml index 79f8a47..c9c08b9 100644 --- a/xml/bobshouse.xml +++ b/xml/bobshouse.xml @@ -1,12 +1,11 @@ <?xml version="1.0"?> - <include file="entities.xml"/> <IndoorWorld> <style background="0" bgm="assets/music/theme_jazz.wav" folder="assets/style/classic/"/> - <house width="800" texture="assets/style/classic/bg/insideWoodHouse.png" /> + <house width="800" texture="assets/style/classic/bg/insideWoodHouse.png"/> <generation width="1600"/> - <time>6000</time> + <time>6000</time> <!--<link outside="town.xml"/>--> <npc name="Bob" hasDialog="false" spawnx="30"/> </IndoorWorld> |