/traderous

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

« back to all changes in this revision

Viewing changes to player.lua

  • Committer: Josh C
  • Date: 2013-06-30 22:39:43 UTC
  • Revision ID: josh@9ix.org-20130630223943-863q2kff3f3bqp7v
save on arriving at & leaving a planet both

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
   goods = {},
31
31
   cargoSpace = 20,
32
32
   onPlanet = false,
33
 
   kills = 0,
34
33
   onNew = function(self)
35
34
              self.thrust = Tile:new{image = 'data/thrust.png'}
36
35
              self.shield = Shield:new{ship = self}