|
group2 0.1.0
CSE 125 Group 2
|
ECS component: world powerup pickup point with respawn cooldown. More...
#include <PowerupSpawner.hpp>
Public Attributes | |
| PowerupType | type = PowerupType::Damage |
| Type of powerup this spawner provides. | |
| float | spawnCooldown = 0 |
| Seconds remaining before the powerup reappears. | |
| bool | hasPowerup = false |
| True if powerup is available for pickup. | |
ECS component: world powerup pickup point with respawn cooldown.
| bool PowerupSpawner::hasPowerup = false |
True if powerup is available for pickup.
| float PowerupSpawner::spawnCooldown = 0 |
Seconds remaining before the powerup reappears.
| PowerupType PowerupSpawner::type = PowerupType::Damage |
Type of powerup this spawner provides.