修改ios退出提示文本

This commit is contained in:
MrZ626
2021-10-27 01:14:52 +08:00
parent 5a568df6cd
commit 840be65198

View File

@@ -13,7 +13,7 @@ function scene.sceneInit()
SETTING.powerInfo=false SETTING.powerInfo=false
SETTING.tapFX=false SETTING.tapFX=false
VERSION.string="" VERSION.string=""
MES.new('error',"Please quit with HOME button on iOS",1e99) MES.new('error',"Please swipe up or press Home button to quit Techmino on iOS",1e99)
end end
end end