Closed Parapass closed 2 years ago
Thanks for the report. What is the bsr key of the song?
To make the chat easier to read, the background transparency is 255 by default. In that case, as shown in the image, all objects behind are erased and only light is depicted.
To get around this, the background transparency must be reduced to about half, which requires editing the json directly.
original
{
"BackgroundColor": "#4C4C4CFF"
}
half
{
"BackgroundColor": "#4C4C4CAA"
}
However, it may be difficult to read the chat as the background lights show through.
Not sure if this is intentional or not, so I'm just gonna report it here.