Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Font rendering #2

Open
parasyte opened this issue Aug 26, 2014 · 2 comments
Open

Font rendering #2

parasyte opened this issue Aug 26, 2014 · 2 comments
Labels

Comments

@parasyte
Copy link
Owner

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

@parasyte parasyte added the bug label Aug 26, 2014
@saturnu
Copy link

saturnu commented Oct 14, 2014

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
Copy link
Owner Author

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

parasyte pushed a commit that referenced this issue Jun 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants