Effect: modified KITT (Scanner)

- add delay
- add dual checkmark
- rename Fade rate to Trail (inverse)
- makes Scanner Dual obsolete
This commit is contained in:
Blaz Kristan
2024-02-17 12:58:04 +01:00
parent 989bdfb0d5
commit f2c30ba3f7
2 changed files with 45 additions and 40 deletions

View File

@@ -187,7 +187,7 @@
#define FX_MODE_LIGHTNING 57
#define FX_MODE_ICU 58
#define FX_MODE_MULTI_COMET 59
#define FX_MODE_DUAL_LARSON_SCANNER 60
#define FX_MODE_DUAL_LARSON_SCANNER 60 // candidate for removal (use Scanner with with check 1)
#define FX_MODE_RANDOM_CHASE 61
#define FX_MODE_OSCILLATE 62
#define FX_MODE_PRIDE_2015 63