Skip to content

Commit

Permalink
Merge pull request #895 from dusty-qw/hud-frags
Browse files Browse the repository at this point in the history
Additions to hud_frags element
  • Loading branch information
tcsabina committed Mar 5, 2024
2 parents f2473c5 + b077dc4 commit 23811ce
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 33 deletions.
30 changes: 26 additions & 4 deletions help_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7436,15 +7436,23 @@
"desc": "Toggles alignment of players nick and team name in frags HUD element.",
"group-id": "19",
"remarks": "Use 'frags shownames 1' and/or 'frags showteams 1' to show names and team names of players.",
"type": "boolean",
"type": "integer",
"values": [
{
"description": "Rows aligned to the left side, names and team tags are on the right side of frag counts.",
"name": "false"
"name": "0"
},
{
"description": "Rows aligned to the right side, names and team tags are on the left side of frag counts.",
"name": "true"
"name": "1"
},
{
"description": "Rows aligned toward the inside of each column.",
"name": "2"
},
{
"description": "Rows aligned toward the outside of each column.",
"name": "3"
}
]
},
Expand Down Expand Up @@ -7595,7 +7603,7 @@
"name": "2"
},
{
"description": "Similar to 0.",
"description": "No pointer or indicator.",
"name": "3"
},
{
Expand Down Expand Up @@ -7628,6 +7636,20 @@
"hud_frags_vertical": {
"desc": "Switches vertical rendering of frags bar.",
"group-id": "19",
"values": [
{
"description": "No vertical rendering.",
"name": "0"
},
{
"description": "Legacy vertical rendering.",
"name": "1"
},
{
"description": "New vertical rendering: split columns evenly based on number of players.",
"name": "2"
}
],
"type": "float"
},
"hud_gameclock_align_x": {
Expand Down
Loading

0 comments on commit 23811ce

Please sign in to comment.