+ fence inventory icon

master
Nils Dagsson Moskopp 2011-05-31 02:56:41 +02:00
parent b461213ddb
commit 6ca51de990
2 changed files with 1 additions and 0 deletions

BIN
data/fence.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

View File

@ -236,6 +236,7 @@ void init_mapnode()
i = CONTENT_FENCE;
f = &g_content_features[i];
f->setInventoryTexture("fence.png");
f->light_propagates = true;
f->param_type = CPT_LIGHT;
f->is_ground_content = true;