working on options menu, almost done

This commit is contained in:
2021-08-28 23:17:00 +02:00
parent e9fcacd7c6
commit 0341a0fe9d
7 changed files with 141 additions and 89 deletions

View File

@@ -298,7 +298,7 @@ const int MULTIPLIER_NUMBER_Y = SCREEN_HEIGHT - (2 * BLOCK) + 2;
#define ITEM_COFFEE_MACHINE_ODDS 4
// Cantidad de objetos simultaneos
#define MAX_ITEMS 5
#define MAX_ITEMS 10
// Valores para las variables asociadas a los objetos
#define REMAINING_EXPLOSIONS 3