关闭背景的默认颜色修改

This commit is contained in:
MrZ626
2021-08-05 15:43:19 +08:00
parent 43019185a8
commit 450483acc7

View File

@@ -1,6 +1,6 @@
local gc_clear=love.graphics.clear
local BGs={
none={draw=function()gc_clear(.15,.15,.15)end}
none={draw=function()gc_clear(.08,.08,.09)end}
}
local BGlist={'none'}
local BG={