We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057d2fc commit 1237425Copy full SHA for 1237425
fxgl-entity/src/main/kotlin/com/almasb/fxgl/entity/level/tiled/TMXLevelLoader.kt
@@ -33,7 +33,7 @@ import javax.xml.stream.events.StartElement
33
* @author Almas Baimagambetov (almaslvl@gmail.com)
34
*/
35
36
-private const val TILED_VERSION_LATEST = "1.2.3"
+private const val TILED_VERSION_LATEST = "1.4.2"
37
38
class TMXLevelLoader
39
@JvmOverloads constructor(
0 commit comments