Skip to content

Commit

Permalink
chore: remove no longer existing CharacterMovement fields from prefabs (
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert authored Jan 23, 2022
1 parent c7ee778 commit 6dd4181
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions assets/prefabs/characters/baseCitizen.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
"Character": {},
"AliveCharacter": {},
"CharacterMovement" : {
"groundFriction": 16,
"speedMultiplier": 0.3,
"distanceBetweenFootsteps": 0.2,
"distanceBetweenSwimStrokes": 2.5,
"height": 1.0,
"radius": 0.5,
"jumpSpeed": 12
Expand Down
2 changes: 0 additions & 2 deletions assets/prefabs/characters/enemyGooey.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@
"theme": "DWARF"
},
"CharacterMovement": {
"groundFriction": 16,
"speedMultiplier": 0.3,
"distanceBetweenFootsteps": 0.2,
"distanceBetweenSwimStrokes": 2.5,
"height": 1.6,
"radius": 0.3,
"jumpSpeed": 12
Expand Down

0 comments on commit 6dd4181

Please sign in to comment.