Skip to content

Commit f47934a

Browse files
authored
Merge pull request #44 from JohnDog3112/dev2
Extended bounce noise for single player pong
2 parents f0496ba + 0768cb3 commit f47934a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pong/pong.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Pong::Pong(double width, double height, colorRGB_t border_color, colorRGB_t back
3636
this->paddle_color = paddle_color;
3737
this->ball_color = ball_color;
3838

39-
this->bounce_noise = load_square_wave(493.883, 0.025, 48000);
39+
this->bounce_noise = load_square_wave(493.883, 0.5, 48000);
4040
this->lose_noise = load_square_wave(440, 0.25, 48000);
4141

4242
#ifdef ASYNC

0 commit comments

Comments
 (0)