options menu completed

This commit is contained in:
2021-08-29 13:35:19 +02:00
parent 697e5d796f
commit 88e5303d28
9 changed files with 167 additions and 73 deletions

View File

@@ -352,7 +352,7 @@ const color_t shdwTxtColor = {0x43, 0x43, 0x4F};
#define DIFFICULTY_HARD 2
// Tipo de filtro
#define FILTER_BILINEAL 0
#define FILTER_NEAREST 0
#define FILTER_LINEAL 1
#endif