Skip to content

Useful GML Scripts 3.0.0

Choose a tag to compare

@mstop4 mstop4 released this 12 Jul 00:05
· 46 commits to main since this release
  • Deprecated Delta Time Alarms. Use built-in Time Sources instead.
  • DynamicValue renamed to Tween. DVLimitMode renamed to TweenLimitMode accordingly.
  • Added to new TweenLimitModes: YOYO and BOUNCE (thanks @TayfunTurgut)
  • Added new menu type: Nested Menus
  • Fixed context issues with *_menu_get_item_by_index and *_menu_get_item_by_label functions
  • Added data structure existence checks to in Clean Up events of all menus.
  • Added file_jsonc_parse and array_is_subset functions
  • Renamed pad_string to pad_string_width
  • Added pad_string_length, which pads a string to a desired character length, instead of pixel width as with pad_string_width.