diff --git a/source/game_logo.cpp b/source/game_logo.cpp index ebf0fce..923f9cf 100644 --- a/source/game_logo.cpp +++ b/source/game_logo.cpp @@ -35,6 +35,9 @@ void GameLogo::init() const auto xp = x_ - coffee_texture_->getWidth() / 2; const auto desp = getInitialVerticalDesp(); + // Configura texturas + SDL_SetTextureScaleMode(Resource::get()->getTexture("title_arcade_edition.png")->getSDLTexture(), SDL_SCALEMODE_NEAREST); + // Variables coffee_crisis_status_ = Status::DISABLED; arcade_edition_status_ = Status::DISABLED;