Probando stage changes

This commit is contained in:
2022-08-30 22:53:16 +02:00
parent 7b492b6942
commit fff400be8f
3 changed files with 3 additions and 2 deletions

View File

@@ -118,6 +118,9 @@ void Game::update()
case SDL_SCANCODE_F4:
screen->setWindowSize(4);
break;
default:
break;
}
}
}