Update skip button design

This commit is contained in:
Dean Herbert
2017-05-19 21:54:14 +09:00
parent a7d16ac213
commit aef82acb0d
2 changed files with 232 additions and 23 deletions

View File

@ -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