1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-08 07:02:54 +08:00

Merge pull request #31731 from bdach/prosecuting-mirror-directions

Change mirror mod direction setting description & tooltip to hopefully be less confusing
This commit is contained in:
Dean Herbert 2025-01-30 20:33:13 +09:00 committed by GitHub
commit d673344b30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public override LocalisableString Description => "Flip objects on the chosen axes.";
public override Type[] IncompatibleMods => new[] { typeof(ModHardRock) };
[SettingSource("Mirrored axes", "Choose which axes objects are mirrored over.")]
[SettingSource("Flipped axes")]
public Bindable<MirrorType> Reflection { get; } = new Bindable<MirrorType>();
public void ApplyToHitObject(HitObject hitObject)