master_g模式的cool和regret强制使用英文

This commit is contained in:
MrZ_26
2022-01-19 03:48:07 +08:00
parent dadd09d25a
commit f15541db4a
5 changed files with 2 additions and 11 deletions

View File

@@ -173,7 +173,7 @@ return{
if D.pt%100>70 and not prevDrop70 then
if P.stat.frame-prevSectTime < cool_time[math.ceil(D.pt/100)] then
cools=cools+1
P:_showText(text.cool,0,-120,80,'fly',.8)
P:_showText("COOL!",0,-120,80,'fly',.8)
nextSpeedUp=true
end
prevDrop70=true
@@ -253,7 +253,7 @@ return{
P.modeData.gradePts=math.min(math.floor(int_grade_boosts[int_grade+1]+rollGrades+cools-regrets),36)
if regretDelay>-1 then
regretDelay=regretDelay-1
if regretDelay==-1 then P:_showText(text.regret,0,-120,80,'beat',.8) end
if regretDelay==-1 then P:_showText("REGRET!!",0,-120,80,'beat',.8) end
end
if isInRollTrans then
if P.waiting==220 then

View File

@@ -31,8 +31,6 @@ return{
tasUsing="[TAS]",
stage="Stage $1 cleared!",
cool="Cool!",
regret="Regret!!",
great="Great!",
awesome="Awesome!",
almost="Almost There!",
@@ -145,7 +143,6 @@ return{
customBGloadFailed="Unsupport image format for custom background",
errorMsg="Techmino ran into a problem and needs to restart.\nYou can send the error log to the developers.",
tryAnotherBuild="[Invalid UTF-8] If you are on Windows, try downloading Techmino-win32 or Techmino-win64 (different from what you are using now).",
modInstruction="Choose your modifiers!\nMods allow you to change the game,\nbut they may also crash the game.\nScores will not be saved when using mods.",
modInfo={

View File

@@ -31,8 +31,6 @@ return{
tasUsing="[TAS]",
stage="::$1::",
cool=":D",
regret=":(",
great="!~",
awesome="!!~",
almost="...!",

View File

@@ -31,8 +31,6 @@ return{
tasUsing="[TAS]",
stage="关卡 $1 完成",
cool="Cool",
regret="Regret",
great="Great",
awesome="Awesome.",
almost="Almost",

View File

@@ -31,8 +31,6 @@ return{
tasUsing="[TAS]",
stage="第$1阶段已完成",
cool="是冷的",
regret="生气的",
great="伟大的",
awesome="令人惊叹的!",
almost="几乎!",