aboutsummaryrefslogtreecommitdiffstats
path: root/xml
diff options
context:
space:
mode:
Diffstat (limited to 'xml')
-rw-r--r--xml/!town.xml2
-rw-r--r--xml/entities.xml9
2 files changed, 10 insertions, 1 deletions
diff --git a/xml/!town.xml b/xml/!town.xml
index e3fb946..32f696a 100644
--- a/xml/!town.xml
+++ b/xml/!town.xml
@@ -2,7 +2,7 @@
<include file="entities.xml"/>
<World>
- <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/>
+ <style background="0" bgm="assets/music/town.ogg" folder="assets/style/classic/"/>
<generation width="320"/>
<weather>Sunny</weather>
<link right="!town2.xml"/>
diff --git a/xml/entities.xml b/xml/entities.xml
index a1b5f5c..c557361 100644
--- a/xml/entities.xml
+++ b/xml/entities.xml
@@ -67,6 +67,8 @@
<Physics />
<Name value="SKIRL" />
<Wander />
+ <!--<Aggro arena="arena.xml" />-->
+ <Trigger />
</skirl>
<structure>
@@ -93,3 +95,10 @@
<Solid />
<Grounded />
</chest>
+
+<trigger>
+ <Position value="200.0,100.0" />
+ <Direction />
+ <Solid value="1.0,1.0" />
+ <Trigger />
+</trigger>