working on options menu

This commit is contained in:
2021-08-28 21:43:47 +02:00
parent 502835453a
commit e9fcacd7c6
7 changed files with 287 additions and 140 deletions

View File

@@ -351,4 +351,8 @@ const color_t shdwTxtColor = {0x43, 0x43, 0x4F};
#define DIFFICULTY_NORMAL 1
#define DIFFICULTY_HARD 2
// Tipo de filtro
#define FILTER_BILINEAL 0
#define FILTER_LINEAL 1
#endif