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:
- 7:574c66ebd8b0
- Parent:
- 6:1fcfd331c047
--- a/EnemyBeam/EnemyBeam.cpp Wed May 08 10:03:24 2019 +0000 +++ b/EnemyBeam/EnemyBeam.cpp Thu May 09 09:54:50 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; // x position of the enemy beam + _a = a; // x position of the enemy beam _b = b + 4; // y position of the enemy beam }