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/Snake/Snake.cpp
- Revision:
- 28:98848e6a77a2
- Parent:
- 27:a1b41626f57c
- Child:
- 29:6b8411bb040a
--- a/Entity/Snake/Snake.cpp Mon Apr 29 10:39:09 2019 +0000
+++ b/Entity/Snake/Snake.cpp Thu May 02 21:30:49 2019 +0000
@@ -5,6 +5,8 @@
// Constructor
Snake::Snake(float pos_x, float pos_y)
{
+ _damage_self_upon_collision = false;
+ _hp_drop_chance = 10; // out of 100
moving = true;
_prev_face = 0;
face = 0;