/traderous

To get this branch, use:
bzr branch /bzr/traderous

« back to all changes in this revision

Viewing changes to conf.lua

  • Committer: Josh C
  • Date: 2013-07-04 18:15:10 UTC
  • Revision ID: josh@9ix.org-20130704181510-lnj4iqrprewr71pu
window title

Show diffs side-by-side

added added

removed removed

1
1
function love.conf(t)
2
 
   t.title = "Spacey"
3
 
   t.identity = 'spacey-nova'
 
2
   t.title = "Traderous"
 
3
   t.identity = 'traderous'
4
4
   t.screen.width = 1366
5
5
   t.screen.height = 768
6
6
end
 
 
'\\ No newline at end of file'