소스 검색

[example] Update textures_particles_blending

pull/1269/head
raysan5 5 년 전
부모
커밋
d8e079dad3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      examples/textures/textures_particles_blending.c
  2. BIN
      examples/textures/textures_particles_blending.png

+ 2
- 2
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 += gravityo">/2;
mouseTail[i].alpha -= 0.005f;
if (mouseTail[i].alpha <= 0.0f) mouseTail[i].active = false;

BIN
examples/textures/textures_particles_blending.png 파일 보기

Before After
Width: 800  |  Height: 450  |  Size: 411 KiB Width: 800  |  Height: 450  |  Size: 513 KiB

불러오는 중...
취소
저장