Merge pull request #93 from Not-A-Normal-Robot/patch-1

Fix text inaccuracy in mod menu
This commit is contained in:
MrZ_26
2021-06-26 21:35:56 +08:00
committed by GitHub

View File

@@ -108,7 +108,7 @@ return{
errorMsg="Techmino ran into a problem and needs to restart.\nYou can send the error log to the devs.",
modInstruction="Choose your modifiers!\nMods allow you to change the game.\nThey may also break it in weird ways.\nBeware, some mods will cause your game to be unranked!",
modInstruction="Choose your modifiers!\nMods allow you to change the game.\nThey may also break it in weird ways.\nBeware, the mods will cause your game to be unranked!",
modInfo={
next="NEXT\nOverrides the number of Next pieces.",
hold="HOLD\nOverrides the number of Hold pieces.",
@@ -921,4 +921,4 @@ return{
{C.Y,"O-Spin Triple!"},
{C.Z,"What? ",C.lC,"Xspin?"},
}
}
}