Added new button for each selection type in gui to adjust particle skip interval. What this mean that you can skip every second particle and on the second particle draw cycle other particles will be draw. This will automatically lower update interval by 0.5 for each skipped particle. Why this you ask? Well this can create nice looking effects, like moving particles and will improve overall visual, will not be sending a bunch of particles in one go and will help with performance as we will be sending less particles in general.