diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-13 21:28:35 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-13 21:28:35 -0400 |
commit | e4f5224b70dd938d5872ff00fa73ac11dac2bb42 (patch) | |
tree | b196dd22c79e53e136d0e3cae67329b3bfce248f /xml | |
parent | 1493986b6b22d83cf6c1641a02202bd7b36258a1 (diff) |
worldsystem snags drawing, theme stuff
Diffstat (limited to '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 28b7d55..a03e0bf 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" health="1" x="-136.30008" y="62.998978" dindex="9999"/> - <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="748" y="63.398766" dindex="0"/> - <structure type="1" spawnx="300" alive="1"/> - <structure inside="bobshouse.xml" type="1" spawnx="10" alive="1"/> - <chest alive="1"/> + <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/> </World> <Dialog name="Bob"> |