/ld28

To get this branch, use:
bzr branch /bzr/ld28
1
2
3
4
5
6
7
function love.conf(t)
   --t.title = "LD28"
   t.identity = 'OneAmongMany'
   t.version = '0.8.0'
   t.screen.width = 800
   t.screen.height = 592
end