Skip to content

Commit

Permalink
Add missed ball for cat feet
Browse files Browse the repository at this point in the history
  • Loading branch information
mnemoli committed May 20, 2021
1 parent f1fbd6e commit b69b85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_classes/key_balls_data.gd
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ var foot_ext_dog = [
var foot_ext_cat = [
[ 22, 16, 17, 18 ],
[ 23, 19, 20, 21 ],
[ 41, 49, 50, 51 ],
[ 42, 52, 53, 54 ]
[ 34, 41, 49, 50, 51 ],
[ 35, 42, 52, 53, 54 ]
]
var ear_ext_dog = { 4: [5, 6], 28: [29, 30] }
var ear_ext_cat = { 8: [9], 10: [11] }
Expand Down

0 comments on commit b69b85b

Please sign in to comment.