KrakenHit event includes max health, current, and new.

This commit is contained in:
PlatinumSkink
2015-10-20 15:58:02 +02:00
parent e26156c093
commit c1e4e6c0bd
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ struct Brick : Component
//0 = empty, 1 = normal, 2 = multi-brick, 3 = lifebuoy, 4 = sticky, 5 = blaster, 6 = kraken
int Type = 0;
bool Removed = false;
int Number = 0; // For the Kraken to keep track of which bricks needs replacing.
int Number = 100; // For the Kraken to keep track of which bricks needs replacing.
//What number of types each is.
const int EmptyBrickSpace = 0;