/ld26

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-04-27 17:10:14 UTC
  • Revision ID: josh@9ix.org-20130427171014-d41dnj1o6dwj36tk
ignore deploy dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
   draw = function (self, x, y)
25
25
             View.draw(self, x, y)
26
26
             love.graphics.print('FPS:' .. love.timer.getFPS(), 20, 20)
27
 
             love.graphics.print('version:' .. VERSION, 20, 570)
28
27
          end
29
28
}
30
29