diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-30 17:51:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-30 17:52:51 -0300 |
commit | cbb66b5f59613799d4eb373e05f0d9788a6c6a15 (patch) | |
tree | 168459840d41eb698bb9096acc20ac242a3eca63 /maps | |
parent | 40d585a39f99b2998a2660929bcade3f3e075b92 (diff) | |
download | clientdata-cbb66b5f59613799d4eb373e05f0d9788a6c6a15.tar.gz clientdata-cbb66b5f59613799d4eb373e05f0d9788a6c6a15.tar.bz2 clientdata-cbb66b5f59613799d4eb373e05f0d9788a6c6a15.tar.xz clientdata-cbb66b5f59613799d4eb373e05f0d9788a6c6a15.zip |
Test with overlays
Diffstat (limited to 'maps')
-rw-r--r-- | maps/003-1.tmx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/maps/003-1.tmx b/maps/003-1.tmx index ce70b9af..0ff34c5b 100644 --- a/maps/003-1.tmx +++ b/maps/003-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.4" orientation="orthogonal" renderorder="right-down" width="140" height="180" tilewidth="32" tileheight="32" infinite="0" nextobjectid="91"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="140" height="180" tilewidth="32" tileheight="32" infinite="0" nextobjectid="91"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -10,6 +10,11 @@ <property name="overlay0parallax" value="1.0"/> <property name="overlay0scrollX" value="0.2"/> <property name="overlay0scrollY" value="0.1"/> + <property name="overlay1image" value="graphics/images/ambient/darkness2.png"/> + <property name="overlay1mask" value="2"/> + <property name="overlay1parallax" value="1.0"/> + <property name="overlay1scrollX" value="0.2"/> + <property name="overlay1scrollY" value="0.1"/> </properties> <tileset firstgid="1" name="Base" tilewidth="32" tileheight="32" tilecount="220" columns="22"> <image source="../graphics/tilesets/ship-base.png" width="704" height="320"/> |