mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Disable shadow on star display text
This commit is contained in:
@ -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,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user