Просмотр исходного кода

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

pull/3287/head
Asdqwe 2 лет назад
committed by GitHub
Родитель
Сommit
c147ab51c9
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 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 Просмотреть файл

До После
Ширина: 800  |  Высота: 450  |  Размер: 24 KiB Ширина: 800  |  Высота: 450  |  Размер: 35 KiB

Загрузка…
Отмена
Сохранить