From b1c0d3262972b8cc32441053e6183827cbb3fb7b Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 15 十月 2025 16:16:12 +0800
Subject: [PATCH] 125 战斗 角色身上的buff特效要绑人物中心点(hit挂载点上),否者人物跳跃动作时会特效会脱离,特效配置上有一个绑定骨骼字段,需支持hit点(Buff特效)
---
Main/System/Battle/Motion/MotionBase.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Battle/Motion/MotionBase.cs b/Main/System/Battle/Motion/MotionBase.cs
index 4502828..304d99e 100644
--- a/Main/System/Battle/Motion/MotionBase.cs
+++ b/Main/System/Battle/Motion/MotionBase.cs
@@ -18,7 +18,7 @@
public Action OnHitAnimationComplete;
private List<Action> runningActions = new List<Action>();
- protected SkeletonAnimation skeletonAnim;
+ public SkeletonAnimation skeletonAnim;
protected Spine.AnimationState animState;
protected Spine.Skeleton skeleton;
protected float defaultMixDuration = 0f;
--
Gitblit v1.8.0