mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 03:42:57 +08:00
Add description for torus alt
This commit is contained in:
parent
b240d15731
commit
7d7b824f56
@ -3,6 +3,7 @@
|
||||
|
||||
#nullable disable
|
||||
|
||||
using System.ComponentModel;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
|
||||
namespace osu.Game.Graphics
|
||||
@ -115,6 +116,8 @@ namespace osu.Game.Graphics
|
||||
{
|
||||
Venera,
|
||||
Torus,
|
||||
|
||||
[Description("Torus (alternate)")]
|
||||
TorusAlternate,
|
||||
Inter,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user