mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +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,
|
Origin = Anchor.Centre,
|
||||||
Margin = new MarginPadding { Left = 10f, Bottom = 1f },
|
Margin = new MarginPadding { Left = 10f, Bottom = 1f },
|
||||||
Font = OsuFont.Torus.With(size: 12f, weight: FontWeight.Bold),
|
Font = OsuFont.Torus.With(size: 12f, weight: FontWeight.Bold),
|
||||||
|
Shadow = false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user