diff --git a/art/gen/furnace-export.png b/art/gen/furnace-export.png new file mode 100644 index 0000000..8fb0012 Binary files /dev/null and b/art/gen/furnace-export.png differ diff --git a/code/foundation/src/gen/texgen_fallback.c b/code/foundation/src/gen/texgen_fallback.c index 5208460..6425ce8 100644 --- a/code/foundation/src/gen/texgen_fallback.c +++ b/code/foundation/src/gen/texgen_fallback.c @@ -46,7 +46,7 @@ Texture2D texgen_build_sprite_fallback(asset_id id) { // NOTE(zaklaus): devices case ASSET_CHEST: return LoadTexEco("chest"); - case ASSET_FURNACE: return LoadTexEco("furnace"); + case ASSET_FURNACE: return LoadTexEco("furnace-export"); default: return GenColorEco(PINK); break; }