#include "IsoBomb.h"
#include "CharacterProps.h"
Go to the source code of this file.
Compounds | |
class | Virus |
Affects a character in some way. More... | |
Variables | |
const int | NUM_VIRUSES = 6 |
const int | SLOW_VIRUS = 0 |
const int | NOBOMBS_VIRUS = 1 |
const int | BOMBARRHEA_VIRUS = 2 |
const int | WEAKTHROW_VIRUS = 3 |
const int | DELAY_VIRUS = 4 |
const int | SHRINK_VIRUS = 5 |
const float | MAX_RED_VALUE = 255.0f |
const float | MIN_RED_VALUE = 200.0f |
const float | RED_CHANGE_RATE = 150.0f |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|