Closed Arolox666 closed 1 month ago
A new FlxInputText is coming the core flixel in the next update, feel free to use
haxelib git flixel https://github.com/HaxeFlixel/flixel.git
To use the next release early, I'll look into this issue, though
A new FlxInputText is coming the core flixel in the next update, feel free to use
haxelib git flixel https://github.com/HaxeFlixel/flixel.git
To use the next release early, I'll look into this issue, though
I tried to use the git but there is no FlxInputText in normal flixel imports.
I tried to use the git but there is no FlxInputText in normal flixel imports.
https://github.com/HaxeFlixel/flixel/blob/dev/flixel/text/FlxInputText.hx
I tried to use the git but there is no FlxInputText in normal flixel imports.
https://github.com/HaxeFlixel/flixel/blob/dev/flixel/text/FlxInputText.hx
Oh sorry I'm just stupid and VS Code didn't detect that it exists
I was trying to make an username input text box but when I compiled the game it said this Here is the code of how initialized the InputText
P.S.: I tried using FlxUIInputText but the same thing happened.