1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 23:00:50 +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
Unverified
+1 -1
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)