added rooms

This commit is contained in:
binarycat
2022-03-04 14:41:45 -05:00
committed by lustlion
parent 2b9f605a0a
commit 5643fc0140
8 changed files with 126 additions and 10 deletions

View File

@@ -133,4 +133,6 @@ function love.draw()
love.graphics.print(game.scale,10,40)
if DemoRecording or DemoPlayback then Demo:Draw() end
frameDebugFlush()
end