feat(shield): added shields
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@ using namespace sf;
|
||||
class Laser
|
||||
{
|
||||
public:
|
||||
Laser();
|
||||
Laser() {};
|
||||
Laser(Window& window);
|
||||
|
||||
RectangleShape& getShape() { return _laser; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user