ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el18jkeo

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
josh_ohara
Date:
Tue May 26 15:15:46 2020 +0000
Parent:
43:1ac200335a68
Commit message:
Final Submission. I have read and agreed with Statement of Academic Integrity.

Changed in this revision

Alien/Alien.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 1ac200335a68 -r 3b904d25ee12 Alien/Alien.cpp
--- a/Alien/Alien.cpp	Tue May 26 15:13:10 2020 +0000
+++ b/Alien/Alien.cpp	Tue May 26 15:15:46 2020 +0000
@@ -1,6 +1,6 @@
 #include "Alien.h"
 
-
+ 
 void Alien::init(int x, int y, int size, int level) {
     _alive = true;                                                              //alien life is true  
     _shoot = false;                                                             //set shoot flag to false to be turned true by flag set function