diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-21 09:24:02 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-21 09:24:02 -0500 |
commit | 1ab18d0a0e80b1f7dff8ad90e41cc520198f7fcf (patch) | |
tree | 6d60d5ffe549a5db3e9ccdca7247f39e3445176d | |
parent | 0ee2d4bd0f59599435f1d3fd7f81740a5bc389f2 (diff) |
Finished basic player sprite
-rw-r--r-- | xml/playerSpawnHill1.xml | 43 | ||||
-rw-r--r-- | xml/playerSpawnHill1_Building1.xml | 9 | ||||
-rw-r--r-- | xml/playerSpawnHill2.xml | 9 |
3 files changed, 0 insertions, 61 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml deleted file mode 100644 index 190f137..0000000 --- a/xml/playerSpawnHill1.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0"?> -<World> - <style background="0" bgm="assets/music/embark.wav" /> - <generation type="Random" width="800" /> - - <link right="playerSpawnHill2.xml" /> - - <mob type="1" /> - - <npc name="Ralph" hasDialog="true" /> - <npc name="Johnny" hasDialog="true" /> - <structure type="5" inside="playerSpawnHill1_Building1.xml" /> - -</World> - -<Dialog name="Ralph"> - - <text id="0"> - Hello there! - <option text="Hello" nextid="1" /> - <option text="Frig" nextid="2" /> - </text> - - <text id="1"> - gg. - </text> - - <text id="2" call="Johnny" callid="1"> - what you have done it to trick Microsoft - </text> - -</Dialog> - -<Dialog name="Johnny"> - <text id="0" nextid="1" stop="true"> - Sup bro! - </text> - - <text id="1" > - My name's Johnny. - <give id="0" count="1" /> - </text> -</Dialog> diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml deleted file mode 100644 index f33fcf5..0000000 --- a/xml/playerSpawnHill1_Building1.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0"?> -<IndoorWorld> - <style background="1" bgm="assets/music/theme_jazz.wav" /> - <generation type="Random" width="300" /> - - <npc name="Bob" /> - -</IndoorWorld> - diff --git a/xml/playerSpawnHill2.xml b/xml/playerSpawnHill2.xml deleted file mode 100644 index d6a966f..0000000 --- a/xml/playerSpawnHill2.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0"?> -<World> - <style background="0" bgm="assets/music/embark.wav" /> - <generation type="Random" width="500" /> - - <link left="playerSpawnHill1.xml" /> - -</World> - |