Skip to content

Commit

Permalink
Change outer circle of multitouch to be branded disc
Browse files Browse the repository at this point in the history
  • Loading branch information
Feodor0090 committed Jun 18, 2023
1 parent 3e46fe1 commit 0214c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nmania/ui/ng/NmaniaDisplay.java
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ private final void DrawTouchEffect() {
g.drawArc(x - 35, y - 35, 70, 70, 0, 360);
g.drawArc(x - 40, y - 40, 80, 80, 0, 360);
g.drawArc(x - 45, y - 45, 90, 90, 0, 360);
g.drawArc(x - 50, y - 50, 100, 100, 0, 360);
DrawDisc(x - 50, y - 50, 100, spinState);
}
}
}
Expand Down

0 comments on commit 0214c07

Please sign in to comment.