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: money/money.cpp
- Revision:
- 9:d217a636c18d
- Parent:
- 7:1964f649676e
- Child:
- 10:ef01b3076040
--- a/money/money.cpp Wed Apr 18 00:17:10 2018 +0000
+++ b/money/money.cpp Thu Apr 19 23:07:14 2018 +0000
@@ -27,8 +27,9 @@
{
//set the falling speed of money is 1
//update the movement of money
- money_speed = 1;
- money_y+= money_speed;
+ money_speed = 4;
+ money_y+= money_speed;
+
}
Vector2D money::get_pos()