From 3c6188de4729a31e41fa1a90dd13065170972e36 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Mon, 27 Apr 2026 12:57:51 +0200 Subject: Added SAT collision detection --- src/graphics.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/graphics.c') 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) -- cgit v1.3