Skip to content

Commit

Permalink
Added delay and logging options
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithVal authored Aug 23, 2022
1 parent 6ee8292 commit daa105d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
"IP": "127.0.0.1",
"ListeningPort": 9001,
"SendingPort": 9000,
"RunDeadzone": 0.75,
"WalkDeadzone": 0.15,
"RunDeadzone": 0.70,
"WalkDeadzone": 0.15,
"ActiveDelay": 0.1,
"InactiveDelay": 0.5,
"Logging": false,
"Paramaters":
{
"I GAVE UP ON THESE, THEY DON'T WORK": "if someone knows how, lmk lol",
Expand Down

0 comments on commit daa105d

Please sign in to comment.