扩展doGC命令集,新增文本绘制相关

This commit is contained in:
MrZ626
2021-04-25 10:09:36 +08:00
parent 20a8470b3c
commit 1cc5eea3a4

View File

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