Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

AutoUi for GameMaker

A UI system for GameMaker for responsive, dynamic interfaces in seconds · By ome6a1717

AutoUi Update v1.1.1 Sticky

A topic by ome6a1717 created 59 days ago Views: 22
Viewing posts 1 to 1
Developer(+1)

Some small bug fixes:

UPDATES

  • New helper methods for container (auto_container_h_zero, auto_container_v_zero) for zero padding
  • (auto_button) set_checked now has an optional "uncheck_radio_group_buttons" parameter defaulted to false
  • (auto_button) New Method: '.uncheck_radio_group()'
  • (auto_lifebar) New Methods: 'set_width()' and 'set_height()'

BUG FIXES    

  • Fixed error in auto_button_checkable_sprite() method
  • Fixed mouse positioning again...(aui_get_gui_x/y)