重构字体模块,支持多字体

控制台应用等宽字体
This commit is contained in:
MrZ626
2021-11-27 04:24:40 +08:00
parent 4e759cad4c
commit 3226c0c831
7 changed files with 82 additions and 75 deletions

View File

@@ -527,17 +527,17 @@ local wsBottomImage do
wsBottomImage=GC.DO(L)
end
local ws_deadImg=GC.DO{20,20,
{'setFT',20},
{'rawFT',20},
{'setCL',1,.3,.3},
{'mText',"X",11,-1},
}
local ws_connectingImg=GC.DO{20,20,
{'setFT',20},
{'rawFT',20},
{'setLW',3},
{'mText',"C",11,-1},
}
local ws_runningImg=GC.DO{20,20,
{'setFT',20},
{'rawFT',20},
{'setCL',.5,1,0},
{'mText',"R",11,-1},
}