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

Fix misleading example text. (#5409)

pull/5410/head
Kaluub 2 месяцев назад
committed by GitHub
Родитель
Сommit
6f5cabf60c
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: B5690EEEBB952194
2 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      examples/core/core_2d_camera.c
  2. Двоичные данные
      examples/core/core_2d_camera.png

+ 2
- 2
examples/core/core_2d_camera.c Просмотреть файл

@ -125,8 +125,8 @@ int main(void)
DrawRectangle( 10, 10, 250, 113, Fade(SKYBLUE, 0.5f));
DrawRectangleLines( 10, 10, 250, 113, BLUE);
DrawText("Free 2d camera controls:", 20, 20, 10, BLACK);
DrawText("- Right/Left to move Offset", 40, 40, 10, DARKGRAY);
DrawText("Free 2D camera controls:", 20, 20, 10, BLACK);
DrawText("- Right/Left to move player", 40, 40, 10, DARKGRAY);
DrawText("- Mouse Wheel to Zoom in-out", 40, 60, 10, DARKGRAY);
DrawText("- A / S to Rotate", 40, 80, 10, DARKGRAY);
DrawText("- R to reset Zoom and Rotation", 40, 100, 10, DARKGRAY);

Двоичные данные
examples/core/core_2d_camera.png Просмотреть файл

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

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