Skip to content

Commit

Permalink
[change] tweaked minecraft sample cct
Browse files Browse the repository at this point in the history
  • Loading branch information
begla committed Aug 3, 2024
1 parent 527dbcd commit 350852c
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,19 +507,22 @@
"type": "CharacterController",
"properties": {
"type": {
"value": 0
"value": 1
},
"halfHeight": {
"value": 1.100000023841858
"value": 0.8999999761581421
},
"radius": {
"value": 0.6000000238418579
"value": 0.30000001192092896
},
"contactOffset": {
"value": 0.10000000149011612
},
"stepOffset": {
"value": 0.5
"value": 0.0
},
"slopeLimit": {
"value": 0.0
},
"group": {
"value": 1
Expand Down

0 comments on commit 350852c

Please sign in to comment.