/traderous

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

« back to all changes in this revision

Viewing changes to player.lua

  • Committer: Josh C
  • Date: 2013-06-15 23:38:45 UTC
  • Revision ID: josh@9ix.org-20130615233845-7jk8myzua5e842vz
money

Show diffs side-by-side

added added

removed removed

26
26
   maxVelocity = {x=velLimit,y=velLimit},
27
27
   minVelocity = {x=-velLimit, y=-velLimit},
28
28
   lastFired = 0,
 
29
   money = 2000, -- what to use for money symbol? ✪ or ☥ or Ⓐ?
29
30
   onNew = function(self)
30
31
              self.thrust = Tile:new{image = 'data/thrust.png'}
31
32
           end,