Parcourir la source

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

pull/3286/head
Asdqwe il y a 1 an
committed by GitHub
Parent
révision
a69d401433
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  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 Voir le fichier

@ -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 Voir le fichier

Avant Après
Largeur: 800  |  Hauteur: 450  |  Taille: 38 KiB Largeur: 800  |  Hauteur: 450  |  Taille: 37 KiB

Chargement…
Annuler
Enregistrer