Skip to content

Commit

Permalink
Version 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatRozebudDude committed Feb 4, 2025
1 parent cab7dd0 commit 13332b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/Highscore.hx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class Highscore
SaveManager.scores();

if(FlxG.save.data.scoreFormatVersion == null || cast (FlxG.save.data.scoreFormatVersion, String).split(".")[0] != scoreFormatVersion.split(".")[0] || forceResetScores){
trace("Reseting scores!"); //Imma be honest, my scores just got wiped and I don't know why. Can't replicate the issue...
FlxG.save.data.songScores = songScores;
}
//This is to fix broken score files if the save version is a non-breaking format change. (ex. Version 1.0 only saved score and accuracy, version 1.1 adds a rank to the score format)
Expand Down
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MainMenuState extends MusicBeatState
public static final lerpSpeed:Float = 0.01;
final warningDelay:Float = 10;

inline public static final VERSION:String = "6.1.2";
inline public static final VERSION:String = "6.2.0";
inline public static final NONFINAL_TAG:String = "(Non-Release Build)";
inline public static final SHOW_BUILD_INFO:Bool = true; //Set this to false when making a release build.

Expand Down

0 comments on commit 13332b8

Please sign in to comment.