aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-01-21 09:29:07 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-01-21 09:29:07 -0500
commit1750cdc208dad021cbfd1ad779608b217f933036 (patch)
tree1c8c0766c0b0057b1ec310f18aada008fe025c05
parent482e007d33699ff8afbc6017f6a73fedc889311b (diff)
re-added xmls
-rw-r--r--xml/playerSpawnHill1_Building1.xml8
-rw-r--r--xml/playerSpawnHill2.xml8
2 files changed, 16 insertions, 0 deletions
diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml
new file mode 100644
index 0000000..54d217b
--- /dev/null
+++ b/xml/playerSpawnHill1_Building1.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<IndoorWorld>
+ <style background="1" bgm="assets/music/theme_jazz.wav" />
+ <generation type="Random" width="300" />
+
+ <npc name="Bob" />
+
+</IndoorWorld>
diff --git a/xml/playerSpawnHill2.xml b/xml/playerSpawnHill2.xml
new file mode 100644
index 0000000..2da7bd3
--- /dev/null
+++ b/xml/playerSpawnHill2.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<World>
+ <style background="0" bgm="assets/music/embark.wav" />
+ <generation type="Random" width="500" />
+
+ <link left="playerSpawnHill1.xml" />
+
+</World>