fix: el brillet del cor dels credits pillava mal la posició

This commit is contained in:
2025-03-02 16:51:08 +01:00
parent d05f18ce2d
commit 2ebb285a27
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ Credits::Credits()
// Inicializa variables
options.section.section = Section::CREDITS;
options.section.subsection = Subsection::NONE;
shining_sprite_->setPosition({194, 174, 8, 8});
shining_sprite_->setPos({194, 174, 8, 8});
// Cambia el color del borde
Screen::get()->setBorderColor(stringToColor(options.video.palette, "black"));