Added missing setting for GolEffect to config.sample.h
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabian Schlenz 2019-06-14 05:37:35 +02:00
parent 0af76f2195
commit 989eabee4a
1 changed files with 3 additions and 2 deletions

View File

@ -69,8 +69,9 @@
#define EFFECT_FIREWORK_BLUR 200
#define EFFECT_FIREWORK_FADEOUT_SPEED 5
#define EFFECT_GOL_START_PERCENTAGE 128
#define EFFECT_GOL_BLEND_SPEED 5
#define EFFECT_GOL_START_PERCENTAGE 90
#define EFFECT_GOL_BLEND_SPEED 10
#define EFFECT_GOL_RESTART_AFTER_STEPS 100
// Stop editing here