summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-22 19:53:36 +0200
committerAki <please@ignore.pl>2022-04-22 19:53:36 +0200
commit38df088b80cb6c159eb9941cf6d3c0a8492e65ee (patch)
treea0191edaa4f6ba9ba776180063db99a12da1d941 /CMakeLists.txt
parent804e71083e4df85c4f0692553de3084f0ed4cd9a (diff)
downloadbullethell2022-38df088b80cb6c159eb9941cf6d3c0a8492e65ee.zip
bullethell2022-38df088b80cb6c159eb9941cf6d3c0a8492e65ee.tar.gz
bullethell2022-38df088b80cb6c159eb9941cf6d3c0a8492e65ee.tar.bz2
Added invulnerability timer and death screen
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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