i went to jupiter

This commit is contained in:
craftersshaft 2021-05-27 15:01:20 -04:00
parent 760ac6869c
commit ce5b9493c6

View File

@ -2831,7 +2831,6 @@ class PlayState extends MusicBeatState
if (controls.DOWN_P){luaModchart.executeState('keyPressed',["down"]);}; if (controls.DOWN_P){luaModchart.executeState('keyPressed',["down"]);};
if (controls.UP_P){luaModchart.executeState('keyPressed',["up"]);}; if (controls.UP_P){luaModchart.executeState('keyPressed',["up"]);};
if (controls.RIGHT_P){luaModchart.executeState('keyPressed',["right"]);}; if (controls.RIGHT_P){luaModchart.executeState('keyPressed',["right"]);};
if (controls.ACCEPT){luaModchart.executeState('keyPressed',["accept"]);};
}; };
#end #end