mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Standardise variables
This commit is contained in:
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
MinValue = 0,
|
||||
MaxValue = 10,
|
||||
ExtendedMaxValue = 11,
|
||||
ReadFromDifficulty = diff => diff.CircleSize,
|
||||
ReadCurrentFromDifficulty = diff => diff.CircleSize,
|
||||
};
|
||||
|
||||
[SettingSource("Approach Rate", "Override a beatmap's set AR.", LAST_SETTING_ORDER + 1, SettingControlType = typeof(DifficultyAdjustSettingsControl))]
|
||||
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
MinValue = 0,
|
||||
MaxValue = 10,
|
||||
ExtendedMaxValue = 11,
|
||||
ReadFromDifficulty = diff => diff.ApproachRate,
|
||||
ReadCurrentFromDifficulty = diff => diff.ApproachRate,
|
||||
};
|
||||
|
||||
public override string SettingDescription
|
||||
|
Reference in New Issue
Block a user