You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
309 B
JSON

{
"$schema" : "https://json-schema.org/draft/2019-09/schema",
"type" : "object",
"properties" : {
"renderDebugText" : {
"type" : "boolean",
"description" : "Renders the VS2 debug HUD with TPS"
},
"$schema" : {
"type" : "string"
}
},
"additionalProperties" : false
}