Merge pull request #291 from actuallyasmartnames/master

you can compile with 4.0.x
This commit is contained in:
Kade M 2021-05-05 15:57:23 -07:00 committed by GitHub
commit 42e916df6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ import flixel.input.gamepad.FlxGamepadButton;
import flixel.input.gamepad.FlxGamepadInputID; import flixel.input.gamepad.FlxGamepadInputID;
import flixel.input.keyboard.FlxKey; import flixel.input.keyboard.FlxKey;
#if (haxe >= "4.0.0") #if (haxe >= "4.1.0")
enum abstract Action(String) to String from String enum abstract Action(String) to String from String
{ {
var UP = "up"; var UP = "up";