═══════════════════════════════════════════════════════════
  CUSTOM ICON QUICK START GUIDE
═══════════════════════════════════════════════════════════

STEP 1: CREATE YOUR ICON
-------------------------
- Make a 64x64 or 128x128 pixel image
- Save as .tga or .blp file
- Name it something simple (e.g., "MyIcon.tga")


STEP 2: PLACE IN THIS FOLDER
-----------------------------
Put your icon file here:
/HousingDecorGuide/textures/MyIcon.tga


STEP 3: USE IN-GAME
-------------------
Type this command in-game:

/hdg icon Interface\AddOns\HousingDecorGuide\textures\MyIcon

(Don't include the .tga extension!)


═══════════════════════════════════════════════════════════

EXAMPLE: Using a file named "CoolHouse.tga"
Command: /hdg icon Interface\AddOns\HousingDecorGuide\textures\CoolHouse

═══════════════════════════════════════════════════════════

TOOLS TO CREATE .TGA FILES:
---------------------------
• GIMP (Free): https://www.gimp.org/
• Photoshop (Paid)
• Paint.NET with TGA plugin (Free)
• Online converter: convertio.co (PNG to TGA)

═══════════════════════════════════════════════════════════

TROUBLESHOOTING:
----------------
Icon not showing?
  ✓ Check the file is in the textures folder
  ✓ Make sure dimensions are power of 2 (64, 128, 256)
  ✓ Restart WoW after adding the file
  ✓ Check the path has double backslashes (\\)

═══════════════════════════════════════════════════════════
