v1.1.0
1.1.0 - 2023-12-07
Added
flixel.addons.text.ui.FlxUINumericStepper
: A recreation of the "flixel-ui" numeric stepper that uses this library's text input- Added "basic" and "flixel-ui" sample projects
Changed
- Moved
FlxUITextInput
to theflixel.addons.text.ui
package.
Fixed
- Fixed a crash when text is
null
in theFlxTextInput
constructor. - Fixed a bug with touch input.