Skip to content

Commit 724a576

Browse files
committed
跟进框架更新
1 parent ed47dcb commit 724a576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ Z.setOnFnKeys({
184184
function()for k,v in next,_G do print(k,v)end end,
185185
function()if love['_openConsole']then love['_openConsole']()end end,
186186
})
187+
Z.setOnResize(function(w,_)
188+
SHADER.warning:send('w',w*SCR.dpi)
189+
end)
187190
do--Z.setOnFocus
188191
local function task_autoSoundOff()
189192
while true do

0 commit comments

Comments
 (0)