/traderous

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