1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Increase the point at which normal keys start in ManiaAction

This commit is contained in:
smoogipoo 2018-01-15 15:50:43 +09:00
parent d2b1e27527
commit 1c74e56bab

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Mania
[Description("Special")]
Specia2,
[Description("Key 1")]
Key1 = 10,
Key1 = 1000,
[Description("Key 2")]
Key2,
[Description("Key 3")]