diff options
| author | Asdqwe <[email protected]> | 2023-09-03 06:03:00 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-03 11:03:00 +0200 |
| commit | c147ab51c92abb09af5a5bc93759c7d360b8e1be (patch) | |
| tree | fea496f7602f19ce020a29ff53604f064112c04f /examples | |
| parent | a69d4014339ed77ce531858503cf6b96c4cf708b (diff) | |
| download | raylib-c147ab51c92abb09af5a5bc93759c7d360b8e1be.tar.gz raylib-c147ab51c92abb09af5a5bc93759c7d360b8e1be.zip | |
Fix examples/textures/textures_image_rotate.c help instructions (#3286)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/textures/textures_image_rotate.c | 4 | ||||
| -rw-r--r-- | examples/textures/textures_image_rotate.png | bin | 24060 -> 35476 bytes |
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/textures/textures_image_rotate.c b/examples/textures/textures_image_rotate.c index a590e1e0..e5c73573 100644 --- a/examples/textures/textures_image_rotate.c +++ b/examples/textures/textures_image_rotate.c @@ -64,6 +64,8 @@ int main(void) DrawTexture(textures[currentTexture], screenWidth/2 - textures[currentTexture].width/2, screenHeight/2 - textures[currentTexture].height/2, WHITE); + DrawText("Press LEFT MOUSE BUTTON to rotate the image clockwise", 250, 420, 10, DARKGRAY); + EndDrawing(); //---------------------------------------------------------------------------------- } @@ -76,4 +78,4 @@ int main(void) //-------------------------------------------------------------------------------------- return 0; -}
\ No newline at end of file +} diff --git a/examples/textures/textures_image_rotate.png b/examples/textures/textures_image_rotate.png Binary files differindex 64bbc54e..862612e5 100644 --- a/examples/textures/textures_image_rotate.png +++ b/examples/textures/textures_image_rotate.png |
