SharpShooter

Dependencies:   4DGL-uLCD-SE SDFileSystem mbed-rtos mbed wave_player

Revision:
13:67e79a582164
Parent:
12:2f358065ba3f
Child:
15:e09ab0d14d4b
--- a/MainGame.cpp	Sat Oct 29 00:18:10 2016 +0000
+++ b/MainGame.cpp	Sat Oct 29 20:01:27 2016 +0000
@@ -152,7 +152,7 @@
                 obsArr[2].move(9);
             }   
             mutex.unlock();
-            Thread::wait(100);
+            Thread::wait(500);
         }
     }
 }