Zaimplementowano debuff.

Do dokończenia resetowanie debuff
This commit is contained in:
2025-01-13 15:55:45 +01:00
parent 62808a9fbf
commit 67f396ae84
12 changed files with 184 additions and 25 deletions

View File

@@ -44,6 +44,8 @@ add_executable(LotoStatek main.cpp
sources/Heart.cpp
headers/PowerUp.h
sources/PowerUp.cpp
headers/Debuff.h
sources/Debuff.cpp
)
if(WIN32)