Skip to content

Commit

Permalink
adjust circle opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
flustix committed Sep 1, 2024
1 parent ba8cf50 commit 0253b77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fluXis.Game/Skinning/Default/Results/DefaultResultsRank.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@ private void load(TextureStore textures)
Texture = textures.Get("Results/outer-circle"),
Origin = Anchor.Centre,
Blending = BlendingParameters.Additive,
Alpha = .3f
Alpha = .1f
},
mid = new Sprite
{
Size = new Vector2(400),
Texture = textures.Get("Results/circle"),
Origin = Anchor.Centre,
Blending = BlendingParameters.Additive,
Alpha = .3f
Alpha = .1f
},
inner = new Sprite
{
Size = new Vector2(320),
Texture = textures.Get("Results/inner-circle"),
Origin = Anchor.Centre,
Blending = BlendingParameters.Additive,
Alpha = .3f
Alpha = .1f
},
rankSpr = new Sprite
{
Expand Down

0 comments on commit 0253b77

Please sign in to comment.