소스 검색

Fix misleading example text. (#5409)

pull/5410/head
Kaluub 6 일 전
committed by GitHub
부모
커밋
6f5cabf60c
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      examples/core/core_2d_camera.c
  2. BIN
      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);

BIN
examples/core/core_2d_camera.png 파일 보기

Before After
Width: 800  |  Height: 450  |  Size: 21 KiB Width: 800  |  Height: 450  |  Size: 8.3 KiB

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