aboutsummaryrefslogtreecommitdiffstats
path: root/xml/!town.xml
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-10-23 18:05:12 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-10-23 18:05:12 -0500
commit2dd2f42ff1c683331e7192b4bfb832e41543d2df (patch)
tree50a8c022ed2f38cfae462296b28cd1543e4db42c /xml/!town.xml
parentb32c68a5a4bfb06f321a1d78357c65458b24e760 (diff)
scriptable tags, inv. system
Diffstat (limited to 'xml/!town.xml')
-rw-r--r--xml/!town.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/xml/!town.xml b/xml/!town.xml
index 69441f3..4a64ee0 100644
--- a/xml/!town.xml
+++ b/xml/!town.xml
@@ -1,4 +1,7 @@
<?xml version="1.0"?>
+
+<include file="entities.xml" />
+
<World>
<style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/>
<generation width="1600"/>
@@ -6,9 +9,9 @@
<link right="!town2.xml" />
<spawnx>-300</spawnx>
<npc name="Sanc" hasDialog="true"/>
- <npc name="Bob" hasDialog="true" spawnx="30"/>
- <structure type="1" spawnx="300"/>
- <structure inside="bobshouse.xml" type="1" spawnx="10"/>
+ <npc name="Bob" hasDialog="true" position="50.0,100.0"/>
+ <structure type="1" position="300.0,100.0"/>
+ <structure inside="bobshouse.xml" type="1" position="10.0,100.0"/>
<chest/>
</World>