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: boom/boom.cpp
- Revision:
- 29:f3e24ccc401d
- Parent:
- 27:eab2cf10554e
- Child:
- 30:057301068dac
--- a/boom/boom.cpp Mon Apr 30 20:47:51 2018 +0000
+++ b/boom/boom.cpp Mon Apr 30 20:53:08 2018 +0000
@@ -23,7 +23,8 @@
//set the falling speed of boom
//let the boom move with set speed
boom_speed = 4;
- boom_y+= boom_speed;
+ boom_y+= boom_speed;
+ boom_X+= boom_speed;
}
Vector2D boom::get_pos()