eliminat el punter al renderer de 50.000 llocs

This commit is contained in:
2024-07-28 10:45:14 +02:00
parent 7501b4936f
commit 2948684ad3
58 changed files with 492 additions and 401 deletions

View File

@@ -56,10 +56,10 @@
#define BALLOON_SPEED_5 1.00f
// Tamaño de los globos
#define BALLOON_WIDTH_1 8
#define BALLOON_WIDTH_2 13
#define BALLOON_WIDTH_3 21
#define BALLOON_WIDTH_4 37
#define BALLOON_WIDTH_1 10
#define BALLOON_WIDTH_2 16
#define BALLOON_WIDTH_3 26
#define BALLOON_WIDTH_4 46
// PowerBall
#define POWERBALL_SCREENPOWER_MINIMUM 10
@@ -246,4 +246,10 @@ public:
// Obtiene le valor de la variable
Uint8 getPower();
// Indica si el globo se puede explotar
bool canBePopped();
// Indica si el globo se puede destruir
bool canBeDestroyed();
};