Posted August 31, 2021 by Stephen Loney
TweenGMS Pro v1.10 is now available.
This is NOT related to TweenGMS 2 which is currently in beta. Instead, this version improves legacy TweenGMS Pro support for GameMaker Studio 2.3+.
Warning: Please backup projects before updating. If you get errors after importing the update, please check for empty TweenGMS scripts. GameMaker seems to currently have a bug which can fail to properly import functions. If this occurs, please attempt to import the extension again or reimport the affected TweenGMS scripts.
[Version 1.10] - Callbacks can now use methods - Removed syntax error warnings - Improved project organization - Removed TweenGMS Extension resource - Fixed YYC error when using game_restart() - Minor optimisation - Removed documentation from Included Files * Now accessed as downloadable files from TGMS_Documentation note * [TweenGMS] -> [Docs] -> TGMS_Documentation ------------ * WARNING * If obj_SharedTweener is destroyed, sytem-wide settings will reset. Please update any affected code as needed. e.g. TweenSystemSet("time_scale", 0.5); // Will reset to 1.0 TweenEasyUseDelta(true); // Will reset to false