update icon combo

This commit is contained in:
CuongNV
2026-04-20 11:11:23 +07:00
parent 47f16af3f6
commit ef632e7f11
3 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public class NPCVisual : MonoBehaviour
protected CECNPC.INFO m_NPCInfo;
[SerializeField] private Queue<string> _animationQueue = new Queue<string>();
[SerializeField] private AnimancerState _currentState;
private bool debugNamePlateBounds = true;
private bool debugNamePlateBounds = false;
private const float fadeTime = .2f;
private const FadeMode FadeMode = Animancer.FadeMode.FixedDuration;