KRAKEN ATTACK! At a press of K! KrakenAttackBricks exist, too, just add number to level.

This commit is contained in:
PlatinumSkink
2015-10-08 23:52:48 +02:00
parent 90636a7169
commit c222383b6f
6 changed files with 112 additions and 4 deletions
+2
View File
@@ -26,6 +26,7 @@
#include "Game/ELifebuoy.h"
#include "Game/EStickyPad.h"
#include "Game/EInkBlaster.h"
#include "Game/EKrakenAttack.h"
#include "Game/EMultiBall.h"
#include "Game/EMultiBallLost.h"
#include "Game/EPause.h"
@@ -132,6 +133,7 @@ private:
const int LifebuoyBrick = 3;
const int StickyBrick = 4;
const int InkBlasterBrick = 5;
const int KrakenAttackBrick = 6;
EntityID m_BrickTemplate;