19
19
self.mazes = {self.maze1, self.maze2}
22
22
the.activeMaze = self.maze1
24
24
--the.interface = Group:new()
26
26
--self:add(the.interface)
28
30
self.gameStart = love.timer.getMicroTime()
29
31
self.lastChange = love.timer.getMicroTime()
31
33
onUpdate = function(self, dt)
32
34
if the.player.active and love.timer.getMicroTime() > self.lastChange + 10 then
45
39
the.activeMaze:collide(the.player)