Skip to content

Commit

Permalink
Fix examples/shapes/shapes_collision_area.c help instructions (#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdqwe committed Aug 30, 2023
1 parent 3d0d54e commit 927a030
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/shapes/shapes_collision_area.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -111,4 +114,4 @@ int main(void)
//----------------------------------------------------------

return 0;
}
}
Binary file modified examples/shapes/shapes_collision_area.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 927a030

Please sign in to comment.