diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-13 07:53:55 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-13 07:53:55 -0500 |
commit | 5ec498c3e583a8fe18fdc9fec683df8c2541b28c (patch) | |
tree | 5e01d33ac4b488e11a503cee835d5e53bd4360bc /xml | |
parent | 23a4b0cc3ab09d58127a73b12c43aff37e5056ef (diff) | |
parent | 9765c6303b763a60a2d917fc3c334b30e0fbbcfa (diff) |
Ass
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 4 | ||||
-rw-r--r-- | xml/playerSpawnHill1_Building1.xml | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index c8ea827..a9bde4f 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -3,13 +3,13 @@ <style background="0" bgm="assets/music/embark.wav" /> <generation type="Random" width="800" /> - <link right="playerSpawnHill2.xml" /> + <!--<link right="playerSpawnHill2.xml" />--> <mob type="1" /> <npc name="Ralph" hasDialog="true" /> <npc name="Johnny" hasDialog="true" /> - <structure type="6"/> + <structure type="5" inside="playerSpawnHill1_Building1.xml" /> </World> diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml new file mode 100644 index 0000000..a9245e7 --- /dev/null +++ b/xml/playerSpawnHill1_Building1.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<IndoorWorld> + <style background="1" bgm="assets/music/theme_jazz.wav" /> + <generation type="Random" width="400" /> + + <link outside="playerSpawnHill1.xml" /> + +</IndoorWorld> + |