summaryrefslogtreecommitdiffhomepage
path: root/examples/shapes
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shapes')
-rw-r--r--examples/shapes/shapes_collision_area.c5
-rw-r--r--examples/shapes/shapes_collision_area.pngbin15319 -> 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
index 760e1bc1..049e6fb0 100644
--- a/examples/shapes/shapes_collision_area.png
+++ b/examples/shapes/shapes_collision_area.png
Binary files differ