Revisados varios pequeños bugs

This commit is contained in:
2022-10-09 12:58:23 +02:00
parent d77757853d
commit 742ca02573
5 changed files with 225 additions and 142 deletions

View File

@@ -236,7 +236,6 @@ void Player::setAnimation()
}
const std::string aPowerUp = powerUp ? "_pwr" : "";
//const std::string aPowerUp = "";
const std::string aWalking = statusWalking == PLAYER_STATUS_WALKING_STOP ? "stand" : "walk";
const std::string aFiring = statusFiring == PLAYER_STATUS_FIRING_UP ? "centershoot" : "sideshoot";