You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got everything set up in my project to scale images and fonts properly, but I noticed today that love.graphics.circle and love.graphics.ellipse don't scale to the same pixel size as everything else. Is that a known bug/issue/design choice?
As an example, notice the gray circle in the top-left corner. Its pixels are about a third the size of the other pixels on screen.
The text was updated successfully, but these errors were encountered:
Fiddled around more tonight and found out that setting highdpi = false inside push:setupScreen fixed the problem. I falsely assumed that highdpi would default to false if unspecified.
I've got everything set up in my project to scale images and fonts properly, but I noticed today that
love.graphics.circle
andlove.graphics.ellipse
don't scale to the same pixel size as everything else. Is that a known bug/issue/design choice?As an example, notice the gray circle in the top-left corner. Its pixels are about a third the size of the other pixels on screen.
The text was updated successfully, but these errors were encountered: