111
This commit is contained in:
@@ -174,7 +174,7 @@ class CumulativeRewardC extends LenheartNewUI_Windows {
|
||||
local Second = ((NextStageTime - (CurrentStageTime + ((Clock() - RecvPackTime)))) / 1000);
|
||||
local SecondStr = Second % 60;
|
||||
local Minute = (Second - SecondStr) / 60;
|
||||
local Str = "距离下一阶段还有 " + (Minute> 0 ? Minute.tostring() : "") + SecondStr.tostring() + " 秒";
|
||||
local Str = "距离下一阶段还有 " + (Minute> 0 ? Minute.tostring() + " 分 " : "") + SecondStr.tostring() + " 秒";
|
||||
L_sq_DrawCode(Str, X + 6, Y + 61, sq_RGBA(150, 150, 150, 255), 1, 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user