.5 difficulties are now displayed as + instead of -, rerate Breaking Point Extra from 10.5 to 10.4
This commit is contained in:
parent
5be5c8c4d4
commit
dcbee94b3c
@ -5115,7 +5115,7 @@ namespace TJAPlayer3
|
||||
if (strCommandParam != level.ToString())
|
||||
{
|
||||
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.Taiko = (int)level;
|
||||
|
@ -9,7 +9,7 @@ SCOREMODE:2
|
||||
MAKER:bol
|
||||
|
||||
COURSE:Edit
|
||||
LEVEL:10.5
|
||||
LEVEL:10.4
|
||||
BALLOON:
|
||||
SCOREINIT:790
|
||||
SCOREDIFF:0
|
||||
|
@ -2,6 +2,7 @@ TITLE:White Heart
|
||||
SUBTITLE:--9C feat. Cusi
|
||||
BPM:95
|
||||
WAVE:White Heart.ogg
|
||||
PREIMAGE:White-Heart_Jacket-ARt.png
|
||||
OFFSET:-0.01
|
||||
DEMOSTART:61.654
|
||||
SCOREMODE:2
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 556 KiB |
Loading…
Reference in New Issue
Block a user