mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Update skip button design
This commit is contained in:
@ -166,13 +166,8 @@ namespace osu.Game.Screens.Play
|
||||
Clock = offsetClock,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new SkipButton(firstObjectTime) { AudioClock = decoupledClock, Depth = 1 },
|
||||
HitRenderer,
|
||||
new SkipButton(firstObjectTime)
|
||||
{
|
||||
AudioClock = decoupledClock,
|
||||
Alpha = 0,
|
||||
Margin = new MarginPadding { Bottom = 140 } // this is temporary
|
||||
},
|
||||
}
|
||||
},
|
||||
hudOverlay = new StandardHUDOverlay
|
||||
|
Reference in New Issue
Block a user