ECE 4180 Final

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

Revision:
20:7d56cdcbc9a5
Parent:
19:d65f9fb1023b
--- a/Bubble.hpp	Fri Dec 06 15:46:16 2019 +0000
+++ b/Bubble.hpp	Fri Dec 06 18:00:11 2019 +0000
@@ -20,8 +20,8 @@
     
     // these may need to be adjusted to prevent weird visual artifacts if
     // bubbles collide
-    const static int bubbleSpeed = 5;
-    const static int bubbleRadius = 25;
+    const static int bubbleSpeed = 15;
+    const static int bubbleRadius = 10;
 };
 
 #endif //bubble_hpp
\ No newline at end of file