Added effect 'gol': Conway's Game of Life.

This commit is contained in:
2019-06-14 05:32:17 +02:00
parent 291a3be623
commit 1e23936374
5 changed files with 130 additions and 2 deletions

View File

@ -69,7 +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
// Stop editing here
#ifdef DEBUG