Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "images":
  3.     {
  4.         "black":
  5.         {
  6.             "image" : "skybrocker:textures/bg_menu.png",
  7.             "posX" : 95,
  8.             "posY" : -80,
  9.             "width" : 200,
  10.             "height" : 1500,
  11.             "alignment" : "top_left"
  12.         },
  13.         "logo":
  14.         {
  15.             "image" : "skybrocker:textures/logo.png",
  16.             "posX" : -40,
  17.             "posY" : 0,
  18.             "width" : 475,
  19.             "height" : 240,
  20.             "alignment" : "top_left"
  21.         }
  22.    
  23.     },
  24.    
  25.     "buttons":
  26.     {  
  27.         "mods":
  28.         {
  29.             "text" : "Моды (#modsloaded#/#modsactive#)",
  30.             "normalTextColor" : 12303291,
  31.             "hoverTextColor" : 3125670,
  32.             "texture" : "skybrocker:textures/gui/btn.png",
  33.             "posX" : 97,
  34.             "posY" : -30,
  35.             "width" : 196,
  36.             "height" : 30,
  37.             imageWidth : 100,
  38.             imageHeight : 50,
  39.             "alignment" : "left_center",
  40.             "action" :
  41.             {
  42.                 "type" : "openGui",
  43.                 "gui" : "mods"
  44.             }
  45.         },
  46.        
  47.         "vk":
  48.         {
  49.             "text" : "Группа ВК",
  50.             "normalTextColor" : 12303291,
  51.             "hoverTextColor" : 3125670,
  52.             "texture" : "skybrocker:textures/gui/btn.png",
  53.             "posX" : 97,
  54.             "posY" : -60,
  55.             "width" : 196,
  56.             "height" : 30,
  57.             imageWidth : 100,
  58.             imageHeight : 50,
  59.             "alignment" : "left_center",
  60.             "action" :
  61.             {
  62.                 "type" : "openGui",
  63.                 "gui" : "mods"
  64.             }
  65.         },
  66.        
  67.         "mainmenu":
  68.         {
  69.             "text" : "Назад",
  70.             "normalTextColor" : 12303291,
  71.             "hoverTextColor" : 3125670,
  72.             "texture" : "skybrocker:textures/gui/btn.png",
  73.             "posX" : 97,
  74.             "posY" : -90,
  75.             "width" : 196,
  76.             "height" : 30,
  77.             imageWidth : 100,
  78.             imageHeight : 50,
  79.             "alignment" : "left_center",
  80.             "action" :
  81.             {
  82.                 "type" : "openGui",
  83.                 "gui" : "custom.mainmenu"
  84.             }
  85.         }
  86.        
  87.     },
  88.    
  89.     "other":
  90.     {
  91.         "background":
  92.         {
  93.             "image" : "skybrocker:textures/bg.png",
  94.             "mode" : "stretch"
  95.         }
  96.     }
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement