mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Make timing sections scroll again.
This commit is contained in:
@ -15,8 +15,8 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
public DrawableNote(Note hitObject)
|
||||
: base(hitObject)
|
||||
{
|
||||
RelativeSizeAxes = Axes.X;
|
||||
AutoSizeAxes = Axes.Y;
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
Height = 100;
|
||||
|
||||
Add(headPiece = new NotePiece
|
||||
{
|
||||
|
Reference in New Issue
Block a user