1
0
mirror of synced 2024-12-01 02:27:21 +01:00

.5 difficulties are now displayed as + instead of -, rerate Breaking Point Extra from 10.5 to 10.4

This commit is contained in:
0auBSQ 2023-05-05 20:07:38 +09:00
parent 5be5c8c4d4
commit dcbee94b3c
4 changed files with 3 additions and 2 deletions

View File

@ -5115,7 +5115,7 @@ namespace TJAPlayer3
if (strCommandParam != level.ToString()) if (strCommandParam != level.ToString())
{ {
int frac_part = Int32.Parse(level_dec.ToString("0.0", CultureInfo.InvariantCulture).Split('.')[1]); int frac_part = Int32.Parse(level_dec.ToString("0.0", CultureInfo.InvariantCulture).Split('.')[1]);
this.LEVELtaikoIcon[this.n参照中の難易度] = (frac_part > 5) ? ELevelIcon.ePlus : ELevelIcon.eMinus; this.LEVELtaikoIcon[this.n参照中の難易度] = (frac_part >= 5) ? ELevelIcon.ePlus : ELevelIcon.eMinus;
} }
this.LEVEL.Drums = (int)level; this.LEVEL.Drums = (int)level;
this.LEVEL.Taiko = (int)level; this.LEVEL.Taiko = (int)level;

View File

@ -9,7 +9,7 @@ SCOREMODE:2
MAKER:bol MAKER:bol
COURSE:Edit COURSE:Edit
LEVEL:10.5 LEVEL:10.4
BALLOON: BALLOON:
SCOREINIT:790 SCOREINIT:790
SCOREDIFF:0 SCOREDIFF:0

View File

@ -2,6 +2,7 @@ TITLE:White Heart
SUBTITLE:--9C feat. Cusi SUBTITLE:--9C feat. Cusi
BPM:95 BPM:95
WAVE:White Heart.ogg WAVE:White Heart.ogg
PREIMAGE:White-Heart_Jacket-ARt.png
OFFSET:-0.01 OFFSET:-0.01
DEMOSTART:61.654 DEMOSTART:61.654
SCOREMODE:2 SCOREMODE:2

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 KiB