Compare commits
2 Commits
99ffe9f7a7
...
6402099825
| Author | SHA1 | Date | |
|---|---|---|---|
| 6402099825 | |||
| 529c8d8063 |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user