fix: el brillet del cor dels credits pillava mal la posició
This commit is contained in:
@@ -23,7 +23,7 @@ Credits::Credits()
|
|||||||
// Inicializa variables
|
// Inicializa variables
|
||||||
options.section.section = Section::CREDITS;
|
options.section.section = Section::CREDITS;
|
||||||
options.section.subsection = Subsection::NONE;
|
options.section.subsection = Subsection::NONE;
|
||||||
shining_sprite_->setPosition({194, 174, 8, 8});
|
shining_sprite_->setPos({194, 174, 8, 8});
|
||||||
|
|
||||||
// Cambia el color del borde
|
// Cambia el color del borde
|
||||||
Screen::get()->setBorderColor(stringToColor(options.video.palette, "black"));
|
Screen::get()->setBorderColor(stringToColor(options.video.palette, "black"));
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ void initOptions()
|
|||||||
options = Options();
|
options = Options();
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
options.section = SectionState(Section::DEMO, Subsection::NONE);
|
options.section = SectionState(Section::CREDITS, Subsection::NONE);
|
||||||
options.console = true;
|
options.console = true;
|
||||||
#else
|
#else
|
||||||
options.section = SectionState(Section::LOGO, Subsection::LOGO_TO_INTRO);
|
options.section = SectionState(Section::LOGO, Subsection::LOGO_TO_INTRO);
|
||||||
|
|||||||
Reference in New Issue
Block a user