升级doGC模块命令

This commit is contained in:
MrZ626
2021-04-19 00:20:35 +08:00
parent 63d3f02abe
commit 026fbc910f
4 changed files with 65 additions and 55 deletions

View File

@@ -2,12 +2,12 @@ local loadImage=love.graphics.newImage
local fs=love.filesystem
local texture_noImage=DOGC{32,32,
{"rgba",0,0,0},
{"rect","fill",0,0,32,32},
{"rgba",1,1,1},
{"lwid",3},
{"line",0,0,31,31},
{"line",0,31,31,0},
{"setCL",0,0,0},
{"fRect",0,0,32,32},
{"setCL",1,1,1},
{"setLW",3},
{"dLine",0,0,31,31},
{"dLine",0,31,31,0},
}
local function _getEmptyUser()