/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-05-07 20:42:07 UTC
  • Revision ID: josh@9ix.org-20130507204207-yavvb4hhzhrjnw1e
fullscreen.  (there must be a more subtle way...)

Show diffs side-by-side

added added

removed removed

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