aboutsummaryrefslogtreecommitdiffstats
path: root/xml
diff options
context:
space:
mode:
Diffstat (limited to 'xml')
-rw-r--r--xml/!town.xml1
-rw-r--r--xml/!town2.xml7
2 files changed, 8 insertions, 0 deletions
diff --git a/xml/!town.xml b/xml/!town.xml
index 0530762..69441f3 100644
--- a/xml/!town.xml
+++ b/xml/!town.xml
@@ -3,6 +3,7 @@
<style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/>
<generation width="1600"/>
<time>6000</time>
+ <link right="!town2.xml" />
<spawnx>-300</spawnx>
<npc name="Sanc" hasDialog="true"/>
<npc name="Bob" hasDialog="true" spawnx="30"/>
diff --git a/xml/!town2.xml b/xml/!town2.xml
new file mode 100644
index 0000000..1282e4c
--- /dev/null
+++ b/xml/!town2.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<World>
+ <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/>
+ <generation width="600"/>
+ <time>6000</time>
+ <link left="!town.xml" />
+</World>