Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

Revision:
15:90b6821bcf64
Parent:
13:12276eed13ac
Child:
16:1ee3d3804557
--- a/Spaceship/Spaceship.cpp	Sun Apr 26 20:31:53 2020 +0000
+++ b/Spaceship/Spaceship.cpp	Tue Apr 28 19:13:12 2020 +0000
@@ -40,7 +40,6 @@
     lcd.drawSprite(position_x_spaceship_, position_y_spaceship_, 4, 13, (int*)k_spaceship_sprite_W);
     }
     
-    // printf to find position of spaceship for making the off screen checkers
     //usb.printf("Spaceship Y postion = %d\n",position_y_spaceship_);
 }