所有要二次确认的按钮都改为左上角提示而不是显示问号
移除确认用问号贴图
This commit is contained in:
@@ -134,6 +134,7 @@ function scene.keyDown(key)
|
||||
SFX.play('finesseError',.7)
|
||||
else
|
||||
sure=1
|
||||
MES.new('info',text.sureReset)
|
||||
end
|
||||
end
|
||||
elseif key=="escape"then
|
||||
@@ -149,14 +150,6 @@ function scene.update(dt)
|
||||
end
|
||||
end
|
||||
|
||||
function scene.draw()
|
||||
--Confirm delete
|
||||
if sure>0 then
|
||||
gc_setColor(1,1,1,sure)
|
||||
mDraw(TEXTURE.sure,930,640,nil,.9)
|
||||
end
|
||||
end
|
||||
|
||||
scene.widgetList={
|
||||
listBox,
|
||||
WIDGET.newButton{name="export",x=200,y=640,w=70,color='lG',code=pressKey"cC",font=50,fText=CHAR.icon.export},
|
||||
|
||||
Reference in New Issue
Block a user