Skip to content

Commit

Permalink
[rayshud] Fixed #233
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Aug 16, 2024
1 parent 946538c commit b2b3a9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TF2HUD.Editor/JSON/rayshud.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"ToolTip": "Toggle crosshair feature.",
"Value": "false",
"Files": {
"resource/ui/hudlayout_base.res": {
"scripts/hudlayout_base.res": {
"CustomCrosshair": {
"visible": {
"true": "1",
Expand Down Expand Up @@ -199,7 +199,7 @@
"ToolTip": "Style of crosshair.",
"Value": "<",
"Files": {
"resource/ui/hudlayout_base.res": {
"scripts/hudlayout_base.res": {
"CustomCrosshair": {
"labelText": "$value"
}
Expand All @@ -216,7 +216,7 @@
"Increment": "1",
"ToolTip": "Size of the crosshair.",
"Files": {
"resource/ui/hudlayout_base.res": {
"scripts/hudlayout_base.res": {
"CustomCrosshair": {
"font": "Size:$value | Outline:OFF"
}
Expand Down

0 comments on commit b2b3a9c

Please sign in to comment.