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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name":"Lexogrine Dota2 HUD",
|
||||
"version":"1.3.0",
|
||||
"version":"1.3.1",
|
||||
"author":"Lexogrine",
|
||||
"legacy": false,
|
||||
"radar": true,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user