mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add overlay layer to enumeration type
This commit is contained in:
@ -9,6 +9,7 @@ namespace osu.Game.Beatmaps.Legacy
|
||||
Fail = 1,
|
||||
Pass = 2,
|
||||
Foreground = 3,
|
||||
Video = 4
|
||||
Overlay = 4,
|
||||
Video = 5
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user