Skip to content

Commit 7b0f525

Browse files
committed
Add A|D touch zones to valid auto touch positions
1 parent 7508a6f commit 7b0f525

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osu.Game.Rulesets.Sentakki/Beatmaps/SentakkiBeatmapConverterOld.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ static SentakkiBeatmapConverterOld()
3232
{
3333
tmp.Add(SentakkiExtensions.GetCircularPosition(190, angle - 22.5f));
3434
tmp.Add(SentakkiExtensions.GetCircularPosition(130, angle));
35+
36+
37+
tmp.Add(SentakkiExtensions.GetCircularPosition(270, angle - 22.5f));
38+
tmp.Add(SentakkiExtensions.GetCircularPosition(270, angle));
3539
}
3640

3741
VALID_TOUCH_POSITIONS = tmp;

0 commit comments

Comments
 (0)