FORGE FISHING - LOGO REPLACEMENT INSTRUCTIONS
===============================================

The addon has been updated to use the new Forge Fishing logo.

NEXT STEP - Save the Logo Image:
================================

The Forge Fishing logo image you provided needs to be saved to this folder:
    D:\Games\World of Warcraft\_retail_\Interface\AddOns\AzerothAngler\Media\

Save it with ONE of these filenames (choose one):
    • ForgeFishingLogo.png    (RECOMMENDED - easiest)
    • ForgeFishingLogo.tga    (WoW native format)
    • ForgeFishingLogo.blp    (WoW compressed format)

The PNG format is recommended for ease of use. It will display in:
    ✓ Minimap button
    ✓ Overview tab hero card
    ✓ Settings tab
    ✓ Addon settings in Game Menu
    ✓ Addon metadata

HOW TO SAVE:
============

OPTION A - Right-click the image file:
1. Right-click on the Forge Fishing logo image
2. Select "Save image as..."
3. Navigate to: D:\Games\World of Warcraft\_retail_\Interface\AddOns\AzerothAngler\Media\
4. Name it: ForgeFishingLogo.png
5. Click Save

OPTION B - Copy and paste:
1. Copy the logo image file from wherever it's stored
2. Paste it into: D:\Games\World of Warcraft\_retail_\Interface\AddOns\AzerothAngler\Media\
3. Rename it to: ForgeFishingLogo.png

OPTION C - Use File Explorer:
1. Open File Explorer
2. Navigate to: D:\Games\World of Warcraft\_retail_\Interface\AddOns\AzerothAngler\Media\
3. Drag the logo image into this folder
4. Rename it to: ForgeFishingLogo.png

VERIFICATION:
==============
After saving the image:
1. Restart World of Warcraft or type: /reload
2. The new Forge Fishing logo should appear on:
   - Minimap button in top-right corner of screen
   - Overview tab at the top
   - Settings panel
   - AddOns settings menu

If you don't see the logo:
- Make sure the filename is exactly: ForgeFishingLogo.png (case-sensitive)
- Make sure it's in the Media folder, not a subfolder
- Try different image formats (tga, png, blp)
- Clear WoW cache if needed

For WoW-optimized formats (TGA/BLP):
If you prefer the native WoW format, use an image converter to convert:
    ForgeFishingLogo.png → ForgeFishingLogo.tga
Some tools that work:
    - ImageMagick (convert command line tool)
    - GIMP (open/export as TGA)
    - XnView
    - IrfanView

The addon code has already been updated to reference ForgeFishingLogo at these paths:
    - Data.lua (minimap icon texture)
    - Settings.lua (settings panel logo display)
    - Media.lua (asset registry)

All system references have been changed from AzerothAnglerLogo to ForgeFishingLogo.
