aboutsummaryrefslogtreecommitdiffstats
path: root/xml
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-02-11 08:25:57 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-02-11 08:25:57 -0500
commita0afc9a192016b2bb4c185895a4082cc965e1179 (patch)
tree949464ae46509c8689890f2d5d55da54860bf14f /xml
parente88af920196476ffb5ae182e879f045692cd3ef4 (diff)
Worlds can be themed
Diffstat (limited to 'xml')
-rw-r--r--xml/playerSpawnHill1.xml12
-rw-r--r--xml/playerSpawnHill2.xml7
2 files changed, 11 insertions, 8 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml
index 55612d3..a99b274 100644
--- a/xml/playerSpawnHill1.xml
+++ b/xml/playerSpawnHill1.xml
@@ -1,9 +1,8 @@
<?xml version="1.0"?>
<World>
- <style background="0" bgm="assets/music/embark.wav" />
+ <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/" />
<generation type="Random" width="1600" />
-
- <link right="playerSpawnHill2.xml" />
+ <link left="playerSpawnHill2.xml" />
<mob type="1" aggressive="false" />
@@ -11,7 +10,10 @@
<npc name="Ralph" hasDialog="true" />
<npc name="Johnny" hasDialog="true" />
- <structure type="5" inside="playerSpawnHill1_Building1.xml" />
+ <structure type="5" inside="playerSpawnHill1_Building1.xml"/>
+ <village>
+
+ </village>
</World>
@@ -33,7 +35,7 @@ And it wasn't stormy.
</text>
<text id="2" call="Johnny" callid="1">
- what you have done it to trick Microsoft
+ what you have done it to trick Microsoft?
</text>
</Dialog>
diff --git a/xml/playerSpawnHill2.xml b/xml/playerSpawnHill2.xml
index 2da7bd3..c46dad3 100644
--- a/xml/playerSpawnHill2.xml
+++ b/xml/playerSpawnHill2.xml
@@ -1,8 +1,9 @@
<?xml version="1.0"?>
<World>
- <style background="0" bgm="assets/music/embark.wav" />
- <generation type="Random" width="500" />
+ <style background="0" bgm="assets/music/embark.wav" folder="assets/style/rustic/"/>
+ <generation type="Random" width="1000" />
+ <structure type="5" inside="playerSpawnHill1_Building1.xml"/>
- <link left="playerSpawnHill1.xml" />
+ <link right="playerSpawnHill1.xml" />
</World>