diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-12 08:25:59 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-12 08:25:59 -0400 |
commit | 1493986b6b22d83cf6c1641a02202bd7b36258a1 (patch) | |
tree | 884f5aa69f782a4fb2d3694584aaca90a93a174a /xml | |
parent | f46be773dd1283688ec1feda1c50e6edaf6d1113 (diff) |
worldsystem gets music
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 4 | ||||
-rw-r--r-- | xml/bobshouse.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index ddddfa3..28b7d55 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -4,8 +4,8 @@ <generation type="Random" width="1600"/> <time>6000</time> <spawnx>-300</spawnx> - <npc name="Sanc" hasDialog="true" health="1" x="713.36627" y="62.598007" dindex="9999"/> - <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="102.43407" y="65.999008" dindex="0"/> + <npc name="Sanc" hasDialog="true" health="1" x="-136.30008" y="62.998978" dindex="9999"/> + <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="748" y="63.398766" dindex="0"/> <structure type="1" spawnx="300" alive="1"/> <structure inside="bobshouse.xml" type="1" spawnx="10" alive="1"/> <chest alive="1"/> diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml index ebf020b..87ad9b6 100644 --- a/xml/bobshouse.xml +++ b/xml/bobshouse.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <IndoorWorld> - <style background="1" bgm="assets/music/embark.wav" folder="assets/style/classic/"/> + <style background="1" bgm="assets/music/theme_jazz.wav" folder="assets/style/classic/"/> <floor width="1600"/> <link outside="town.xml"/> <npc name="Bob" hasDialog="false" spawnx="30"/> |