mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Rename ColourCode to ColourCodedNotes
This commit is contained in:
@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Mania.Configuration
|
||||
|
||||
SetDefault(ManiaRulesetSetting.ScrollTime, 1500.0, DrawableManiaRuleset.MIN_TIME_RANGE, DrawableManiaRuleset.MAX_TIME_RANGE, 5);
|
||||
SetDefault(ManiaRulesetSetting.ScrollDirection, ManiaScrollingDirection.Down);
|
||||
SetDefault(ManiaRulesetSetting.ColourCode, false);
|
||||
SetDefault(ManiaRulesetSetting.ColourCodedNotes, false);
|
||||
}
|
||||
|
||||
public override TrackedSettings CreateTrackedSettings() => new TrackedSettings
|
||||
@ -36,6 +36,6 @@ namespace osu.Game.Rulesets.Mania.Configuration
|
||||
{
|
||||
ScrollTime,
|
||||
ScrollDirection,
|
||||
ColourCode
|
||||
ColourCodedNotes
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user