整理代码,大规模整理(展开)使用次数不多的局部变量名
框架跟进
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
--Light-dark
|
||||
local gc=love.graphics
|
||||
local sin=math.sin
|
||||
local back={}
|
||||
|
||||
@@ -12,6 +11,6 @@ function back.update(dt)
|
||||
end
|
||||
function back.draw()
|
||||
local t1=(sin(t*.5)+sin(t*.7)+sin(t*.9+1)+sin(t*1.5)+sin(t*2+10))*.08
|
||||
gc.clear(t1,t1,t1)
|
||||
GC.clear(t1,t1,t1)
|
||||
end
|
||||
return back
|
||||
|
||||
Reference in New Issue
Block a user