canvi de pc

This commit is contained in:
2025-07-25 22:38:17 +02:00
parent 03a7bbc6d1
commit 19fcebcdfd
3 changed files with 47 additions and 18 deletions

View File

@@ -169,7 +169,7 @@ class Player {
static constexpr float BASE_SPEED = 1.5F; // Velocidad base del jugador
static constexpr int COOLING_DURATION = 50;
static constexpr int COOLING_COMPLETE = 0;
static constexpr int WAITING_COUNTER = 1000;
static constexpr int WAITING_COUNTER = 300;
// --- Objetos y punteros ---
std::unique_ptr<AnimatedSprite> player_sprite_; // Sprite para dibujar el jugador