diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-18 10:49:02 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-18 10:49:02 -0400 |
commit | 02993cd8697970db97a7dd7a67a893ad8dce45a3 (patch) | |
tree | 5f01620b0fc86b7f45973d23cb9e5e34baa76e48 /xml | |
parent | 0964a086ccfe2ba18b8e40d0199bdaf80841f344 (diff) |
inside world work
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 2 | ||||
-rw-r--r-- | xml/bobshouse.xml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index 12cc438..9d0838b 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <World> <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/> - <generation type="Random" width="1600"/> + <generation width="1600"/> <time>6000</time> <spawnx>-300</spawnx> <npc name="Sanc" hasDialog="true" health="1" x="23.971899" y="59.998001" dindex="9999"/> diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml index 87ad9b6..43644ca 100644 --- a/xml/bobshouse.xml +++ b/xml/bobshouse.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> <IndoorWorld> <style background="1" bgm="assets/music/theme_jazz.wav" folder="assets/style/classic/"/> - <floor width="1600"/> + <house width="800" /> + <generation width="1600" /> <link outside="town.xml"/> <npc name="Bob" hasDialog="false" spawnx="30"/> </IndoorWorld> |