feat(shield): added shields

This commit is contained in:
2024-01-23 11:40:46 +01:00
parent 15c745d7c0
commit d67394aaec
10 changed files with 127 additions and 10 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ using namespace sf;
class Laser
{
public:
Laser();
Laser() {};
Laser(Window& window);
RectangleShape& getShape() { return _laser; }