/ld27

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-08-25 16:04:57 UTC
  • Revision ID: josh@9ix.org-20130825160457-m0le8k88t0i2ooun
win screen activate!

Show diffs side-by-side

added added

removed removed

30
30
              self.maze3.playerScale = 1
31
31
 
32
32
              self.goals = {}
 
33
              the.goalsAchieved = 0
33
34
              for _, obj in ipairs(self.objects.sprites) do
34
35
                 if obj:instanceOf(Goal) then
35
36
                    obj.visible = false