Rediseñada y optimizada la clase Instructions

This commit is contained in:
2024-07-05 11:34:55 +02:00
parent 2b628d2d61
commit 5e7212dfaa
5 changed files with 223 additions and 113 deletions

View File

@@ -74,5 +74,6 @@ 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 = {0x27, 0x27, 0x36};
const color_t orangeColor = {0xFF, 0x7A, 0x00};
#endif