mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Move arrow to the first line
This commit is contained in:
@ -224,8 +224,8 @@ namespace osu.Game.Screens.Select.Carousel
|
|||||||
: base(items.Select(i => i.Beatmap).ToList(), ruleset, Color4.White)
|
: base(items.Select(i => i.Beatmap).ToList(), ruleset, Color4.White)
|
||||||
{
|
{
|
||||||
// for now, fade the whole group based on the ratio of hidden items.
|
// for now, fade the whole group based on the ratio of hidden items.
|
||||||
items.ForEach(item => item.Filtered.BindValueChanged(_
|
items.ForEach(item => item.Filtered.BindValueChanged(_ =>
|
||||||
=> this.FadeTo(1 - 0.9f * ((float)items.Count(i => i.Filtered.Value) / items.Count), 100), true));
|
this.FadeTo(1 - 0.9f * ((float)items.Count(i => i.Filtered.Value) / items.Count), 100), true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user