1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 09:02:55 +08:00

Disable shadow on star display text

This commit is contained in:
Salman Ahmed 2021-07-18 08:20:06 +03:00
parent d4399f10f9
commit 42370e48ec

View File

@ -78,6 +78,7 @@ namespace osu.Game.Beatmaps.Drawables
Origin = Anchor.Centre,
Margin = new MarginPadding { Left = 10f, Bottom = 1f },
Font = OsuFont.Torus.With(size: 12f, weight: FontWeight.Bold),
Shadow = false,
}
}
};