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

9 lines
171 B
Lua
Raw Normal View History

2016-08-14 11:25:33 +00:00
function love.conf(t)
t.title = "Scrolling Shooter Demo"
t.window.width = 480
t.window.height = 800
-- for Windows debugging
t.console = true
end