issues
search
moggers87
/
apricots
Everyone's favourite plane game!
GNU General Public License v2.0
13
stars
3
forks
source link
Scale game correctly
#26
Closed
moggers87
closed
3 years ago
moggers87
commented
3 years ago
Tell SDL to scale our game to the size of the window
Tell SDL to render in software (there are graphical glitches otherwise)
Move all instances of 640 and 480 to a global const
Fixes #23
Fixes #23