Merge driver.love

This commit is contained in:
Kartik K. Agaram 2023-12-17 14:31:31 -08:00
commit 118cc6dced
1 changed files with 4 additions and 0 deletions

4
0132-on.resize Normal file
View File

@ -0,0 +1,4 @@
on.resize = function(w, h)
Viewport.w = w
Viewport.h = h
end