Skip to content

Commit

Permalink
Merge pull request #26167 from bdach/update-icons
Browse files Browse the repository at this point in the history
Update toolbar, main menu, & editor icons
  • Loading branch information
bdach committed Dec 27, 2023
2 parents c2d6000 + 1f55ef2 commit 28f5e90
Show file tree
Hide file tree
Showing 40 changed files with 475 additions and 246 deletions.
3 changes: 2 additions & 1 deletion osu.Game.Rulesets.Osu/Edit/OsuHitObjectComposer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
using osu.Framework.Input.Events;
using osu.Framework.Utils;
using osu.Game.Beatmaps;
using osu.Game.Graphics;
using osu.Game.Graphics.UserInterface;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Edit.Tools;
Expand Down Expand Up @@ -54,7 +55,7 @@ protected override IEnumerable<TernaryButton> CreateTernaryButtons()
.Concat(DistanceSnapProvider.CreateTernaryButtons())
.Concat(new[]
{
new TernaryButton(rectangularGridSnapToggle, "Grid Snap", () => new SpriteIcon { Icon = FontAwesome.Solid.Th })
new TernaryButton(rectangularGridSnapToggle, "Grid Snap", () => new SpriteIcon { Icon = OsuIcon.EditorGridSnap })
});

private BindableList<HitObject> selectedHitObjects;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private partial class TestTitle : OverlayTitle
public TestTitle()
{
Title = "title";
Icon = HexaconsIcons.Devtools;
Icon = OsuIcon.ChangelogB;
}
}
}
Expand Down
131 changes: 0 additions & 131 deletions osu.Game/Graphics/HexaconsIcons.cs

This file was deleted.

Loading

0 comments on commit 28f5e90

Please sign in to comment.