You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Menu/Buttons.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2199,8 +2199,8 @@ public static class Buttons
2199
2199
newButtonInfo{buttonText="Follow Menu Theme",toolTip="Makes visual mods match the theme of the menu, rather than the color of the player."},
2200
2200
newButtonInfo{buttonText="Follow Player Colors",toolTip="Makes the infection tracers appear their normal color instead of orange for tagged players."},
newButtonInfo{buttonText="Nametag Chams",enableMethod=()=>Visuals.nameTagChams=true,disableMethod=()=>Visuals.nameTagChams=false,toolTip="Make name tags"},
newButtonInfo{buttonText="Nametag Chams",enableMethod=()=>Visuals.nameTagChams=true,disableMethod=()=>Visuals.nameTagChams=false,toolTip="Make name tags show through objects."},
2203
+
newButtonInfo{buttonText="Show Self Nametag",enableMethod=()=>Visuals.selfNameTag=true,disableMethod=()=>Visuals.selfNameTag=false,toolTip="Makes all the name tag mods render for you as well."},
2204
2204
newButtonInfo{buttonText="Hidden on Camera",overlapText="Streamer Mode Visuals",toolTip="Makes visual mods only render on VR."},
2205
2205
newButtonInfo{buttonText="Hidden Labels",overlapText="Streamer Mode Labels",toolTip="Makes label mods only render on VR."},
2206
2206
newButtonInfo{buttonText="Thin Tracers",toolTip="Makes the tracers thinner."},
0 commit comments