/traderous

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

« back to all changes in this revision

Viewing changes to player.lua

  • Committer: Josh C
  • Date: 2013-06-16 03:58:19 UTC
  • Revision ID: josh@9ix.org-20130616035819-y3jhfpuogpmy7se4
more old code cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                           b = Bullet:new{
61
61
                              x = self.x + self.width / 2,
62
62
                              y = self.y + self.height / 2,
63
 
                              rotation = self.rotation
64
63
                           }
65
64
                           self.lastFired = love.timer.getTime()
66
65
                     end