更新框架,aDraw模块改名gcExtend

This commit is contained in:
MrZ626
2021-07-26 17:30:35 +08:00
parent e636deb08e
commit 6fff929856
5 changed files with 45 additions and 28 deletions

View File

@@ -15,9 +15,9 @@ local cmds={
print="print",
setFT=setFont,
mText=ADRAW.str,
mDraw=ADRAW.draw,
mOutDraw=ADRAW.outDraw,
mText=GC.str,
mDraw=GC.draw,
mOutDraw=GC.outDraw,
draw="draw",
line="line",