Commit de no se lo que estava fent pero me'n vaig a casa

This commit is contained in:
2024-06-18 14:03:03 +02:00
parent 022e44cfeb
commit d38659d783
4 changed files with 125 additions and 91 deletions

View File

@@ -73,7 +73,8 @@ void Title::init()
postFade = 0;
ticks = 0;
ticksSpeed = 15;
fade->init(0x17, 0x17, 0x26);
fade->setColor(0x17, 0x17, 0x26);
fade->setType(FADE_FULLSCREEN);
demo = true;
// Pone valores por defecto a las opciones de control
@@ -315,7 +316,7 @@ void Title::checkInput()
else if (input->checkInput(input_accept, REPEAT_FALSE))
{
fade->activateFade();
fade->activate();
postFade = 0;
}
}