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