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/Mobs/Snake/Snake.cpp
- Revision:
- 38:09832e662803
- Parent:
- 37:a404860171a9
diff -r a404860171a9 -r 09832e662803 Entity/Mobs/Snake/Snake.cpp
--- a/Entity/Mobs/Snake/Snake.cpp Tue May 07 03:47:39 2019 +0000
+++ b/Entity/Mobs/Snake/Snake.cpp Tue May 07 09:09:38 2019 +0000
@@ -5,6 +5,7 @@
// Constructor
Snake::Snake(float pos_x, float pos_y)
{
+ _type = 3;
_hp_drop_chance = 10; // out of 100
moving = true;
_prev_face = 0;