eitmer/bundle/conf.lua

7 lines
127 B
Lua
Raw Normal View History

2019-06-28 15:13:03 +00:00
function love.conf(t)
2019-06-28 17:27:01 +00:00
t.window.title = "Èitmer"
2019-06-28 15:13:03 +00:00
t.window.width = 1280
t.window.height = 960
t.window.resizable = true
end