From 38df088b80cb6c159eb9941cf6d3c0a8492e65ee Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 22 Apr 2022 19:53:36 +0200 Subject: Added invulnerability timer and death screen --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 176b3f8..e3e9cea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ add_executable( KeyboardController.cpp main.cpp Oscillating.cpp + OverScreen.cpp Player.cpp Stats.cpp TestStage.cpp -- cgit v1.1