]> code.bitgloo.com Git - clyne/gamedev.git/commitdiff
re-added xmls
authorClyne Sullivan <tullivan99@gmail.com>
Thu, 21 Jan 2016 14:29:07 +0000 (09:29 -0500)
committerClyne Sullivan <tullivan99@gmail.com>
Thu, 21 Jan 2016 14:29:07 +0000 (09:29 -0500)
xml/playerSpawnHill1_Building1.xml [new file with mode: 0644]
xml/playerSpawnHill2.xml [new file with mode: 0644]

diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml
new file mode 100644 (file)
index 0000000..54d217b
--- /dev/null
@@ -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 (file)
index 0000000..2da7bd3
--- /dev/null
@@ -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>