新增行号显示(设置可调透明度) close #196

This commit is contained in:
MrZ626
2021-08-14 13:25:34 +08:00
parent 6559a405e1
commit fbc1c6b60a
12 changed files with 29 additions and 11 deletions

View File

@@ -348,6 +348,7 @@ local function applyGameEnv(P)--Finish gameEnv processing
if ENV.ghost==0 then ENV.ghost=false end
if ENV.grid==0 then ENV.grid=false end
if ENV.center==0 then ENV.center=false end
if ENV.lineNum==0 then ENV.lineNum=false end
end
--------------------------</Libs>--------------------------