diff options
Diffstat (limited to 'xml/bobshouse.xml')
-rw-r--r-- | xml/bobshouse.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml index 79f8a47..c9c08b9 100644 --- a/xml/bobshouse.xml +++ b/xml/bobshouse.xml @@ -1,12 +1,11 @@ <?xml version="1.0"?> - <include file="entities.xml"/> <IndoorWorld> <style background="0" bgm="assets/music/theme_jazz.wav" folder="assets/style/classic/"/> - <house width="800" texture="assets/style/classic/bg/insideWoodHouse.png" /> + <house width="800" texture="assets/style/classic/bg/insideWoodHouse.png"/> <generation width="1600"/> - <time>6000</time> + <time>6000</time> <!--<link outside="town.xml"/>--> <npc name="Bob" hasDialog="false" spawnx="30"/> </IndoorWorld> |