ソースを参照

Fix examples/textures/textures_fog_of_war.c help instructions (#3285)

pull/3286/head
Asdqwe 2年前
committed by GitHub
コミット
a69d401433
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
2個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      examples/textures/textures_fog_of_war.c
  2. バイナリ
      examples/textures/textures_fog_of_war.png

+ 2
- 1
examples/textures/textures_fog_of_war.c ファイルの表示

@ -134,7 +134,8 @@ int main(void)
(Vector2){ 0, 0 }, 0.0f, WHITE);
// Draw player current tile
DrawText(TextFormat("Current tile: [%i,%i]", playerTileX, playerTileY), 10, 10, 20, LIME);
DrawText(TextFormat("Current tile: [%i,%i]", playerTileX, playerTileY), 10, 10, 20, RAYWHITE);
DrawText("ARROW KEYS to move", 10, screenHeight-25, 20, RAYWHITE);
EndDrawing();
//----------------------------------------------------------------------------------

バイナリ
examples/textures/textures_fog_of_war.png ファイルの表示

変更前 変更後
幅: 800  |  高さ: 450  |  サイズ: 38 KiB 幅: 800  |  高さ: 450  |  サイズ: 37 KiB

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