Skip to content

Commit

Permalink
Release TMX for Tiled 1.4
Browse files Browse the repository at this point in the history
It includes the following new features:
+ Add zStandard support
+ Add support for layer tintcolor
+ Add support for tileset objectalignment
  • Loading branch information
baylej committed Jan 17, 2021
1 parent a08b1b7 commit 268f1cd
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.2.0 LANGUAGES C)
project(tmx VERSION 1.4.0 LANGUAGES C)

add_subdirectory(doc) # Sphinx documentation

Expand Down

0 comments on commit 268f1cd

Please sign in to comment.