JKGDevs / JediKnightGalaxies

Jedi Knight Galaxies (JKG) is a multiplayer shooter with role playing elements, played out in the Star Wars universe. The project is a full conversion game modification for Jedi Knight: Jedi Academy.
https://www.jkgalaxies.net/
GNU General Public License v2.0
34 stars 12 forks source link

Draw 2d Elements Without Stretching #341

Open DarthFutuza opened 2 years ago

DarthFutuza commented 2 years ago

Both eternalJK and jk2mv have implemented this. (See: https://github.com/mvdevs/jk2mv/commit/580abca09c0148a79893857dd6b2e05140482f70 ).

Merge or adopt their code to do the same so that if player's are playing in 16:9 things don't get stretched.

Silverfang22 commented 2 years ago

Note that the EE-3 has a pre-scaled image for 16:9, will need to redo this once this is implemented.