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

Scale down beatmap cards in profile overlay

This commit is contained in:
StanR 2024-11-18 14:01:17 +05:00
parent 5276f77ebd
commit dcf4674c6c

View File

@ -72,6 +72,7 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Scale = new Vector2(0.8f)
}
: null;
}