/traderous

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

« back to all changes in this revision

Viewing changes to player.lua

  • Committer: Josh C
  • Date: 2013-06-16 04:21:01 UTC
  • Revision ID: josh@9ix.org-20130616042101-tp1rddbd3subc8lg
enemy is back

Show diffs side-by-side

added added

removed removed

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
63
64
                           }
64
65
                           self.lastFired = love.timer.getTime()
65
66
                     end