Skip to content

Commit

Permalink
Sort VGUI keys
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Dec 21, 2024
1 parent 0f54616 commit e0ab83d
Showing 1 changed file with 90 additions and 90 deletions.
180 changes: 90 additions & 90 deletions packages/server/src/VDF/VGUI/keys.json
Original file line number Diff line number Diff line change
@@ -1,95 +1,126 @@
{
"panel": {
"button": {
"reference": [
"cexlabel"
],
"values": [
{
"label": "ControlName",
"label": "sound_armed",
"kind": 5
},
{
"label": "fieldName",
"label": "sound_depressed",
"kind": 5
},
{
"label": "xpos",
"label": "sound_released",
"kind": 5
},
{
"label": "ypos",
"label": "command",
"kind": 5
},
{
"label": "zpos",
"label": "default",
"kind": 5
},
}
]
},
"cexbutton": {
"reference": [
"button"
],
"values": [
{
"label": "wide",
"label": "fgcolor",
"kind": 5
},
}
]
},
"cexlabel": {
"reference": [
"label"
],
"values": [
{
"label": "tall",
"label": "fgcolor",
"kind": 5
},
}
]
},
"ctfimagepanel": {
"reference": [
"imagepanel"
],
"values": [
{
"label": "autoResize",
"label": "teambg_1",
"kind": 5
},
{
"label": "pinCorner",
"label": "teambg_2",
"kind": 5
},
{
"label": "visible",
"label": "teambg_3",
"kind": 5
},
}
]
},
"editablepanel": {
"reference": [
"panel"
],
"values": [
{
"label": "enabled",
"label": "border",
"kind": 5
},
{
"label": "bgcolor_override",
"label": "paintBackgroundType",
"kind": 5
},
}
]
},
"imagepanel": {
"reference": [
"panel"
],
"values": [
{
"label": "paintBackground",
"label": "image",
"kind": 5
},
{
"label": "paintBorder",
"label": "fillcolor",
"kind": 5
},
{
"label": "mouseinputenabled",
"label": "drawcolor",
"kind": 5
},
{
"label": "pin_to_sibling",
"label": "scaleImage",
"kind": 5
},
{
"label": "pin_corner_to_sibling",
"label": "tileImage",
"kind": 5
},
{
"label": "pin_to_sibling_corner",
"label": "src_corner_height",
"kind": 5
},
{
"label": "proportionaltoparent",
"label": "src_corner_width",
"kind": 5
}
]
},
"editablepanel": {
"reference": [
"panel"
],
"values": [
},
{
"label": "border",
"label": "draw_corner_width",
"kind": 5
},
{
"label": "paintBackgroundType",
"label": "draw_corner_height",
"kind": 5
}
]
Expand Down Expand Up @@ -153,113 +184,82 @@
}
]
},
"cexlabel": {
"reference": [
"label"
],
"panel": {
"values": [
{
"label": "fgcolor",
"label": "ControlName",
"kind": 5
}
]
},
"button": {
"reference": [
"cexlabel"
],
"values": [
},
{
"label": "sound_armed",
"label": "fieldName",
"kind": 5
},
{
"label": "sound_depressed",
"label": "xpos",
"kind": 5
},
{
"label": "sound_released",
"label": "ypos",
"kind": 5
},
{
"label": "command",
"label": "zpos",
"kind": 5
},
{
"label": "default",
"label": "wide",
"kind": 5
}
]
},
"cexbutton": {
"reference": [
"button"
],
"values": [
},
{
"label": "fgcolor",
"label": "tall",
"kind": 5
}
]
},
"imagepanel": {
"reference": [
"panel"
],
"values": [
},
{
"label": "image",
"label": "autoResize",
"kind": 5
},
{
"label": "fillcolor",
"label": "pinCorner",
"kind": 5
},
{
"label": "drawcolor",
"label": "visible",
"kind": 5
},
{
"label": "scaleImage",
"label": "enabled",
"kind": 5
},
{
"label": "tileImage",
"label": "bgcolor_override",
"kind": 5
},
{
"label": "src_corner_height",
"label": "paintBackground",
"kind": 5
},
{
"label": "src_corner_width",
"label": "paintBorder",
"kind": 5
},
{
"label": "draw_corner_width",
"label": "mouseinputenabled",
"kind": 5
},
{
"label": "draw_corner_height",
"label": "pin_to_sibling",
"kind": 5
}
]
},
"ctfimagepanel": {
"reference": [
"imagepanel"
],
"values": [
},
{
"label": "teambg_1",
"label": "pin_corner_to_sibling",
"kind": 5
},
{
"label": "teambg_2",
"label": "pin_to_sibling_corner",
"kind": 5
},
{
"label": "teambg_3",
"label": "proportionaltoparent",
"kind": 5
}
]
Expand Down

0 comments on commit e0ab83d

Please sign in to comment.