afegit efecte de "colp" quan el jugador es "alcanssat" per un globo

This commit is contained in:
2025-07-25 13:45:55 +02:00
parent f001e433e0
commit b165484e03
11 changed files with 145 additions and 12 deletions

View File

@@ -402,10 +402,13 @@ void Director::setFileList() {
Asset::get()->add(PREFIX + "/data/gfx/player/player2_coffee2.pal", AssetType::PALETTE);
Asset::get()->add(PREFIX + "/data/gfx/player/player2_invencible.pal", AssetType::PALETTE);
Asset::get()->add(PREFIX + "/data/gfx/player/player2_power.png", AssetType::BITMAP);
// Animaciones del jugador
Asset::get()->add(PREFIX + "/data/gfx/player/player.ani", AssetType::ANIMATION);
Asset::get()->add(PREFIX + "/data/gfx/player/player_power.ani", AssetType::ANIMATION);
// Texturas - Golpe del jugador
Asset::get()->add(PREFIX + "/data/gfx/player/hit.png", AssetType::BITMAP);
// Fuentes de texto
Asset::get()->add(PREFIX + "/data/font/8bithud.png", AssetType::BITMAP);