User Tools

Site Tools


assets:texture:particle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
assets:texture:particle [2017-03-12 22:23] skyjakeassets:texture:particle [2017-03-19 07:49] (current) skyjake
Line 1: Line 1:
 +====== Particle texture asset ======
 +
 +Particle texture images are used when rendering individual particles created by particle generators.
 +
 +<code>
 +asset texture.particle.03 {
 +    path = "myparticle03.png"
 +}
 +</code>
 +
 +===== Asset metadata =====
 +
 +^ Variable^ Description |
 +| ''path''| Image file to use as the particle texture. |
 +
 +===== Particle texture numbers =====
 +
 +Doomsday 2.0 supports up to 300 different texture particles: 00-99, and 100-299. Note that there are no particle textures with a single digit number.
 +
 +Use the [[generator_syntax:stage#Type]] flags for specifying which texture to use for a particle.
 +
 +
 +