1
0
mirror of https://github.com/lexogrine/dota2-react-hud.git synced 2026-05-03 12:03:10 +02:00

added team logo avatar replacement

This commit is contained in:
Hubert Walczak
2023-10-19 12:18:02 +02:00
parent 4137401b00
commit 0c25ee1658
5 changed files with 61 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name":"Lexogrine Dota2 HUD",
"version":"1.3.0",
"version":"1.3.1",
"author":"Lexogrine",
"legacy": false,
"radar": true,
+15
View File
@@ -8,6 +8,21 @@
"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",