mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Rename class to TimelineTickDisplay
This commit is contained in:
parent
084fa2f04a
commit
493390b750
@ -13,7 +13,7 @@ namespace osu.Game.Tests.Visual.Editor
|
|||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class TestSceneTimelineBeatLineDisplay : TimelineTestScene
|
public class TestSceneTimelineBeatLineDisplay : TimelineTestScene
|
||||||
{
|
{
|
||||||
public override Drawable CreateTestComponent() => new TimelineBeatLineDisplay();
|
public override Drawable CreateTestComponent() => new TimelineTickDisplay();
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
|
@ -12,7 +12,7 @@ using osu.Game.Screens.Edit.Components.Timelines.Summary.Visualisations;
|
|||||||
|
|
||||||
namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||||
{
|
{
|
||||||
public class TimelineBeatLineDisplay : TimelinePart
|
public class TimelineTickDisplay : TimelinePart
|
||||||
{
|
{
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private EditorBeatmap beatmap { get; set; }
|
private EditorBeatmap beatmap { get; set; }
|
||||||
@ -26,7 +26,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
|||||||
[Resolved]
|
[Resolved]
|
||||||
private OsuColour colours { get; set; }
|
private OsuColour colours { get; set; }
|
||||||
|
|
||||||
public TimelineBeatLineDisplay()
|
public TimelineTickDisplay()
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both;
|
RelativeSizeAxes = Axes.Both;
|
||||||
}
|
}
|
@ -104,7 +104,7 @@ namespace osu.Game.Screens.Edit
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Children = new[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
new TimelineBeatLineDisplay(),
|
new TimelineTickDisplay(),
|
||||||
CreateTimelineContent(),
|
CreateTimelineContent(),
|
||||||
}
|
}
|
||||||
}, timelineContainer.Add);
|
}, timelineContainer.Add);
|
||||||
|
Loading…
Reference in New Issue
Block a user