Poprawiono ultimate_Png lekko, zmodyfikowano poziom trudnosci

This commit is contained in:
2025-01-17 16:22:36 +01:00
parent 696714cf9a
commit f5d9bae6e9
17 changed files with 15 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ Boss::Boss(int x, int y, const sf::Texture& bossTexture, const sf::Texture& bull
}
hp = 100;
firerate = 2000;
movementSpeed = 2.0f;
movementSpeed = 3.0f;
}