mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Update test scene to be able to see a bit more
This commit is contained in:
parent
d1c68cb92b
commit
9dea0ae935
@ -53,13 +53,10 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
new AudioVisualiser(),
|
||||
}
|
||||
},
|
||||
TimelineArea = new TimelineArea
|
||||
TimelineArea = new TimelineArea(CreateTestComponent())
|
||||
{
|
||||
Child = CreateTestComponent(),
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Size = new Vector2(0.8f, 100),
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user