alt64 icon indicating copy to clipboard operation
alt64 copied to clipboard

Font rendering

Open parasyte opened this issue 11 years ago • 2 comments

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

parasyte avatar Aug 26 '14 18:08 parasyte

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

saturnu avatar Oct 14 '14 23:10 saturnu

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

parasyte avatar Oct 15 '14 01:10 parasyte