diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/textures/textures_particles_blending.c | 4 | ||||
| -rw-r--r-- | examples/textures/textures_particles_blending.png | bin | 421110 -> 525207 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/textures/textures_particles_blending.c b/examples/textures/textures_particles_blending.c index 3e3cd844..4d1fbf4c 100644 --- a/examples/textures/textures_particles_blending.c +++ b/examples/textures/textures_particles_blending.c @@ -80,8 +80,8 @@ int main(void) { if (mouseTail[i].active) { - mouseTail[i].position.y += gravity; - mouseTail[i].alpha -= 0.01f; + mouseTail[i].position.y += gravity/2; + mouseTail[i].alpha -= 0.005f; if (mouseTail[i].alpha <= 0.0f) mouseTail[i].active = false; diff --git a/examples/textures/textures_particles_blending.png b/examples/textures/textures_particles_blending.png Binary files differindex f90a87fd..d173461c 100644 --- a/examples/textures/textures_particles_blending.png +++ b/examples/textures/textures_particles_blending.png |
