diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 08:01:09 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 08:01:09 -0400 |
commit | a9c145a4694d23ad6e9ee1e9816a0e7e4aeddfe2 (patch) | |
tree | df2e28b35ba93d8bc17dd0da0a48bdc290033631 /xml/snow.xml | |
parent | 563d978b4ba721370441eaaca3f8471ec383deff (diff) | |
parent | 4a7b5a917325ffdcc7cc9866775f3d9f448e2192 (diff) |
merging winter theme
Diffstat (limited to 'xml/snow.xml')
-rw-r--r-- | xml/snow.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/xml/snow.xml b/xml/snow.xml new file mode 100644 index 0000000..8a62277 --- /dev/null +++ b/xml/snow.xml @@ -0,0 +1,26 @@ +<?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 /> +</World> + |