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