Page 1 of 1

Screen size not corresponding

Posted: Wed May 29, 2024 2:31 am
by Gunroar:Cannon()
A few issues...

1) Love says my screen res is 1280x720 (using love.graphics)
2) I just found out recently my screen res is actually 1280x800, why the 720?
3) I drew a 1280x800 image over a screenshot of my project, but when I use the image it doesn't align. It aligns horizontally but the vertical is messed up.

Possible causes/fixes?

Re: Screen size not corresponding

Posted: Wed May 29, 2024 5:21 am
by gcmartijn

Re: Screen size not corresponding

Posted: Wed May 29, 2024 2:57 pm
by Gunroar:Cannon()
I still don't understand though, shouldn't an image the same size as the screen (let's say a not fully opaque screenshot) match all the elements in the game? just by drawing it at position 0,0 with no change to scale or anything?