From 4b5660b46b2eada48c50e82dd2b7481ba412836a Mon Sep 17 00:00:00 2001 From: KadeDev Date: Tue, 9 Mar 2021 13:31:45 -0800 Subject: [PATCH] i forgot to reset these lol --- source/PlayState.hx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/PlayState.hx b/source/PlayState.hx index b9e6d3c..c51f9a7 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -158,6 +158,9 @@ class PlayState extends MusicBeatState shits = 0; goods = 0; + repPresses = 0; + repReleases = 0; + // var gameCam:FlxCamera = FlxG.camera; camGame = new FlxCamera(); camHUD = new FlxCamera(); @@ -1487,6 +1490,12 @@ class PlayState extends MusicBeatState FlxG.watch.addQuick("beatShit", curBeat); FlxG.watch.addQuick("stepShit", curStep); + if (loadRep) // rep debug + { + FlxG.watch.addQuick('rep rpesses',repPresses); + FlxG.watch.addQuick('rep releases',repReleases); + // FlxG.watch.addQuick('Queued',inputsQueued); + } if (curSong == 'Fresh') {