effect_lightspeed: Speed changes.

This commit is contained in:
2019-11-03 13:56:07 +01:00
parent 994f4894dd
commit 439e2de17f
3 changed files with 15 additions and 7 deletions

View File

@ -6,7 +6,7 @@
class LightspeedEffectStar {
private:
uint16_t _angle;
accum88 _start;
accum88 _distance;
uint16_t _speed;
uint16_t _target;
uint8_t _saturation;