/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-24 21:15:46 UTC
  • Revision ID: josh@9ix.org-20130824211546-713om9pp99jgd6of
more map

Show diffs side-by-side

added added

removed removed

23
23
              for _, bg in ipairs(self.bgs) do bg.visible = false end
24
24
 
25
25
              self.maze1.moveMod = 1
26
 
              self.maze2.moveMod = 0.5
 
26
              self.maze2.moveMod = 0.55
27
27
              self.maze3.moveMod = -1
28
28
              self.maze1.playerScale = 1
29
29
              self.maze2.playerScale = 0.5