1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 21:52:58 +08:00

Enable masking in popup dialog

This commit is contained in:
Andrei Zavatski 2024-01-21 02:12:49 +03:00
parent 3ad3b052df
commit a3703d657a

View File

@ -150,6 +150,7 @@ namespace osu.Game.Overlays.Dialog
ColourLight = Color4Extensions.FromHex(@"271e26"), ColourLight = Color4Extensions.FromHex(@"271e26"),
ColourDark = Color4Extensions.FromHex(@"1e171e"), ColourDark = Color4Extensions.FromHex(@"1e171e"),
TriangleScale = 4, TriangleScale = 4,
Masking = true
}, },
flashLayer = new Box flashLayer = new Box
{ {