diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-09 08:29:18 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-09 08:29:18 -0400 |
commit | 22882f01ed537cae28b2ce80b86264a9c9c52b00 (patch) | |
tree | 553dea987d50668b05181a6ed9abd0d0adf7cc30 /xml/playerSpawnHill2.xml | |
parent | 6882786999581e2280c870249ae448c744767e73 (diff) |
proper game resetting
Diffstat (limited to 'xml/playerSpawnHill2.xml')
-rw-r--r-- | xml/playerSpawnHill2.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/xml/playerSpawnHill2.xml b/xml/playerSpawnHill2.xml index 4829087..c0ef541 100644 --- a/xml/playerSpawnHill2.xml +++ b/xml/playerSpawnHill2.xml @@ -1,11 +1,8 @@ <?xml version="1.0"?> <World> - <style background="0" bgm="assets/music/embark.wav" folder="assets/style/rustic/"/> - <generation type="Random" width="1000" /> - <structure type="5" inside="playerSpawnHill1_Building1.xml"/> - - <npc name="Swag" x="0" /> - - <link left="playerSpawnHill1.xml" /> - + <style background="0" bgm="assets/music/embark.wav" folder="assets/style/rustic/"/> + <generation type="Random" width="1000"/> + <structure type="5" inside="playerSpawnHill1_Building1.xml"/> + <npc name="Swag"/> + <link left="playerSpawnHill1.xml"/> </World> |