1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Reduce size of hit objects on timeline

This commit is contained in:
Dean Herbert 2024-08-21 00:44:29 +09:00
parent 3065f808a7
commit 1a48a6f654
No known key found for this signature in database

View File

@ -30,7 +30,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
{
public partial class TimelineHitObjectBlueprint : SelectionBlueprint<HitObject>
{
private const float circle_size = 38;
private const float circle_size = 32;
private Container? repeatsContainer;