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.2 Sticky

A topic by ome6a1717 created 44 days ago Views: 12
Viewing posts 1 to 1
Developer

UPDATES

  • New setter methods for AutoUiStack (align_elements_<left, right, center, top, bottom, top_left, top_right, bottom_left, and bottom_right>)
  • New Stack example object
  • New helpers methods for AutoUiStack (auto_stack_<placement>)

BUG FIXES

  • Had a wrong method in AutoUiRow (len() instead of array_length())
  • get_offset_y now returns the correct offset value
  • The method for determining if the scroller's scrollbar visibility had the wrong bool check calculation
  • TextEdit paste function no longer adds wrong edit index