AppGameKit Classic version 2021.02.10 released for Linux
The new version 2021.02.10 of AppGameKit Classic (aka AGK2) is now available for Linux on Steam.
The changelog for the current version:
AppGameKit Classic 2021.02.10 latest version released!
Today we have released AppGameKit Classic Version 2021.02.10, here's what's new:
AdMob Commands
Fixed AdMob reward videos on Android sometimes rendering incorrectly
Added SetAdMobChildRating command to notify AdMob if the app is targeted at children
Added GetRewardAdValueAdMob command to get the reward amount from a reward adNew Memblock Commands
Added CreateImageFromPNGMemblock to convert a memblock containing a PNG file into an AGK image
Added CreateSoundFromOGGMemblock to convert a memblock containing an OGG file into an AGK sound
Added CreateMusicFromOGGMemblock to convert a memblock containing an OGG file into an AGK music file
Added GetMemblockSHA1 to hash the contents of a memblock
Added GetMemblockSHA256 to hash the contents of a memblock
Added SetImageSubImages to change the subimages.txt file currently applied to an AGK imageText Fix
Fixed TTF fonts rendering at lower quality if the text was place at a half pixel position
Android Review Command
Added support for the RequestAppReview command on Android (Google Play only)