1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 07:29:53 +08:00

Make spinner bigger

This commit is contained in:
ansel
2022-11-30 13:57:09 +03:00
Unverified
parent 1cc7ffce39
commit 43628903a7
+1 -1
View File
@@ -194,7 +194,7 @@ namespace osu.Game.Overlays.Comments
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(14),
Size = new Vector2(16),
Depth = -2,
});
}