mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08:00
Remove 1.3x scale and adjust metrics with it
This commit is contained in:
parent
e9c3478f69
commit
49af80e17b
@ -55,14 +55,14 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Font = OsuFont.Default.With(size: 28, weight: FontWeight.Bold),
|
Font = OsuFont.Default.With(size: 28, weight: FontWeight.Bold),
|
||||||
Y = -120,
|
Y = -100,
|
||||||
},
|
},
|
||||||
spmContainer = new Container
|
spmContainer = new Container
|
||||||
{
|
{
|
||||||
Alpha = 0f,
|
Alpha = 0f,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Y = 100,
|
Y = 60,
|
||||||
Children = new[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
spmCounter = new OsuSpriteText
|
spmCounter = new OsuSpriteText
|
||||||
|
@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
|||||||
{
|
{
|
||||||
public class ArgonSpinnerDisc : CompositeDrawable
|
public class ArgonSpinnerDisc : CompositeDrawable
|
||||||
{
|
{
|
||||||
private const float initial_scale = 1.3f;
|
private const float initial_scale = 1f;
|
||||||
private const float idle_alpha = 0.2f;
|
private const float idle_alpha = 0.2f;
|
||||||
private const float tracking_alpha = 0.4f;
|
private const float tracking_alpha = 0.4f;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user