mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Initial sample + samplechannel rework
This commit is contained in:
@ -20,7 +20,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
{
|
||||
public class CarouselHeader : Container
|
||||
{
|
||||
private SampleChannel sampleHover;
|
||||
private Sample sampleHover;
|
||||
|
||||
private readonly Box hoverLayer;
|
||||
|
||||
|
@ -86,10 +86,10 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
protected ModSelectOverlay ModSelect { get; private set; }
|
||||
|
||||
protected SampleChannel SampleConfirm { get; private set; }
|
||||
protected Sample SampleConfirm { get; private set; }
|
||||
|
||||
private SampleChannel sampleChangeDifficulty;
|
||||
private SampleChannel sampleChangeBeatmap;
|
||||
private Sample sampleChangeDifficulty;
|
||||
private Sample sampleChangeBeatmap;
|
||||
|
||||
private Container carouselContainer;
|
||||
|
||||
|
Reference in New Issue
Block a user