mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
rsx/overlays: Darken background a bit
This commit is contained in:
parent
f279d8d6d1
commit
e96fedfefe
@ -38,7 +38,7 @@ namespace rsx
|
||||
m_fade_out_animation.duration = 2.f;
|
||||
m_fade_out_animation.active = true;
|
||||
|
||||
back_color = 0.25;
|
||||
back_color = color4f(0.25f, 0.25f, 0.25f, 0.85f);
|
||||
|
||||
if (icon)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user