Added heart and spawn of them

This commit is contained in:
2024-12-05 14:52:00 +01:00
parent b6830c305b
commit 3b637508e1
5 changed files with 81 additions and 6 deletions

View File

@@ -27,7 +27,9 @@ add_executable(LotoStatek main.cpp
headers/Size.h
headers/Position.h
headers/ObjectItem.hpp
sources/ObjectItem.cpp)
sources/ObjectItem.cpp
headers/Heart.hpp
sources/Heart.cpp)
if(WIN32)
set(SFML_ROOT "${CMAKE_SOURCE_DIR}/lib/SFML")