blob: 4800462ce02dab79193ec609862a26e59f631b68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<World>
<style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/>
<generation type="Random" width="1600"/>
<time>6000</time>
<spawnx>-300</spawnx>
<npc name="Sanc" hasDialog="true"/>
<npc name="Bob" hasDialog="true"/>
<structure type="1" spawnx="300"/>
<structure type="1" spawnx="10"/>
</World>
|