-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
To preface, this is HaxeFlixel 4.11.0, with Lime 8.0.0 and OpenFL 9.2.0. I'm using the latest release of Flixel UI, not the latest commit.
- The XML reader automatically changes every name to be all-lowercase, which seems unnecessary.
- Creating a
text
tag for an FlxUINumericStepper will not create an FlxUIInputText, but instead a normal FlxUIText. Not adding atext
tag will allow for the FlxUINumericStepper to be created normally, but will also make it impossible to change things like the width of the text field. - The
input_text
tag does create an FlxUIInputText, but it appears with no background and white text by default, like a normal FlxUIText.
Metadata
Metadata
Assignees
Labels
No labels