fix debug overlap
This commit is contained in:
parent
9d06b5d50e
commit
abb33b4cbe
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ end
|
||||||
function CircleRoom:canvasDraw()
|
function CircleRoom:canvasDraw()
|
||||||
CircleRoom.super.canvasDraw(self)
|
CircleRoom.super.canvasDraw(self)
|
||||||
love.graphics.setColor(1, 1, 1)
|
love.graphics.setColor(1, 1, 1)
|
||||||
love.graphics.print('objects: '..#self.area.game_objects,2,2)
|
love.graphics.print('objects: '..#self.area.game_objects,2,gh-16)
|
||||||
end
|
end
|
||||||
|
|
||||||
return CircleRoom
|
return CircleRoom
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue