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
@@ -287,6 +287,10 @@ bool dd::Systems::PadSystem::OnKeyDown(const dd::Events::KeyDown &event) {
e.Origin1 = glm::vec3(-5, 7, -10);
e.Origin2 = glm::vec3(5, 7, -10);
e.Set = 1;
e.SetCluster = 1;
EventBroker->Publish(e);
} else if (val == GLFW_KEY_C) {
Events::BreakAllBricks e;
EventBroker->Publish(e);
} else if (val == GLFW_KEY_L) {
Events::Lifebuoy e;