1
0
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:
Hubert Walczak
2023-10-19 11:55:43 +02:00
parent ac14df5620
commit c33e7d4ccc
4 changed files with 50 additions and 6 deletions
+15
View File
@@ -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",