From dc67ed95e7ce5e85a4da645d0d347298652585a1 Mon Sep 17 00:00:00 2001 From: KadeDev Date: Tue, 9 Mar 2021 18:35:59 -0800 Subject: [PATCH] remove terrible features --- source/PlayState.hx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index c47f536..e58945a 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1528,21 +1528,6 @@ class PlayState extends MusicBeatState // FlxG.switchState(new PlayState()); } } - // better streaming of shit - - // RESET = Quick Game Over Screen - if (controls.RESET) - { - health = 0; - trace("RESET = True"); - } - - // CHEAT = brandon's a pussy - if (controls.CHEAT) - { - health += 1; - trace("User is cheating!"); - } if (health <= 0) {