Use a separate sample set for Toolbar buttons

This commit is contained in:
Jamie Taylor
2021-01-15 15:02:17 +09:00
parent d91e17542a
commit 4e2ab0bad2
2 changed files with 5 additions and 2 deletions

View File

@ -68,6 +68,9 @@ namespace osu.Game.Graphics.UserInterface
Normal,
[Description("-softer")]
Soft
Soft,
[Description("-toolbar")]
Toolbar
}
}