mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
show object in timeline before placed
just BeginPlacement()
This commit is contained in:
@ -26,6 +26,11 @@ namespace osu.Game.Rulesets.Taiko.Edit.Blueprints
|
||||
Size = new Vector2(TaikoHitObject.DEFAULT_SIZE * TaikoPlayfield.DEFAULT_HEIGHT)
|
||||
};
|
||||
}
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
BeginPlacement();
|
||||
}
|
||||
|
||||
protected override bool OnMouseDown(MouseDownEvent e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user