Trader Discount - Clean the Shop : narration images
====================================================

Drop image files here, then reference them from Config/TraderDiscountClean.xml
on a <Narration> with image="...". The image appears centered ABOVE the narration
text during the fade-to-black, and fades in/out with it.

Example (already wired on Jen's narrations as a demo):
  <Narration sound="Sounds/broom.wav" image="Images/jen_clean.png">You sweep...</Narration>

Then put a file named  Images/jen_clean.png  in this folder.

Notes:
  * Formats: .png (recommended, supports transparency) or .jpg.
  * Path is relative to the mod folder, e.g. image="Images/whatever.png".
  * The image keeps its aspect ratio (sized to ~40% of screen height).
  * If the file is MISSING (or fails to load), it's skipped automatically and
    only the narration text shows - no error, nothing breaks.
  * image="" or no image attribute = text only.
  * Per-narration, so each narration (and each trader) can show a different image.
