
Joshua O'hara 201291390
Dependencies: mbed
Diff: AlienBullet/AlienBullet.cpp
- Revision:
- 18:828e9f6ddfdb
- Parent:
- 16:987f72d9bb8f
- Child:
- 27:eb755a345b1f
--- a/AlienBullet/AlienBullet.cpp Fri May 01 14:24:20 2020 +0000 +++ b/AlienBullet/AlienBullet.cpp Fri May 01 14:44:08 2020 +0000 @@ -22,7 +22,7 @@ } } -void AlienBullet::update(Gamepad &pad,N5110 &lcd) { +void AlienBullet::update() { Y+= Speed; }