les bales ara son redones
This commit is contained in:
@@ -70,7 +70,7 @@ constexpr int MAX_IPUNTS = 30;
|
||||
|
||||
constexpr float SHIP_RADIUS = 12.0f;
|
||||
constexpr float ENEMY_RADIUS = 20.0f;
|
||||
constexpr float BULLET_RADIUS = 5.0f;
|
||||
constexpr float BULLET_RADIUS = 3.0f;
|
||||
} // namespace Entities
|
||||
|
||||
// Game rules (lives, respawn, game over)
|
||||
@@ -144,7 +144,7 @@ namespace Brightness {
|
||||
// Brillantor estàtica per entitats de joc (0.0-1.0)
|
||||
constexpr float NAU = 1.0f; // Màxima visibilitat (jugador)
|
||||
constexpr float ENEMIC = 0.7f; // 30% més tènue (destaca menys)
|
||||
constexpr float BALA = 0.9f; // Destacada però menys que nau
|
||||
constexpr float BALA = 1.0f; // Brillo a tope (màxima visibilitat)
|
||||
|
||||
// Starfield: gradient segons distància al centre
|
||||
// distancia_centre: 0.0 (centre) → 1.0 (vora pantalla)
|
||||
|
||||
Reference in New Issue
Block a user