1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Change mod acronym

This commit is contained in:
Andrei Zavatski 2023-12-23 22:11:00 +03:00
parent e470a42da0
commit 19d0236418

View File

@ -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.";