z-index fix

This commit is contained in:
Michael Freno
2025-10-11 22:38:32 -04:00
parent 89767230d5
commit ea8a0ca17b
3 changed files with 231 additions and 0 deletions

View File

@@ -70,6 +70,10 @@ function love_helper.graphics.setColor(r, g, b, a)
-- Mock color setting
end
function love_helper.graphics.setFont(font)
-- Mock font setting
end
function love_helper.graphics.rectangle(mode, x, y, width, height)
-- Mock rectangle drawing
end