/ld28

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

« back to all changes in this revision

Viewing changes to conf.lua

  • Committer: Josh C
  • Date: 2013-12-14 20:49:59 UTC
  • Revision ID: josh@9ix.org-20131214204959-sbwlos88we9pckgo
... add the map.  and the extra code to work w/ it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
function love.conf(t)
 
2
   --t.title = "LD28"
 
3
   t.identity = 'ld28'
 
4
   t.version = '0.8.0'
 
5
end