version update and other crap
This commit is contained in:
parent
d75e63cc70
commit
3c0b69d7ee
@ -40,7 +40,7 @@ class MainMenuState extends MusicBeatState
|
||||
|
||||
public static var nightly:String = "";
|
||||
|
||||
public static var kadeEngineVer:String = "1.6.1" + nightly;
|
||||
public static var kadeEngineVer:String = "1.6.2" + nightly;
|
||||
public static var gameVer:String = "0.2.7.1";
|
||||
|
||||
var magenta:FlxSprite;
|
||||
|
@ -2451,7 +2451,7 @@ class PlayState extends MusicBeatState
|
||||
openSubState(new PauseSubState(boyfriend.getScreenPosition().x, boyfriend.getScreenPosition().y));
|
||||
}
|
||||
|
||||
if (FlxG.keys.justPressed.SEVEN)
|
||||
if (FlxG.keys.justPressed.SEVEN && songStarted)
|
||||
{
|
||||
if (useVideo)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user