Millorades les paletes verda i taronja
Retocada la paleta sweetie-16 Afegida política al fitxer CMakeLists.txt
This commit is contained in:
@@ -212,6 +212,7 @@ void Logo::update()
|
||||
// Gestiona el color de las texturas
|
||||
updateTextureColors();
|
||||
|
||||
// Actualiza el objeto Screen
|
||||
Screen::get()->update();
|
||||
|
||||
// Comprueba si ha terminado el logo
|
||||
@@ -243,9 +244,6 @@ void Logo::render()
|
||||
// Bucle para el logo del juego
|
||||
void Logo::run()
|
||||
{
|
||||
// Detiene la música
|
||||
JA_StopMusic();
|
||||
|
||||
while (options.section.section == Section::LOGO)
|
||||
{
|
||||
update();
|
||||
|
||||
Reference in New Issue
Block a user