Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Revision 44:3b904d25ee12, committed 2020-05-26
- 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