diff options
Diffstat (limited to 'xml/000.xml')
-rw-r--r-- | xml/000.xml | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/xml/000.xml b/xml/000.xml index 1779b0c..1806332 100644 --- a/xml/000.xml +++ b/xml/000.xml @@ -1,20 +1,25 @@ <?xml version="1.0"?> <World> <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/> - <generation type="Random" width="500"/> - <link right="playerSpawnHill2.xml"/> + <generation type="Random" width="400"/> <hill peakx="0" peaky="1000" width="50"/> + <link right="001.xml"/> <weather>Rainy</weather> <time>3400</time> - <spawnx>-880</spawnx> - <trigger spawnx="-850" id="first" notext="1"/> - <npc name="Guy" hasDialog="true" spawnx="0" canMove="false" health="1" x="-582.05096" y="66.298981" dindex="9999"/> + <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"> - <gotox>-600</gotox> + <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"/> </text> </Dialog> |