todo added

This commit is contained in:
2025-01-14 14:45:13 +01:00
parent 8b8bfc9aed
commit 17a1d3689b

View File

@@ -22,6 +22,7 @@ void Boss::setPlanszaHeight(int height, int width) {
planszaWidth = width;
}
// TODO: Po mergowaniu dodać obsługę pocisku, przy pomocy nowego konstruktora Bullet
void Boss::shoot() {
if (shootClock.getElapsedTime().asMilliseconds() >= firerate) {
Bullet leftBullet(position.x - 20, position.y, bulletTexture);