diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
