From a874c2c1baa2b308072cb9ee84bba1e03e08a06d Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 7 Dec 2025 06:00:51 -0700 Subject: Why even commit this? --- src/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map.c b/src/map.c index 90a9b5e..976cc4d 100644 --- a/src/map.c +++ b/src/map.c @@ -26,7 +26,7 @@ void renderMapEntityPreview(Image* map, Entity entity, const World* world) pondSize *= 2.0; ImageDrawRectangle(map, position.x, position.y, pondSize, pondSize, BLUE); - ImageDrawText(map, "Pond", position.x, position.y, 10, BLACK); + ImageDrawText(map, "Pond", position.x, position.y, 20, BLACK); } break; default: -- cgit v1.2.3