Oh, thanks.
In the docs for that function i found out what gives the actual width and height without the dpi scaling, being the functions getWidth / getHeight in love.graphics.
Search found 2 matches
- Sun Feb 16, 2025 1:38 am
- Forum: General
- Topic: Why is my screen center this
- Replies: 3
- Views: 2656
- Fri Feb 14, 2025 3:15 pm
- Forum: General
- Topic: Why is my screen center this
- Replies: 3
- Views: 2656
Why is my screen center this
I was doing my own camera transformations in löve, and i wanted the origin to be the center (instead of the corner) to better handle different aspect ratios. My screen is 1480x720, and the offset vector needed to be (480, 216) to feel minimally centered. I got those values using a seemingly random e...