This repository has been archived on 2024-09-19. You can view files and clone it, but cannot push or open issues or pull requests.
object.lua/example/conf.lua
Benjamin Moir 910fbe3e3f Initial
2016-08-14 21:25:33 +10:00

9 lines
171 B
Lua

function love.conf(t)
t.title = "Scrolling Shooter Demo"
t.window.width = 480
t.window.height = 800
-- for Windows debugging
t.console = true
end