summaryrefslogtreecommitdiffhomepage
path: root/OverScreen.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-24 23:51:27 +0200
committerAki <please@ignore.pl>2022-04-24 23:51:27 +0200
commit88d53cab4e10aed6cdae443aa66136add99562bb (patch)
tree7a75635ba679c0c1f8fc371079429d3ec5142673 /OverScreen.cpp
parent38df088b80cb6c159eb9941cf6d3c0a8492e65ee (diff)
downloadbullethell2022-88d53cab4e10aed6cdae443aa66136add99562bb.zip
bullethell2022-88d53cab4e10aed6cdae443aa66136add99562bb.tar.gz
bullethell2022-88d53cab4e10aed6cdae443aa66136add99562bb.tar.bz2
Added some colorful stuff and interface
Diffstat (limited to 'OverScreen.cpp')
-rw-r--r--OverScreen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/OverScreen.cpp b/OverScreen.cpp
index 348e5a9..844a9dd 100644
--- a/OverScreen.cpp
+++ b/OverScreen.cpp
@@ -32,5 +32,6 @@ OverScreen::update(const float)
void
OverScreen::draw()
{
+ ClearBackground(BLACK);
DrawText(DIED, m_died_x, 160, 20, RED);
}