# libgdx 1.13.1 - Product: libgdx (https://whatsnew.fyi/product/libgdx) - Vendor: libgdx - Date: 2025-01-08 - Version: 1.13.1 - Original notes: https://github.com/libgdx/libgdx/releases/tag/1.13.1 - Permalink: https://whatsnew.fyi/product/libgdx/releases/1.13.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fix floating point inaccuracy with touch position on iOS - **changed** — Change visibility of PolygonSpriteBatch.switchTexture() to protected - **added** — Support for Image Layer repeat x and y in TiledMap - **changed** — Update MobiVM to 2.3.22 - **added** — Add documentation for Viewport/Camera unproject and pick ray - **changed** — Improve Android input keyboard with autocorrection - **fixed** — Fix parsing imagelayer inside a group tag in TMX file - **added** — Add XmlReader.getChildren() and XmlReader.replaceChild() methods - **fixed** — Fix Wayland not supporting setting window position and icon - **fixed** — Fix GWT MD5 hash calculation while copying file to avoid errors on very large files - **fixed** — Fix Gdx.net.openURI not working on iOS 18.1 Simulator - **added** — Add FPSLogger.setBound() method - **fixed** — Fix duplicate points returned in polygon intersection - **added** — Add tiledmap loader for JSON files - **fixed** — Reset existing transformations of provided overlap Polygon in Polygon.intersectPolygons - **added** — Add modifications to LongArray - **fixed** — Fix for classpath files on GWT - **added** — Support for Layer TintColor in TiledMap - **added** — Add support for tiled class property - **fixed** — Fix depth shader recycling - **fixed** — Fix pauseWhenLostFocus not working as expected libGDX 1.13.1 brings a few pressing bugfixes as well as a couple of interesting new features. **Check out [our blog post](https://libgdx.com/news/2025/01/gdx-1-13-1) to find out more!**
Click to show the full list of changes * Fix floating point inaccuracy with touch position on iOS by @Berstanio in https://github.com/libgdx/libgdx/pull/7471 * Change visibility of PolygonSpriteBatch.switchTexture() to protected by @TCreutzenberg in https://github.com/libgdx/libgdx/pull/7467 * Support for Image Layer repeat x and y in TiledMap + Bugfix by @BoBIsHere86 in https://github.com/libgdx/libgdx/pull/7080 * Update MobiVM to 2.3.22 by @obigu in https://github.com/libgdx/libgdx/pull/7483 * Unproject and pick ray docs for Viewport/Camera by @Tom-Ski in https://github.com/libgdx/libgdx/pull/7469 * Improve Android input keyboard with autocorrection by @fgnm in https://github.com/libgdx/libgdx/pull/7484 * FIX: Parsing imagelayer inside a group tag in TMX file by @TMalygin in https://github.com/libgdx/libgdx/pull/7135 * XmlReader.getChildren() + XmlReader.replaceChild() by @TCreutzenberg in https://github.com/libgdx/libgdx/pull/7499 * fix: Wayland doesn't support setting window position and icon by @SimonIT in https://github.com/libgdx/libgdx/pull/7497 * GWT - Calculate MD5 hash while copying file to avoid errors on very large files by @MobiDevelop in https://github.com/libgdx/libgdx/pull/6853 * Do not inline the version string by @Geolykt in https://github.com/libgdx/libgdx/pull/7398 * Change defaults of SpriteBatch to use VBO instead of VertexArray on gl2/gles2.0 by @Tom-Ski in https://github.com/libgdx/libgdx/pull/7486 * Upgrade gha XCode to 15.4 by @obigu in https://github.com/libgdx/libgdx/pull/7511 * Fix #7509 Gdx.net.openURI not working on iOS 18.1 Simulator by @obigu in https://github.com/libgdx/libgdx/pull/7510 * Added FPSLogger.setBound() by @TCreutzenberg in https://github.com/libgdx/libgdx/pull/7424 * fix duplicate points returned in polygon intersection by @jose-puente in https://github.com/libgdx/libgdx/pull/7519 * Added tiledmap loader for JSON files. Replacement for PR (#7386) by @BoBIsHere86 in https://github.com/libgdx/libgdx/pull/7505 * reset existing transformations of provided overlap Polygon in Polygon::intersectPolygons by @jose-puente in https://github.com/libgdx/libgdx/pull/7522 * A few modifications to LongArray and a test class for it (clean) by @melvilpf in https://github.com/libgdx/libgdx/pull/7524 * Fix for classpath files on GWT. by @tommyettinger in https://github.com/libgdx/libgdx/pull/7530 * SortTest class (clean) by @JujuG02 in https://github.com/libgdx/libgdx/pull/7532 * Support for Layer TintColor in TiledMap by @BoBIsHere86 in https://github.com/libgdx/libgdx/pull/7076 * #7432 tiled class prop support by @Quillraven in https://github.com/libgdx/libgdx/pull/7534 * Use docker container action for building Linux natives in natives-linux job to fix issues with Node 20+ by @SonicGDX in https://github.com/libgdx/libgdx/pull/7544 * fix depth shader recycling by @mgsx-dev in https://github.com/libgdx/libgdx/pull/7541 * Add AndroidX Core dependency to Android backend by @obigu in https://github.com/libgdx/libgdx/pull/7543 * Hiero font name validation ( #7502 ) by @tommyettinger in https://github.com/libgdx/libgdx/pull/7512 * Fix pauseWhenLostFocus not working as expected by @obigu in https://github.com/libgdx/libgdx/pull/7500 * Defer content view resolve for KeyboardHeightProvider to allow for late setContentView by @Berstanio in https://github.com/libgdx/libgdx/pull/7553 * Downgrade LWJGL 3 to 3.3.3 by @obigu in https://github.com/libgdx/libgdx/pull/7555 * API Addition: Added Array#replaceFirst and Array#replaceAll by @TCreutzenberg in https://github.com/libgdx/libgdx/pull/7557 * Replace uses of expand&fill with grow by @Frotty in https://github.com/libgdx/libgdx/pull/7559 **Full Changelog**: https://github.com/libgdx/libgdx/com _[Truncated at 4000 characters — full notes: https://github.com/libgdx/libgdx/releases/tag/1.13.1]_