Merge pull request #291 from actuallyasmartnames/master
you can compile with 4.0.x
This commit is contained in:
commit
42e916df6d
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user