FIX: Si saltes el logo talla el so a meitat sonar

FIX: Corregida la lògica del efecte de flash
This commit is contained in:
2024-11-27 18:39:23 +01:00
parent eed45bdbc6
commit faba87c06d
6 changed files with 24 additions and 14 deletions

View File

@@ -53,7 +53,7 @@ Director::Director(int argc, const char *argv[])
section::name = section::Name::GAME;
section::options = section::Options::GAME_PLAY_1P;
#elif DEBUG
section::name = section::Name::CREDITS;
section::name = section::Name::LOGO;
#else // NORMAL GAME
section::name = section::Name::LOGO;
section::attract_mode = section::AttractMode::TITLE_TO_DEMO;
@@ -105,7 +105,7 @@ void Director::init()
Resource::init();
Input::init(Asset::get()->get("gamecontrollerdb.txt"));
bindInputs();
Notifier::init(std::string(), Resource::get()->getText("8bithud"), Asset::get()->get("notify.wav"));
Notifier::init(std::string(), Resource::get()->getText("8bithud"));
OnScreenHelp::init();
globalInputs::init();
}