mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 03:27:21 +09:00
Move infoFlow to local variable
This commit is contained in:
parent
1efb33210f
commit
c3b9644d77
@ -27,13 +27,13 @@ namespace osu.Game.Overlays.MedalSplash
|
|||||||
private readonly Sprite medalSprite, medalGlow;
|
private readonly Sprite medalSprite, medalGlow;
|
||||||
private readonly OsuSpriteText unlocked, name;
|
private readonly OsuSpriteText unlocked, name;
|
||||||
private readonly TextFlowContainer description;
|
private readonly TextFlowContainer description;
|
||||||
private readonly FillFlowContainer infoFlow;
|
|
||||||
private DisplayState state;
|
private DisplayState state;
|
||||||
public DrawableMedal(Medal medal)
|
public DrawableMedal(Medal medal)
|
||||||
{
|
{
|
||||||
this.medal = medal;
|
this.medal = medal;
|
||||||
Position = new Vector2(0f, MedalOverlay.DISC_SIZE / 2);
|
Position = new Vector2(0f, MedalOverlay.DISC_SIZE / 2);
|
||||||
|
|
||||||
|
FillFlowContainer infoFlow;
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
medalContainer = new Container
|
medalContainer = new Container
|
||||||
|
Loading…
x
Reference in New Issue
Block a user