降低所有背景的亮度,优化部分背景性能
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
local gc_clear=love.graphics.clear
|
||||
local BGs={
|
||||
none={
|
||||
draw=function()
|
||||
love.graphics.clear(.15,.15,.15)
|
||||
end
|
||||
}
|
||||
none={draw=function()gc_clear(.15,.15,.15)end}
|
||||
}
|
||||
local BGlist={"none"}
|
||||
local BG={
|
||||
|
||||
Reference in New Issue
Block a user