/spacey

To get this branch, use:
bzr branch http://9ix.org/bzr/spacey

« back to all changes in this revision

Viewing changes to conf.lua

  • Committer: Josh C
  • Date: 2013-05-13 21:31:23 UTC
  • Revision ID: josh@9ix.org-20130513213123-n21tkmyb2u7xcjtz
monkey patch group to add onRemove hook.  remove mirrors on remove.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
b'\\ No newline at end of file'