enhancing title screen

This commit is contained in:
2021-08-27 13:54:57 +02:00
parent 75031038c8
commit ff0102256c
5 changed files with 26 additions and 36 deletions

View File

@@ -65,7 +65,7 @@ void Player::init(float x, int y, LTexture *textureLegs, LTexture *textureBody,
mScore = 0;
// Establece el multiplicador de puntos inicial
mScoreMultiplier = 2.0f;
mScoreMultiplier = 1.0f;
// Inicia el contador para la cadencia de disparo
mCooldown = 10;