canviats els núvols per els del Volcano

This commit is contained in:
2024-07-27 10:07:27 +02:00
parent fe361f455a
commit 7501b4936f
12 changed files with 51 additions and 57 deletions

View File

@@ -52,10 +52,11 @@ void GameLogo::init()
{
const int xp = x - coffeeBitmap->getWidth() / 2;
const int desp = getInitialVerticalDesp();
// Variables
status = disabled;
shake.desp = 1;
shake.delay = 3;
shake.delay = 2;
shake.lenght = 8;
shake.remaining = shake.lenght;
shake.counter = shake.delay;
@@ -138,7 +139,7 @@ void GameLogo::update()
status = shaking;
// Pantallazo blanco
screen->flash(flashColor, 5);
//screen->flash(flashColor, 10);
// Reproduce el efecto sonoro
JA_PlaySound(crashSound);