To get this branch, use:
bzr branch
http://9ix.org/bzr/ld28
8
by Josh C
screenshots
|
1
|
function love.conf(t)
|
2
|
--t.title = "LD28"
|
3
|
t.identity = 'ld28'
|
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
|