Różne meteoryty

This commit is contained in:
2024-11-22 09:38:13 +01:00
parent 94a6d081a1
commit 0c4cdf35b1
4 changed files with 14 additions and 12 deletions

View File

@@ -20,8 +20,8 @@ public:
private:
std::vector<Meteor> meteors;
Size size;
sf::Texture meteorTexture;
RandomNumberGenerator random;
sf::Texture meteorTexture1;
sf::Texture meteorTexture2;
sf::Clock spawnClock;
};