/ld28

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-12-14 21:07:44 UTC
  • Revision ID: josh@9ix.org-20131214210744-5yqz19r1ge03v2sc
16 is a more fun number.  :D

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
              the.clones = Group:new()
28
28
              self:add(the.clones)
29
 
              for _ = 1, 14 do
 
29
              for _ = 1, 15 do
30
30
                 the.clones:add(Clone:new {
31
31
                                   x = math.random(2, tw-2) * 16,
32
32
                                   y = math.random(2, th-2) * 16