[example] Update textures_particles_blending
This commit is contained in:
parent
3792951023
commit
d8e079dad3
2 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ int main(void)
|
||||||
{
|
{
|
||||||
if (mouseTail[i].active)
|
if (mouseTail[i].active)
|
||||||
{
|
{
|
||||||
mouseTail[i].position.y += gravity;
|
mouseTail[i].position.y += gravity/2;
|
||||||
mouseTail[i].alpha -= 0.01f;
|
mouseTail[i].alpha -= 0.005f;
|
||||||
|
|
||||||
if (mouseTail[i].alpha <= 0.0f) mouseTail[i].active = false;
|
if (mouseTail[i].alpha <= 0.0f) mouseTail[i].active = false;
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 411 KiB After Width: | Height: | Size: 513 KiB |
Loading…
Add table
Add a link
Reference in a new issue