Añadido delay final al fade

This commit is contained in:
2024-06-24 08:16:27 +02:00
parent 5b8ea728ca
commit 895955f122
7 changed files with 53 additions and 27 deletions

View File

@@ -73,6 +73,6 @@ const color_t difficultyEasyColor = {75, 105, 47};
const color_t difficultyNormalColor = {255, 122, 0};
const color_t difficultyHardColor = {118, 66, 138};
const color_t flashColor = {0xFF, 0xFF, 0xFF};
const color_t fadeColor = {0x17, 0x17, 0x26};
const color_t fadeColor = {0x27, 0x27, 0x36};
#endif