ソースを参照

Fix misleading example text. (#5409)

pull/5410/head
Kaluub 3週間前
committed by GitHub
コミット
6f5cabf60c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 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

読み込み中…
キャンセル
保存