mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 03:27:21 +09:00
Fix argon key area lighting being hidden by other columns in one direction
This commit is contained in:
parent
12e9686092
commit
e4657a7a3d
@ -17,8 +17,6 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
|
|||||||
{
|
{
|
||||||
public class ArgonHitExplosion : CompositeDrawable, IHitExplosion
|
public class ArgonHitExplosion : CompositeDrawable, IHitExplosion
|
||||||
{
|
{
|
||||||
private const float default_large_faint_size = 0.8f;
|
|
||||||
|
|
||||||
public override bool RemoveWhenNotAlive => true;
|
public override bool RemoveWhenNotAlive => true;
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
|
@ -150,6 +150,9 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
|
|||||||
bottomIcon.Colour = colour.NewValue;
|
bottomIcon.Colour = colour.NewValue;
|
||||||
},
|
},
|
||||||
true);
|
true);
|
||||||
|
|
||||||
|
// Yes, proxy everything.
|
||||||
|
column.TopLevelContainer.Add(CreateProxy());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onDirectionChanged(ValueChangedEvent<ScrollingDirection> direction)
|
private void onDirectionChanged(ValueChangedEvent<ScrollingDirection> direction)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user