瀏覽代碼

Fix examples/textures/textures_image_rotate.c help instructions (#3286)

pull/3287/head
Asdqwe 1 年之前
committed by GitHub
父節點
當前提交
c147ab51c9
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      examples/textures/textures_image_rotate.c
  2. 二進制
      examples/textures/textures_image_rotate.png

+ 3
- 1
examples/textures/textures_image_rotate.c 查看文件

@ -64,6 +64,8 @@ int main(void)
DrawTexture(textures[currentTexture], screenWidth/2 - textures[currentTexture].width/2, screenHeight/2 - textures[currentTexture].height/2, WHITE);
DrawText("Press LEFT MOUSE BUTTON to rotate the image clockwise", 250, 420, 10, DARKGRAY);
EndDrawing();
//----------------------------------------------------------------------------------
}
@ -76,4 +78,4 @@ int main(void)
//--------------------------------------------------------------------------------------
return 0;
}
}

二進制
examples/textures/textures_image_rotate.png 查看文件

Before After
Width: 800  |  Height: 450  |  Size: 24 KiB Width: 800  |  Height: 450  |  Size: 35 KiB

Loading…
取消
儲存