From 28061c589b1e19cde7294eef69597653bf4bd550 Mon Sep 17 00:00:00 2001 From: KadeDev Date: Tue, 9 Mar 2021 14:45:27 -0800 Subject: [PATCH] misses no longer persist --- source/MainMenuState.hx | 2 +- source/PlayState.hx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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;