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
+1
View File
@@ -5,6 +5,7 @@
#include <SFML/Graphics.hpp>
#include "Player.h";
#include "Laser.h";
#include "Inputs.h";
using namespace std;