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:
parent
da516b9039
commit
848f0e305e
@ -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
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user