Skip to content

Commit

Permalink
Update friendly fire ui to new cvars
Browse files Browse the repository at this point in the history
  • Loading branch information
necessarily-equal committed Feb 16, 2022
1 parent b0f564a commit 2b70d5c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ui/server_setup.rml
Expand Up @@ -9,8 +9,11 @@

<h2> General </h2>
<row>
<input cvar="g_friendlyFire" type="checkbox" />
<h3> Friendly fire</h3>
<h3> Friendly fire damage multipliers</h3>
<input type="range" min="0" max="1" step="0.05" cvar="g_friendlyFireAlienMultiplier" />
<p> Alien: <inlinecvar cvar="g_friendlyFireAlienMultiplier" type="number" format="%.2f"/></p>
<input type="range" min="0" max="1" step="0.05" cvar="g_friendlyFireHumanMultiplier" />
<p> Human: <inlinecvar cvar="g_friendlyFireHumanMultiplier" type="number" format="%.2f"/></p>
</row>
<row>
<input cvar="g_friendlyBuildableFire" type="checkbox" />
Expand Down

0 comments on commit 2b70d5c

Please sign in to comment.