/traderous

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