PROP glitch

  • china-richway2
    21st Aug 2013 Member 1 Permalink

    Open TPT, draw a particle on the blank screen. Use PROP tool to edit this particle's property. It don't work.

     

    Draw a lot of particles first, then draw a single particle, PROP tool works on this particle

  • Schneumer
    21st Aug 2013 Member 0 Permalink

    basically guys, it doesnt work for a single particle, but for a group of particles prop works....weird

  • jacob1
    21st Aug 2013 Developer 0 Permalink
    I noticed this a long time ago but I guess I never realized it was a bug. Basically, the property where you click is not set. You can even do this on a large group and try to set type, it won't work.

    I'll look into it ... (eventually. I'm busy lately)
    Edited once by jacob1. Last: 21st Aug 2013
  • jacob1
    30th Aug 2013 Developer 1 Permalink
    I just fixed this in https://github.com/FacialTurd/The-Powder-Toy/commit/2cbee180a1e8e8fd08d9ecca82c86d8f689d1fc6

    The bug was a particle #0 problem, where it wouldn't set the peoperties of a particle with id 0. Drawing a particle on an empty screen will create one with id 0, so that's why that bug happened.