mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Timeshift -> Playlists at a code level
This commit is contained in:
@ -8,9 +8,9 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Online.Multiplayer.GameTypes
|
||||
{
|
||||
public class GameTypeTimeshift : GameType
|
||||
public class GameTypePlaylists : GameType
|
||||
{
|
||||
public override string Name => "Timeshift";
|
||||
public override string Name => "Playlists";
|
||||
|
||||
public override Drawable GetIcon(OsuColour colours, float size) => new SpriteIcon
|
||||
{
|
||||
|
@ -66,7 +66,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
|
||||
[Cached]
|
||||
[JsonIgnore]
|
||||
public readonly Bindable<GameType> Type = new Bindable<GameType>(new GameTypeTimeshift());
|
||||
public readonly Bindable<GameType> Type = new Bindable<GameType>(new GameTypePlaylists());
|
||||
|
||||
[Cached]
|
||||
[JsonIgnore]
|
||||
|
Reference in New Issue
Block a user