/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 17:02:07 UTC
  • Revision ID: josh@9ix.org-20130824170207-8fzjr3j0t2rpfb5s
goal... thing

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
require 'version'
9
9
--require 'wrap_tile'
10
10
require 'player'
 
11
require 'goal'
11
12
 
12
13
GameView = View:extend {
13
14
   gameStart = 0,
55
56
                   end
56
57
                   the.activeMaze:revive()
57
58
 
58
 
                   self._fx = {255,255,255,0}
 
59
                   self._fx = {0,0,0,0}
59
60
                   self.tween:start(self._fx, 4, 150, 10, 'quadIn')
60
61
 
61
62
                   self.lastChange = love.timer.getMicroTime()