整合SLSUtilities
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Cielonos.MainGame.FunctionalAnimation
|
||||
{
|
||||
if (!advancedSettings)
|
||||
{
|
||||
runtimeFuncAnim.executor.animationSc.fullBodyFuncAnimSm.Play(animationName);
|
||||
character.animationSc.fullBodyFuncAnimSm.Play(animationName);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -36,14 +36,14 @@ namespace Cielonos.MainGame.FunctionalAnimation
|
||||
{
|
||||
if (character.movementSc.groundDetector.DetectGround())
|
||||
{
|
||||
runtimeFuncAnim.executor.animationSc.fullBodyFuncAnimSm.Play(animationName);
|
||||
character.animationSc.fullBodyFuncAnimSm.Play(animationName);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (character.movementSc.groundDetector.DetectGround(overrideGroundDetectionLength))
|
||||
{
|
||||
runtimeFuncAnim.executor.animationSc.fullBodyFuncAnimSm.Play(animationName);
|
||||
character.animationSc.fullBodyFuncAnimSm.Play(animationName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user