调整文本相关
This commit is contained in:
@@ -199,7 +199,6 @@ drawableText={
|
||||
mxcmb=T(20,"Max Combo"),
|
||||
pc=T(20,"Perfect Clear"),
|
||||
ko=T(25,"KO"),
|
||||
D=T(100,"D"),C=T(100,"C"),B=T(100,"B"),A=T(100,"A"),S=T(100,"S"),
|
||||
|
||||
|
||||
modeName=T(30),levelName=T(30),
|
||||
@@ -210,6 +209,7 @@ drawableText={
|
||||
next=T(40),hold=T(40),
|
||||
win=T(120),finish=T(120),
|
||||
gameover=T(100),pause=T(120),
|
||||
D=T(100),C=T(100),B=T(100),A=T(100),S=T(100),
|
||||
|
||||
custom=T(80),basic=T(35),rule=T(35),field=T(35),mission=T(35),
|
||||
setting_game=T(80),setting_video=T(80),setting_sound=T(80),
|
||||
|
||||
@@ -1466,7 +1466,7 @@ do--custom_seq
|
||||
else
|
||||
if count>1 then
|
||||
gc.setColor(1,1,1)
|
||||
gc.print("x",x-5,y-15)
|
||||
gc.print("×",x-5,y-14)
|
||||
gc.print(count,x+10,y-13)
|
||||
x=x+(count<10 and 33 or 45)
|
||||
count=1
|
||||
@@ -1835,7 +1835,7 @@ do--custom_mission
|
||||
if count>1 then
|
||||
setFont(25)
|
||||
gc.setColor(1,1,1)
|
||||
gc.print("x",x-10,y-15)
|
||||
gc.print("×",x-10,y-14)
|
||||
gc.print(count,x+5,y-13)
|
||||
x=x+(count<10 and 33 or 45)
|
||||
count=1
|
||||
|
||||
Reference in New Issue
Block a user