mirror of
https://github.com/ppy/osu
synced 2025-02-20 20:47:09 +00:00
Carousell -> Carousel
This commit is contained in:
parent
2596e71494
commit
ba1d3ab20e
@ -14,7 +14,7 @@ using System.Linq;
|
||||
|
||||
namespace osu.Game.Screens.Select
|
||||
{
|
||||
class CarousellContainer : ScrollContainer
|
||||
class CarouselContainer : ScrollContainer
|
||||
{
|
||||
private Container<Panel> scrollableContent;
|
||||
private List<BeatmapGroup> groups = new List<BeatmapGroup>();
|
||||
@ -24,7 +24,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
private Cached yPositions = new Cached();
|
||||
|
||||
public CarousellContainer()
|
||||
public CarouselContainer()
|
||||
{
|
||||
DistanceDecayJump = 0.01;
|
||||
|
||||
|
@ -34,7 +34,7 @@ namespace osu.Game.Screens.Select
|
||||
private BeatmapDatabase database;
|
||||
protected override BackgroundMode CreateBackground() => new BackgroundModeBeatmap(Beatmap);
|
||||
|
||||
private CarousellContainer carousell;
|
||||
private CarouselContainer carousell;
|
||||
private TrackManager trackManager;
|
||||
private Container backgroundWedgesContainer;
|
||||
|
||||
@ -83,7 +83,7 @@ namespace osu.Game.Screens.Select
|
||||
},
|
||||
}
|
||||
},
|
||||
carousell = new CarousellContainer
|
||||
carousell = new CarouselContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
Size = new Vector2(scrollWidth, 1),
|
||||
|
Loading…
Reference in New Issue
Block a user