Skip to content

Commit

Permalink
Update touch icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Jan 8, 2022
1 parent a6a7308 commit a6a0de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Sentakki/Mods/SentakkiModAutoTouch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class SentakkiModAutoTouch : Mod, IApplicableToDrawableHitObject
{
public override string Name => "Auto Touch";
public override string Acronym => "AT";
public override IconUsage? Icon => OsuIcon.PlaystyleTouch;
public override IconUsage? Icon => OsuIcon.PlayStyleTouch;
public override ModType Type => ModType.Automation;
public override string Description => @"Focus on the laned notes. Touch screen notes will be completed automatically.";
public override double ScoreMultiplier => .5f;
Expand Down

0 comments on commit a6a0de6

Please sign in to comment.