/ld28

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

« back to all changes in this revision

Viewing changes to goal_person.lua

  • Committer: Josh C
  • Date: 2013-12-15 17:23:16 UTC
  • Revision ID: josh@9ix.org-20131215172316-aqwbhh3lyik48fnh
levels.  ish.

Show diffs side-by-side

added added

removed removed

30
30
                  end
31
31
 
32
32
                  if other == the.player then
33
 
                     error('WIN!')
 
33
                     if the.view.level == 1 then
 
34
                        the.app.view = GameView:new{level = 2}
 
35
                     elseif the.view.level == 2 then
 
36
                        the.app.view = GameView:new{level = 3}
 
37
                     elseif the.view.level == 3 then
 
38
                        error('WIN!')
 
39
                     end
34
40
                  end
35
41
               end
36
42
}
 
 
'\\ No newline at end of file'