aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-07 13:00:51 +0000
committernathan <nathansmith@disroot.org>2025-12-07 13:00:51 +0000
commita874c2c1baa2b308072cb9ee84bba1e03e08a06d (patch)
treec5713639a0945266b66af92d30fd5efcc00a39cb
parentcc592f8603973e89d8a16be2f46596c772be36b8 (diff)
downloadFindThings-a874c2c1baa2b308072cb9ee84bba1e03e08a06d.tar.gz
FindThings-a874c2c1baa2b308072cb9ee84bba1e03e08a06d.tar.bz2
FindThings-a874c2c1baa2b308072cb9ee84bba1e03e08a06d.zip
Why even commit this?
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
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: