修改doGC模块dLine命令名

This commit is contained in:
MrZ626
2021-05-01 14:31:52 +08:00
parent d6801d5be5
commit c53e55d703
3 changed files with 16 additions and 16 deletions

View File

@@ -12,13 +12,13 @@ local cmds={
setLS="setLineStyle",
setLJ="setLineJoin",
setFT=function(...)setFont(...)end,
setFT=setFont,
print="print",
mText=function(...)ADRAW.str(...)end,
mDraw=function(...)ADRAW.draw(...)end,
draw="draw",
dLine="line",
line="line",
fRect=function(...)gc.rectangle('fill',...)end,
dRect=function(...)gc.rectangle('line',...)end,
fCirc=function(...)gc.circle('fill',...)end,