Skip to content

Commit

Permalink
Updated recoil animation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDreyko authored May 13, 2024
1 parent 41f3177 commit 79a74ff
Showing 1 changed file with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,30 @@
"armRotation" : 0,
"weaponRotation" : 0,
"twoHanded" : true,
"weaponOffset" : [0, 0],

"allowRotate" : true,
"allowFlip" : true
},
"fire" : {
"duration" : 0,
"armRotation" : 5,
"weaponRotation" : 5,
"armRotation" : 3,
"weaponRotation" : 3,
"twoHanded" : true,
"weaponOffset" : [-0.1, 0],

"allowRotate" : false,
"allowFlip" : false
"allowRotate" : true,
"allowFlip" : true
},
"cooldown" : {
"duration" : 0.1,
"armRotation" : 2,
"weaponRotation" : 2,
"duration" : 0.04,
"armRotation" : 3,
"weaponRotation" : 3,
"twoHanded" : true,
"weaponOffset" : [-0.1, 0],

"allowRotate" : false,
"allowFlip" : false
"allowRotate" : true,
"allowFlip" : true
}
}
},
Expand Down

0 comments on commit 79a74ff

Please sign in to comment.