Merge all text elements + endscreen working

This commit is contained in:
2024-01-29 12:13:18 +01:00
parent 18ce5670e4
commit b002cb62e5
7 changed files with 114 additions and 158 deletions

View File

@@ -32,10 +32,10 @@ add_executable(Pong src/main.cpp
src/Vec2d/Bump.h
src/VisibleObjects/PlayerPaddle.h
src/VisibleObjects/Side.h
src/VisibleObjects/Score.h
src/TextScreen.h
src/text/TextScreen.h
src/defaultfont.h
src/OptionScreen.h)
src/text/OptionScreen.h
src/text/Score.h)
# Now link the libraries to the target
target_link_libraries(Pong ${SDL2_LIBRARIES} ${SDL2_GFX_LIBRARY} ${SDL2_TTF_LIBRARY})