NeutronLoved/conf.lua

5 lines
77 B
Lua
Raw Normal View History

2022-03-24 11:30:44 +01:00
function love.conf(t)
t.window.width = 416
t.window.height = 234
end