how to create a particle that changes its color?

  • Dragonzalo
    19th Sep 2010 Member 0 Permalink
    I do not know how to make a particle that changes color
  • Merbo
    20th Sep 2010 Member 0 Permalink
    Look through the newest source and look for GRAV in graphics.c
  • HK6
    20th Sep 2010 Former Staff 0 Permalink
    gamerboy8864
    That would be a good start.
  • MiXih
    20th Sep 2010 Member 0 Permalink
    in graphics.c just use drawing pixel function
  • tian110796
    20th Sep 2010 Member 0 Permalink
    you should see the function draw_parts (maybe draw_part). That is where particles are drawn. use blendpixel to draw.