forked from jaildesigner-jailgames/jaildoctors_dilemma
Añadido efectos en el borde para imitar la carga de la pantalla como en el spectrum
This commit is contained in:
@@ -320,5 +320,13 @@ void Logo::switchPalette()
|
||||
// Termina la sección
|
||||
void Logo::endSection()
|
||||
{
|
||||
section->name = SECTION_PROG_INTRO;
|
||||
if (section->subsection == SUBSECTION_LOGO_TO_TITLE)
|
||||
{
|
||||
section->name = SECTION_PROG_TITLE;
|
||||
}
|
||||
|
||||
else if (section->subsection == SUBSECTION_LOGO_TO_INTRO)
|
||||
{
|
||||
section->name = SECTION_PROG_INTRO;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user