/traderous

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

« back to all changes in this revision

Viewing changes to player.lua

  • Committer: Josh C
  • Date: 2013-07-01 00:35:05 UTC
  • Revision ID: josh@9ix.org-20130701003505-nfdvnalobuuasfmb
exclude xcfs from packaging

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,
33
34
   onNew = function(self)
34
35
              self.thrust = Tile:new{image = 'data/thrust.png'}
35
36
              self.shield = Shield:new{ship = self}