feat(laser): created laser object

Created laser object without any collision detection
This commit is contained in:
2024-01-09 12:26:42 +01:00
parent 0fed252afd
commit 9b0a7a78bb
10 changed files with 103 additions and 27 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ public:
CircleShape PlayerShape = CircleShape(20, 3);
void DrawPlayer();
void Move(int direction);
void drawPlayer();
void move(int direction);
private:
int _x = 0;