diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-22 18:40:40 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-22 18:40:40 -0400 |
commit | 149f255760e56447400d80532c99d481bc93644a (patch) | |
tree | cad461be88b7260ec1beb532c33c9757c534979b /xml | |
parent | 17b4275fae1f6c5642156c73784622772d235c42 (diff) |
working linking, left/right
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 1 | ||||
-rw-r--r-- | xml/!town2.xml | 7 |
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> |