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
Diff: Alien/Alien.cpp
- Revision:
- 17:8b1d16d56ad2
- Parent:
- 15:dde4ce4bf7fe
- Child:
- 18:828e9f6ddfdb
--- a/Alien/Alien.cpp Fri May 01 12:56:33 2020 +0000 +++ b/Alien/Alien.cpp Fri May 01 14:24:20 2020 +0000 @@ -3,6 +3,7 @@ void Alien::init(int x, int y, int size) { Alive = true; + Shoot = false; StartX = x; StartY = y; X = x;