mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:43:22 +08:00
Add initial fade transform
This commit is contained in:
parent
dba3679817
commit
bc7a81e733
@ -78,6 +78,8 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
public abstract bool OnPressed(TaikoAction action);
|
||||
public virtual bool OnReleased(TaikoAction action) => false;
|
||||
|
||||
protected override void UpdateInitialTransforms() => this.FadeIn();
|
||||
|
||||
private class ProxiedContentContainer : Container
|
||||
{
|
||||
public override double LifetimeStart => Parent?.LifetimeStart ?? base.LifetimeStart;
|
||||
|
Loading…
Reference in New Issue
Block a user