diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-20 09:23:52 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-20 09:23:52 -0400 |
commit | 7a4bc1d9e6b73471cb2e20d2ab0611a507979f30 (patch) | |
tree | 853f3b7e367259338b402aef6e1892f27ec04309 /xml | |
parent | a7ec2350f406195b119e24a81c95649c3645a26b (diff) |
ortho follows cat, bobshouse can be opened
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> |