关闭背景的默认颜色修改
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
local gc_clear=love.graphics.clear
|
local gc_clear=love.graphics.clear
|
||||||
local BGs={
|
local BGs={
|
||||||
none={draw=function()gc_clear(.15,.15,.15)end}
|
none={draw=function()gc_clear(.08,.08,.09)end}
|
||||||
}
|
}
|
||||||
local BGlist={'none'}
|
local BGlist={'none'}
|
||||||
local BG={
|
local BG={
|
||||||
|
|||||||
Reference in New Issue
Block a user