testing cleanup, and stop lsp warnings due to profiling

This commit is contained in:
Michael Freno
2025-11-21 13:03:59 -05:00
parent b4420a2e21
commit 9918df5ea8
8 changed files with 180 additions and 149 deletions

View File

@@ -167,6 +167,18 @@ function love_helper.graphics.translate(x, y)
-- Mock translate
end
function love_helper.graphics.rotate(angle)
-- Mock rotate
end
function love_helper.graphics.scale(sx, sy)
-- Mock scale
end
function love_helper.graphics.shear(kx, ky)
-- Mock shear
end
function love_helper.graphics.newQuad(x, y, width, height, sw, sh)
-- Mock quad creation
return {