enemy kolizja rakiet

This commit is contained in:
2024-12-09 23:36:50 +01:00
parent a81cf284d0
commit 77eb83c2c3
3 changed files with 24 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ class Rocket : public Projectile{
public:
Rocket(float x, float y, sf::Texture &texture) : Projectile(x,y, texture) {};
void update() override;
};