aboutsummaryrefslogtreecommitdiff
path: root/src/games/Game.cpp
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2025-10-16 15:33:06 +0200
committerfschildt <florian.schildt@protonmail.com>2025-10-16 15:33:06 +0200
commita873df7a66dc1831cee4eae2d998abed88246268 (patch)
treec19cd079ce106e1431d64c34babf4ef59cf71723 /src/games/Game.cpp
parent9f2845b12135c32dde91e58afc1193d54333ec9f (diff)
renderer: introduce text rendering
Diffstat (limited to 'src/games/Game.cpp')
-rw-r--r--src/games/Game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/games/Game.cpp b/src/games/Game.cpp
index 0e6af1c..c403a40 100644
--- a/src/games/Game.cpp
+++ b/src/games/Game.cpp
@@ -50,7 +50,7 @@ Game::ProcessDt()
}
void
-Game::DrawGameOverMenu()
+Game::DrawDefaultGameOverMenu()
{
ImGui::Begin("DefaultGameOverMenu", nullptr, s_imgui_window_flags_menu);
ImGui::Text("Game Over.");
@@ -64,7 +64,7 @@ Game::DrawGameOverMenu()
}
void
-Game::DrawGamePausedMenu()
+Game::DrawDefaultGamePausedMenu()
{
ImGui::Begin("DefaultGamePauseMenu", nullptr, s_imgui_window_flags_menu);
if (ImGui::Button("Resume")) {