1
0
mirror of https://github.com/lexogrine/dota2-react-hud.git synced 2025-12-10 10:02:50 +01:00
dota2-react-hud/public/panel.json
2023-10-19 12:18:02 +02:00

46 lines
1.3 KiB
JSON

[
{
"label": "View",
"name":"view",
"inputs": [
{
"type": "text",
"name": "info_box",
"label": "Top right corner match info"
},
{
"type":"select",
"name":"replace_avatars",
"label":"Use team logos as player avatars",
"values": [
{
"label": "Only if player has no avatar",
"name": "if_missing"
},
{
"label": "Always",
"name": "always"
}
]
},
{
"type": "action",
"name": "viewType",
"values": [
{
"name": "draft",
"label": "Show draft"
},
{
"name": "game",
"label": "Show game"
},
{
"name": "scoreboard",
"label": "Show scoreboard"
}
]
}
]
}
]