Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
fine iw ont be lazy smh
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusStrom committed Jun 28, 2021
1 parent 5ff94fc commit 41ce837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<!-- _________________________ Application Settings _________________________ -->

<app title="Friday Night Funkin' ProjectFNF" file="ProjectFNF" packageName="com.aflac.projectfnf" package="com.aflac.projectfnf" main="Main" version="0.3-a" company="aflac" />
<app title="Friday Night Funkin' ProjectFNF" file="ProjectFNF" packageName="com.aflac.projectfnf" package="com.aflac.projectfnf" main="Main" version="0.3-a-p" company="aflac" />
<!-- DO NOT TOUCH THE VERSION -->
<!--Switch Export with Unique ApplicationID and Icon-->
<set name="APP_ID" value="0x0100f6c013bbc000" />
Expand Down
4 changes: 2 additions & 2 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ class PlayState extends MusicBeatState
}
else if (accuracy > 90)
{
rating = "-S-";
rating = "<S<";
}
else if (accuracy > 80)
{
Expand Down Expand Up @@ -1662,7 +1662,7 @@ class PlayState extends MusicBeatState
+ " // Accuracy: " + accuracy + "% // ProjectFNF " + Application.current.meta.get('version'),
[
new FlxTextFormatMarkerPair(fullClearFormat, "!"),
new FlxTextFormatMarkerPair(sFormat, "-"),
new FlxTextFormatMarkerPair(sFormat, "<"),
new FlxTextFormatMarkerPair(aFormat, "@"),
new FlxTextFormatMarkerPair(bFormat, "#"),
new FlxTextFormatMarkerPair(cFormat, "$"),
Expand Down

0 comments on commit 41ce837

Please sign in to comment.