调整模式评级的文本,看起来不打击一些

调整模式评级对应的颜色
This commit is contained in:
MrZ626
2021-10-08 18:13:28 +08:00
parent 300cf10413
commit 3394409183
7 changed files with 17 additions and 17 deletions

View File

@@ -200,14 +200,14 @@ function scene.update()
end
end
--noRank/D/C/B/A/S
--noRank/B/A/S/U/X
local baseRankColor={
[0]={0,0,0,.3},
{.4,.1,.1,.3},
{.4,.35,.3,.3},
{.6,.4,.2,.3},
{.7,.75,.85,.3},
{.2,.4,.6,.3},
{.6,.85,.65,.3},
{.85,.8,.3,.3},
{.85,.5,.4,.3},
{.85,.3,.8,.3},
}
local rankColor=rankColor
local function _drawModeShape(M,S,drawType)