Actualizado el FADE_FULLSCREEN de la clase fade

This commit is contained in:
2024-06-19 08:19:14 +02:00
parent d38659d783
commit 8f6b5cefa8
3 changed files with 52 additions and 27 deletions

View File

@@ -73,5 +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};
#endif