summaryrefslogtreecommitdiffhomepage
path: root/TitleScreen.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 /TitleScreen.cpp
parent38df088b80cb6c159eb9941cf6d3c0a8492e65ee (diff)
downloadbullethell2022-88d53cab4e10aed6cdae443aa66136add99562bb.zip
bullethell2022-88d53cab4e10aed6cdae443aa66136add99562bb.tar.gz
bullethell2022-88d53cab4e10aed6cdae443aa66136add99562bb.tar.bz2
Added some colorful stuff and interface
Diffstat (limited to 'TitleScreen.cpp')
-rw-r--r--TitleScreen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TitleScreen.cpp b/TitleScreen.cpp
index 0bf52f8..ec590b1 100644
--- a/TitleScreen.cpp
+++ b/TitleScreen.cpp
@@ -39,6 +39,7 @@ TitleScreen::update(const float dt)
void
TitleScreen::draw()
{
+ ClearBackground(BLACK);
DrawText(TITLE, m_title_x, 160, FONT_SIZE, LIGHTGRAY);
if (m_blink < INTERVAL)
DrawText(PRESS, m_press_x, 180, FONT_SIZE, GRAY);