mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
+BeatmapOnlineInfo, +OnlineWorkingBeatmap, minor cleanups, panel beatmap backgrounds
This commit is contained in:
@ -29,7 +29,7 @@ namespace osu.Game.Overlays
|
||||
var p = new List<DirectPanel>();
|
||||
|
||||
foreach (BeatmapSetInfo b in value)
|
||||
p.Add(new DirectGridPanel(b) { Width = 400 });
|
||||
p.Add(new DirectListPanel(b));
|
||||
|
||||
panels.Children = p;
|
||||
}
|
||||
|
Reference in New Issue
Block a user