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.h
- Revision:
- 55:fc618f82d1d0
- Parent:
- 54:03ddad11d202
- Child:
- 58:c8d90bb7404a
diff -r 03ddad11d202 -r fc618f82d1d0 Entity/Mobs/Snake/Snake.h
--- a/Entity/Mobs/Snake/Snake.h Thu May 09 08:12:41 2019 +0000
+++ b/Entity/Mobs/Snake/Snake.h Thu May 09 08:18:36 2019 +0000
@@ -31,7 +31,7 @@
};
-const float snake_velocity_pattern[6] = {0, 0.15, 0.25, 0.35, 0.25, -0.1};
+const float snake_velocity_pattern[6] = {0, 0.15, 0.25, 0.5, 0.1, -0.1};
const char sprite_snake_x[2][4][7][12] = { // Player [Face][SpriteAnimationFrame][Size_Y][Size_X]
{