修改doGC模块两个命令的缩略名
This commit is contained in:
@@ -2,8 +2,8 @@ local gc=love.graphics
|
||||
local cmds={
|
||||
move="translate",
|
||||
zoom="scale",
|
||||
rgb="setColor",
|
||||
wid="setLineWidth",
|
||||
setc="setColor",
|
||||
lwid="setLineWidth",
|
||||
line="line",
|
||||
rect="rectangle",
|
||||
circ="circle",
|
||||
|
||||
@@ -88,7 +88,7 @@ local loadingThread=coroutine.wrap(function()
|
||||
{"poly","line",7,24,56,24,56,39,39,39,39,56,24,56,24,39,7,39},
|
||||
}YIELD()
|
||||
modeIcons.infinite=DOGC{64,64,
|
||||
{"wid",4},
|
||||
{"lwid",4},
|
||||
{"circ","line",32,32,28},
|
||||
{"line",32,32,32,14},
|
||||
{"line",32,32,41,41},
|
||||
@@ -99,15 +99,15 @@ local loadingThread=coroutine.wrap(function()
|
||||
{"rect","fill",30,52,4,4},
|
||||
}YIELD()
|
||||
modeIcons.t49=DOGC{64,64,
|
||||
{"wid",2},
|
||||
{"lwid",2},
|
||||
{"rect","line",05,05,10,20},{"rect","line",49,05,10,20},
|
||||
{"rect","line",05,39,10,20},{"rect","line",49,39,10,20},
|
||||
{"rect","line",20,10,23,43},
|
||||
{"rgb",1,1,1,.7},
|
||||
{"setc",1,1,1,.7},
|
||||
{"rect","fill",20,10,23,43},
|
||||
}YIELD()
|
||||
modeIcons.t99=DOGC{64,64,
|
||||
{"wid",2},
|
||||
{"lwid",2},
|
||||
{"rect","line",02,02,6,12},{"rect","line",11,02,6,12},
|
||||
{"rect","line",02,18,6,12},{"rect","line",11,18,6,12},
|
||||
{"rect","line",02,34,6,12},{"rect","line",11,34,6,12},
|
||||
@@ -117,7 +117,7 @@ local loadingThread=coroutine.wrap(function()
|
||||
{"rect","line",47,34,6,12},{"rect","line",56,34,6,12},
|
||||
{"rect","line",47,50,6,12},{"rect","line",56,50,6,12},
|
||||
{"rect","line",20,10,23,43},
|
||||
{"rgb",1,1,1,.7},
|
||||
{"setc",1,1,1,.7},
|
||||
{"rect","fill",20,10,23,43},
|
||||
}YIELD()
|
||||
|
||||
|
||||
@@ -4,10 +4,10 @@ local fs=love.filesystem
|
||||
local ins=table.insert
|
||||
|
||||
local texture_noImage=DOGC{32,32,
|
||||
{"rgb",0,0,0},
|
||||
{"setc",0,0,0},
|
||||
{"rect","fill",0,0,32,32},
|
||||
{"rgb",1,1,1},
|
||||
{"wid",3},
|
||||
{"setc",1,1,1},
|
||||
{"lwid",3},
|
||||
{"line",0,0,31,31},
|
||||
{"line",0,31,31,0},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user