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
Hubert Walczak e759e43425
HUD Overhaul
2021-09-27 18:37:25 +02:00

31 lines
792 B
JSON

[
{
"label": "View",
"name":"view",
"inputs": [
{
"type": "text",
"name": "info_box",
"label": "Top right corner match info"
},
{
"type": "action",
"name": "viewType",
"values": [
{
"name": "draft",
"label": "Show draft"
},
{
"name": "game",
"label": "Show game"
},
{
"name": "scoreboard",
"label": "Show scoreboard"
}
]
}
]
}
]