Skip to content

Commit

Permalink
Release TMX for Tiled 1.10
Browse files Browse the repository at this point in the history
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
  • Loading branch information
baylej committed Apr 15, 2024
1 parent 39a81dd commit 11ffdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(tmx VERSION 1.4.0 LANGUAGES C)
project(tmx VERSION 1.10.0 LANGUAGES C)

add_subdirectory(doc) # Sphinx documentation

Expand Down

0 comments on commit 11ffdcd

Please sign in to comment.