diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-23 07:29:25 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-23 07:29:25 -0500 |
commit | f67648a124655305c3e8947fe312b97ccf74e2fd (patch) | |
tree | e2c2a006698836070b3ce651ac0fe89d192da6bc /xml | |
parent | 0075f9e7997d01fa2105bff38e40a3d5b8b421e6 (diff) | |
parent | 0d77d11b708e57546d8267e957230c30bc5d048c (diff) |
Villages!
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index b0fb163..269b393 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -10,10 +10,10 @@ <npc name="Ralph" hasDialog="true" /> <npc name="Johnny" hasDialog="false" /> - <structure type="5" inside="playerSpawnHill1_Building1.xml" /> + <!-- <structure type="5" inside="playerSpawnHill1_Building1.xml" /> --> <village name="Meme-Town"> - <structure type="0" inside="playerSpawnHill1_Building1.xml" /> - <structure type="5" inside="playerSpawnHill1_Building1.xml" /> + <structure type="0" x="-100" inside="playerSpawnHill1_Building1.xml"/> + <structure type="5" x="-500" inside="playerSpawnHill1_Building1.xml"/> </village> </World> |