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