aboutsummaryrefslogtreecommitdiffstats
path: root/xml
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-01-08 08:47:04 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-01-08 08:47:04 -0500
commitcde980d06325f37d70c1354d1d3b5cc1f3736938 (patch)
tree857f81fe41e57ab6b77d540f8317642dd6cec81f /xml
parent0c89c034ffe5fdf79e57c8bdbe9ca07eaf79b382 (diff)
xml improvements
Diffstat (limited to 'xml')
-rw-r--r--xml/playerSpawnHill1.xml23
1 files changed, 19 insertions, 4 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml
index 3544a7e..c924d7e 100644
--- a/xml/playerSpawnHill1.xml
+++ b/xml/playerSpawnHill1.xml
@@ -1,7 +1,22 @@
<?xml version="1.0"?>
<World>
- <Background>0</Background>
- <BGM>assets/music/embark.wav</BGM>
- <GenerationType>Random</GenerationType>
- <GenerationWidth>500</GenerationsWidth>
+ <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>