Directory structure refactor

This commit is contained in:
2024-12-04 12:26:10 +01:00
parent 29d3c11fd1
commit 7ecb90af1f
12 changed files with 8 additions and 9 deletions

View File

@@ -5,8 +5,8 @@
Plansza::Plansza(unsigned int windowHeight, unsigned int windowWidth) {
size.height = windowHeight;
size.width = windowWidth;
meteorTexture1.loadFromFile("../assets/img/meteor-1.png");
meteorTexture2.loadFromFile("../assets/img/meteor-2.png");
meteorTexture1.loadFromFile("../assets/img/meteors/meteor-1.png");
meteorTexture2.loadFromFile("../assets/img/meteors/meteor-2.png");
spawnClock.restart();
}