diff --git a/data/icons2.png b/data/icons2.png index f085799..00e635d 100644 Binary files a/data/icons2.png and b/data/icons2.png differ diff --git a/source/Render.c b/source/Render.c index edbc127..6a945f2 100644 --- a/source/Render.c +++ b/source/Render.c @@ -591,6 +591,7 @@ void renderTile(int i, int x, int y) { 0xFF383838); break; case TILE_CACTUS: + renderTile(TILE_SAND, x, y); render16(x, y, 48, 0, 0); break; case TILE_FLOWER: