Skip to content

v1.1.0

Compare
Choose a tag to compare
@Starmapo Starmapo released this 08 Dec 03:01
· 26 commits to main since this release

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 the flixel.addons.text.ui package.

Fixed

  • Fixed a crash when text is null in the FlxTextInput constructor.
  • Fixed a bug with touch input.