summaryrefslogtreecommitdiffhomepage
path: root/examples/textures
diff options
context:
space:
mode:
authorAsdqwe <[email protected]>2023-09-02 17:50:59 -0300
committerGitHub <[email protected]>2023-09-02 22:50:59 +0200
commita69d4014339ed77ce531858503cf6b96c4cf708b (patch)
treeb6335b70a2323318eaec738c69be42efb31c1ac4 /examples/textures
parent8bd6bb622c53add567564fe567dcc1a23c7f7a3c (diff)
downloadraylib-a69d4014339ed77ce531858503cf6b96c4cf708b.tar.gz
raylib-a69d4014339ed77ce531858503cf6b96c4cf708b.zip
Fix examples/textures/textures_fog_of_war.c help instructions (#3285)
Diffstat (limited to 'examples/textures')
-rw-r--r--examples/textures/textures_fog_of_war.c3
-rw-r--r--examples/textures/textures_fog_of_war.pngbin38477 -> 37736 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/textures/textures_fog_of_war.c b/examples/textures/textures_fog_of_war.c
index 433f364a..516055ae 100644
--- a/examples/textures/textures_fog_of_war.c
+++ b/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();
//----------------------------------------------------------------------------------
diff --git a/examples/textures/textures_fog_of_war.png b/examples/textures/textures_fog_of_war.png
index 6a91316e..01563c39 100644
--- a/examples/textures/textures_fog_of_war.png
+++ b/examples/textures/textures_fog_of_war.png
Binary files differ