updated furnace
parent
f60cb28d00
commit
b8e27c9b0d
Binary file not shown.
After Width: | Height: | Size: 652 B |
|
@ -46,7 +46,7 @@ Texture2D texgen_build_sprite_fallback(asset_id id) {
|
||||||
|
|
||||||
// NOTE(zaklaus): devices
|
// NOTE(zaklaus): devices
|
||||||
case ASSET_CHEST: return LoadTexEco("chest");
|
case ASSET_CHEST: return LoadTexEco("chest");
|
||||||
case ASSET_FURNACE: return LoadTexEco("furnace");
|
case ASSET_FURNACE: return LoadTexEco("furnace-export");
|
||||||
|
|
||||||
default: return GenColorEco(PINK); break;
|
default: return GenColorEco(PINK); break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue