取消暂停时可以更早一点看到场地
This commit is contained in:
@@ -23,12 +23,12 @@ end
|
||||
|
||||
function scene.draw()
|
||||
--Game scene
|
||||
if timer*1.5<1 then
|
||||
if timer*1.26<1 then
|
||||
SCN.scenes.play.draw()
|
||||
end
|
||||
|
||||
--Grey screen cover
|
||||
gc.setColor(.15,.15,.15,timer*1.5)
|
||||
gc.setColor(.15,.15,.15,timer*1.26)
|
||||
gc.push("transform")
|
||||
gc.origin()
|
||||
gc.rectangle("fill",0,0,SCR.w,SCR.h)
|
||||
|
||||
Reference in New Issue
Block a user