mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Implement handoff to Player
This commit is contained in:
@ -142,7 +142,7 @@ namespace osu.Game.GameModes.Play
|
||||
Size = new Vector2(100, 1),
|
||||
Text = "Play",
|
||||
Colour = new Color4(238, 51, 153, 255),
|
||||
Action = () => Push(new Player { /*Beatmap = selectedBeatmap*/ }),
|
||||
Action = () => Push(new Player { Beatmap = beatmaps.GetBeatmap(selectedBeatmap) }),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user