Commit de no se lo que estava fent pero me'n vaig a casa
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user