diff options
| author | Asdqwe <[email protected]> | 2023-08-30 17:43:19 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-30 22:43:19 +0200 |
| commit | 927a030bbf419f518374449609a0f85ecf161596 (patch) | |
| tree | 821703cb650c2c669285255dd2f190c4bd3cd483 /examples/shapes | |
| parent | 3d0d54e0708a71ad40bec3f312ebf26d5fc2a28f (diff) | |
| download | raylib-927a030bbf419f518374449609a0f85ecf161596.tar.gz raylib-927a030bbf419f518374449609a0f85ecf161596.zip | |
Fix examples/shapes/shapes_collision_area.c help instructions (#3279)
Diffstat (limited to 'examples/shapes')
| -rw-r--r-- | examples/shapes/shapes_collision_area.c | 5 | ||||
| -rw-r--r-- | examples/shapes/shapes_collision_area.png | bin | 15319 -> 15595 bytes |
2 files changed, 4 insertions, 1 deletions
diff --git a/examples/shapes/shapes_collision_area.c b/examples/shapes/shapes_collision_area.c index 34d04811..752d4e79 100644 --- a/examples/shapes/shapes_collision_area.c +++ b/examples/shapes/shapes_collision_area.c @@ -99,6 +99,9 @@ int main(void) DrawText(TextFormat("Collision Area: %i", (int)boxCollision.width*(int)boxCollision.height), GetScreenWidth()/2 - 100, screenUpperLimit + 10, 20, BLACK); } + // Draw help instructions + DrawText("Press SPACE to PAUSE/RESUME", 20, screenHeight - 35, 20, LIGHTGRAY); + DrawFPS(10, 10); EndDrawing(); @@ -111,4 +114,4 @@ int main(void) //---------------------------------------------------------- return 0; -}
\ No newline at end of file +} diff --git a/examples/shapes/shapes_collision_area.png b/examples/shapes/shapes_collision_area.png Binary files differindex 760e1bc1..049e6fb0 100644 --- a/examples/shapes/shapes_collision_area.png +++ b/examples/shapes/shapes_collision_area.png |
