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 3f33ed6 commit a6bb0da
Showing 1 changed file with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,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 a6bb0da

Please sign in to comment.