Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Paddle/Paddle.cpp
- Revision:
- 75:d96b177585aa
- Parent:
- 74:dfb1d693d8e3
- Child:
- 89:806679ed11f2
--- a/Paddle/Paddle.cpp Sun May 05 22:17:39 2019 +0000
+++ b/Paddle/Paddle.cpp Mon May 06 13:02:03 2019 +0000
@@ -19,8 +19,8 @@
_y = y; // y depends on height of screen and height of paddle
_height = height;
_width = width;
- _sens = 0.75;
- _speed = 3; // default speed
+ _sens = 0.5;
+ _speed = 4; // default speed
_score = 0; // start score from zero
_lives = 6;
_tilt = false; //use to choose between motion methods