/traderous

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

« back to all changes in this revision

Viewing changes to main.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

118
118
              self:add(the.indicators)
119
119
              self:add(the.interface)
120
120
 
121
 
              for _ = 1, math.random(6) do
 
121
              for _ = 1, math.random(3, 6) do
122
122
                 local planet = Planet:new{
123
123
                    x = math.random(the.app.width / 2,
124
124
                                    the.bg.width - the.app.width / 2),