/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 02:05:10 UTC
  • Revision ID: josh@9ix.org-20130623020510-i4t86yocvbjab19o
higher planet floor, recharge shields when you land, stop moving when you land

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
                       the.player.velocity = {x=0, y=0}
 
45
                       the.player.acceleration = {x=0, y=0}
 
46
 
42
47
                       tradeView = TradeView:new{ planet = self }
43
48
                       tradeView:activate()
44
49
                    end