parasyte / alt64

Alternate Everdrive64 Menu. Original release from: http://krikzz.com/forum/index.php?topic=816.0
68 stars 38 forks source link

Font rendering #2

Open parasyte opened 10 years ago

parasyte commented 10 years ago

It seems the font background is opaque black. I don't know why. It looks pretty bad.

saturnu commented 9 years ago

backcolor in -> drawToplistBox(), display_dir() needs to be

backcolor = graphics_make_color(0x00, 0x00, 0x00, 0x00); //bg instead of << backcolor = graphics_make_color(0x00, 0x00, 0x00, 0xFF); //bg the last value is for alpha, greetings, saturnu

parasyte commented 9 years ago

@saturnu Can you submit a pull request? There are multiple backcolor variables ...