added player2 gfx

This commit is contained in:
2021-08-22 09:41:17 +02:00
parent 837306f16e
commit e793e08e85
11 changed files with 40 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ void Player::init(float x, int y, LTexture *textureLegs, LTexture *textureBody,
mStatusFiring = PLAYER_STATUS_FIRING_NO;
mInvulnerable = false;
mInvulnerableCounter = PLAYER_INVULNERABLE_COUNTER;
mPowerUp = true;
mPowerUp = false;
mPowerUpCounter = PLAYER_POWERUP_COUNTER;
mExtraHit = false;
mCoffees = 0;