aboutsummaryrefslogtreecommitdiffstats
path: root/xml/000.xml
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-06-24 08:26:45 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-06-24 08:26:45 -0400
commit56d34b56e82821797bc97be7e36138057109f87e (patch)
tree7a97a6266ab8fbb0cc8f8cb2fa21cb05935e9413 /xml/000.xml
parent3aba33395caa3fec0ea8c96d988489efc04e25e7 (diff)
xml story writing stuff
Diffstat (limited to 'xml/000.xml')
-rw-r--r--xml/000.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/xml/000.xml b/xml/000.xml
deleted file mode 100644
index de079ca..0000000
--- a/xml/000.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<World>
- <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/>
- <generation type="Random" width="400"/>
- <hill peakx="0" peaky="1000" width="50"/>
- <link right="001.xml"/>
- <weather>Rainy</weather>
- <time>3400</time>
- <spawnx>-650</spawnx>
- <trigger spawnx="-630" id="first" notext="1"/>
- <npc name="Guy" hasDialog="true" spawnx="0" canMove="false"/>
-</World>
-
-<Trigger id="first">Guy</Trigger>
-
-<Dialog name="Guy">
- <text id="0" nextid="1" pause="true">
- <gotox playerMove="0" advance="1">-600</gotox>
- </text>
- <text id="1">
- <gotox>700</gotox>
- <set id="Slow" value="0"/>
- <content>
- ...
- </content>
- </text>
-</Dialog>