Isometric game asset — medieval blacksmith shop
Isometric view of a medieval blacksmith shop for a strategy game. The building has a half-timbered structure with exposed dark wood beams and white plaster walls. The front wall is open, revealing a glowing forge, anvil, and weapon rack inside. A thatched roof with a stone chimney emits wisps of gray smoke. Surrounding details include a water barrel, stacked firewood, and a grinding wheel. The ground is cobblestone with patches of grass at the edges. Clean pixel-art-inspired style with crisp outlines and cel-shaded lighting. Transparent background for easy game engine import.
View API Code
curl -X POST https://runapi.ai/api/v1/flux_kontext/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "flux-kontext-pro",
"prompt": "Isometric view of a medieval blacksmith shop for a strategy game. The building has a half-timbered structure with exposed dark wood beams and white plaster walls. The front wall is open, revealing a glowing forge, anvil, and weapon rack inside. A thatched roof with a stone chimney emits wisps of gray smoke. Surrounding details include a water barrel, stacked firewood, and a grinding wheel. The ground is cobblestone with patches of grass at the edges. Clean pixel-art-inspired style with crisp outlines and cel-shaded lighting. Transparent background for easy game engine import."
}
JSON