forked from jaildesigner-jailgames/jaildoctors_dilemma
toggle FPS mentres jugues
This commit is contained in:
@@ -462,6 +462,10 @@ void Game::handleDebugEvents(const SDL_Event& event) {
|
||||
Notifier::get()->show({"ACHIEVEMENT UNLOCKED!", "I LIKE MY MULTICOLOURED FRIENDS"}, Notifier::Style::CHEEVO, -1, false, "F7");
|
||||
break;
|
||||
|
||||
case SDLK_0:
|
||||
Screen::get()->toggleDebugInfo();
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user