/traderous

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

« back to all changes in this revision

Viewing changes to planet.lua

  • Committer: Josh C
  • Date: 2013-06-23 03:10:51 UTC
  • Revision ID: josh@9ix.org-20130623031051-3142chix333jkmqi
pay to fix shield

Show diffs side-by-side

added added

removed removed

39
39
                                            the.player.y - (self.y + hw))
40
40
 
41
41
                    if pvec:len2() < hw ^ 2 then
42
 
                       -- TODO: probably you should pay to fix shield
43
 
                       the.player.shield.strength = the.player.shield.max
44
42
                       the.player.velocity = {x=0, y=0}
45
43
                       the.player.acceleration = {x=0, y=0}
46
44