升级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

@@ -75,50 +75,50 @@ local loadingThread=coroutine.wrap(function()
upFloor()
local modeIcons={}
modeIcons.marathon=DOGC{32,32,
{"move",3,1},
{"rect","fill",10,4,-2,23},
{"poly","fill",10,4,24,10,10,16.5},
{"rect","fill",4,24,10,3},
{"trans",3,1},
{"fRect",10,4,-2,23},
{"fPoly",10,4,24,10,10,16.5},
{"fRect",4,24,10,3},
}YIELD()
modeIcons.tsd=DOGC{64,64,
{"rect","fill",7,7,16,16},
{"rect","fill",7,41,16,16},
{"rect","fill",41,41,16,16},
{"move",.5,.5},
{"poly","line",7,24,56,24,56,39,39,39,39,56,24,56,24,39,7,39},
{"fRect",7,7,16,16},
{"fRect",7,41,16,16},
{"fRect",41,41,16,16},
{"trans",.5,.5},
{"dPoly",7,24,56,24,56,39,39,39,39,56,24,56,24,39,7,39},
}YIELD()
modeIcons.infinite=DOGC{64,64,
{"lwid",4},
{"circ","line",32,32,28},
{"line",32,32,32,14},
{"line",32,32,41,41},
{"move",.5,.5},
{"rect","fill",30,7,4,4},
{"rect","fill",7,30,4,4},
{"rect","fill",52,30,4,4},
{"rect","fill",30,52,4,4},
{"setLW",4},
{"dCirc",32,32,28},
{"dLine",32,32,32,14},
{"dLine",32,32,41,41},
{"trans",.5,.5},
{"fRect",30,7,4,4},
{"fRect",7,30,4,4},
{"fRect",52,30,4,4},
{"fRect",30,52,4,4},
}YIELD()
modeIcons.t49=DOGC{64,64,
{"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},
{"rgba",1,1,1,.7},
{"rect","fill",20,10,23,43},
{"setLW",2},
{"dRect",05,05,10,20},{"dRect",49,05,10,20},
{"dRect",05,39,10,20},{"dRect",49,39,10,20},
{"dRect",20,10,23,43},
{"setCL",1,1,1,.7},
{"fRect",20,10,23,43},
}YIELD()
modeIcons.t99=DOGC{64,64,
{"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},
{"rect","line",02,50,6,12},{"rect","line",11,50,6,12},
{"rect","line",47,02,6,12},{"rect","line",56,02,6,12},
{"rect","line",47,18,6,12},{"rect","line",56,18,6,12},
{"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},
{"rgba",1,1,1,.7},
{"rect","fill",20,10,23,43},
{"setLW",2},
{"dRect",02,02,6,12},{"dRect",11,02,6,12},
{"dRect",02,18,6,12},{"dRect",11,18,6,12},
{"dRect",02,34,6,12},{"dRect",11,34,6,12},
{"dRect",02,50,6,12},{"dRect",11,50,6,12},
{"dRect",47,02,6,12},{"dRect",56,02,6,12},
{"dRect",47,18,6,12},{"dRect",56,18,6,12},
{"dRect",47,34,6,12},{"dRect",56,34,6,12},
{"dRect",47,50,6,12},{"dRect",56,50,6,12},
{"dRect",20,10,23,43},
{"setCL",1,1,1,.7},
{"fRect",20,10,23,43},
}YIELD()
upFloor()