diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-07 15:38:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-07 15:38:45 -0300 |
commit | e5a956813f3ea5d9e5c522b97f09a9e3e0bcf160 (patch) | |
tree | bfed3bb2db7693f121a2981e2bd3217e20441b31 | |
parent | 76ee22c4ed6445dbfa883340c8e8a8c1bfefe995 (diff) | |
download | clientdata-e5a956813f3ea5d9e5c522b97f09a9e3e0bcf160.tar.gz clientdata-e5a956813f3ea5d9e5c522b97f09a9e3e0bcf160.tar.bz2 clientdata-e5a956813f3ea5d9e5c522b97f09a9e3e0bcf160.tar.xz clientdata-e5a956813f3ea5d9e5c522b97f09a9e3e0bcf160.zip |
Integrate objecttypes.xml in the project file
Update world map
Provide default Tiled Project file
-rw-r--r-- | maps/025-1.tmx | 4 | ||||
-rw-r--r-- | maps/ML.tiled-project | 10 | ||||
-rw-r--r-- | maps/MoubootaurLegends.world | 7 |
3 files changed, 19 insertions, 2 deletions
diff --git a/maps/025-1.tmx b/maps/025-1.tmx index 3fc672bf6..752486778 100644 --- a/maps/025-1.tmx +++ b/maps/025-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="200" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="98"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="200" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="99"> <properties> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/025-1.png"/> @@ -1140,7 +1140,7 @@ </data> </layer> <objectgroup id="7" name="Objects" visible="0"/> - <objectgroup color="#ff0000" id="10" name="spawns"> + <objectgroup color="#ff0000" id="10" name="spawns" visible="0"> <object id="7" name="Moubi" type="spawn" x="799" y="2911" width="992" height="448"> <properties> <property name="death" value="30000"/> diff --git a/maps/ML.tiled-project b/maps/ML.tiled-project new file mode 100644 index 000000000..02158ffa2 --- /dev/null +++ b/maps/ML.tiled-project @@ -0,0 +1,10 @@ +{ + "automappingRulesFile": "", + "commands": [ + ], + "extensionsPath": "extensions", + "folders": [ + "." + ], + "objectTypesFile": "objecttypes.xml" +} diff --git a/maps/MoubootaurLegends.world b/maps/MoubootaurLegends.world index ad188087e..1bcacf5f6 100644 --- a/maps/MoubootaurLegends.world +++ b/maps/MoubootaurLegends.world @@ -181,6 +181,13 @@ "width": 6400, "x": -1824, "y": -37024 + }, + { + "fileName": "025-3.tmx", + "height": 6400, + "width": 6400, + "x": -1824, + "y": -42144 } ], "onlyShowAdjacentMaps": false, |