Meteor defense project

Dependencies:   N5110 mbed

Revision:
14:064b8d7f348d
Parent:
10:926b1f89c4f1
Child:
17:53aedd20155a
--- a/main.cpp	Thu Mar 30 11:13:20 2017 +0000
+++ b/main.cpp	Mon Apr 03 12:48:54 2017 +0000
@@ -26,7 +26,7 @@
         game.drawSpawn(lcd);
         
         game.drawLaserPlayer(pad, lcd);
-        game.bomb(pad, lcd);
+        game.bombAndShield(pad, lcd);
         render();
     }
 }