Fixed scale issue for power up textures. Added a defaultscale flag. Also removed ugly particleeffect for projectiles.

This commit is contained in:
Stiffly
2015-10-22 16:27:23 +02:00
parent 0f687a4ba5
commit 7c2782fe2c
7 changed files with 28 additions and 30 deletions
@@ -26,6 +26,7 @@ struct CreateParticleSequence : public Event
glm::vec4 Color = glm::vec4(0);
EntityID parent = 0;
// values to interpolate between.
bool DefaultScale = false;
std::vector<glm::vec3> ScaleValues;
std::vector<float> AlphaValues;