aboutsummaryrefslogtreecommitdiffstats
path: root/xml
diff options
context:
space:
mode:
Diffstat (limited to 'xml')
-rw-r--r--xml/playerSpawnHill1.xml4
-rw-r--r--xml/playerSpawnHill1_Building1.xml9
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>
+