修复一些背景相关问题,框架跟进

This commit is contained in:
MrZ_26
2022-03-31 16:57:57 +08:00
parent 5f539a2d4f
commit 5e8af423f2
7 changed files with 16 additions and 15 deletions

View File

@@ -180,7 +180,7 @@ Z.setOnFnKeys({
end
end
end,
function()print(WIDGET.getSelected()or"no widget selected")end,
function()print(BG.locked)end,
function()for k,v in next,_G do print(k,v)end end,
function()if love['_openConsole']then love['_openConsole']()end end,
})