parent
f5868ec1c5
commit
6a5c437d94
@ -40,7 +40,7 @@ namespace BlueWaterProject
|
||||
|
||||
var animationLength = stateInfo.length;
|
||||
animator.speed = animationLength / theWaltzOfTheSword.skillDuration;
|
||||
intervalTime = animationLength / 6f;
|
||||
intervalTime = animationLength / animator.speed / 6f;
|
||||
|
||||
if (!theWaltzOfTheSword.isMovingCamera)
|
||||
{
|
||||
|
@ -50,7 +50,7 @@ MonoBehaviour:
|
||||
cooldown: 5
|
||||
range: 10
|
||||
castingTime: 0.3
|
||||
skillDuration: 3
|
||||
skillDuration: 1.8
|
||||
<SkillInputData>k__BackingField:
|
||||
playerCollider: {fileID: 0}
|
||||
playerRb: {fileID: 0}
|
||||
|
Loading…
Reference in New Issue
Block a user