mirror of
https://github.com/lexogrine/cs2-react-hud.git
synced 2026-05-04 12:13:11 +02:00
Added option to replace avatars as team logos
This commit is contained in:
@@ -63,6 +63,21 @@
|
||||
"name":"right_image",
|
||||
"label":"Right box's image logo"
|
||||
},
|
||||
{
|
||||
"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": "boxesState",
|
||||
|
||||
Reference in New Issue
Block a user