Skip to content

Commit 11ffdcd

Browse files
committed
Release TMX for Tiled 1.10
It includes the following new features: * Parallax * Load functions to work with virtual paths * Object property type (by ID reference) * Custom property types * Class of map/layer/tilset * Justify horizontal alignment * Tile render size * Tile fill mode * Tile width and height (in tile atlases) * Image layer repeat * Utility function: tmx_find_object_by_id * Utility function: tmx_find_tileset_by_name In includes the following bug fixes: * layer.id is not mandatory * libXml2 lookup * Include stdlib.h is missing Contributors: * Rob Loach * Kai Pastor * Connor Rigby * Ghassan Al-Mashareqa
1 parent 39a81dd commit 11ffdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
project(tmx VERSION 1.4.0 LANGUAGES C)
3+
project(tmx VERSION 1.10.0 LANGUAGES C)
44

55
add_subdirectory(doc) # Sphinx documentation
66

0 commit comments

Comments
 (0)