Devlogs
AutoUi Update v1.2.2!
v1.2.2 UPDATE
In addition to the 1.2.2 update, AutoUi is currently 30% off!
UPDATES
- (auto_slider) set/get_init_value() added (useful if you wanted to add a control-click to reset the value)
- New 'o_11_debug_editor' example showing how you can easily create a cheat/debug system
- (auto_label) finish_typewriting() added - automatically finishes typewriting
- (auto_textedit) clear_text() - clears the text editor
CHANGES
- INTERNAL: AutoRow now inherits AutoContainer
- INTERNAL: No more dirty checking for AutoRows; needs more testing to consolidate
- INTERNAL: (auto_textedit) got rid of keyboard_lastkey/lastchar since unreliable on HTML5
BUG FIXES
- You can now no longer click elements outside of a scroll area
- Visible check on auto_rectangle now working correctly
- (auto_textedit) set_focused now works correctly
- (auto_textedit) font now correctly attributed