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