ELEC2645 (2017/18) / Mbed 2 deprecated el17yw

Dependencies:   mbed

Revision:
14:a4176da69b49
Parent:
10:ef01b3076040
Child:
18:78001ecadcb2
diff -r 7ad2072d63ac -r a4176da69b49 money/money.cpp
--- a/money/money.cpp	Mon Apr 23 21:41:13 2018 +0000
+++ b/money/money.cpp	Mon Apr 23 22:18:33 2018 +0000
@@ -27,7 +27,7 @@
 {
     //set the falling speed of money is 1
     //update the movement of money
-    money_speed = 4;
+    money_speed = 1;
     money_y+= money_speed;