mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Add links to GitHub; Remove reduntant using directive and variable
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using OpenTK.Graphics;
|
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
@ -22,7 +21,6 @@ namespace osu.Game.Overlays.Changelog
|
|||||||
|
|
||||||
private readonly Container container;
|
private readonly Container container;
|
||||||
private readonly Box background;
|
private readonly Box background;
|
||||||
private readonly SpriteText text;
|
|
||||||
private APIAccess api;
|
private APIAccess api;
|
||||||
|
|
||||||
public ChangelogChart()
|
public ChangelogChart()
|
||||||
@ -40,7 +38,7 @@ namespace osu.Game.Overlays.Changelog
|
|||||||
Colour = StreamColour.STABLE,
|
Colour = StreamColour.STABLE,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
},
|
},
|
||||||
text = new SpriteText
|
new SpriteText
|
||||||
{
|
{
|
||||||
Text = "Graph Placeholder",
|
Text = "Graph Placeholder",
|
||||||
TextSize = 28,
|
TextSize = 28,
|
||||||
|
@ -259,7 +259,6 @@ namespace osu.Game.Overlays.Changelog
|
|||||||
{
|
{
|
||||||
t.TextSize = 14; // web: 12,
|
t.TextSize = 14; // web: 12,
|
||||||
t.Colour = new Color4(235, 184, 254, 255);
|
t.Colour = new Color4(235, 184, 254, 255);
|
||||||
t = new ClickableText();
|
|
||||||
});
|
});
|
||||||
ChangelogEntries.Add(messageContainer);
|
ChangelogEntries.Add(messageContainer);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user