Skip to content

Commit

Permalink
Change ball color
Browse files Browse the repository at this point in the history
  • Loading branch information
takumihara committed Feb 21, 2024
1 parent 0dd985a commit 4c0560f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/pong/[id]/PongGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ export class PongGame {
setColor(color: string) {
this.paddleColor = color;
this.ballColor = color;
this.ball.color = color;
this.player1.color = color;
this.player2.color = color;
}
Expand Down

0 comments on commit 4c0560f

Please sign in to comment.