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:
parent
5cb02002d7
commit
712bc578dc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user