.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())
|
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;
|
||||||
|
@ -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
|
||||||
|
@ -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 |
Loading…
Reference in New Issue
Block a user