Skill-Kraken implemented. What do people think...?

This commit is contained in:
PlatinumSkink
2015-10-23 15:12:28 +02:00
parent e9a71a6ff7
commit fa5cb379ab
9 changed files with 155 additions and 92 deletions
+4
View File
@@ -67,6 +67,7 @@ private:
bool m_KrakenBattle = false;
bool m_KrakenHasArrived = false;
bool m_ReturnToIdle = false;
bool m_RandomKraken = false;
EntityID m_KrakenTemplate;
std::string m_Action = "Idle";
int m_NumberOfActions;
@@ -76,6 +77,9 @@ private:
float m_KrakenCurrentSecondsToAction = 15;
const int Idle = 1;
int m_Set = 0;
int m_SetCluster = 0;
std::array<int, 42> m_Bricks;
std::array<int, 42> m_Colors;