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/Player.cpp
- Revision:
- 37:a404860171a9
- Parent:
- 35:06cd6be999ad
- Child:
- 38:09832e662803
- Child:
- 40:cbcbf6fc1421
--- a/Entity/Player/Player.cpp Tue May 07 01:11:07 2019 +0000
+++ b/Entity/Player/Player.cpp Tue May 07 03:47:39 2019 +0000
@@ -4,7 +4,6 @@
// Constructor
Player::Player(float pos_x, float pos_y)
{
- _damage_self_upon_collision = true;
moving = false;
face = 0;
hp = 3;