1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 03:20:16 +08:00

Add back hollow specification

This commit is contained in:
Salman Alshamrani
2025-07-22 03:16:01 +03:00
Unverified
parent 746197e2a0
commit 9245d2687a
+2
View File
@@ -296,6 +296,7 @@ namespace osu.Game.Screens.SelectV2
{
Type = EdgeEffectType.Shadow,
Radius = 2f,
Hollow = true,
};
}
else
@@ -304,6 +305,7 @@ namespace osu.Game.Screens.SelectV2
{
Type = EdgeEffectType.Shadow,
Radius = 4f,
Hollow = true,
Offset = new Vector2(0f, 1f),
};
}