bullshit lol
This commit is contained in:
parent
cb6916faa4
commit
4bd6994515
BIN
assets/images/week54prototype.png
Normal file
BIN
assets/images/week54prototype.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
@ -237,6 +237,16 @@ class TitleState extends MusicBeatState
|
|||||||
|
|
||||||
var pressedEnter:Bool = FlxG.keys.justPressed.ENTER;
|
var pressedEnter:Bool = FlxG.keys.justPressed.ENTER;
|
||||||
|
|
||||||
|
#if mobile
|
||||||
|
for (touch in FlxG.touches.list)
|
||||||
|
{
|
||||||
|
if (touch.justPressed)
|
||||||
|
{
|
||||||
|
pressedEnter = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#end
|
||||||
|
|
||||||
var gamepad:FlxGamepad = FlxG.gamepads.lastActive;
|
var gamepad:FlxGamepad = FlxG.gamepads.lastActive;
|
||||||
|
|
||||||
if (gamepad != null)
|
if (gamepad != null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user