修改两处在GC.DO里使用print,防止更换字体后明显不对齐

This commit is contained in:
MrZ626
2021-08-29 23:25:38 +08:00
parent 1c25138eaf
commit 3db2a4b30d
2 changed files with 9 additions and 9 deletions

View File

@@ -517,17 +517,17 @@ end
local ws_deadImg=GC.DO{20,20,
{'setFT',20},
{'setCL',1,.3,.3},
{'print',"X",3,-1},
{'mText',"X",11,-1},
}
local ws_connectingImg=GC.DO{20,20,
{'setFT',20},
{'setLW',3},
{'print',"C",3,-1},
{'mText',"C",11,-1},
}
local ws_runningImg=GC.DO{20,20,
{'setFT',20},
{'setCL',.5,1,0},
{'print',"R",3,-1},
{'mText',"R",11,-1},
}
local cursorImg=GC.DO{16,16,
{'fCirc',8,8,4},