diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx index e91cd38..b6a843f 100644 --- a/source/MainMenuState.hx +++ b/source/MainMenuState.hx @@ -31,7 +31,7 @@ class MainMenuState extends MusicBeatState var newGaming2:FlxText; var newInput:Bool = true; - public static var kadeEngineVer:String = "1.1.1"; + public static var kadeEngineVer:String = "1.1.2"; public static var gameVer:String = "0.2.7.1"; var magenta:FlxSprite; diff --git a/source/PlayState.hx b/source/PlayState.hx index da65090..df354f3 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -158,6 +158,8 @@ class PlayState extends MusicBeatState shits = 0; goods = 0; + misses++; + repPresses = 0; repReleases = 0;