I would like to store keyboard input as a variable in the class (not the function), that way they're not hardcoded.
if(FlxG.keys.(myKeyVar))
any help is appreciated.
I would like to store keyboard input as a variable in the class (not the function), that way they're not hardcoded.
if(FlxG.keys.(myKeyVar))
any help is appreciated.