diff options
| author | Asdqwe <[email protected]> | 2023-09-02 17:50:59 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-02 22:50:59 +0200 |
| commit | a69d4014339ed77ce531858503cf6b96c4cf708b (patch) | |
| tree | b6335b70a2323318eaec738c69be42efb31c1ac4 /examples | |
| parent | 8bd6bb622c53add567564fe567dcc1a23c7f7a3c (diff) | |
| download | raylib-a69d4014339ed77ce531858503cf6b96c4cf708b.tar.gz raylib-a69d4014339ed77ce531858503cf6b96c4cf708b.zip | |
Fix examples/textures/textures_fog_of_war.c help instructions (#3285)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/textures/textures_fog_of_war.c | 3 | ||||
| -rw-r--r-- | examples/textures/textures_fog_of_war.png | bin | 38477 -> 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 Binary files differindex 6a91316e..01563c39 100644 --- a/examples/textures/textures_fog_of_war.png +++ b/examples/textures/textures_fog_of_war.png |
