This commit is contained in:
Michael Freno
2025-09-21 12:20:23 -04:00
parent 4909e03a2c
commit ea668174bf
4 changed files with 837 additions and 80 deletions

View File

@@ -11,6 +11,11 @@ end
-- Mock graphics functions
love_helper.graphics = {}
function love_helper.graphics.getDimensions()
return 800, 600 -- Default resolution - same as window.getMode
end
function love_helper.graphics.newFont(size)
-- Return a mock font object with basic methods
return {