mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Cleanup
This commit is contained in:
@ -18,8 +18,6 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
|
||||
private readonly CircularContainer largeFaint;
|
||||
private readonly CircularContainer mainGlow1;
|
||||
private readonly CircularContainer mainGlow2;
|
||||
private readonly CircularContainer mainGlow3;
|
||||
|
||||
public HitExplosion(Color4 objectColour, bool isSmall = false)
|
||||
{
|
||||
@ -36,8 +34,6 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
|
||||
const float roundness = 80;
|
||||
|
||||
const float opacity = 1;
|
||||
|
||||
const float initial_height = 10;
|
||||
|
||||
var colour = Interpolation.ValueAt(0.4f, objectColour, Color4.White, 0, 1);
|
||||
@ -76,7 +72,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
Radius = 50,
|
||||
},
|
||||
},
|
||||
mainGlow2 = new CircularContainer
|
||||
new CircularContainer
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
@ -93,7 +89,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
Radius = 40,
|
||||
},
|
||||
},
|
||||
mainGlow3 = new CircularContainer
|
||||
new CircularContainer
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
|
Reference in New Issue
Block a user