Progress Bar Opacity
MrCubicYT opened this issue ยท 5 comments
Describe the bug
Progress Bar ignores alpha hex.
To Reproduce
Give bar hex with an alpha value for example. (#000000ff)
Shows solid colour without opacity. (In this case black)
Expected behavior
Should look at opacity and set colour or element to that opacity. (In this case it should have been clear because of the ff)
Game Log
Doesn't mention anything about opacity or colour, only stuff about creating the bar.
Basic Informations (please complete the following information):
The bar should have alpha channel support, but I'm not 100% sure. If it doesn't, it's probably for a reason, like to not break the fade-out of the loading screen for example.
You could then try #00000077
and that would mix ~50% red (background of the loading bar) and black. (if the mod works that is)