blob: 3c81f65dd63847322c2aa5f064ff7821d72b482a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0"?>
<include file="entities.xml"/>
<World>
<style bgm="assets/music/town.ogg" folder="assets/style/winter/">
<layer path="bg/bg.png"/>
<layer path="bg/bgFarMountain.png"/>
<!--<layer path="bg/forestTileFar.png"/>
<layer path="bg/forestTileBack.png"/>
<layer path="bg/forestTileMid.png"/>
<layer path="bg/forestTileFront.png"/>-->
<layer path="bg/dirt.png"/>
<layer path="bg/grass.png"/>
</style>
<generation width="500"/>
<weather>Snowy</weather>
<spawnx>-300</spawnx>
<time>13500</time>
<npc name="Sanc" hasDialog="false"/>
<firefly />
<firefly />
<firefly />
<firefly />
<firefly />
<birb />
</World>
|