aboutsummaryrefslogtreecommitdiffstats
path: root/xml
diff options
context:
space:
mode:
Diffstat (limited to 'xml')
-rw-r--r--xml/!town.xml7
-rw-r--r--xml/entities.xml12
2 files changed, 15 insertions, 4 deletions
diff --git a/xml/!town.xml b/xml/!town.xml
index 7fa7371..32f696a 100644
--- a/xml/!town.xml
+++ b/xml/!town.xml
@@ -2,8 +2,8 @@
<include file="entities.xml"/>
<World>
- <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/>
- <generation width="5000"/>
+ <style background="0" bgm="assets/music/town.ogg" folder="assets/style/classic/"/>
+ <generation width="320"/>
<weather>Sunny</weather>
<link right="!town2.xml"/>
<spawnx>-300</spawnx>
@@ -18,6 +18,9 @@
<Dialog name="Bob">
<text id="0" nextid="1">
<give name="Dank MayMay" count="10"/>
+ <option name="Yes" />
+ <option name="Yes daddy" />
+ <option name="Ooooh boy yesss please" />
<content>
Hey there! The name's Bob. Good to see you've finally woken up from your nap by the cliff there... lol
</content>
diff --git a/xml/entities.xml b/xml/entities.xml
index fb69086..c557361 100644
--- a/xml/entities.xml
+++ b/xml/entities.xml
@@ -62,12 +62,13 @@
</frame>
</Sprite>
<Direction />
- <Health value="200" />
+ <Health value="50" />
<Solid />
<Physics />
<Name value="SKIRL" />
<Wander />
- <Aggro arena="arena.xml" />
+ <!--<Aggro arena="arena.xml" />-->
+ <Trigger />
</skirl>
<structure>
@@ -94,3 +95,10 @@
<Solid />
<Grounded />
</chest>
+
+<trigger>
+ <Position value="200.0,100.0" />
+ <Direction />
+ <Solid value="1.0,1.0" />
+ <Trigger />
+</trigger>