/ld28

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

« back to all changes in this revision

Viewing changes to conf.lua

  • Committer: Josh C
  • Date: 2013-12-15 20:12:04 UTC
  • Revision ID: josh@9ix.org-20131215201204-k5ldifo4g8shxd3x
name the game

Show diffs side-by-side

added added

removed removed

1
1
function love.conf(t)
2
2
   --t.title = "LD28"
3
 
   t.identity = 'ld28'
 
3
   t.identity = 'OneAmongMany'
4
4
   t.version = '0.8.0'
5
5
   t.screen.width = 800
6
6
   t.screen.height = 592