diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2017-04-27 21:33:13 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2017-04-27 21:33:13 -0400 |
commit | 2de1af94cfa794ae5dd7913c797d673b58289949 (patch) | |
tree | 3acb4e822943efb714ff04d4e88307127e34f52e /xml | |
parent | 40f2ab396ccca1a12cc74d18c9758da5bc2f1afc (diff) | |
parent | 00de7a4b0aa48c3cb42c45e0f203902ca034b94c (diff) |
Updated sprites
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 7 | ||||
-rw-r--r-- | xml/entities.xml | 12 |
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> |