Improve Sand under Cactus
This commit is contained in:
parent
f05e9079d4
commit
b94447ce3a
2 changed files with 1 additions and 0 deletions
BIN
data/icons2.png
BIN
data/icons2.png
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
@ -591,6 +591,7 @@ void renderTile(int i, int x, int y) {
|
||||||
0xFF383838);
|
0xFF383838);
|
||||||
break;
|
break;
|
||||||
case TILE_CACTUS:
|
case TILE_CACTUS:
|
||||||
|
renderTile(TILE_SAND, x, y);
|
||||||
render16(x, y, 48, 0, 0);
|
render16(x, y, 48, 0, 0);
|
||||||
break;
|
break;
|
||||||
case TILE_FLOWER:
|
case TILE_FLOWER:
|
||||||
|
|
Loading…
Add table
Reference in a new issue