KTX 1.9.14-b1
Pre-release
Pre-release
The first release to support LibGDX 1.9.14. Includes notable debugging extension for ktx-assets-async
.
- [UPDATE] Updated to LibGDX 1.9.14.
- [UPDATE] Updated to Kotlin 1.4.30.
- [UPDATE] Updated to VisUI 1.4.11.
- [FEATURE] (
ktx-app
)clearScreen
now accepts additionalclearDepth
boolean parameter that controls whether theGL_DEPTH_BUFFER_BIT
is added to the mask. - [FEATURE] (
ktx-assets-async
) AddedAssetStorageSnapshot
class that stores a copy ofAssetStorage
state for debugging purposes. Supports formatted string output withprettyFormat
. - [FEATURE] (
ktx-assets-async
)AssetStorage
now includestakeSnapshot
andtakeSnapshotAsync
methods that allow to copy and inspect the internal state of the storage for debugging purposes. - [FEATURE] (
ktx-collections
) AddedgetOrPut
extension function for LibGDX map collections includingObjectMap
,IdentityMap
,ArrayMap
andIntMap
.