Statek + Strzelanie (do naprawienia białe kwadraty)

This commit is contained in:
2024-11-15 14:22:52 +01:00
parent 8ecd82eb4e
commit ce2924e635
12 changed files with 203 additions and 25 deletions

3
sources/Player.cpp Normal file
View File

@@ -0,0 +1,3 @@
#include "../headers/Player.h"
Player::Player(int x, int y, std::string path) : Actor(x, y, path) {};