diff options
author | Andy <drumsetmonkey@gmail.com> | 2016-10-14 08:19:30 -0400 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2016-10-14 08:19:30 -0400 |
commit | 326cd4e5fdc396c5c34ac9371b53d2838ea9ee4d (patch) | |
tree | de46a355eb6d3e6cc66d14f36f898de985460b95 /xml/!town.xml | |
parent | e4f5224b70dd938d5872ff00fa73ac11dac2bb42 (diff) |
Started some fancy work on components
Diffstat (limited to 'xml/!town.xml')
-rw-r--r-- | xml/!town.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index a03e0bf..3ac9772 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -4,11 +4,11 @@ <generation type="Random" width="1600"/> <time>6000</time> <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"/> - <chest/> + <npc name="Sanc" hasDialog="true" health="1" x="64.841042" y="68.19912" dindex="0"/> + <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="94.841454" y="68.79911" dindex="0"/> + <structure type="1" spawnx="300" alive="1"/> + <structure inside="bobshouse.xml" type="1" spawnx="10" alive="1"/> + <chest alive="1"/> </World> <Dialog name="Bob"> |