Dust particles from tank wheels.

This commit is contained in:
Stiffly
2014-06-04 18:15:47 +02:00
parent f2ae46efa5
commit 6e9eeaf991
6 changed files with 111 additions and 81 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ struct ParticleEmitter : Component
, LifeTime(0)
, TimeSinceLastSpawn(100)
, Emitting(false)
, Color(glm::vec4(0)) { }
, Color(glm::vec4(1)) { }
EntityID ParticleTemplate;
float SpawnFrequency;