diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-04-20 06:05:04 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 09:05:04 +0000 |
commit | 56b375ecf75639025f87ae0af6f1a4ee6f150cee (patch) | |
tree | 0c2b7381a062076908fdab319bfb430a8af2108d /maps/031-1.tmx | |
parent | 157f773f55532c71c99f241593868572b8d34079 (diff) | |
download | clientdata-56b375ecf75639025f87ae0af6f1a4ee6f150cee.tar.gz clientdata-56b375ecf75639025f87ae0af6f1a4ee6f150cee.tar.bz2 clientdata-56b375ecf75639025f87ae0af6f1a4ee6f150cee.tar.xz clientdata-56b375ecf75639025f87ae0af6f1a4ee6f150cee.zip |
Doomsday Support Patch (Act 4/5) (#371)
Contains Act 5 maps (by kytty), and Act 4 monsters, items, music, and cutscenes.
Diffstat (limited to 'maps/031-1.tmx')
-rw-r--r-- | maps/031-1.tmx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/maps/031-1.tmx b/maps/031-1.tmx index d3ce1f66..992a220e 100644 --- a/maps/031-1.tmx +++ b/maps/031-1.tmx @@ -3,6 +3,11 @@ <properties> <property name="music" value="snow-village.ogg"/> <property name="name" value="Nivalis Port"/> + <property name="overlay0image" value="graphics/images/ambient/warning.png"/> + <property name="overlay0parallax" value="1.0"/> + <property name="overlay0scrollX" value="1.2"/> + <property name="overlay0scrollY" value="0.0"/> + <property name="overlay0mask" value="2"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> <tileset firstgid="3" source="../tilesets/snow.tsx"/> |