From 17a1d3689b5ceefb0762fdf3e8c2c76c15e19c2f Mon Sep 17 00:00:00 2001 From: Andrii Solianyk Date: Tue, 14 Jan 2025 14:45:13 +0100 Subject: [PATCH] todo added --- sources/Boss.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/Boss.cpp b/sources/Boss.cpp index a6a5416..3fcffab 100644 --- a/sources/Boss.cpp +++ b/sources/Boss.cpp @@ -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);