X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=particle.h;h=fb4d27f1bbdff659cdfe76bb12d1e5d170f9dfe2;hb=859178c6d4b2a9b9a95f8b01b113f589ce0f197f;hp=14b2e66e94314199948a92a27d5013e6dc5797ca;hpb=71b7175073e0c764c3c5cb0c7ceee0f8cca09e58;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/particle.h b/particle.h index 14b2e66..fb4d27f 100644 --- a/particle.h +++ b/particle.h @@ -33,6 +33,11 @@ static particles_grind = { .scale = 0.02f, .velocity_scale = 0.001f, .width = 0.0125f +}, +particles_env = { + .scale = 0.04f, + .velocity_scale = 0.001f, + .width = 0.25f }; static void particle_alloc( particle_system *sys, u32 max );