/ld26

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-04-27 17:14:03 UTC
  • Revision ID: josh@9ix.org-20130427171403-e713dceefjs4k2cn
show version

Show diffs side-by-side

added added

removed removed

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)
27
28
          end
28
29
}
29
30