/traderous

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

« back to all changes in this revision

Viewing changes to planet.lua

  • Committer: Josh C
  • Date: 2013-06-25 17:14:14 UTC
  • Revision ID: josh@9ix.org-20130625171414-khfaax8xfufz0mml
respawn enemies

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                                            the.player.y - (self.y + hw))
40
40
 
41
41
                    if pvec:len2() < hw ^ 2 then
 
42
                       the.player.velocity = {x=0, y=0}
 
43
                       the.player.acceleration = {x=0, y=0}
 
44
 
42
45
                       tradeView = TradeView:new{ planet = self }
43
46
                       tradeView:activate()
44
47
                    end