File: timer_text

Default JSON

{
  "fontSize": 45.0,
  "horizontalAlignment": "Center",
  "verticalAlignment": "Middle",
  "color": "FFFFFFFF",
  "styles": [
    {
      "name": "UnderlayDilate",
      "value": 0.5
    },
    {
      "name": "UnderlayColor",
      "color": "#000000"
    }
  ],
  "atlasPadding": 10,
  "gradient": {
    "topLeft": "#FFFFFF",
    "topRight": "#FFFFFF",
    "bottomLeft": "#9A9A9A",
    "bottomRight": "#9A9A9A"
  },
  "rotation": 0.0,
  "scale": {
    "x": 1.0,
    "y": 1.0
  },
  "anchorMin": {
    "x": 0.5,
    "y": 1.0
  },
  "anchorMax": {
    "x": 0.5,
    "y": 1.0
  },
  "pivot": {
    "x": 0.5,
    "y": 1.0
  },
  "anchoredPosition": {
    "x": 0.0,
    "y": 0.0
  },
  "sizeDelta": {
    "x": 200.0,
    "y": 75.0
  }
}

When you create your JSON file, if you don't include a variable it will just use the default value. You don't need to include every variable! Only include variables you want to change, otherwise it will get messy.

This JSON file uses enums, which are just variables that have multiple preset options. Here are the options for the included enums:

Associated Categories