1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:12:56 +08:00

update setting name and description

This commit is contained in:
Gabe Livengood 2021-07-27 17:45:52 -04:00
parent 5cb02002d7
commit 712bc578dc
No known key found for this signature in database
GPG Key ID: 70321B78DAECE683

View File

@ -16,7 +16,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public override string Description => "Reflect the playfield.";
public override Type[] IncompatibleMods => new[] { typeof(ModHardRock) };
[SettingSource("Reflection", "Change the type of reflection.")]
[SettingSource("Mirrored axes", "Choose which of the playfield's axes are mirrored.")]
public Bindable<MirrorType> Reflection { get; } = new Bindable<MirrorType>();
public void ApplyToHitObject(HitObject hitObject)