1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 17:17:26 +08:00

Change position of sliderbody hitsound piece for less overlap

This commit is contained in:
OliBomby 2023-06-02 00:55:37 +02:00
parent da516b9039
commit 848f0e305e

View File

@ -111,7 +111,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
{
Anchor = Anchor.BottomLeft,
Origin = Anchor.TopCentre,
X = Item is IHasRepeats ? -10 : 0,
X = Item is IHasRepeats ? 30 : 0,
AlternativeColor = Item is IHasRepeats
},
});