diff options
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 1e193fb..d98e8c6 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -3,7 +3,7 @@ <World> <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/> - <generation width="1600"/> + <generation width="320"/> <time>6000</time> <link right="!town2.xml"/> <spawnx>-300</spawnx> @@ -17,7 +17,7 @@ <Dialog name="Bob"> <text id="0" nextid="1" pause="true"> <give id="Dank MayMay" count="10"/> - <content> + <content> Hey there! The name's Bob. Good to see you've finally woken up from your nap by the cliff there... lol </content> </text> diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml index 8993a5c..b638ae5 100644 --- a/xml/bobshouse.xml +++ b/xml/bobshouse.xml @@ -3,7 +3,7 @@ <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="640" texture="assets/style/classic/bg/insideWoodHouse.png"/> <generation width="1600"/> <time>6000</time> <!--<link outside="town.xml"/>--> |