{
  "title": "Primary Colours Explorer",
  "version": "1.1.0",
  "description": "Learn about primary and secondary colours by colouring fun images!",
  "imagesPath": "./images/colouring/",
  "originalsPath": "./images/originals/",
  "backgroundsPath": "./images/backgrounds/",
  "activeSkybox": "bg1.jpg",
  "canvasTransform": {
    "positionX": 0,
    "positionY": 2,
    "positionZ": 0.25,
    "rotationX": -3,
    "rotationY": 0,
    "scale": 115
  },
  "easelTransform": {
    "tilt": -5,
    "rotate": 0
  },
  "referenceTransform": {
    "positionX": 0.4,
    "positionY": 1.4,
    "positionZ": 1.5,
    "rotationX": -20,
    "rotationY": -20
  },
  "lighting": {
    "brightness": 115
  },
  "skyboxes": [
    {
      "name": "Background 1",
      "file": "bg1.jpg"
    },
    {
      "name": "Background 2",
      "file": "bg2.jpg"
    }
  ],
  "images": [
    {
      "id": "jalur-gemilang",
      "name": "Jalur Gemilang",
      "file": "flag.png",
      "original": "flag.jpg",
      "difficulty": "easy",
      "hint": "Gunakan warna-warna primer untuk mewarna bendera Jalur Gemilang. Tip: Campurkan warna putih dan hitam unutk mendapatkan tona warna yang betul."
    },
    {
      "id": "wau",
      "name": "Wau Bulan",
      "file": "wau.jpg",
      "original": "wau.jpg",
      "difficulty": "medium",
      "hint": "Warnakan Wau Bulan yang berasal dari Kelantan"
    },
    {
      "id": "feri",
      "name": "Feri Pulau Pinang",
      "file": "feri.png",
      "original": "feri.jpeg",
      "difficulty": "medium",
      "hint": "Warnakan feri Pulau Pinang yang adalah salah satu simbol sejarah Malaysia"
    },
    {
      "id": "batik",
      "name": "Batik Malaysuia",
      "file": "batik.png",
      "original": "batik.jpg",
      "difficulty": "hard",
      "hint": "Batik merupakan hasik kraftangan tekstil Malaysia yang menggunakan pelbagai corak dan warna."
    },
    {
      "id": "kinabalu",
      "name": "kinabalu",
      "file": "kinabalu.png",
      "original": "kinabalu.jpeg",
      "difficulty": "hard",
      "hint": "Warnakan pemandangan Gunung Kinabalu.  Gunung tertinggi di asia tenggara.s"
    }
  ],
  "lessons": [
    {
      "title": "Primary Colours",
      "content": "The three primary colours are Red, Blue, and Yellow. They cannot be made by mixing other colours."
    },
    {
      "title": "Tints & Shades",
      "content": "Add white to a colour for a tint (lighter). Add black for a shade (darker)."
    }
  ],
  "ground": {
    "shape": "circle",
    "colour": "#9d6743",
    "size": 8,
    "textureFile": null
  },
  "defaultImage": "wau",
  "paletteTransform": {
    "positionX": -0.7,
    "positionY": 1.2,
    "positionZ": 1.6,
    "rotationX": 50,
    "rotationY": 20,
    "rotationZ": -24,
    "scale": 55
  },
  "paletteMode": "3d",
  "audio": {
    "bgmFile": null,
    "audioPath": "./audio/",
    "bgmVolume": 30,
    "voVolume": 80,
    "autoPlay": false
  }
}