/traderous

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-06-10 23:27:19 UTC
  • Revision ID: josh@9ix.org-20130610232719-52jhef5f8t57534p
indicators for where the planets are

Show diffs side-by-side

added added

removed removed

Lines of Context:
312
312
 
313
313
              self.view = GameView:new()
314
314
 
 
315
              -- should fail silently if it can't go to fullscreen...
 
316
              love.graphics.toggleFullscreen()
 
317
 
315
318
              if DEBUG then
316
319
                 self.console:watch('VERSION', 'VERSION')
317
320
                 self.console:watch('updateTook', 'the.updateTook')
354
357
               end
355
358
            end
356
359
}
357
 
 
358
 
realRun = love.run
359
 
function love.run()
360
 
   -- should fail silently if it can't go to fullscreen...
361
 
   love.graphics.toggleFullscreen()
362
 
 
363
 
   realRun()
364
 
end
 
 
b'\\ No newline at end of file'