Debuffs fully implemented

This commit is contained in:
2025-01-13 23:24:43 +01:00
parent 67f396ae84
commit 7a808d46a6
2 changed files with 36 additions and 14 deletions

View File

@@ -128,6 +128,16 @@ private:
// Zmienne prymitywne
bool gameOver = false;
struct {
bool movingSpeed = false;
bool firerate = false;
bool tripleShot = false;
} powerUpCollected;
struct {
bool movingSpeed = false;
bool firerate = false;
bool bulletSpeed = false;
} debuffCollected;
};
#endif //PLANSZA_H