Finalitzada la part de entrar nom. Falta posar un temporitzador i una animació

This commit is contained in:
2024-09-30 19:35:41 +02:00
parent 6acf0b7efc
commit 0af441b5df
5 changed files with 25 additions and 19 deletions

View File

@@ -68,7 +68,7 @@ Screen::Screen(SDL_Window *window, SDL_Renderer *renderer)
fpsCounter = 0;
fps = 0;
#ifdef DEBUG
showInfo = false;
showInfo = true;
#else
showInfo = false;
#endif