aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c5
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)