/ld27

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-08-24 14:46:32 UTC
  • Revision ID: josh@9ix.org-20130824144632-dc7c22ot1wbut0pt
how about fade to black instead?

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                   end
56
56
                   the.activeMaze:revive()
57
57
 
58
 
                   self._fx = {255,255,255,0}
 
58
                   self._fx = {0,0,0,0}
59
59
                   self.tween:start(self._fx, 4, 150, 10, 'quadIn')
60
60
 
61
61
                   self.lastChange = love.timer.getMicroTime()