Browse Source

Fix examples/shapes/shapes_collision_area.c help instructions (#3279)

pull/3283/head
Asdqwe 1 year ago
committed by GitHub
parent
commit
927a030bbf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions
  1. +4
    -1
      examples/shapes/shapes_collision_area.c
  2. BIN
      examples/shapes/shapes_collision_area.png

+ 4
- 1
examples/shapes/shapes_collision_area.c View File

@ -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;
}
}

BIN
examples/shapes/shapes_collision_area.png View File

Before After
Width: 800  |  Height: 450  |  Size: 15 KiB Width: 800  |  Height: 450  |  Size: 15 KiB

Loading…
Cancel
Save