mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
DrawableTopScore can be composite
This commit is contained in:
@ -14,7 +14,7 @@ using osuTK.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Overlays.BeatmapSet.Scores
|
namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||||
{
|
{
|
||||||
public class DrawableTopScore : Container
|
public class DrawableTopScore : CompositeDrawable
|
||||||
{
|
{
|
||||||
private const float fade_duration = 100;
|
private const float fade_duration = 100;
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
|||||||
Offset = new Vector2(0, 1),
|
Offset = new Vector2(0, 1),
|
||||||
};
|
};
|
||||||
|
|
||||||
Children = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
{
|
{
|
||||||
background = new Box
|
background = new Box
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user