setFont改为font模块,字体文件放到parts/fonts内,调整打包ci对应处
This commit is contained in:
@@ -95,7 +95,7 @@ do--function GC.DO(L)
|
||||
setLJ="setLineJoin",
|
||||
|
||||
print="print",
|
||||
setFT=function(...)setFont(...)end,
|
||||
setFT=function(...)FONT.set(...)end,
|
||||
mText=GC.str,
|
||||
mDraw=GC.draw,
|
||||
mOutDraw=GC.outDraw,
|
||||
|
||||
Reference in New Issue
Block a user