diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-04-27 21:28:33 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-04-27 21:28:33 -0400 |
commit | 00de7a4b0aa48c3cb42c45e0f203902ca034b94c (patch) | |
tree | e364575a000af4a9c65b2e43f5ec565bb2df4bf8 /xml | |
parent | ef1ea79375ce865d78fb7da4244aee65d25c04b3 (diff) |
important textls
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 2 | ||||
-rw-r--r-- | xml/entities.xml | 9 |
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> |