docs improvement

This commit is contained in:
Michael Freno
2025-11-18 13:44:00 -05:00
parent 96150e5cf4
commit d86f7dbd5e
16 changed files with 392 additions and 258 deletions

View File

@@ -105,6 +105,9 @@ function love_helper.graphics.newCanvas(width, height)
getDimensions = function()
return width or mockWindowWidth, height or mockWindowHeight
end,
release = function()
-- Mock canvas release
end,
}
end