This commit is contained in:
2024-11-29 14:53:58 +01:00
parent d20fb3043b
commit 2f6c98f4be
4 changed files with 3 additions and 5 deletions

View File

@@ -24,10 +24,6 @@ Position Actor::getPosition() {
return {position.x, position.y};
}
void Actor::shoot() {
// bullets.emplace_back(float(position.x) + actorSprite.getGlobalBounds().width / 2, position.y, bulletTextureLeft);
}
std::vector<Bullet> &Actor::getBullets() {
return bullets;
}