整理代码,只在代码中使用的字符串由双引号改为单引号
This commit is contained in:
@@ -2,10 +2,10 @@ local gc_clear=love.graphics.clear
|
||||
local BGs={
|
||||
none={draw=function()gc_clear(.15,.15,.15)end}
|
||||
}
|
||||
local BGlist={"none"}
|
||||
local BGlist={'none'}
|
||||
local BG={
|
||||
cur="none",
|
||||
default="none",
|
||||
cur='none',
|
||||
default='none',
|
||||
init=false,
|
||||
resize=false,
|
||||
update=NULL,
|
||||
|
||||
Reference in New Issue
Block a user