Advertisement
Guest User

PopUp API - Default Config

a guest
Mar 28th, 2023
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.48 KB | None | 0 0
  1. {
  2.   "PopUp Schematics": {
  3.     "Legacy": {
  4.       "Anchor Position": "0.5 1",
  5.       "Panel Parent": "Hud.Menu",
  6.       "Panel Family Name": "Legacy",
  7.       "Text": {
  8.         "Text Position - Min": "-180 -250",
  9.         "Text Position - Max": "180 -50",
  10.         "Font (list available on website)": "RobotoCondensed-Bold.ttf",
  11.         "Text Color": "1 1 1 1",
  12.         "Text Anchor": "MiddleCenter",
  13.         "Outline - Color": "0 0 0 1",
  14.         "Outline - Size": "0.7 0.7",
  15.         "Fade In Time (in seconds)": 0.5,
  16.         "Fade Out Time (in seconds)": 0.5
  17.       },
  18.       "Background": {
  19.         "Enabled": false,
  20.         "Background Position - Min": "-180 -250",
  21.         "Background Position - Max": "180 -50",
  22.         "Background Color": "1 1 1 1",
  23.         "Smooth Background": false,
  24.         "Background Image URL": "",
  25.         "Fade In Time (in seconds)": 0.5,
  26.         "Fade Out Time (in seconds)": 0.5,
  27.         "Background Details": []
  28.       }
  29.     },
  30.     "NoWay": {
  31.       "Anchor Position": "0.5 1",
  32.       "Panel Parent": "Hud.Menu",
  33.       "Panel Family Name": "Legacy",
  34.       "Text": {
  35.         "Text Position - Min": "-100 -200",
  36.         "Text Position - Max": "100 -125",
  37.         "Font (list available on website)": "RobotoCondensed-Bold.ttf",
  38.         "Text Color": "0.91 0.87 0.83 1",
  39.         "Text Anchor": "MiddleCenter",
  40.         "Outline - Color": "0 0 0 0",
  41.         "Outline - Size": "0 0",
  42.         "Fade In Time (in seconds)": 0.5,
  43.         "Fade Out Time (in seconds)": 0.5
  44.       },
  45.       "Background": {
  46.         "Enabled": true,
  47.         "Background Position - Min": "-100 -200",
  48.         "Background Position - Max": "100 -125",
  49.         "Background Color": "0.145 0.135 0.12 1",
  50.         "Smooth Background": false,
  51.         "Background Image URL": "",
  52.         "Fade In Time (in seconds)": 0.5,
  53.         "Fade Out Time (in seconds)": 0.5,
  54.         "Background Details": [
  55.           {
  56.             "Background Position - Min": "4 4",
  57.             "Background Position - Max": "196 71",
  58.             "Background Color": "0.185 0.175 0.16 1",
  59.             "Smooth Background": false,
  60.             "Background Image URL": ""
  61.           },
  62.           {
  63.             "Background Position - Min": "-100 -120",
  64.             "Background Position - Max": "300 110",
  65.             "Background Color": "1 1 1 1",
  66.             "Smooth Background": false,
  67.             "Background Image URL": "https://images.pvrust.eu/ui_icons/PopUpAPI/noway_0.png"
  68.           }
  69.         ]
  70.       }
  71.     }
  72.   }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement