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

@@ -12,8 +12,8 @@ void Actor::loadTexture(std::string path) {
actorTexture.loadFromFile(path);
actorSprite.setTexture(actorTexture);
bulletTextureLeft.loadFromFile("../assets/img/bullet_left.png");
bulletTextureRight.loadFromFile("../assets/img/Rocket_111.png");
bulletTextureLeft.loadFromFile("../assets/img/bullets/bullet_pink.png");
bulletTextureRight.loadFromFile("../assets/img/rockets/Rocket_111.png");
}
sf::Sprite &Actor::getSprite() {