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 Gamepad N5110 mbed-rtos
Diff: EnemyBeam/EnemyBeam.cpp
- Revision:
- 6:1fcfd331c047
- Parent:
- 5:016a7315b75d
- Child:
- 7:574c66ebd8b0
--- a/EnemyBeam/EnemyBeam.cpp Mon May 06 18:29:49 2019 +0000 +++ b/EnemyBeam/EnemyBeam.cpp Wed May 08 10:03:24 2019 +0000 @@ -15,7 +15,7 @@ _size = size; // size of the beam _x = _size; // length of the beam _y = 1; // height of the beam - _a = a - 8; // x position of the enemy beam + _a = a; // x position of the enemy beam _b = b + 4; // y position of the enemy beam }