Skip to content

Commit

Permalink
add debug inputs codes to output
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Sep 14, 2023
1 parent 5673286 commit e6de5ee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions netplay.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,23 @@
"isRecursive": true
}
]
},
{
"name": "Optional: Debug Game-Side Latency",
"authors": [
"Fizzi"
],
"description": [
"Shows latency information on screen while in-game"
],
"build": [
{
"type": "injectFolder",
"sourceFolder": "External/Debug Inputs",
"isRecursive": true,
"annotation": "Shows latency information on screen while in-game"
}
]
}
]
}

0 comments on commit e6de5ee

Please sign in to comment.