/traderous

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

« back to all changes in this revision

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