haxe 4.0.0 users: it is my time to rise

This commit is contained in:
actuallyasmartname 2021-04-23 22:07:22 -04:00 committed by GitHub
parent fdc4c82fb5
commit 3dabf71307
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.keyboard.FlxKey;
#if (haxe >= "4.0.0")
#if (haxe >= "4.1.0")
enum abstract Action(String) to String from String
{
var UP = "up";