From a6a7308e3d23b6a4ff84fe7a9dca416e715f01ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 10:39:07 +0000 Subject: [PATCH 1/2] Bump ppy.osu.Game from 2021.1225.0 to 2022.108.0 Bumps [ppy.osu.Game](https://github.com/ppy/osu) from 2021.1225.0 to 2022.108.0. - [Release notes](https://github.com/ppy/osu/releases) - [Commits](https://github.com/ppy/osu/compare/2021.1225.0...2022.108.0) --- updated-dependencies: - dependency-name: ppy.osu.Game dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj index 17d7af98a..134eebdb3 100644 --- a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj +++ b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj @@ -9,7 +9,7 @@ osu.Game.Rulesets.Sentakki - + From a6a0de642d39bf5c08c5d2f89ba9da6cae9354ed Mon Sep 17 00:00:00 2001 From: Derrick Timmermans Date: Sat, 8 Jan 2022 11:46:10 +0100 Subject: [PATCH 2/2] Update touch icon name --- osu.Game.Rulesets.Sentakki/Mods/SentakkiModAutoTouch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Rulesets.Sentakki/Mods/SentakkiModAutoTouch.cs b/osu.Game.Rulesets.Sentakki/Mods/SentakkiModAutoTouch.cs index b4002c372..46906acb2 100644 --- a/osu.Game.Rulesets.Sentakki/Mods/SentakkiModAutoTouch.cs +++ b/osu.Game.Rulesets.Sentakki/Mods/SentakkiModAutoTouch.cs @@ -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;