diff options
| author | kotorifan <kotorifan05@gmail.com> | 2026-04-27 12:57:51 +0200 |
|---|---|---|
| committer | kotorifan <kotorifan05@gmail.com> | 2026-04-27 12:57:51 +0200 |
| commit | 3c6188de4729a31e41fa1a90dd13065170972e36 (patch) | |
| tree | dd1969d90598e5c7bfb8158178577b669c5e4ee8 /src/graphics.c | |
| parent | 1c373d7864ee3d3e86f48e060760ac3de020ba4d (diff) | |
| download | trashbinphysics-3c6188de4729a31e41fa1a90dd13065170972e36.tar.gz | |
Added SAT collision detection
Diffstat (limited to 'src/graphics.c')
| -rw-r--r-- | src/graphics.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/graphics.c b/src/graphics.c index ecc0a58..60ad4ff 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -72,13 +72,10 @@ void draw_graphics_info(uint32_t objs) DrawText(buffer, 10, 35, 20, BLACK); DrawText("ESC: Exit", 10, 60, 20, BLACK); DrawText("R: Random velocity", 10, 85, 20, BLACK); - DrawText("G: Random gravity", 10, 110, 20, BLACK); + DrawText("G: Anti-Gravity", 10, 110, 20, BLACK); DrawText("C: Clear screen", 10, 135, 20, BLACK); DrawText("RCLICK: Push object", 10, 160, 20, BLACK); DrawText("LCLICK: Add object", 10, 185, 20, BLACK); - DrawText("1: Spawn Circle", 10, 210, 20, BLACK); - DrawText("2: Spawn Square", 10, 235, 20, BLACK); - DrawText("3: Spawn Rectangle", 10, 260, 20, BLACK); } bool should_close_graphics(void) |
