accuracy is now 100% based (get it???????)

This commit is contained in:
KadeDev 2021-03-22 14:05:02 -07:00
parent 58286eafa1
commit b4252e3d56
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ class MainMenuState extends MusicBeatState
var newGaming2:FlxText; var newGaming2:FlxText;
var newInput:Bool = true; var newInput:Bool = true;
public static var kadeEngineVer:String = "1.2.2"; public static var kadeEngineVer:String = "1.3";
public static var gameVer:String = "0.2.7.1"; public static var gameVer:String = "0.2.7.1";
var magenta:FlxSprite; var magenta:FlxSprite;

View File

@ -2107,7 +2107,7 @@ class PlayState extends MusicBeatState
sicks++; sicks++;
} }
trace('Wife accuracy loss: ' + wife + ' | Rating: ' + daRating + ' | Score: ' + score + ' | Weight: ' + (1 - wife)); // trace('Wife accuracy loss: ' + wife + ' | Rating: ' + daRating + ' | Score: ' + score + ' | Weight: ' + (1 - wife));
if (daRating != 'shit' || daRating != 'bad') if (daRating != 'shit' || daRating != 'bad')
{ {