eitmer/bundle/conf.lua

9 lines
159 B
Lua
Raw Normal View History

2019-06-28 15:13:03 +00:00
function love.conf(t)
t.window.title = "The Orb of Èitmer"
2019-06-28 15:13:03 +00:00
t.window.width = 1280
t.window.height = 960
t.window.resizable = true
t.version = "11.2"
2019-06-28 15:13:03 +00:00
end