canviats els núvols per els del Volcano
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user