Meteor defense project

Dependencies:   N5110 mbed

Revision:
10:926b1f89c4f1
Parent:
9:4c4d787c7a8b
Child:
14:064b8d7f348d
--- a/main.cpp	Tue Mar 28 20:13:01 2017 +0000
+++ b/main.cpp	Tue Mar 28 21:15:18 2017 +0000
@@ -25,8 +25,8 @@
     while (true) {
         game.drawSpawn(lcd);
         
-        game.drawLaserPlayer(pad,lcd);
-         
+        game.drawLaserPlayer(pad, lcd);
+        game.bomb(pad, lcd);
         render();
     }
 }