diff options
| author | fschildt <florian.schildt@protonmail.com> | 2026-01-20 01:22:45 +0100 |
|---|---|---|
| committer | fschildt <florian.schildt@protonmail.com> | 2026-01-20 01:59:19 +0100 |
| commit | 6da9be5810bf82e9d0b3b2a8bce7606ef2e2bf93 (patch) | |
| tree | 28bb67ad879f8bbb36476a537fe8b69195500146 /src/main.cpp | |
| parent | f463853872210415e06fb3f863325fdba303ab65 (diff) | |
breakout: delete pong, add breakout
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index e3241d4..ebbaa55 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,8 +36,8 @@ DrawGameMenu() if (ImGui::Button("Snake")) { type = Game::snake; } - if (ImGui::Button("Pong")) { - type = Game::pong; + if (ImGui::Button("Breakout")) { + type = Game::breakout; } ImGui::End(); |
