/spacey

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-05-24 03:14:13 UTC
  • Revision ID: josh@9ix.org-20130524031413-b7104z7wa1zpavzd
thrust indicator

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
                    self.quit()
280
280
                 elseif the.keys:justPressed('return') then
281
281
                    self.view = GameView:new()
282
 
                 elseif the.keys:justPressed('f1') then
283
 
                    local ss = love.graphics.newScreenshot()
284
 
                    ss:encode('screenshot-' ..love.timer.getTime()..'.png')
285
282
                 end
286
283
              end,
287
284
   update = function (self, dt)