/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-30 22:36:26 UTC
  • Revision ID: josh@9ix.org-20130630223626-pgya1z6raymhzj2v
5-7 planets, tweak some goods

Show diffs side-by-side

added added

removed removed

62
62
                 the.storage.data = {planets = {}}
63
63
 
64
64
                 -- build planets from random
65
 
                 for _ = 1, math.random(3, 6) do
 
65
                 for _ = 1, math.random(5, 7) do
66
66
                    local planet = Planet:new{
67
67
                       x = math.random(the.app.width / 2,
68
68
                                       the.bg.width - the.app.width / 2),