Skip to content

Commit

Permalink
Add A|D touch zones to valid auto touch positions
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Jan 12, 2025
1 parent 7508a6f commit 7b0f525
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ static SentakkiBeatmapConverterOld()
{
tmp.Add(SentakkiExtensions.GetCircularPosition(190, angle - 22.5f));
tmp.Add(SentakkiExtensions.GetCircularPosition(130, angle));


tmp.Add(SentakkiExtensions.GetCircularPosition(270, angle - 22.5f));
tmp.Add(SentakkiExtensions.GetCircularPosition(270, angle));
}

VALID_TOUCH_POSITIONS = tmp;
Expand Down

0 comments on commit 7b0f525

Please sign in to comment.