This commit is contained in:
DrabWeb
2017-06-23 22:42:36 -03:00
281 changed files with 6201 additions and 2320 deletions

View File

@ -9,7 +9,6 @@ using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osu.Game.Graphics;
using osu.Game.Graphics.Backgrounds;
using osu.Game.Graphics.Sprites;
using osu.Game.Users;
@ -23,7 +22,7 @@ namespace osu.Game.Overlays.MedalSplash
private readonly Container medal;
private readonly Sprite medalGlow;
private readonly OsuSpriteText unlocked, name;
private readonly Paragraph description;
private readonly TextFlowContainer description;
private readonly FillFlowContainer infoFlow;
private readonly IEnumerable<SpriteText> descriptionSprites;
@ -79,7 +78,7 @@ namespace osu.Game.Overlays.MedalSplash
Alpha = 0f,
Scale = new Vector2(1 / scale_when_full),
},
description = new Paragraph
description = new TextFlowContainer
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,