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:
- 36:92d131695e7c
- Parent:
- 34:1d5b4da3935e
- Child:
- 54:03ddad11d202
--- a/Entity/Mobs/Snake/Snake.h Mon May 06 20:05:14 2019 +0000
+++ b/Entity/Mobs/Snake/Snake.h Tue May 07 01:11:07 2019 +0000
@@ -28,7 +28,7 @@
};
-const float 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.35, 0.25, -0.1};
const char sprite_snake_x[2][4][7][12] = { // Player [Face][SpriteAnimationFrame][Size_Y][Size_X]
{