Light on tank shells

This commit is contained in:
Tleety
2014-06-05 16:25:20 +02:00
parent 2f617727a4
commit e42c2c49ef
4 changed files with 11 additions and 0 deletions
+1
View File
@@ -252,6 +252,7 @@ bool Systems::TankSteeringSystem::OnCollision(const Events::Collision &e)
e.Speed = 6;
e.SpreadAngle = glm::pi<float>();
e.spritePath = "Textures/Sprites/Blast1.png";
e.usePointLight = true;
e.Color = glm::vec4(2, 2, 2, 0.2);
EventBroker->Publish(e);