Переглянути джерело

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

pull/3286/head
Asdqwe 1 рік тому
committed by GitHub
джерело
коміт
a69d401433
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
2 змінених файлів з 2 додано та 1 видалено
  1. +2
    -1
      examples/textures/textures_fog_of_war.c
  2. BIN
      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();
//----------------------------------------------------------------------------------

BIN
examples/textures/textures_fog_of_war.png Переглянути файл

Перед Після
Ширина: 800  |  Висота: 450  |  Розмір: 38 KiB Ширина: 800  |  Висота: 450  |  Розмір: 37 KiB

Завантаження…
Відмінити
Зберегти