Added black backdrop to debug info.

This commit is contained in:
2025-10-04 04:38:41 -04:00
parent 8662424c80
commit cfb04372de

View File

@@ -88,6 +88,9 @@ function love.draw()
Fade:draw()
if Debug then
love.graphics.setColor(0, 0, 0)
love.graphics.rectangle('fill', 0, 0, 140, 40)
love.graphics.setColor()
love.graphics.print(string.format('OS: %s', love.system.getOS()), 5, 5)
love.graphics.print(string.format('Love version: %s', love.getVersion()), 5, 15)
love.graphics.print(string.format('Memory usage: %s KiB', love.system.getMemUsage()), 5, 25)