/spacey

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

« back to all changes in this revision

Viewing changes to player.lua

  • Committer: Josh C
  • Date: 2013-05-16 02:07:23 UTC
  • Revision ID: josh@9ix.org-20130516020723-ntq1ydr2fczd9w5b
stick things into layers

Show diffs side-by-side

added added

removed removed

54
54
                              x = self.x + self.width / 2,
55
55
                              y = self.y + self.height / 2,
56
56
                           }
57
 
                           the.app.view:add(b)
58
57
                           self.lastFired = love.timer.getTime()
59
58
                     end
60
59
                  end,