diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-07-22 10:09:13 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-07-22 10:09:13 -0400 |
commit | 132172601e249327d30b3756c9dbfc73cb2b6b0c (patch) | |
tree | a8bf275357e5c4125970359f3714f4a61fa8dbc7 /xml/bobshouse.xml | |
parent | 0649af210afa6e7da051d655c3b28a7cd3b9ebc6 (diff) |
dialog options now function
Diffstat (limited to 'xml/bobshouse.xml')
-rw-r--r-- | xml/bobshouse.xml | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml index d79274d..e6b87e5 100644 --- a/xml/bobshouse.xml +++ b/xml/bobshouse.xml @@ -2,10 +2,19 @@ <include file="entities.xml"/> <IndoorWorld> - <style background="0" bgm="assets/music/theme_jazz.wav" folder="assets/style/classic/"/> + <style background="0" bgm="assets/music/theme_jazz.wav" folder="assets/style/classic/"> + <layer path="bg/bg.png"/> + <layer path="bg/bgFarMountain.png"/> + <layer path="bg/forestTileFar.png"/> + <layer path="bg/forestTileBack.png"/> + <layer path="bg/forestTileMid.png"/> + <layer path="bg/forestTileFront.png"/> + <layer path="bg/dirt.png"/> + <layer path="bg/grass.png"/> + </style> <house width="800" texture="assets/style/classic/bg/insideWoodHouse.png"/> - <generation width="320"/> - <time>6000</time> - <!--<link outside="town.xml"/>--> - <npc name="Bob" hasDialog="false" spawnx="30"/> + <generation width="320"/> + <time>6000</time> + <!--<link outside="town.xml"/>--> + <npc name="Bob" hasDialog="false" spawnx="30"/> </IndoorWorld> |