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 MotionSensor
Diff: Entity/Player/Bullets/Bullets.cpp
- Revision:
- 51:4d0cd75e7ed3
- Parent:
- 41:0697508a28ba
- Child:
- 53:93338b52489d
--- a/Entity/Player/Bullets/Bullets.cpp Thu May 09 06:33:28 2019 +0000
+++ b/Entity/Player/Bullets/Bullets.cpp Thu May 09 07:39:49 2019 +0000
@@ -2,7 +2,6 @@
Bullets::Bullets(float pos_x, float pos_y, int dir)
{
- moving = true;
face = 0;
hp = 1;
hitbox.width = 3;