# --- particle system options --- # psize: (particle size) # psize-r: (particle size range, unused currently) # life: (particle life in seconds) # life-r: (particle life range) # birth-rate: (birth rate, particles/sec) # birth-rate-r: (birth rate range) # grav: (gravity vector) # shoot: (shoot vector, direction AND force) # shoot-r: (shoot vector range) # friction: (environment friction multiplier) # spawn_off: (spawn particles in specified offset from the emitter position) # spawn_off-r: (range of spawn-offset random vector) # tex: (texture filename) # color_start: (color at time of birth, alpha included) # color_end: (color at time of death, alpha included) # color: (specify the same color for start/end) # rot: (particle rotation in rad/sec) # halo: (halo texture filename) # halo_size: (halo size) # halo_rot: (halo rotation in rad/sec) # big_particles: (requirement for big screen-space particles) psize: 1000.0 psize_end: 0.1 life: 3.5 birth-rate: 100.0 grav: 0, 0, 0 friction: 0 tex: data/img/scl_blobs0000.png color_start: 0.25, 0.4, 1.0, 0.9 color_end: 0.5, 0.8, 1.0, 0.2 rot: 4.0 glob_rot: 2.0 big_particles: true