/spacey

To get this branch, use:
bzr branch /bzr/spacey
12 by Josh C
fullscreen. (there must be a more subtle way...)
1
function love.conf(t)
2
   t.title = "Spacey"
3
   t.identity = 'spacey'
4
   t.screen.width = 1366
5
   t.screen.height = 768
6
end