diff --git a/rooms/Stage.lua b/rooms/Stage.lua index 20102dd..44dbdce 100644 --- a/rooms/Stage.lua +++ b/rooms/Stage.lua @@ -13,6 +13,7 @@ end function Stage:canvasDraw() Stage.super.canvasDraw(self) + if DEBUG then love.graphics.print('DEBUG', 2, 2) end end return Stage