diff options
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 2 | ||||
-rw-r--r-- | xml/bobshouse.xml | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index bfaa6a9..0530762 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -7,7 +7,7 @@ <npc name="Sanc" hasDialog="true"/> <npc name="Bob" hasDialog="true" spawnx="30"/> <structure type="1" spawnx="300"/> - <structure inside="bobshouse.xml" insideTexture="assets/style/classic/bg/insideWoodHouse.png" type="1" spawnx="10"/> + <structure inside="bobshouse.xml" type="1" spawnx="10"/> <chest/> </World> diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml index a1d4e7c..41ca907 100644 --- a/xml/bobshouse.xml +++ b/xml/bobshouse.xml @@ -1,8 +1,9 @@ <?xml version="1.0"?> <IndoorWorld> <style background="0" bgm="assets/music/theme_jazz.wav" folder="assets/style/classic/"/> - <house width="800"/> + <house width="800" texture="assets/style/classic/bg/insideWoodHouse.png" /> <generation width="1600"/> - <link outside="town.xml"/> + <time>6000</time> + <!--<link outside="town.xml"/>--> <npc name="Bob" hasDialog="false" spawnx="30"/> </IndoorWorld> |