From 88d53cab4e10aed6cdae443aa66136add99562bb Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 24 Apr 2022 23:51:27 +0200 Subject: Added some colorful stuff and interface --- TitleScreen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'TitleScreen.cpp') 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); -- cgit v1.1