微调快速启动方法

This commit is contained in:
MrZ626
2021-02-16 21:26:19 +08:00
parent 25b3617196
commit 5f96e8450e
2 changed files with 3 additions and 4 deletions

View File

@@ -211,6 +211,7 @@ function love.keypressed(i)
elseif i=="f10"then devMode=2 LOG.print("DEBUG 2",COLOR.yellow)
elseif i=="f11"then devMode=3 LOG.print("DEBUG 3",COLOR.yellow)
elseif i=="f12"then devMode=4 LOG.print("DEBUG 4",COLOR.yellow)
elseif i=="\\"then MARKING=nil
elseif devMode==2 then
if WIDGET.sel then
local W=WIDGET.sel