{
  "outputs": [
    "@tm3"
  ],
  "controls": [
    {
      "id": "3C818F97-0D9A-4F26-9416-CEB41B08AF7C",
      "selector": "@tm1.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.3,
        "min": 0,
        "title": "editing.fx.control-gradient",
        "max": 0.5
      }
    },
    {
      "id": "1E220246-1E00-4B7F-B9E3-391C3E356035",
      "selector": "@tm2.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.5,
        "min": 0,
        "title": "editing.fx.control-shine",
        "max": 1
      }
    },
    {
      "id": "150226F7-AAB1-49D1-A513-E714AA63692B",
      "selector": "@tm3.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-green-rays",
        "max": 1
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "id": "gradient",
      "resourceType": "image",
      "resourceId": "file://assets/light_2_tex_gradient.webp",
      "type": "resource"
    },
    {
      "id": "light1",
      "resourceType": "image",
      "resourceId": "file://assets/light_2_tex_light1.webp",
      "type": "resource"
    },
    {
      "id": "light2",
      "resourceType": "image",
      "resourceId": "file://assets/light_2_tex_light2.webp",
      "type": "resource"
    },
    {
      "source": "@gradient",
      "destination": "@in",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm1",
      "blendMode": "COLOR_DODGE",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@3C818F97-0D9A-4F26-9416-CEB41B08AF7C",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@light1",
      "destination": "@tm1",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm2",
      "blendMode": "COLOR_DODGE",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@1E220246-1E00-4B7F-B9E3-391C3E356035",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1.2,
          1.2
        ]
      }
    },
    {
      "source": "@light2",
      "destination": "@tm2",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm3",
      "blendMode": "SCREEN",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@150226F7-AAB1-49D1-A513-E714AA63692B",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}