Remove all @2x references, updates resource and framework.

This commit is contained in:
Dean Herbert
2017-02-06 22:17:29 +09:00
parent 86205c35a4
commit 9b9ed32245
17 changed files with 35 additions and 33 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
private readonly Slider slider;
private Box follow;
const float width = 140;
const float width = 128;
public SliderBall(Slider slider)
{
@ -45,7 +45,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
AutoSizeAxes = Axes.Both,
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
BorderThickness = 14,
BorderThickness = 10,
BorderColour = Color4.White,
Alpha = 1,
CornerRadius = width / 2,