Laser naprawiono

This commit is contained in:
2025-01-05 18:20:19 +01:00
parent c4c83382c3
commit 6b45443c75
8 changed files with 39 additions and 35 deletions

View File

@@ -9,6 +9,8 @@ public:
Beam(int x, int y, const sf::Texture &texture);
sf::Sprite getSprite();
void setRotation(float angle);
private:
sf::Sprite beamSprite;
};