aboutsummaryrefslogtreecommitdiffstats
path: root/xml
diff options
context:
space:
mode:
authorAndy <drumsetmonkey@gmail.com>2016-10-19 10:48:05 -0400
committerAndy <drumsetmonkey@gmail.com>2016-10-19 10:48:05 -0400
commit87bc18a63541c6e325170fbfacde2d7610a3b852 (patch)
tree237c8ade452c64ca5bb97be85421ce9ad90a8894 /xml
parentaff1681f6638f591e2c8281f63847550115a2a19 (diff)
parent4f838cdf582f0ace6d7de8cb376dfce7100fbea3 (diff)
CATATATATATATATTTTT (basic entities)
Diffstat (limited to 'xml')
-rw-r--r--xml/!town.xml8
-rw-r--r--xml/bobshouse.xml5
2 files changed, 7 insertions, 6 deletions
diff --git a/xml/!town.xml b/xml/!town.xml
index bd0264e..e663e15 100644
--- a/xml/!town.xml
+++ b/xml/!town.xml
@@ -1,13 +1,13 @@
<?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="-208.37956" y="65.399033" dindex="9999"/>
- <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="283.33429" y="67.798996" dindex="0"/>
+ <npc name="Sanc" hasDialog="true" health="1" x="-324.26083" y="64.398972" dindex="9999"/>
+ <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="94.415268" y="62.398994" dindex="0"/>
<structure type="1" spawnx="300" alive="1"/>
- <structure inside="bobshouse.xml" type="1" spawnx="10" alive="1"/>
+ <structure inside="bobshouse.xml" insideTexture="assets/style/classic/bg/insideWoodHouse.png" type="1" spawnx="10" alive="1"/>
<chest alive="1"/>
</World>
diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml
index 87ad9b6..f13d5ff 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"/>
+ <style background="0" bgm="assets/music/theme_jazz.wav" folder="assets/style/classic/"/>
+ <house width="800" />
+ <generation width="1600" />
<link outside="town.xml"/>
<npc name="Bob" hasDialog="false" spawnx="30"/>
</IndoorWorld>