love2d-community / love-api

The whole LÖVE wiki in a Lua table.
http://love2d-community.github.io/love-api/
299 stars 46 forks source link

Fix Annotation issue newQuad #117 #119

Closed C3pa closed 1 year ago

C3pa commented 1 year ago

The new overload, love.graphics.newQuad(x, y, width, height, texture), is available since LOVE 11.0, here is a link to the wiki.

Fixes #117.