/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-28 20:26:21 UTC
  • Revision ID: josh@9ix.org-20130428202621-ey328vc42y1hkcv9
castle interior

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
   draw = function (self, x, y)
41
41
             View.draw(self, x, y)
42
42
             --love.graphics.print('FPS:' .. love.timer.getFPS(), 20, 20)
43
 
             --love.graphics.print('version:' .. VERSION, 20, 570)
 
43
             love.graphics.print('version:' .. VERSION, 20, 570)
44
44
          end,
45
45
   onUpdate = function (self, dt)
46
46
              end
49
49
the.app = App:new {
50
50
   level = 'shore', --default level
51
51
   onRun = function (self)
52
 
              print('Version: ' .. VERSION)
53
52
              self.view = GameView:new{level = self.level}
54
53
              if DEBUG then
55
54
                 self.console:watch('VERSION', 'VERSION')