bughunting

This commit is contained in:
2021-04-22 09:58:24 +02:00
parent f97291110f
commit 9b5eaf36e1
3 changed files with 23 additions and 5 deletions

View File

@@ -317,5 +317,9 @@ const color_t bgColor = {0x27, 0x27, 0x36};
const color_t noColor = {0xFF, 0xFF, 0xFF};
const color_t shdwTxtColor = {0x43, 0x43, 0x4F};
// Formaciones enemigas
#define NUMBER_OF_ENEMY_FORMATIONS 100
#define MAX_NUMBER_OF_ENEMIES_IN_A_FORMATION 50
#endif