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: SpaceInvadersEngine/SpaceInvadersEngine.cpp
- Revision:
- 91:f9e2ff484014
- Parent:
- 72:938d2d65199d
- Child:
- 92:8a1b14488ca5
diff -r a992605aeb8d -r f9e2ff484014 SpaceInvadersEngine/SpaceInvadersEngine.cpp
--- a/SpaceInvadersEngine/SpaceInvadersEngine.cpp Sun Apr 28 15:21:54 2019 +0000
+++ b/SpaceInvadersEngine/SpaceInvadersEngine.cpp Sun Apr 28 19:44:34 2019 +0000
@@ -40,7 +40,7 @@
//score
print_scores(lcd);
- _Alien.draw(lcd);
+ Alien.draw(lcd);
_space_ship.draw(lcd);
_bullet.draw(lcd);
}