{
  "title": "Primary Colours Explorer",
  "version": "1.0.0",
  "description": "Learn about primary and secondary colours by colouring fun images!",
  "imagesPath": "./images/colouring/",
  "originalsPath": "./images/originals/",
  "canvasTransform": {
    "positionX": 0,
    "positionY": 1.9,
    "positionZ": 0.14,
    "rotationX": 0,
    "rotationY": 0,
    "scale": 100
  },
  "easelTransform": {
    "tilt": -5,
    "rotate": 0
  },
  "lighting": {
    "brightness": 100
  },
  "images": [
    {
      "id": "butterfly",
      "name": "Butterfly Garden",
      "file": "butterfly.png",
      "original": "butterfly_original.png",
      "difficulty": "easy",
      "hint": "Butterflies can be any colour! Try mixing primary colours to make orange, green, and purple wings."
    },
    {
      "id": "landscape",
      "name": "Mountain Landscape",
      "file": "landscape.png",
      "original": "landscape_original.png",
      "difficulty": "medium",
      "hint": "Mix blue and yellow to make green for the trees. What happens when you mix red and yellow?"
    },
    {
      "id": "underwater",
      "name": "Underwater World",
      "file": "underwater.png",
      "original": "underwater_original.png",
      "difficulty": "medium",
      "hint": "The ocean has many shades of blue and green. Try mixing different amounts of blue and yellow!"
    },
    {
      "id": "cityscape",
      "name": "City at Sunset",
      "file": "cityscape.png",
      "original": "cityscape_original.png",
      "difficulty": "hard",
      "hint": "Sunsets use warm colours. Mix red and yellow for orange, and add blue for purple skies."
    },
    {
      "id": "flowers",
      "name": "Flower Bouquet",
      "file": "flowers.png",
      "original": "flowers_original.png",
      "difficulty": "easy",
      "hint": "Flowers come in every colour! Use all three primary colours and their mixes."
    }
  ],
  "lessons": [
    {
      "title": "Primary Colours",
      "content": "The three primary colours are Red, Blue, and Yellow. They cannot be made by mixing other colours."
    },
    {
      "title": "Secondary Colours",
      "content": "Mix two primary colours to get secondary colours: Red + Yellow = Orange, Blue + Yellow = Green, Red + Blue = Purple."
    },
    {
      "title": "Tints & Shades",
      "content": "Add white to a colour for a tint (lighter). Add black for a shade (darker)."
    }
  ]
}
