所有要二次确认的按钮都改为左上角提示而不是显示问号

移除确认用问号贴图
This commit is contained in:
MrZ626
2021-10-16 02:59:07 +08:00
parent 6f643b8a1b
commit 3d0a39dd34
12 changed files with 11 additions and 40 deletions

View File

@@ -69,6 +69,7 @@ function scene.keyDown(key)
SFX.play('finesseError',.7)
else
sure=1
MES.new('info',text.sureReset)
end
elseif key=="c"and kb.isDown("lctrl","rctrl")or key=="cC"then
if #MISSION>0 then
@@ -183,12 +184,6 @@ function scene.draw()
--Draw cursor
gc.setColor(1,1,.4,.6+.4*sin(TIME()*6.26))
gc.line(cx-5,cy-20,cx-5,cy+20)
--Confirm reset
if sure>0 then
gc.setColor(1,1,1,sure)
mDraw(TEXTURE.sure,1000,640,nil,.9)
end
end
scene.widgetList={