This commit is contained in:
MrZ_26
2020-02-04 19:38:28 +08:00
parent 7cf9f6c5dc
commit 918d17ad9a
9 changed files with 56 additions and 48 deletions

View File

@@ -132,8 +132,8 @@ local swap={
gc.setColor(0,0,0,t)
gc.rectangle("fill",0,0,1280,720)
end},
slowFade={120,40,function(t)
local t=t>40 and 1.5-t/80 or t/40
slowFade={180,90,function(t)
local t=t>90 and 2-t/90 or t/90
gc.setColor(0,0,0,t)
gc.rectangle("fill",0,0,1280,720)
end},