Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement OsuModDepth #25653

Merged
merged 12 commits into from
Dec 25, 2023
Prev Previous commit
Change mod acronym
  • Loading branch information
EVAST9919 committed Dec 23, 2023

Verified

This commit was signed with the committer’s verified signature.
peppy Dean Herbert
commit 19d02364185b72e97c157b42f1d668c2fa794dd8
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Osu/Mods/OsuModDepth.cs
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public class OsuModDepth : ModWithVisibilityAdjustment, IUpdatableByPlayfield, IApplicableToDrawableRuleset<OsuHitObject>
{
public override string Name => "Depth";
public override string Acronym => "DH";
public override string Acronym => "DP";
public override IconUsage? Icon => FontAwesome.Solid.Cube;
public override ModType Type => ModType.Fun;
public override LocalisableString Description => "3D. Almost.";