aboutsummaryrefslogtreecommitdiffstats
path: root/xml
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-01-10 21:03:33 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-01-10 21:03:33 -0500
commit75a5569ed0d44494da379822aa5de519e4a4025b (patch)
tree1100ae214ad3a9eceac969d4796ef1ae825e8fb7 /xml
parent5c7c99ac5fe1158adbdf0469fb36ddd153511f5d (diff)
parenta0597ff41fb4be979f9dfd70ace8be98a737affb (diff)
Work on player texture
Diffstat (limited to 'xml')
-rw-r--r--xml/playerSpawnHill1.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml
new file mode 100644
index 0000000..c924d7e
--- /dev/null
+++ b/xml/playerSpawnHill1.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<World>
+ <style background="0" bgm="assets/music/embark.wav" />
+ <generation type="Random" width="500" />
+
+ <!--<mob type="1" x="250" y="100" />-->
+
+ <npc name="Ralph" x="0" y="100" hasDialog="true"/>
+
+</World>
+
+<Dialog>
+
+ <text name="Ralph" id="0" nextid="1">
+ Hello there!
+ </text>
+
+ <text name="Ralph" id="1">
+ Lol
+ </text>
+
+</Dialog>