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.
Dependencies: mbed
Diff: Floors/Floors.cpp
- Revision:
- 23:9be87557b89a
- Parent:
- 22:0d2ac98a8b48
- Child:
- 24:67dc71a8f009
--- a/Floors/Floors.cpp Mon May 06 11:21:39 2019 +0000
+++ b/Floors/Floors.cpp Wed May 08 08:46:11 2019 +0000
@@ -25,7 +25,6 @@
// when they leave the screen they will re-appear in random x-coordinate so that 10 floors are always on screen
//rectangle (1-82 & 9 - 48 )
_doodler_pos_y = doodler_pos_y;
-
if (_position.y > 45 ){
_position.y = 9;
_position.x = 1 + (rand()% 70);