Dziuala 3 strzlowiec

This commit is contained in:
2024-12-11 00:05:53 +01:00
parent 81b04bae0f
commit 2bffc2de0c
11 changed files with 25 additions and 52 deletions

View File

@@ -13,7 +13,7 @@ enum class Direction {
class Enemy : public Actor {
public:
Enemy(int x, int y, const sf::Texture& texture) ;
Enemy(int x, int y, std::string path);
void shoot() override;
void move(float deltaX, float deltaY) override;