MurderPets Textures Folder
==========================

This folder should contain the pet sprite images for each mood state.

Required Textures (64x64 pixels recommended):
---------------------------------------------
- pet_dead.tga      - Gray/desaturated dead pet
- pet_sad.tga       - Unhappy/frowning pet
- pet_neutral.tga   - Calm/content pet  
- pet_happy.tga     - Smiling/cheerful pet
- pet_excited.tga   - Very happy/bouncing pet
- pet_love.tga      - Hearts/love eyes pet
- pet_sleeping.tga  - Sleeping/Zzz pet (optional, uses current state + animation)

Supported Formats:
------------------
- .tga (TGA - Targa) - Recommended, supports transparency
- .blp (BLP - Blizzard) - Native WoW format, best performance
- .png (PNG) - May work in some versions

Notes:
------
- If textures are missing, the addon will display colored squares as placeholders
- Use 32-bit TGA with alpha channel for transparency
- Keep file sizes small for better performance
- BLP format can be created using BLP Converter tools

Color Placeholders (if no textures):
------------------------------------
- Dead:    Dark Gray   (0.3, 0.3, 0.3)
- Sad:     Dull Red    (0.6, 0.4, 0.4)
- Neutral: Tan/Yellow  (0.7, 0.7, 0.5)
- Happy:   Green       (0.5, 0.8, 0.5)
- Excited: Blue        (0.5, 0.7, 0.9)
- In Love: Pink        (1.0, 0.5, 0.7)
