Adjustments to Sticky and Inkblaster made, in addition made StickyAimer partly transparent green.

This commit is contained in:
PlatinumSkink
2015-10-13 14:02:18 +02:00
parent 1a070d8ce8
commit 40343744c1
7 changed files with 9 additions and 5 deletions
+2
View File
@@ -337,6 +337,7 @@ void dd::Systems::LevelSystem::BrickHit(EntityID entityHitter, EntityID entityBr
if (sticky != nullptr) {
Events::StickyPad e;
e.Transform = transformComponentBrick;
e.Times = 3;
EventBroker->Publish(e);
}
else {
@@ -344,6 +345,7 @@ void dd::Systems::LevelSystem::BrickHit(EntityID entityHitter, EntityID entityBr
if (ink != nullptr) {
Events::InkBlaster e;
e.Transform = transformComponentBrick;
e.Shots = 5;
EventBroker->Publish(e);
}
else {