PowerupType
Definition PowerupSpawner.hpp:8
@ Shield
Definition PowerupSpawner.hpp:10
@ Damage
Definition PowerupSpawner.hpp:9
ECS component: world powerup pickup point with respawn cooldown.
Definition PowerupSpawner.hpp:15
float spawnCooldown
Seconds remaining before the powerup reappears.
Definition PowerupSpawner.hpp:17
bool hasSpawnedOnce
True after the initial delayed spawn has completed.
Definition PowerupSpawner.hpp:19
bool hasPowerup
True if powerup is available for pickup.
Definition PowerupSpawner.hpp:18
PowerupType type
Type of powerup this spawner provides.
Definition PowerupSpawner.hpp:16