Improve Sand under Cactus
This commit is contained in:
parent
f05e9079d4
commit
b94447ce3a
2 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue