Skip to content

Commit

Permalink
[flawhud] Removed unused customization #249
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Sep 30, 2024
1 parent 2bc288d commit a7f5863
Showing 1 changed file with 0 additions and 88 deletions.
88 changes: 0 additions & 88 deletions src/TF2HUD.Editor/JSON/flawhud.json
Original file line number Diff line number Diff line change
Expand Up @@ -910,94 +910,6 @@
}
}
},
{
"Name": "fh_chat_font",
"Label": "Default Chat Font",
"Type": "Checkbox",
"ToolTip": "Changes the in-game chat font back to Verdana",
"Value": "false",
"Restart": true,
"Files": {
"resource/scheme/clientscheme_fonts.res": {
"Scheme": {
"Fonts": {
"ChatFont": {
"1": {
"name": {
"true": "Verdana",
"false": "Verdana Bold"
},
"tall": {
"true": "12",
"false": "19"
},
"weight": {
"true": "700",
"false": "400"
}
},
"2": {
"name": {
"true": "Verdana",
"false": "Verdana Bold"
},
"tall": {
"true": "14",
"false": "19"
},
"weight": {
"true": "700",
"false": "400"
}
},
"3": {
"name": {
"true": "Verdana",
"false": "Verdana Bold"
},
"tall": {
"true": "15",
"false": "19"
},
"weight": {
"true": "700",
"false": "400"
}
},
"4": {
"name": {
"true": "Verdana",
"false": "Verdana Bold"
},
"tall": {
"true": "17",
"false": "19"
},
"weight": {
"true": "700",
"false": "400"
}
},
"5": {
"name": {
"true": "Verdana",
"false": "Verdana Bold"
},
"tall": {
"true": "22",
"false": "19"
},
"weight": {
"true": "700",
"false": "400"
}
}
}
}
}
}
}
},
{
"Name": "fh_val_hud_style",
"Label": "Cornered Health/Ammo",
Expand Down

0 comments on commit a7f5863

Please sign in to comment.