diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-07-22 09:07:05 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-07-22 09:07:05 -0400 |
commit | 0649af210afa6e7da051d655c3b28a7cd3b9ebc6 (patch) | |
tree | b78b85f65a19764a7c9e412093207c9129ce2169 /xml | |
parent | d1d16ceb2cab505fb09ced115f5fb08bc3093acd (diff) |
variable background layers
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index 219656f..1b8054d 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -2,7 +2,16 @@ <include file="entities.xml"/> <World> - <style background="0" bgm="assets/music/town.ogg" folder="assets/style/classic/"/> + <style background="0" bgm="assets/music/town.ogg" folder="assets/style/classic/"> + <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="320"/> <weather>Sunny</weather> <link right="!town2.xml"/> |