#include <CharacterProps.h>
Public Attributes | |
float | speed |
How fast the character walks. | |
int | hp |
Hit points. | |
int | maxBombs |
The maximum amount of bombs a character can throw. | |
float | blastSize |
The radius of the blast left when a bomb explodes. | |
float | detonationDelay |
The amount of time between when a bomb is laid and its explosion. | |
float | maxPower |
The maximum amount of throwing power. | |
float | powerRate |
How fast the power bar charges. | |
int | numHoming |
How many homing bombs the player has available. | |
float | homingSpeed |
The speed of homing bombs. |
|
The radius of the blast left when a bomb explodes.
|
|
The amount of time between when a bomb is laid and its explosion.
|
|
The speed of homing bombs.
|
|
Hit points.
|
|
The maximum amount of bombs a character can throw.
|
|
The maximum amount of throwing power.
|
|
How many homing bombs the player has available.
|
|
How fast the power bar charges.
|
|
How fast the character walks.
|