/spacey

To get this branch, use:
bzr branch /bzr/spacey
1
2
3
4
5
6
function love.conf(t)
   t.title = "Spacey"
   t.identity = 'spacey'
   t.screen.width = 1366
   t.screen.height = 768
end