Make background one image?Solved
I was wondering if its possiable to make the backround all one image? Is this possiable if so that would help a lot!
Yes very bottom  settings
"ShowInfoOnPlayerInit": true,
    "ShowInfoOnlyOncePerRuntime": true,
    "TabToOpenByDefault": 0,
    "Position": {
      "MinX": 0.05,
      "MaxX": 0.95,
      "MinY": 0.135,
      "MaxY": 0.87
    },
    "BackgroundImage": {
      "Enabled": true,
      "Position": {
        "MinX": 0.0,
        "MaxX": 1.0,
        "MinY": 0.0,
        "MaxY": 1.0
      },
      "Url": "image link here",
      "TransparencyInPercent": 25
    },
    "ActiveButtonColor": "#660000cc",
    "InactiveButtonColor": "#127127127255",
    "CloseButtonColor": "#660000cc",
    "NextPageButtonColor": "#660000cc",
    "PrevPageButtonColor": "#660000cc",
    "BackgroundColor": "#000000",
    "HelpButton": {
      "IsEnabled": false,
      "Text": "Help",
      "Position": {
        "MinX": 0.0,                                        
        "MaxX": 0.05,
        "MinY": 0.1,
        "MaxY": 0.14
      },
      "Color": "#127127127255",
      "FontSize": 18
    },
    "UpgradedConfig": false​
Thanks
Locked automatically