You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.
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
It seems the font background is opaque black. I don't know why. It looks pretty bad.
The text was updated successfully, but these errors were encountered: