mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[unity] Minor: made Timeline Track and Clip colors consistent.
This commit is contained in:
parent
431910d660
commit
e160380d0e
@ -41,7 +41,7 @@ namespace Spine.Unity.Editor {
|
||||
public override TrackDrawOptions GetTrackOptions (TrackAsset track, UnityEngine.Object binding) {
|
||||
var options = base.GetTrackOptions(track, binding);
|
||||
options.icon = SpineEditorUtilities.Icons.subMeshRenderer;
|
||||
options.trackColor = new Color(53 / 255.0f, 58 / 255.0f, 62 / 255.0f);
|
||||
options.trackColor = new Color(0.855f, 0.8623f, 0.87f);
|
||||
return options;
|
||||
}
|
||||
}
|
||||
|
||||
@ -35,7 +35,7 @@ using UnityEngine.Playables;
|
||||
using UnityEngine.Timeline;
|
||||
|
||||
namespace Spine.Unity.Playables {
|
||||
[TrackColor(0.9960785f, 0.2509804f, 0.003921569f)]
|
||||
[TrackColor(255 / 255.0f, 64 / 255.0f, 1 / 255.0f)]
|
||||
[TrackClipType(typeof(SpineAnimationStateClip))]
|
||||
[TrackBindingType(typeof(SkeletonGraphic))]
|
||||
#if UNITY_EDITOR
|
||||
|
||||
@ -36,7 +36,7 @@ using UnityEngine.Playables;
|
||||
using UnityEngine.Timeline;
|
||||
|
||||
namespace Spine.Unity.Playables {
|
||||
[TrackColor(0.9960785f, 0.2509804f, 0.003921569f)]
|
||||
[TrackColor(255 / 255.0f, 64 / 255.0f, 1 / 255.0f)]
|
||||
[TrackClipType(typeof(SpineAnimationStateClip))]
|
||||
[TrackBindingType(typeof(SkeletonAnimation))]
|
||||
#if UNITY_EDITOR
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user