1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-18 06:27:18 +08:00

Reorder screen tab control items

This commit is contained in:
smoogipoo 2017-10-07 01:44:20 +09:00
parent 38ae9d905e
commit d432ab7510

View File

@ -7,13 +7,13 @@ namespace osu.Game.Screens.Edit.Screens
{
public enum EditorScreenMode
{
[Description("setup")]
SongSetup,
[Description("compose")]
Compose,
[Description("design")]
Design,
[Description("timing")]
Timing,
[Description("song")]
SongSetup
}
}