Jeremy Penner
3d52b70bbc
subrepo: subdir: "vendor/lite" merged: "2783adc" upstream: origin: "https://github.com/jeremypenner/lite.git" branch: "master" commit: "2783adc" git-subrepo: version: "0.4.2" origin: "https://github.com/ingydotnet/git-subrepo" commit: "65fde50"
6 lines
113 B
Lua
6 lines
113 B
Lua
function love.conf(t)
|
|
t.window.width = 1280
|
|
t.window.height = 1000
|
|
t.window.resizable = true
|
|
end
|
|
|