driver.love/0132-on.resize

5 lines
63 B
Plaintext

on.resize = function(w, h)
Viewport.w = w
Viewport.h = h
end