修改DOGC模块setc的命令名

This commit is contained in:
MrZ626
2021-04-18 14:20:53 +08:00
parent 91c240c463
commit b723469b43
4 changed files with 6 additions and 6 deletions

View File

@@ -2,9 +2,9 @@ local loadImage=love.graphics.newImage
local fs=love.filesystem
local texture_noImage=DOGC{32,32,
{"setc",0,0,0},
{"rgba",0,0,0},
{"rect","fill",0,0,32,32},
{"setc",1,1,1},
{"rgba",1,1,1},
{"lwid",3},
{"line",0,0,31,31},
{"line",0,31,31,0},