done for the day

This commit is contained in:
Michael Freno
2025-11-15 02:47:26 -05:00
parent 472bf358f4
commit 3861a5f472
9 changed files with 2512 additions and 0 deletions

View File

@@ -82,6 +82,10 @@ function love_helper.graphics.line(x1, y1, x2, y2)
-- Mock line drawing
end
function love_helper.graphics.polygon(mode, ...)
-- Mock polygon drawing
end
function love_helper.graphics.print(text, x, y)
-- Mock text printing
end