aboutsummaryrefslogtreecommitdiffstats
path: root/xml/playerSpawnHill1.xml
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-01-21 09:24:53 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-01-21 09:24:53 -0500
commit482e007d33699ff8afbc6017f6a73fedc889311b (patch)
treefc430057637ad7a1fe085cb193684968e178405c /xml/playerSpawnHill1.xml
parent1ab18d0a0e80b1f7dff8ad90e41cc520198f7fcf (diff)
parent44804d69ea1af2490fedf54ea2cb273e3f5ab219 (diff)
Finished basic player sprite
Diffstat (limited to 'xml/playerSpawnHill1.xml')
-rw-r--r--xml/playerSpawnHill1.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml
new file mode 100644
index 0000000..7911bfd
--- /dev/null
+++ b/xml/playerSpawnHill1.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<World>
+ <style background="0" bgm="assets/music/embark.wav" />
+ <generation type="Random" width="1600" />
+
+ <link right="playerSpawnHill2.xml" />
+
+ <mob type="1" aggressive="true" />
+
+ <npc name="Ralph" hasDialog="true" />
+ <npc name="Johnny" hasDialog="true" />
+ <structure type="5" inside="playerSpawnHill1_Building1.xml" />
+
+</World>
+
+<Dialog name="Ralph">
+
+ <text id="0">
+ Hello there!
+ <option text="Hello" nextid="1" />
+ <option text="Frig" nextid="2" />
+ </text>
+
+ <text id="1">
+ gg.
+ </text>
+
+ <text id="2" call="Johnny" callid="1">
+ what you have done it to trick Microsoft
+ </text>
+
+</Dialog>
+
+<Dialog name="Johnny">
+ <text id="0" nextid="1" stop="true">
+ Sup bro!
+ </text>
+
+ <text id="1" >
+ My name's Johnny.
+ <give id="0" count="1" />
+ </text>
+</Dialog>