/ld28

To get this branch, use:
bzr branch /bzr/ld28
8 by Josh C
screenshots
1
function love.conf(t)
2
   --t.title = "LD28"
29 by Josh C
name the game
3
   t.identity = 'OneAmongMany'
8 by Josh C
screenshots
4
   t.version = '0.8.0'
22 by Josh C
get rid of spare pixels on bottom
5
   t.screen.width = 800
6
   t.screen.height = 592
8 by Josh C
screenshots
7
end