Skip to content

Commit

Permalink
Create/remove caret button already in the drawable caret.
Browse files Browse the repository at this point in the history
And the icon is hard to understand.
  • Loading branch information
andy840119 committed Jun 2, 2024
1 parent 906d47f commit 154dd00
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Game.Rulesets.Karaoke.Edit.Utils;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar.Carets;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar.Panels;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar.Playback;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar.TimeTags;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar.View;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.States.Modes;
using osuTK;
Expand Down Expand Up @@ -152,11 +150,6 @@ static IEnumerable<Drawable> createItemsForTimeTagEditStep(TimeTagEditStep timeT
new MoveToPreviousIndexButton(),
new MoveToNextIndexButton(),
new MoveToLastIndexButton(),
new Separator(),
new RemoveTimeTagButton(TextIndex.IndexState.Start),
new CreateTimeTagButton(TextIndex.IndexState.Start),
new CreateTimeTagButton(TextIndex.IndexState.End),
new RemoveTimeTagButton(TextIndex.IndexState.End),
},
TimeTagEditStep.Recording => new Drawable[]
{
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 154dd00

Please sign in to comment.