Level select screen bug

I discovered an layout bug in the Level Select screen in What The Frog?!. asrp had mentioned it on IRC but I forgot all about it while attempting to fix the showstopper "brown screen" driver bug.

It is related to pixel scaling, which scales the game down to smaller screens, so you'll encounter this if your display is less than 1250 pixels high (or if you specify --pixel-scale manually on the command line).

The fix is to apply a PIXEL_SCALE factor in two places - or you can download the 1.0.2 release from GitHub.

(log in to comment)

Comments

Nice! Thanks for the fix. It works.