usuwam niepotrzeb

This commit is contained in:
2024-11-20 15:51:37 +01:00
parent c113cc55e3
commit b16fd9fad5
2 changed files with 0 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ private:
Size size;
sf::Texture meteorTexture;
RandomNumberGenerator random;
unsigned int meteorsCounter;
sf::Clock spawnClock;
};

View File

@@ -5,7 +5,6 @@
Plansza::Plansza(int windowHeight, int windowWidth) {
size.height = windowHeight;
size.width = windowWidth;
meteorsCounter = 0;
meteorTexture.loadFromFile("../assets/img/meteor.png");
spawnClock.restart();
}