diff --git a/media/font/nokia_big2.png b/media/font/nokia_big2.png index 786b05a..20ddfc5 100644 Binary files a/media/font/nokia_big2.png and b/media/font/nokia_big2.png differ diff --git a/media/lang/en_UK.txt b/media/lang/en_UK.txt index b5a0ab6..97a9b2f 100644 --- a/media/lang/en_UK.txt +++ b/media/lang/en_UK.txt @@ -71,7 +71,7 @@ FUCKING MACHINE! ## 35 - INTRO Blop... blop... blop... ## 36 - TEXTOS DEL JUEGO -Time Stopped: +Stop! ## 37 - TEXTOS DEL JUEGO D E M O ## 38 - TEXTOS DEL JUEGO diff --git a/source/game.cpp b/source/game.cpp index 45fb90a..ebf13b8 100644 --- a/source/game.cpp +++ b/source/game.cpp @@ -2992,7 +2992,9 @@ void Game::renderMessages() if (mTimeStopped) { if ((mTimeStoppedCounter > 100) || (mTimeStoppedCounter % 10 > 4)) - mTextNokia2->writeDX(TXT_CENTER, PLAY_AREA_CENTER_X, PLAY_AREA_FIRST_QUARTER_Y, mLang->getText(36) + std::to_string(mTimeStoppedCounter / 10), -1, noColor, 1, shdwTxtColor); + //mTextNokia2->writeDX(TXT_CENTER, PLAY_AREA_CENTER_X, PLAY_AREA_FIRST_QUARTER_Y, mLang->getText(36) + std::to_string(mTimeStoppedCounter / 10), -1, noColor, 1, shdwTxtColor); + {mTextNokiaBig2->writeDX(TXT_CENTER, PLAY_AREA_CENTER_X, PLAY_AREA_FIRST_QUARTER_Y, mLang->getText(36), -2); + mTextNokiaBig2->writeDX(TXT_CENTER, PLAY_AREA_CENTER_X, PLAY_AREA_FIRST_QUARTER_Y + mTextNokiaBig2->getCharacterWidth() + 2, std::to_string(mTimeStoppedCounter / 10), -2);} if (mTimeStoppedCounter > 100) {