diff --git a/Demo/Scripts/Demo_Dynamic.cs b/Demo/Scripts/Demo_Dynamic.cs index 7370c11e..b5a1b9c2 100644 --- a/Demo/Scripts/Demo_Dynamic.cs +++ b/Demo/Scripts/Demo_Dynamic.cs @@ -26,21 +26,21 @@ public class Demo_Dynamic : MonoBehaviour chart.series.ClearData(); chart.maxCacheDataNumber = maxCacheDataNumber; timeNow = DateTime.Now; - initCount = maxCacheDataNumber; + timeNow = timeNow.AddSeconds(-maxCacheDataNumber); } void Update() { - if (initCount>0) + if (initCount< maxCacheDataNumber) { int count = (int)(maxCacheDataNumber / initDataTime * Time.deltaTime); for (int i = 0; i < count; i++) { - timeNow = timeNow.AddSeconds(-initCount); + timeNow = timeNow.AddSeconds(1); chart.AddXAxisData(timeNow.ToString("hh:mm:ss")); chart.AddData(0, UnityEngine.Random.Range(60, 150)); - initCount--; - if (initCount <= 0) break; + initCount++; + if (initCount > maxCacheDataNumber) break; } chart.RefreshChart(); } diff --git a/Demo/Scripts/Demo_LargeData.cs b/Demo/Scripts/Demo_LargeData.cs index 624f7a21..f71d8bff 100644 --- a/Demo/Scripts/Demo_LargeData.cs +++ b/Demo/Scripts/Demo_LargeData.cs @@ -11,7 +11,7 @@ public class Demo_LargeData : MonoBehaviour private CoordinateChart chart; private float initTime; - private int initCount; + private int initCount = 0; private System.DateTime timeNow; void Awake() @@ -21,21 +21,21 @@ public class Demo_LargeData : MonoBehaviour chart.xAxis.ClearData(); chart.series.ClearData(); chart.maxCacheDataNumber = maxCacheDataNumber; - initCount = maxCacheDataNumber; + timeNow = timeNow.AddSeconds(-maxCacheDataNumber); } void Update() { - if (initCount>0) + if (initCount< maxCacheDataNumber) { int count = (int)(maxCacheDataNumber / initDataTime * Time.deltaTime); for(int i = 0; i < count; i++) { - timeNow = timeNow.AddSeconds(-initCount); + timeNow = timeNow.AddSeconds(1); chart.AddXAxisData(timeNow.ToString("hh:mm:ss")); chart.AddData(0, UnityEngine.Random.Range(60, 150)); - initCount--; - if (initCount <= 0) break; + initCount++; + if (initCount > maxCacheDataNumber) break; } chart.RefreshChart(); } diff --git a/Demo/demo_xchart.unity b/Demo/demo_xchart.unity index e239ccf9..9c7ade23 100644 --- a/Demo/demo_xchart.unity +++ b/Demo/demo_xchart.unity @@ -731,7 +731,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 04:15:00 + m_Text: 09:49:41 --- !u!222 &30726191 CanvasRenderer: m_ObjectHideFlags: 0 @@ -890,6 +890,142 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 40691337} +--- !u!1 &40933720 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1731012928456884, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 40933721} + - component: {fileID: 40933725} + - component: {fileID: 40933724} + - component: {fileID: 40933723} + - component: {fileID: 40933722} + m_Layer: 0 + m_Name: legend_4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &40933721 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224082897057205384, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 40933720} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1624952285} + m_Father: {fileID: 1578734348} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 52, y: 16} + m_Pivot: {x: 1, y: 1} +--- !u!114 &40933722 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 40933720} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -1862395651, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + delegates: [] +--- !u!114 &40933723 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114105157019703596, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 40933720} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1392445389, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 40933724} + m_OnClick: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &40933724 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114651777947973552, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 40933720} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.5686275, g: 0.78039217, b: 0.68235296, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 +--- !u!222 &40933725 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222397266193805856, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 40933720} --- !u!1 &42068935 GameObject: m_ObjectHideFlags: 0 @@ -912,7 +1048,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 42068935} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 38, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2067368214} @@ -998,7 +1134,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: "\u6B63\u8D1F\u8F74+\u6307\u5B9A\u6700\u5927\u6700\u5C0F\u523B\u5EA6" + m_Text: "\u8D1F\u6570\u6570\u503C\u8F74+\u81EA\u5B9A\u4E49\u6700\u5927\u6700\u5C0F\u523B\u5EA6" --- !u!222 &59025379 CanvasRenderer: m_ObjectHideFlags: 0 @@ -11752,7 +11888,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 114085247} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -560, y: -1470, z: 0} + m_LocalPosition: {x: 4, y: -304, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2037574390} @@ -13309,7 +13445,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 162607949} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 4, y: -604, z: 0} + m_LocalPosition: {x: 592, y: -304, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 426057102} @@ -14170,7 +14306,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -30} - m_SizeDelta: {x: 1173.12, y: 14} + m_SizeDelta: {x: 1173, y: 14} m_Pivot: {x: 0.5, y: 1} --- !u!114 &175612713 MonoBehaviour: @@ -14387,7 +14523,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 200153763} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 461.248, y: 15, z: 0} + m_LocalPosition: {x: 461.2, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1575742575} @@ -14395,8 +14531,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 461.248, y: 15} - m_SizeDelta: {x: 210.624, y: 20} + m_AnchoredPosition: {x: 461.2, y: 15} + m_SizeDelta: {x: 210.6, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &200153765 MonoBehaviour: @@ -14430,7 +14566,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:41:16 + m_Text: 09:25:22 --- !u!222 &200153766 CanvasRenderer: m_ObjectHideFlags: 0 @@ -14811,7 +14947,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_Color: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -15378,7 +15514,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 235138851} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 839.38885, y: 10, z: 0} + m_LocalPosition: {x: 414, y: 10, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1617189393} @@ -15386,8 +15522,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 839.38885, y: 10} - m_SizeDelta: {x: 121.44444, y: 20} + m_AnchoredPosition: {x: 414, y: 10} + m_SizeDelta: {x: 56, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &235138853 MonoBehaviour: @@ -15421,13 +15557,91 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:46:17 + m_Text: 09:48:38 --- !u!222 &235138854 CanvasRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 235138851} +--- !u!1 &238953931 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1437153641456582, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 238953932} + - component: {fileID: 238953934} + - component: {fileID: 238953933} + m_Layer: 0 + m_Name: split_x4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &238953932 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224086636804655220, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 238953931} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 428, y: 10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 554203168} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 428, y: 10} + m_SizeDelta: {x: 84, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &238953933 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114435526572601382, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 238953931} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u5468\u4E94" +--- !u!222 &238953934 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222076436466955256, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 238953931} --- !u!1 &246892977 GameObject: m_ObjectHideFlags: 0 @@ -16280,7 +16494,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 04:36:20 + m_Text: 09:50:26 --- !u!222 &275611893 CanvasRenderer: m_ObjectHideFlags: 0 @@ -16311,7 +16525,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 281897662} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 38, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1344395172} @@ -16434,6 +16648,84 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 285435850} +--- !u!1 &299320518 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1828983501277210, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 299320519} + - component: {fileID: 299320521} + - component: {fileID: 299320520} + m_Layer: 0 + m_Name: title_sub + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &299320519 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224011938454818474, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 299320518} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: -30, z: -0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1922825156} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 0, y: -30} + m_SizeDelta: {x: 584, y: 14} + m_Pivot: {x: 0, y: 1} +--- !u!114 &299320520 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114038238989383564, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 299320518} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 0 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: +--- !u!222 &299320521 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222442620413393616, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 299320518} --- !u!1 &304718621 GameObject: m_ObjectHideFlags: 0 @@ -16458,7 +16750,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 304718621} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 1093, y: 15, z: 0} + m_LocalPosition: {x: 1093.12, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1575742575} @@ -16466,8 +16758,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 1093, y: 15} - m_SizeDelta: {x: 105.3, y: 20} + m_AnchoredPosition: {x: 1093.12, y: 15} + m_SizeDelta: {x: 105.312, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &304718623 MonoBehaviour: @@ -16501,7 +16793,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 04:10:25 + m_Text: 09:25:27 --- !u!222 &304718624 CanvasRenderer: m_ObjectHideFlags: 0 @@ -18559,7 +18851,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:42:53 + m_Text: 09:33:32 --- !u!222 &379121696 CanvasRenderer: m_ObjectHideFlags: 0 @@ -18813,10 +19105,10 @@ RectTransform: m_Father: {fileID: 422406928} m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 0, y: -338} - m_SizeDelta: {x: 1173.12, y: 338} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 1173, y: 338} m_Pivot: {x: 0, y: 0} --- !u!1 &394927972 GameObject: @@ -19505,7 +19797,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 422406927} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 2, y: -680, z: 0} + m_LocalPosition: {x: 2, y: -340, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1484397537} @@ -19655,107 +19947,22 @@ MonoBehaviour: m_Name: m_Stack: m_Data: - - 114 - - 102 - - 74 - - 147 - - 61 - - 143 - - 69 - - 65 - - 114 - - 139 - - 149 - - 77 - - 101 - - 60 - - 87 + - 118 + - 85 - 106 - - 131 - - 129 - - 67 - - 87 - - 144 - - 108 - - 103 - - 133 - - 140 - - 70 - - 102 - - 124 - - 98 - - 71 - - 143 - - 67 - - 134 - - 145 - - 101 - - 134 - - 129 - - 95 - - 72 - - 93 - - 112 - - 73 - - 110 - - 121 - - 99 - - 104 - - 63 - - 136 - - 118 - - 147 - - 117 - - 126 - - 80 - - 129 - - 60 - - 128 - - 129 - - 104 - - 90 - - 126 - - 68 - - 62 - - 113 - - 63 - - 113 - - 94 - - 123 - - 79 - - 114 - - 123 - - 67 - - 128 - 65 - - 125 - - 145 - - 121 - - 92 - - 99 - - 85 - - 130 - - 113 - - 135 + - 95 - 75 - - 70 - - 123 + - 149 + - 116 + - 132 + - 133 + - 137 + - 114 + - 145 + - 127 - 66 - - 147 - - 78 - - 147 - - 142 - - 85 - - 104 - - 129 - - 63 - - 92 - - 135 - - 92 - - 118 - - 104 - - 81 - - 72 + - 89 m_Flodout: 0 m_Large: 0 m_MinShowDataNumber: 0 @@ -19782,107 +19989,22 @@ MonoBehaviour: m_SplitLineType: 2 m_BoundaryGap: 1 m_Data: - - 04:23:01 - - 04:21:23 - - 04:19:46 - - 04:18:10 - - 04:16:35 - - 04:15:01 - - 04:13:28 - - 04:11:56 - - 04:10:25 - - 04:08:55 - - 04:07:26 - - 04:05:58 - - 04:04:31 - - 04:03:05 - - 04:01:40 - - 04:00:16 - - 03:58:53 - - 03:57:31 - - 03:56:10 - - 03:54:50 - - 03:53:31 - - 03:52:13 - - 03:50:56 - - 03:49:40 - - 03:48:25 - - 03:47:11 - - 03:45:58 - - 03:44:46 - - 03:43:35 - - 03:42:25 - - 03:41:16 - - 03:40:08 - - 03:39:01 - - 03:37:55 - - 03:36:50 - - 03:35:46 - - 03:34:43 - - 03:33:41 - - 03:32:40 - - 03:31:40 - - 03:30:41 - - 03:29:43 - - 03:28:46 - - 03:27:50 - - 03:26:55 - - 03:26:01 - - 03:25:08 - - 04:56:57 - - 03:24:16 - - 03:23:25 - - 03:22:35 - - 03:21:46 - - 03:20:58 - - 03:20:11 - - 03:19:25 - - 03:18:40 - - 03:17:56 - - 03:17:13 - - 03:16:31 - - 03:15:50 - - 03:15:10 - - 03:14:31 - - 03:13:53 - - 03:13:16 - - 03:12:40 - - 03:12:05 - - 03:11:31 - - 03:10:58 - - 03:10:26 - - 03:09:55 - - 03:09:25 - - 03:08:56 - - 03:08:28 - - 03:08:01 - - 03:07:35 - - 03:07:10 - - 03:06:46 - - 03:06:23 - - 03:06:01 - - 03:05:40 - - 03:05:20 - - 03:05:01 - - 03:04:43 - - 03:04:26 - - 03:04:10 - - 03:03:55 - - 03:03:41 - - 03:03:28 - - 03:03:16 - - 03:03:05 - - 03:02:55 - - 03:02:46 - - 03:02:38 - - 03:02:31 - - 03:02:25 - - 03:02:20 - - 04:57:07 - - 03:02:16 - - 03:02:13 - - 03:02:11 - - 03:02:10 + - 09:25:18 + - 09:25:19 + - 09:25:20 + - 09:25:21 + - 09:25:22 + - 09:25:23 + - 09:25:24 + - 09:25:25 + - 09:25:26 + - 09:25:27 + - 09:25:28 + - 09:25:29 + - 09:25:30 + - 09:25:31 + - 09:25:32 + - 09:25:33 m_AxisTick: m_Show: 1 m_AlignWithLabel: 0 @@ -20536,7 +20658,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 437239167} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 390, y: 298, z: 0} + m_LocalPosition: {x: 574, y: 298, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2127319985} @@ -20658,7 +20780,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -30} - m_SizeDelta: {x: 1173, y: 14} + m_SizeDelta: {x: 1173.12, y: 14} m_Pivot: {x: 0.5, y: 1} --- !u!114 &442930142 MonoBehaviour: @@ -20897,7 +21019,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 12:32:38 + m_Text: 08:39:25 --- !u!222 &444395383 CanvasRenderer: m_ObjectHideFlags: 0 @@ -20928,7 +21050,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 447444354} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 264, y: 15, z: 0} + m_LocalPosition: {x: 882.496, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1675924587} @@ -20936,8 +21058,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 264, y: 15} - m_SizeDelta: {x: 28, y: 20} + m_AnchoredPosition: {x: 882.496, y: 15} + m_SizeDelta: {x: 105.312, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &447444356 MonoBehaviour: @@ -20971,7 +21093,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 09:46:48 + m_Text: 08:37:05 --- !u!222 &447444357 CanvasRenderer: m_ObjectHideFlags: 0 @@ -21641,7 +21763,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 08:57:53 + m_Text: 09:50:12 --- !u!222 &451857699 CanvasRenderer: m_ObjectHideFlags: 0 @@ -21750,7 +21872,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 461004019} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 1203.7222, y: 10, z: 0} + m_LocalPosition: {x: 582, y: 10, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1617189393} @@ -21758,8 +21880,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 1203.7222, y: 10} - m_SizeDelta: {x: 121.44444, y: 20} + m_AnchoredPosition: {x: 582, y: 10} + m_SizeDelta: {x: 56, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &461004021 MonoBehaviour: @@ -21793,7 +21915,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:41:41 + m_Text: 09:48:41 --- !u!222 &461004022 CanvasRenderer: m_ObjectHideFlags: 0 @@ -22930,6 +23052,84 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 502491874} +--- !u!1 &504660013 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1311334922979440, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 504660014} + - component: {fileID: 504660016} + - component: {fileID: 504660015} + m_Layer: 0 + m_Name: split_y0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &504660014 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224827874382444328, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 504660013} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 43, y: 25, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1301235160} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 43, y: 25} + m_SizeDelta: {x: 50, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &504660015 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114877959129918328, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 504660013} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 5 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: 0 +--- !u!222 &504660016 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222544981220659616, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 504660013} --- !u!1 &505350089 GameObject: m_ObjectHideFlags: 0 @@ -23024,6 +23224,84 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 100, y: 100} m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &505582871 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1507767113311796, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 505582872} + - component: {fileID: 505582874} + - component: {fileID: 505582873} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &505582872 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224899427519523902, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 505582871} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -26, y: -8, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 892290516} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &505582873 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114393620365519458, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 505582871} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 12 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u8054\u76DF\u5E7F\u544A" +--- !u!222 &505582874 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222198390844847062, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 505582871} --- !u!224 &512362530 RectTransform: m_ObjectHideFlags: 0 @@ -23111,7 +23389,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 08:53:11 + m_Text: 08:37:19 --- !u!222 &513724293 CanvasRenderer: m_ObjectHideFlags: 0 @@ -23254,6 +23532,84 @@ MonoBehaviour: m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null delegates: [] +--- !u!1 &514552797 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1959792781915042, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 514552798} + - component: {fileID: 514552800} + - component: {fileID: 514552799} + m_Layer: 0 + m_Name: split_x2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &514552798 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224686894872094330, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 514552797} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 260, y: 10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 554203168} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 260, y: 10} + m_SizeDelta: {x: 84, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &514552799 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114467709027758656, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 514552797} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u5468\u4E09" +--- !u!222 &514552800 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222007959158836098, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 514552797} --- !u!1 &517047776 GameObject: m_ObjectHideFlags: 0 @@ -23593,6 +23949,162 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 535063483} +--- !u!1 &537590462 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1696642734821004, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 537590463} + - component: {fileID: 537590465} + - component: {fileID: 537590464} + m_Layer: 0 + m_Name: split_y4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &537590463 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224233215553517506, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 537590462} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 43, y: 270, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1301235160} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 43, y: 270} + m_SizeDelta: {x: 50, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &537590464 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114765383230868320, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 537590462} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 5 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: 3000 +--- !u!222 &537590465 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222237844363068970, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 537590462} +--- !u!1 &540635260 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1357080541994214, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 540635261} + - component: {fileID: 540635263} + - component: {fileID: 540635262} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &540635261 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224639085152240596, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 540635260} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -26, y: -8, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1162730870} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &540635262 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114691696750003854, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 540635260} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 12 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u76F4\u63A5\u8BBF\u95EE" +--- !u!222 &540635263 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222882757802435436, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 540635260} --- !u!1 &545143192 GameObject: m_ObjectHideFlags: 0 @@ -23671,6 +24183,48 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 545143192} +--- !u!1 &554203167 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1000644262146928, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 554203168} + m_Layer: 0 + m_Name: split_x + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &554203168 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224846062976232202, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 554203167} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1528517139} + - {fileID: 619981627} + - {fileID: 514552798} + - {fileID: 967342119} + - {fileID: 238953932} + - {fileID: 873586317} + - {fileID: 1071847655} + m_Father: {fileID: 1619574609} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 584, y: 300} + m_Pivot: {x: 0, y: 0} --- !u!1 &554625393 GameObject: m_ObjectHideFlags: 0 @@ -24373,7 +24927,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 566296163} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 1168, y: 169, z: 0} + m_LocalPosition: {x: 579, y: 150, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1339466387} @@ -24900,7 +25454,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 1173.12, y: 16} + m_SizeDelta: {x: 1173, y: 16} m_Pivot: {x: 0.5, y: 1} --- !u!114 &582096242 MonoBehaviour: @@ -25479,7 +26033,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 600539469} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 395, y: 150, z: 0} + m_LocalPosition: {x: 579, y: 150, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 385824610} @@ -25765,7 +26319,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 601430304} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 1082.2777, y: 10, z: 0} + m_LocalPosition: {x: 526, y: 10, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1617189393} @@ -25773,8 +26327,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 1082.2777, y: 10} - m_SizeDelta: {x: 121.44444, y: 20} + m_AnchoredPosition: {x: 526, y: 10} + m_SizeDelta: {x: 56, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &601430306 MonoBehaviour: @@ -25808,7 +26362,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:43:12 + m_Text: 09:48:40 --- !u!222 &601430307 CanvasRenderer: m_ObjectHideFlags: 0 @@ -26278,6 +26832,84 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 614934937} +--- !u!1 &619981626 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1687090187127854, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 619981627} + - component: {fileID: 619981629} + - component: {fileID: 619981628} + m_Layer: 0 + m_Name: split_x1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &619981627 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224052887545874670, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 619981626} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 176, y: 10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 554203168} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 176, y: 10} + m_SizeDelta: {x: 84, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &619981628 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114589321807413106, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 619981626} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u5468\u4E8C" +--- !u!222 &619981629 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222516206668904930, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 619981626} --- !u!1 &621609860 GameObject: m_ObjectHideFlags: 0 @@ -26606,7 +27238,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 631782225} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 882.4, y: 15, z: 0} + m_LocalPosition: {x: 882.496, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1575742575} @@ -26614,8 +27246,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 882.4, y: 15} - m_SizeDelta: {x: 105.3, y: 20} + m_AnchoredPosition: {x: 882.496, y: 15} + m_SizeDelta: {x: 105.312, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &631782227 MonoBehaviour: @@ -26649,7 +27281,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 04:13:28 + m_Text: 09:25:25 --- !u!222 &631782228 CanvasRenderer: m_ObjectHideFlags: 0 @@ -28280,7 +28912,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 711949905} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 777.10004, y: 15, z: 0} + m_LocalPosition: {x: 777.18396, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1575742575} @@ -28288,8 +28920,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 777.10004, y: 15} - m_SizeDelta: {x: 105.3, y: 20} + m_AnchoredPosition: {x: 777.18396, y: 15} + m_SizeDelta: {x: 105.312, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &711949907 MonoBehaviour: @@ -28323,7 +28955,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 04:15:01 + m_Text: 09:25:24 --- !u!222 &711949908 CanvasRenderer: m_ObjectHideFlags: 0 @@ -30404,7 +31036,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 804377413} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 320, y: 15, z: 0} + m_LocalPosition: {x: 1093.12, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1675924587} @@ -30412,8 +31044,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 320, y: 15} - m_SizeDelta: {x: 28, y: 20} + m_AnchoredPosition: {x: 1093.12, y: 15} + m_SizeDelta: {x: 105.312, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &804377415 MonoBehaviour: @@ -30447,7 +31079,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 08:07:05 + m_Text: 08:37:07 --- !u!222 &804377416 CanvasRenderer: m_ObjectHideFlags: 0 @@ -31965,6 +32597,84 @@ GameObject: m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 +--- !u!1 &851974858 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1959664844878332, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 851974859} + - component: {fileID: 851974861} + - component: {fileID: 851974860} + m_Layer: 0 + m_Name: split_y2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &851974859 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224078495467502216, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 851974858} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 43, y: 147.5, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1301235160} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 43, y: 147.5} + m_SizeDelta: {x: 50, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &851974860 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114265557002411496, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 851974858} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 5 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: 1500 +--- !u!222 &851974861 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222622776471722152, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 851974858} --- !u!1 &853959996 GameObject: m_ObjectHideFlags: 0 @@ -31987,7 +32697,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 853959996} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: 0, y: -38, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 272200716} @@ -32001,7 +32711,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: -338} - m_SizeDelta: {x: 1173, y: 338} + m_SizeDelta: {x: 1173.12, y: 338} m_Pivot: {x: 0, y: 0} --- !u!1 &859553022 GameObject: @@ -32451,6 +33161,84 @@ MonoBehaviour: m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null delegates: [] +--- !u!1 &873586316 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1947478110012406, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 873586317} + - component: {fileID: 873586319} + - component: {fileID: 873586318} + m_Layer: 0 + m_Name: split_x5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &873586317 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224751874328238264, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 873586316} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 512, y: 10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 554203168} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 512, y: 10} + m_SizeDelta: {x: 84, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &873586318 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114440865880339696, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 873586316} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u5468\u516D" +--- !u!222 &873586319 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222804123823014952, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 873586316} --- !u!1 &874169691 GameObject: m_ObjectHideFlags: 0 @@ -32895,6 +33683,142 @@ RectTransform: m_AnchoredPosition: {x: 0, y: -5} m_SizeDelta: {x: 389, y: 300} m_Pivot: {x: 0.5, y: 1} +--- !u!1 &892290515 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1190062298222554, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 892290516} + - component: {fileID: 892290520} + - component: {fileID: 892290519} + - component: {fileID: 892290518} + - component: {fileID: 892290517} + m_Layer: 0 + m_Name: legend_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &892290516 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224671615982487872, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 892290515} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -171, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 505582872} + m_Father: {fileID: 1578734348} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -171, y: 0} + m_SizeDelta: {x: 52, y: 16} + m_Pivot: {x: 1, y: 1} +--- !u!114 &892290517 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 892290515} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -1862395651, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + delegates: [] +--- !u!114 &892290518 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114577393543569562, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 892290515} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1392445389, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 892290519} + m_OnClick: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &892290519 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114022492082597034, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 892290515} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.18431373, g: 0.27058825, b: 0.32941177, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 +--- !u!222 &892290520 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222129728748193324, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 892290515} --- !u!1 &895504716 GameObject: m_ObjectHideFlags: 0 @@ -32962,7 +33886,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 07:07:53 + m_Text: 09:43:32 --- !u!222 &895504719 CanvasRenderer: m_ObjectHideFlags: 0 @@ -33657,7 +34581,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:59:49 + m_Text: 09:49:21 --- !u!222 &907184165 CanvasRenderer: m_ObjectHideFlags: 0 @@ -34206,7 +35130,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 02:03:14 + m_Text: 09:33:38 --- !u!222 &926707068 CanvasRenderer: m_ObjectHideFlags: 0 @@ -34237,7 +35161,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 934625862} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 395, y: 150, z: 0} + m_LocalPosition: {x: 579, y: 150, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1820612720} @@ -34423,7 +35347,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 944142130} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 592, y: -304, z: 0} + m_LocalPosition: {x: 4, y: -608, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1058577084} @@ -34590,7 +35514,7 @@ MonoBehaviour: m_Max: 0 m_SplitNumber: 6 m_TextRotation: 0 - m_ShowSplitLine: 0 + m_ShowSplitLine: 1 m_SplitLineType: 2 m_BoundaryGap: 0 m_Data: @@ -34616,7 +35540,7 @@ MonoBehaviour: m_Max: 0 m_SplitNumber: 7 m_TextRotation: 0 - m_ShowSplitLine: 1 + m_ShowSplitLine: 0 m_SplitLineType: 1 m_BoundaryGap: 1 m_Data: @@ -35441,6 +36365,84 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 966488443} +--- !u!1 &967342118 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1317713246065794, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 967342119} + - component: {fileID: 967342121} + - component: {fileID: 967342120} + m_Layer: 0 + m_Name: split_x3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &967342119 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224495384587411770, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 967342118} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 344, y: 10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 554203168} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 344, y: 10} + m_SizeDelta: {x: 84, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &967342120 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114851562295788392, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 967342118} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u5468\u56DB" +--- !u!222 &967342121 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222630241264368886, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 967342118} --- !u!1 &967969418 GameObject: m_ObjectHideFlags: 0 @@ -35931,7 +36933,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:57:50 + m_Text: 09:49:02 --- !u!222 &994087671 CanvasRenderer: m_ObjectHideFlags: 0 @@ -36361,6 +37363,84 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1015072647} +--- !u!1 &1015564655 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1429236275052326, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1015564656} + - component: {fileID: 1015564658} + - component: {fileID: 1015564657} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1015564656 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224150430121718784, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1015564655} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -26, y: -8, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1419329187} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1015564657 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114054949673661080, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1015564655} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 12 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u90AE\u4EF6\u8425\u9500" +--- !u!222 &1015564658 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222286522301656144, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1015564655} --- !u!1 &1017444444 GameObject: m_ObjectHideFlags: 0 @@ -36455,7 +37535,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 0 + m_IsActive: 1 --- !u!224 &1019907807 RectTransform: m_ObjectHideFlags: 0 @@ -36471,8 +37551,9 @@ RectTransform: - {fileID: 162607950} - {fileID: 944142131} - {fileID: 2039923035} - - {fileID: 1435269579} - {fileID: 1898524186} + - {fileID: 1435269579} + - {fileID: 1619574609} - {fileID: 1623435344} - {fileID: 1540822017} m_Father: {fileID: 1716672565} @@ -36481,7 +37562,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 1180, y: 1260} + m_SizeDelta: {x: 1180, y: 1560} m_Pivot: {x: 0, y: 1} --- !u!114 &1019907808 MonoBehaviour: @@ -36531,7 +37612,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1021448556} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 671.87195, y: 15, z: 0} + m_LocalPosition: {x: 671.80005, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1575742575} @@ -36539,8 +37620,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 671.87195, y: 15} - m_SizeDelta: {x: 210.624, y: 20} + m_AnchoredPosition: {x: 671.80005, y: 15} + m_SizeDelta: {x: 210.6, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1021448558 MonoBehaviour: @@ -36574,7 +37655,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:22:35 + m_Text: 09:25:25 --- !u!222 &1021448559 CanvasRenderer: m_ObjectHideFlags: 0 @@ -36891,7 +37972,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1036081238} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 2, y: -340, z: 0} + m_LocalPosition: {x: -560, y: -610, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1497416340} @@ -37028,1417 +38109,217 @@ MonoBehaviour: m_Name: Legend m_Stack: m_Data: - - 86 - - 125 - - 129 - - 119 - - 70 - - 119 - - 72 - - 107 - - 85 - 88 - - 81 - - 98 - - 111 - - 72 - - 128 - - 94 - - 136 - - 71 - - 141 - - 113 - - 131 - - 79 - - 148 - 122 - - 130 - - 114 - - 94 - - 90 - - 121 - - 110 - - 120 - - 149 - - 118 - - 94 - - 137 - - 101 - - 111 - - 83 - - 137 - - 143 - - 122 - - 67 - - 148 - - 78 - - 118 - - 116 - - 122 - - 105 - - 68 - - 82 - - 115 - - 84 - - 96 - - 122 - - 96 - - 60 - - 108 - - 138 - - 127 - - 126 - - 100 - - 149 - - 67 - - 82 - - 84 - - 87 - - 139 - - 134 - - 131 - - 103 - - 128 - - 104 - - 88 - - 98 - - 131 - - 73 - - 105 - - 128 - - 131 - - 133 - - 133 - - 115 - - 142 - - 142 - - 148 - - 131 - - 75 - - 111 - - 145 - - 108 - - 64 - - 139 - - 136 - - 146 - - 133 - - 61 - - 67 - - 107 - - 116 - 132 - - 80 - - 69 - - 118 - - 112 - - 142 - - 142 - - 147 - - 81 - - 108 - - 117 - - 73 - - 112 - - 74 - - 100 - - 138 - - 83 - - 118 - - 75 - - 94 - - 70 - - 99 - - 110 - - 124 - - 81 - - 83 - - 112 - - 124 - - 126 - - 85 - - 74 - - 91 - - 103 - - 77 - - 146 - - 104 + - 128 - 76 - - 148 - - 148 - - 98 - - 83 - - 60 - - 104 - - 121 - - 114 - - 134 - - 85 - - 73 - - 118 - - 94 - - 131 - - 125 - - 94 - - 114 - - 132 - - 72 - - 116 - - 91 - - 83 - - 127 - - 143 - - 146 - - 149 - - 124 - - 143 - - 95 - - 61 - - 65 - - 125 - - 124 - - 91 - - 88 - - 71 - - 67 - - 81 - - 121 - - 135 - - 113 - - 93 - - 61 - - 90 - - 89 - - 95 - - 71 - - 123 - - 89 - - 113 - - 132 - - 65 - - 94 - - 144 - - 129 - - 134 - - 88 - - 142 - - 87 - - 85 - - 102 - - 91 - - 63 - - 106 - - 107 - - 134 - - 134 - - 63 - - 123 - - 69 - - 96 - - 126 - - 107 - - 115 - - 143 - - 84 - - 136 - - 61 - - 127 - - 80 - - 75 - - 141 - - 104 - - 129 - - 148 - - 81 - - 94 - - 88 - - 65 - - 124 - - 143 - - 64 - - 148 - - 88 - - 96 - - 83 - - 72 - - 141 - - 137 - - 132 - - 70 - - 146 - - 114 - - 118 - - 62 - - 127 - - 83 - - 95 - - 140 - - 139 - - 128 - - 67 - - 77 - - 82 - - 134 - - 73 - - 61 - - 144 - - 84 - - 85 - - 120 - - 112 - - 115 - - 65 - - 93 - - 73 - - 89 - - 134 - - 132 - - 127 - - 115 - - 83 - - 144 - - 107 - - 112 - - 67 - - 110 - - 142 - - 113 - - 100 - - 94 - - 130 - - 91 - - 84 - - 74 - - 110 - - 101 - - 104 - - 60 - 117 - - 66 - - 144 - - 62 - - 123 - - 109 - - 149 - - 62 - - 104 - - 62 - - 93 - - 107 - - 69 - - 135 - - 149 - - 84 - - 127 - - 144 - - 95 - - 93 - - 75 - - 93 - - 144 - - 78 - - 89 - - 134 - - 64 - - 63 + - 110 - 99 - - 107 - - 136 - - 149 - - 125 - - 137 - - 120 - - 66 - - 96 - - 125 - - 82 - - 137 - - 67 - - 135 - - 69 - - 103 - - 64 - - 140 - - 111 - - 116 - - 67 - - 104 - - 81 - - 143 - - 123 - - 121 - - 86 - - 88 - - 124 - - 88 - - 67 - - 132 - - 69 - - 75 - - 146 - - 138 - - 90 - - 86 - - 90 - - 135 - - 137 - - 81 - - 97 - - 132 - - 70 - - 77 - - 67 - - 74 - - 84 - - 102 - - 88 - 122 - - 63 + - 95 + - 106 + - 134 + - 146 + - 126 + - 72 + - 69 + - 81 + - 121 - 79 - - 128 + - 82 - 104 - - 114 + - 86 - 118 - - 107 - - 105 - - 135 - - 96 - - 132 - - 128 - - 108 - - 142 - - 133 - - 148 - - 117 - - 95 - - 121 - - 132 - - 97 - - 95 - - 125 - - 63 - - 114 - - 119 - - 122 - - 119 - - 78 - - 78 - - 112 - - 133 - - 67 - - 62 - - 79 - - 147 - - 96 - - 85 - - 125 - - 90 - - 148 - - 105 - - 144 - - 134 - - 64 - - 141 - - 125 - - 82 - - 105 - - 93 - - 138 - - 144 - - 65 - - 93 - - 123 - - 92 - - 88 - - 146 - - 111 - - 92 - - 122 - - 68 - - 69 - - 87 - - 120 - - 65 - - 95 - - 128 - - 134 - - 60 - - 94 - 115 - - 149 - - 101 - - 144 - - 142 - - 85 - - 79 - - 149 - - 74 - - 87 - - 145 - - 80 - - 123 - - 102 - - 142 - - 124 - - 84 - 97 - - 148 - - 140 - - 98 - - 132 - - 143 - - 133 - - 100 - - 92 - - 61 - - 120 - - 103 - - 86 - - 80 - - 122 - - 133 - - 146 - - 79 - - 108 - - 119 - - 110 - - 143 - - 101 - - 124 - - 145 - - 90 - - 65 - - 89 - - 114 - - 73 - - 124 - - 112 - - 125 - - 74 - - 95 - - 122 - - 67 - - 78 - - 142 - - 141 - - 139 - 121 - - 118 - - 120 - - 98 - - 131 - - 117 - - 82 + - 146 + - 149 + - 132 + - 114 + - 127 + - 79 + - 63 + - 81 + - 106 + - 92 + - 143 + - 67 - 147 - - 136 - - 110 - - 117 - - 104 - - 98 - - 91 - - 122 - - 138 - - 96 - - 93 - - 116 - - 117 - - 138 - - 68 - 82 - - 62 - - 77 - - 60 - - 102 - - 117 + - 123 + - 119 + - 109 + - 69 + - 140 + - 88 + - 126 + - 65 + - 83 + - 87 - 113 + - 115 + - 116 + - 119 + - 64 + - 134 + - 114 + - 143 + - 139 + - 84 + - 84 + - 99 + - 98 + - 99 + - 100 + - 84 + - 92 + - 143 + - 142 + - 114 + - 108 + - 116 + - 72 + - 65 + - 130 + - 74 + - 94 + - 109 + - 71 + - 104 + - 90 + - 63 + - 125 + - 147 + - 81 + - 80 + - 114 + - 111 + - 64 + - 131 + - 85 + - 135 + - 95 + - 62 + - 118 + - 88 + - 142 - 105 - - 124 - - 82 - - 103 + - 123 + - 61 + - 74 + - 149 + - 92 + - 138 + - 101 + - 75 + - 90 + - 90 + - 98 + - 83 + - 132 + - 60 + - 120 + - 135 + - 62 + - 105 + - 107 + - 136 + - 83 + - 128 + - 136 + - 111 + - 85 + - 110 + - 133 + - 61 + - 62 + - 71 + - 63 + - 148 - 76 - - 114 - - 86 - - 109 - - 78 - - 115 - - 88 - - 128 - - 141 - - 95 - - 137 - - 60 - - 109 - - 143 - - 125 - - 137 - - 63 - - 129 - - 100 - - 126 - - 65 - - 125 - - 129 - - 109 - - 118 - - 106 - - 145 - - 89 - - 118 - - 121 - - 77 - - 138 - - 71 - - 62 - - 147 - - 133 - - 129 - - 62 - - 130 - - 93 - - 121 - - 89 - - 83 - - 88 - - 121 - - 80 - - 84 - - 67 - - 115 - - 143 - - 148 - - 124 - - 76 - - 94 - - 78 - - 66 - - 81 - - 81 - - 104 - - 60 - - 142 - - 93 - - 102 - - 72 - - 104 - - 93 - - 120 - - 103 - - 89 - - 110 - - 132 - 92 - - 100 - - 142 - - 75 - - 97 - - 81 - - 144 - - 125 - - 82 - - 60 - - 105 - - 139 - - 85 - - 65 - - 141 - - 137 - - 121 - - 149 - - 82 - - 109 - - 144 - - 103 - - 104 - - 97 - - 77 - - 67 - - 107 - - 71 - - 134 - - 123 - - 70 - - 65 - - 72 - - 135 - - 82 - - 89 - - 115 - - 146 - - 124 - - 112 - - 94 - - 149 - - 98 - - 90 - - 131 - - 65 - - 82 - - 148 - - 136 - - 121 - - 82 - - 109 - - 82 - - 119 - - 121 - - 142 - - 149 - - 85 - - 111 - - 70 - - 140 - - 100 - - 83 - - 66 - - 73 - - 81 - - 93 - - 72 - - 125 - - 136 - - 65 - - 133 - - 113 - - 109 - - 89 - - 128 - - 123 - - 143 - - 139 - - 64 - - 118 - - 142 - - 143 - - 118 - - 121 - - 61 - - 137 - - 98 - - 68 - - 87 - - 140 - - 122 - - 87 - - 131 - - 86 - - 66 - - 91 - - 65 - - 149 - - 107 - - 88 - - 130 - - 133 - - 94 - - 114 - - 129 - - 125 - - 121 - - 99 - - 144 - - 85 - - 100 - - 105 - - 139 - - 120 - - 140 - - 97 - - 117 - - 132 - - 115 - - 142 - - 96 - - 139 - - 74 - - 130 - - 103 - - 96 - - 78 - - 109 - - 137 - - 130 - - 89 - - 137 - - 72 - - 140 - - 122 - - 107 - - 88 - - 145 - - 66 - - 71 - - 84 - - 135 - - 89 - - 114 - - 128 - - 85 - - 114 - - 115 - - 120 - - 131 - - 100 - - 78 - - 102 - - 74 - - 120 - - 109 - - 117 - - 106 - - 139 - - 134 - 116 - - 141 - - 82 - - 72 - - 132 - - 124 - - 61 - - 65 - - 98 - - 105 - - 65 - - 64 - - 95 - - 61 - - 109 - - 117 - - 62 - - 115 - - 91 - - 149 - - 106 - - 142 - - 67 - - 96 - - 73 - - 71 - - 131 - - 65 - - 62 - - 62 - - 83 - - 84 - - 82 - - 63 - - 84 - - 61 - - 114 - - 136 - - 78 - - 133 - - 92 - - 69 - - 95 - - 97 - - 70 - - 83 - - 64 - - 112 - - 146 - - 106 - - 123 - - 108 - - 123 - - 72 - - 88 - - 138 - - 101 - - 96 - - 89 - - 64 - - 112 - - 110 - - 116 - - 71 - - 78 - - 145 - - 115 - - 139 - - 94 - - 72 - - 77 - - 68 - - 84 - - 95 - - 114 - - 121 - - 126 - - 81 - - 87 - - 128 - - 140 - - 87 - - 79 - - 94 - - 68 - - 82 - - 102 - - 71 - - 75 - - 83 - - 148 - - 62 - - 78 - - 116 - - 97 - - 87 - - 139 - - 138 - - 149 - - 147 - - 87 - - 103 - - 146 - - 108 - - 113 - - 130 - - 83 - - 123 - - 130 - - 82 - - 81 - - 80 - - 126 - - 123 - - 122 - - 147 - - 126 - - 100 - - 97 - - 146 - - 125 - - 112 - - 120 - - 94 - - 132 - - 95 - - 102 - - 134 - - 84 - - 147 - - 140 - - 71 - - 128 - - 146 - - 106 - - 78 - - 136 - - 68 - - 110 - - 124 - - 145 - - 79 - - 96 - - 84 - - 97 - - 127 - - 71 - - 81 - - 103 - - 145 - - 85 - - 117 - - 74 - - 138 - - 64 - - 139 - - 70 - - 130 - - 135 - - 90 - - 87 - - 93 - - 107 - - 62 - - 105 - - 98 - - 126 - 66 - - 110 - - 73 - - 143 - - 96 - - 66 - - 102 - - 138 - - 78 - - 97 - - 72 - - 71 - - 111 - - 136 - - 112 - - 98 - 82 - - 99 - - 111 - - 138 - - 100 - - 78 - - 91 - - 103 - - 137 - - 136 - - 145 - - 81 - - 99 - - 145 - - 73 - - 136 - - 100 - - 149 - - 121 - - 134 - - 147 - - 146 - - 118 - - 82 - - 72 - - 82 - - 123 - - 96 - - 99 - - 62 - - 83 - - 117 - - 120 - - 87 - - 105 - - 70 - - 141 - - 119 - - 125 - - 105 - - 60 - - 130 - - 89 - - 60 - - 126 - - 144 - - 117 - - 112 - - 134 - - 84 - - 116 - - 140 - 95 - - 110 - - 132 - - 103 - - 63 - - 93 - - 148 - - 71 - - 108 - - 142 - - 120 - - 84 - - 70 - - 119 - - 70 - - 118 - - 81 - - 105 - - 146 - - 67 - - 136 - - 104 - - 62 - - 70 - - 130 - - 76 - - 93 - - 60 - - 65 - - 61 - - 136 - - 130 - 96 - - 122 - - 113 - - 103 - - 76 - - 72 - - 60 - - 64 - - 92 - - 142 - - 62 - - 88 - - 120 - - 137 - - 93 - - 128 - - 66 - - 79 - - 66 - - 64 - - 128 - - 110 - - 69 - - 75 - - 100 - - 60 - - 65 - - 83 - - 116 - - 124 - - 90 - - 64 - - 68 - - 78 - - 102 - - 111 - - 66 - - 149 - - 102 - - 67 - - 130 - - 67 - - 95 - - 149 - - 79 - - 128 - - 74 - - 144 - - 137 - - 88 - - 101 - - 133 - - 137 - - 84 - - 94 - - 75 - - 81 - - 103 - - 145 - - 139 - - 107 - - 137 - - 76 - - 67 - - 129 - - 67 - - 92 - - 143 - - 112 - - 98 - - 106 - - 114 - - 81 - - 120 - - 146 - - 67 - - 126 - - 102 - - 94 - - 102 - - 123 - - 84 - - 126 - - 117 - - 78 - - 131 - - 93 - - 101 - - 119 - - 78 - - 126 - - 149 - - 117 - - 96 - - 91 - - 76 - - 124 - - 68 - - 70 - - 73 - - 105 - - 71 - - 88 - - 135 - - 129 - - 103 - - 133 - - 100 - - 132 - - 122 - - 121 - - 112 - - 149 - - 91 - - 127 - - 99 - - 105 - - 139 - - 78 - - 137 - - 126 - - 62 - - 74 - - 126 - - 102 - - 123 - - 116 - - 148 - - 60 - - 118 - - 124 - - 96 - - 107 - - 107 - - 134 - - 144 - - 60 - - 131 - - 142 - - 111 - - 113 - - 78 - - 117 - - 120 - - 99 - - 65 - - 126 - - 140 - - 144 - - 63 - - 64 - - 112 - - 117 - - 60 - - 121 - - 68 - - 69 - - 96 - - 63 - - 121 - - 66 - - 111 - - 91 - - 66 - - 61 - - 146 - - 85 - - 124 - - 77 - - 64 - - 68 - - 71 - - 98 - - 91 - - 133 - - 96 - - 131 - - 107 - - 86 - - 105 - - 135 - - 82 - - 74 - - 133 - - 60 - - 60 - - 134 - - 131 - - 68 - - 66 - - 137 - - 67 - - 127 - - 81 - - 77 - - 94 - - 67 - - 118 - - 129 - - 89 - - 125 - - 60 - - 140 - - 138 - - 74 - - 132 - - 83 - - 95 - - 65 - - 144 - - 130 - - 142 - - 111 - - 72 - - 120 - - 140 - - 139 - - 130 - - 60 - - 96 - - 99 - - 148 - - 112 - - 75 - - 67 - - 117 - - 111 - - 101 - - 142 - - 143 - - 133 - - 114 - - 89 - - 140 - - 101 - - 84 - - 125 - - 104 - - 81 - - 126 - - 120 - - 139 - - 117 - - 124 - - 98 - - 131 - - 119 - - 70 - - 142 - - 87 - - 63 - - 117 - - 88 - - 120 - - 92 - - 138 - - 86 - - 99 - - 148 - - 130 - - 80 - - 112 - - 126 - - 125 - - 133 - - 93 - - 98 - - 104 - - 68 - - 96 - - 115 - - 84 - - 80 - - 114 - - 64 - - 99 - - 124 - - 131 - - 73 - - 83 - - 111 - - 141 - - 112 - - 129 - - 100 - - 91 - - 98 - - 132 - - 96 - - 70 - - 112 - - 128 - - 110 - - 128 - - 122 - - 143 - - 64 - - 107 - - 93 - - 84 - - 142 - - 132 - - 133 - - 119 - - 134 - - 98 - - 137 - - 95 - - 81 - - 89 - - 61 - - 112 - - 99 - - 138 - - 113 - - 104 - - 110 - - 84 - - 94 - - 72 - - 138 - - 109 - - 99 - - 124 - - 142 - - 121 - - 121 - - 96 - - 92 - - 101 - - 141 - - 103 - - 105 - - 114 - - 132 - - 84 - - 146 - - 108 - - 96 - - 93 - - 106 - - 74 - - 110 - - 69 - - 116 - - 133 - - 138 - - 89 - - 147 - - 75 - - 69 - - 126 - - 75 - - 97 - - 65 - - 60 - - 98 - - 96 - - 126 - - 68 - - 111 - - 110 - - 147 - - 125 - - 147 - - 97 - - 138 - - 102 - - 67 - - 128 - - 97 - - 98 - 108 - 79 - - 95 - - 140 - - 149 - - 80 - - 91 + - 111 + - 83 + - 112 + - 119 + - 92 + - 134 + - 66 + - 87 + - 76 + - 74 + - 79 + - 125 + - 72 - 102 + - 102 + - 132 + - 125 + - 67 + - 61 + - 93 + - 95 + - 134 + - 119 + - 74 + - 135 + - 105 + - 138 + - 102 + - 125 - 117 - - 94 - - 82 - - 104 + - 108 + - 87 - 130 + - 133 + - 81 + - 148 + - 70 + - 145 + - 68 + - 98 + - 89 + - 118 + - 149 + - 77 + - 133 + - 110 + - 144 + - 129 + - 123 + - 128 + - 97 + - 131 + - 84 + - 108 + - 92 + - 81 + - 83 + - 91 + - 142 + - 92 + - 113 + - 84 + - 144 + - 144 + - 144 + - 108 + - 128 + - 87 + - 80 + - 97 + - 66 + - 126 m_Flodout: 0 m_Large: 0 m_MinShowDataNumber: 0 @@ -38465,1417 +38346,217 @@ MonoBehaviour: m_SplitLineType: 2 m_BoundaryGap: 1 m_Data: - - 03:36:20 - - 02:46:21 - - 01:56:23 - - 01:06:26 - - 12:16:30 - - 11:26:35 - - 10:36:41 - - 09:46:48 - - 08:56:56 - - 08:07:05 - - 07:17:15 - - 06:27:26 - - 05:37:38 - - 04:47:51 - - 03:58:05 - - 03:08:20 - - 02:18:36 - - 01:28:53 - - 12:39:11 - - 11:49:30 - - 10:59:50 - - 10:10:11 - - 09:20:33 - - 08:30:56 - - 07:41:20 - - 06:51:45 - - 06:02:11 - - 05:12:38 - - 04:23:06 - - 03:33:35 - - 02:44:05 - - 01:54:36 - - 01:05:08 - - 12:15:41 - - 11:26:15 - - 10:36:50 - - 09:47:26 - - 08:58:03 - - 08:08:41 - - 07:19:20 - - 06:30:00 - - 05:40:41 - - 04:51:23 - - 04:02:06 - - 03:12:50 - - 02:23:35 - - 01:34:21 - - 12:45:08 - - 11:55:56 - - 11:06:45 - - 10:17:35 - - 09:28:26 - - 08:39:18 - - 07:50:11 - - 07:01:05 - - 06:12:00 - - 05:22:56 - - 04:33:53 - - 03:44:51 - - 02:55:50 - - 02:06:50 - - 01:17:51 - - 12:28:53 - - 11:39:56 - - 10:51:00 - - 10:02:05 - - 09:13:11 - - 08:24:18 - - 07:35:26 - - 06:46:35 - - 05:57:45 - - 05:08:56 - - 04:20:08 - - 03:31:21 - - 02:42:35 - - 01:53:50 - - 01:05:06 - - 12:16:23 - - 11:27:41 - - 10:39:00 - - 09:50:20 - - 09:01:41 - - 08:13:03 - - 07:24:26 - - 06:35:50 - - 05:47:15 - - 04:58:41 - - 04:10:08 - - 03:21:36 - - 02:33:05 - - 01:44:35 - - 12:56:06 - - 12:07:38 - - 11:19:11 - - 10:30:45 - - 09:42:20 - - 08:53:56 - - 08:05:33 - - 07:17:11 - - 06:28:50 - - 05:40:30 - - 04:52:11 - - 04:03:53 - - 03:15:36 - - 02:27:20 - - 01:39:05 - - 12:50:51 - - 12:02:38 - - 11:14:26 - - 10:26:15 - - 09:38:05 - - 08:49:56 - - 08:01:48 - - 07:13:41 - - 06:25:35 - - 05:37:30 - - 04:49:26 - - 04:01:23 - - 03:13:21 - - 02:25:20 - - 01:37:20 - - 12:49:21 - - 12:01:23 - - 11:13:26 - - 10:25:30 - - 09:37:35 - - 08:49:41 - - 08:01:48 - - 07:13:56 - - 06:26:05 - - 05:38:15 - - 04:50:26 - - 04:02:38 - - 03:14:51 - - 02:27:05 - - 01:39:20 - - 12:51:36 - - 12:03:53 - - 11:16:11 - - 10:28:30 - - 09:40:50 - - 08:53:11 - - 08:05:33 - - 07:17:56 - - 06:30:20 - - 05:42:45 - - 04:55:11 - - 04:07:38 - - 03:20:06 - - 02:32:35 - - 01:45:05 - - 12:57:36 - - 12:10:08 - - 11:22:41 - - 10:35:15 - - 09:47:50 - - 09:00:26 - - 08:13:03 - - 07:25:41 - - 06:38:20 - - 05:51:00 - - 05:03:41 - - 04:16:23 - - 03:29:06 - - 02:41:50 - - 01:54:35 - - 01:07:21 - - 12:20:08 - - 11:32:56 - - 10:45:45 - - 09:58:35 - - 09:11:26 - - 08:24:18 - - 07:37:11 - - 06:50:05 - - 06:03:00 - - 05:15:56 - - 04:28:53 - - 03:41:51 - - 02:54:50 - - 02:07:50 - - 01:20:51 - - 12:33:53 - - 11:46:56 - - 11:00:00 - - 10:13:05 - - 09:26:11 - - 08:39:18 - - 07:52:26 - - 07:05:35 - - 06:18:45 - - 05:31:56 - - 04:45:08 - - 03:58:21 - - 03:11:35 - - 02:24:50 - - 01:38:06 - - 12:51:23 - - 12:04:41 - - 11:18:00 - - 10:31:20 - - 09:44:41 - - 08:58:03 - - 08:11:26 - - 07:24:50 - - 06:38:15 - - 05:51:41 - - 05:05:08 - - 04:18:36 - - 03:32:05 - - 02:45:35 - - 01:59:06 - - 01:12:38 - - 12:26:11 - - 11:39:45 - - 10:53:20 - - 10:06:56 - - 09:20:33 - - 08:34:11 - - 07:47:50 - - 07:01:30 - - 06:15:11 - - 05:28:53 - - 04:42:36 - - 03:56:20 - - 03:10:05 - - 02:23:51 - - 01:37:38 - - 12:51:26 - - 12:05:15 - - 11:19:05 - - 10:32:56 - - 09:46:48 - - 09:00:41 - - 08:14:35 - - 07:28:30 - - 06:42:26 - - 05:56:23 - - 05:10:21 - - 04:24:20 - - 03:38:20 - - 02:52:21 - - 02:06:23 - - 01:20:26 - - 12:34:30 - - 11:48:35 - - 11:02:41 - - 10:16:48 - - 09:30:56 - - 08:45:05 - - 07:59:15 - - 07:13:26 - - 06:27:38 - - 05:41:51 - - 04:56:05 - - 04:10:20 - - 03:24:36 - - 02:38:53 - - 01:53:11 - - 01:07:30 - - 12:21:50 - - 11:36:11 - - 10:50:33 - - 10:04:56 - - 09:19:20 - - 08:33:45 - - 07:48:11 - - 07:02:38 - - 06:17:06 - - 05:31:35 - - 04:46:05 - - 04:00:36 - - 03:15:08 - - 02:29:41 - - 01:44:15 - - 12:58:50 - - 12:13:26 - - 11:28:03 - - 10:42:41 - - 09:57:20 - - 09:12:00 - - 08:26:41 - - 07:41:23 - - 06:56:06 - - 06:10:50 - - 05:25:35 - - 04:40:21 - - 03:55:08 - - 03:09:56 - - 02:24:45 - - 01:39:35 - - 12:54:26 - - 12:09:18 - - 11:24:11 - - 10:39:05 - - 09:54:00 - - 09:08:56 - - 08:23:53 - - 07:38:51 - - 06:53:50 - - 06:08:50 - - 05:23:51 - - 04:38:53 - - 03:53:56 - - 03:09:00 - - 02:24:05 - - 01:39:11 - - 12:54:18 - - 12:09:26 - - 11:24:35 - - 10:39:45 - - 09:54:56 - - 09:10:08 - - 08:25:21 - - 07:40:35 - - 06:55:50 - - 06:11:06 - - 05:26:23 - - 04:41:41 - - 03:57:00 - - 03:12:20 - - 02:27:41 - - 01:43:03 - - 12:58:26 - - 12:13:50 - - 11:29:15 - - 10:44:41 - - 10:00:08 - - 09:15:36 - - 08:31:05 - - 07:46:35 - - 07:02:06 - - 06:17:38 - - 05:33:11 - - 04:48:45 - - 04:04:20 - - 03:19:56 - - 02:35:33 - - 01:51:11 - - 01:06:50 - - 12:22:30 - - 11:38:11 - - 10:53:53 - - 10:09:36 - - 09:25:20 - - 08:41:05 - - 07:56:51 - - 07:12:38 - - 06:28:26 - - 05:44:15 - - 05:00:05 - - 04:15:56 - - 03:31:48 - - 02:47:41 - - 02:03:35 - - 01:19:30 - - 12:35:26 - - 11:51:23 - - 11:07:21 - - 10:23:20 - - 09:39:20 - - 08:55:21 - - 08:11:23 - - 07:27:26 - - 06:43:30 - - 05:59:35 - - 05:15:41 - - 04:31:48 - - 03:47:56 - - 03:04:05 - - 02:20:15 - - 01:36:26 - - 12:52:38 - - 12:08:51 - - 11:25:05 - - 10:41:20 - - 09:57:36 - - 09:13:53 - - 08:30:11 - - 07:46:30 - - 07:02:50 - - 06:19:11 - - 05:35:33 - - 04:51:56 - - 04:08:20 - - 03:24:45 - - 02:41:11 - - 01:57:38 - - 01:14:06 - - 12:30:35 - - 11:47:05 - - 11:03:36 - - 10:20:08 - - 09:36:41 - - 08:53:15 - - 08:09:50 - - 07:26:26 - - 06:43:03 - - 05:59:41 - - 05:16:20 - - 04:33:00 - - 03:49:41 - - 03:06:23 - - 02:23:06 - - 01:39:50 - - 12:56:35 - - 12:13:21 - - 11:30:08 - - 10:46:56 - - 10:03:45 - - 09:20:35 + - 08:36:58 + - 08:36:59 + - 08:37:00 + - 08:37:01 + - 08:37:02 + - 08:37:03 + - 08:37:04 + - 08:37:05 + - 08:37:06 + - 08:37:07 + - 08:37:08 + - 08:37:09 + - 08:37:10 + - 08:37:11 + - 08:37:12 + - 08:37:13 + - 08:37:14 + - 08:37:15 + - 08:37:16 + - 08:37:17 + - 08:37:18 + - 08:37:19 + - 08:37:20 + - 08:37:21 + - 08:37:22 + - 08:37:23 + - 08:37:24 + - 08:37:25 - 08:37:26 - - 07:54:18 - - 07:11:11 - - 06:28:05 - - 05:45:00 - - 05:01:56 - - 04:18:53 - - 03:35:51 - - 02:52:50 - - 02:09:50 - - 01:26:51 - - 12:43:53 - - 12:00:56 - - 11:18:00 - - 10:35:05 - - 09:52:11 - - 09:09:18 - - 08:26:26 - - 07:43:35 - - 07:00:45 - - 06:17:56 - - 05:35:08 - - 04:52:21 - - 04:09:35 - - 03:26:50 - - 02:44:06 - - 02:01:23 - - 01:18:41 - - 12:36:00 - - 11:53:20 - - 11:10:41 - - 10:28:03 - - 09:45:26 - - 09:02:50 - - 08:20:15 - - 07:37:41 - - 06:55:08 - - 06:12:36 - - 05:30:05 - - 04:47:35 - - 04:05:06 - - 03:22:38 - - 02:40:11 - - 01:57:45 - - 01:15:20 - - 12:32:56 - - 11:50:33 - - 11:08:11 - - 10:25:50 - - 09:43:30 - - 09:01:11 - - 08:18:53 - - 07:36:36 - - 06:54:20 - - 06:12:05 - - 05:29:51 - - 04:47:38 - - 04:05:26 - - 03:23:15 - - 02:41:05 - - 01:58:56 - - 01:16:48 - - 12:34:41 - - 11:52:35 - - 11:10:30 - - 10:28:26 - - 09:46:23 - - 09:04:21 - - 08:22:20 - - 07:40:20 - - 06:58:21 - - 06:16:23 - - 05:34:26 - - 04:52:30 - - 04:10:35 - - 03:28:41 - - 02:46:48 - - 02:04:56 - - 01:23:05 - - 12:41:15 - - 11:59:26 - - 11:17:38 - - 10:35:51 - - 09:54:05 - - 09:12:20 - - 08:30:36 - - 07:48:53 - - 07:07:11 - - 06:25:30 - - 05:43:50 - - 05:02:11 - - 04:20:33 - - 03:38:56 - - 02:57:20 - - 02:15:45 - - 01:34:11 - - 12:52:38 - - 12:11:06 - - 11:29:35 - - 10:48:05 - - 10:06:36 - - 09:25:08 - - 08:43:41 - - 08:02:15 - - 07:20:50 - - 06:39:26 - - 05:58:03 - - 05:16:41 - - 04:35:20 - - 03:54:00 - - 03:12:41 - - 02:31:23 - - 01:50:06 - - 01:08:50 - - 12:27:35 - - 11:46:21 - - 11:05:08 - - 10:23:56 - - 09:42:45 - - 09:01:35 - - 08:20:26 - - 07:39:18 - - 06:58:11 - - 06:17:05 - - 05:36:00 - - 04:54:56 - - 04:13:53 - - 03:32:51 - - 02:51:50 - - 02:10:50 - - 01:29:51 - - 12:48:53 - - 12:07:56 - - 11:27:00 - - 10:46:05 - - 10:05:11 - - 09:24:18 - - 08:43:26 - - 08:02:35 - - 07:21:45 - - 06:40:56 - - 06:00:08 - - 05:19:21 - - 04:38:35 - - 03:57:50 - - 03:17:06 - - 02:36:23 - - 01:55:41 - - 01:15:00 - - 12:34:20 - - 11:53:41 - - 11:13:03 - - 10:32:26 - - 09:51:50 - - 09:11:15 - - 08:30:41 - - 07:50:08 - - 07:09:36 - - 06:29:05 - - 05:48:35 - - 05:08:06 - - 04:27:38 - - 03:47:11 - - 03:06:45 - - 02:26:20 - - 01:45:56 - - 01:05:33 - - 12:25:11 - - 11:44:50 - - 11:04:30 - - 10:24:11 - - 09:43:53 - - 09:03:36 - - 08:23:20 - - 07:43:05 - - 07:02:51 - - 06:22:38 - - 05:42:26 - - 05:02:15 - - 04:22:05 - - 03:41:56 - - 03:01:48 - - 02:21:41 - - 01:41:35 - - 01:01:30 - - 12:21:26 - - 11:41:23 - - 11:01:21 - - 10:21:20 - - 09:41:20 - - 09:01:21 - - 08:21:23 - - 07:41:26 - - 07:01:30 - - 06:21:35 - - 05:41:41 - - 05:01:48 - - 04:21:56 - - 03:42:05 - - 03:02:15 - - 02:22:26 - - 01:42:38 - - 01:02:51 - - 12:23:05 - - 11:43:20 - - 11:03:36 - - 10:23:53 - - 09:44:11 - - 09:04:30 - - 08:24:50 - - 07:45:11 - - 07:05:33 - - 06:25:56 - - 05:46:20 - - 05:06:45 - - 04:27:11 - - 03:47:38 - - 03:08:06 - - 02:28:35 - - 01:49:05 - - 01:09:36 - - 12:30:08 - - 11:50:41 - - 11:11:15 - - 10:31:50 - - 09:52:26 - - 09:13:03 - - 08:33:41 - - 07:54:20 - - 07:15:00 - - 06:35:41 - - 05:56:23 - - 05:17:06 - - 04:37:50 - - 03:58:35 - - 03:19:21 - - 02:40:08 - - 02:00:56 - - 01:21:45 - - 12:42:35 - - 12:03:26 - - 11:24:18 - - 10:45:11 - - 10:06:05 - - 09:27:00 - - 08:47:56 - - 08:08:53 - - 07:29:51 - - 06:50:50 - - 06:11:50 - - 05:32:51 - - 04:53:53 - - 04:14:56 - - 03:36:00 - - 02:57:05 - - 02:18:11 - - 01:39:18 - - 01:00:26 - - 12:21:35 - - 11:42:45 - - 11:03:56 - - 10:25:08 - - 09:46:21 - - 09:07:35 - - 08:28:50 - - 07:50:06 - - 07:11:23 - - 06:32:41 - - 05:54:00 - - 05:15:20 - - 04:36:41 - - 03:58:03 - - 03:19:26 - - 02:40:50 - - 02:02:15 - - 01:23:41 - - 12:45:08 - - 12:06:36 - - 11:28:05 - - 10:49:35 - - 10:11:06 - - 09:32:38 - - 08:54:11 - - 08:15:45 - - 07:37:20 - - 06:58:56 - - 06:20:33 - - 05:42:11 - - 05:03:50 - - 04:25:30 - - 03:47:11 - - 03:08:53 - - 02:30:36 - - 01:52:20 - - 01:14:05 - - 12:35:51 - - 11:57:38 - - 11:19:26 - - 10:41:15 - - 10:03:05 - - 09:24:56 - - 08:46:48 - - 08:08:41 - - 07:30:35 - - 06:52:30 - - 06:14:26 - - 05:36:23 - - 04:58:21 - - 04:20:20 - - 03:42:20 - - 03:04:21 - - 02:26:23 - - 01:48:26 - - 01:10:30 - - 12:32:35 - - 11:54:41 - - 11:16:48 - - 10:38:56 - - 10:01:05 - - 09:23:15 - - 08:45:26 - - 08:07:38 - - 07:29:51 - - 06:52:05 - - 06:14:20 - - 05:36:36 - - 04:58:53 - - 04:21:11 - - 03:43:30 - - 03:05:50 - - 02:28:11 - - 01:50:33 - - 01:12:56 - - 12:35:20 - - 11:57:45 - - 11:20:11 - - 10:42:38 - - 10:05:06 - - 09:27:35 - - 08:50:05 - - 08:12:36 - - 07:35:08 - - 06:57:41 - - 06:20:15 - - 05:42:50 - - 05:05:26 - - 04:28:03 - - 03:50:41 - - 03:13:20 - - 02:36:00 - - 01:58:41 - - 01:21:23 - - 12:44:06 - - 12:06:50 - - 11:29:35 - - 10:52:21 - - 10:15:08 - - 09:37:56 - - 09:00:45 - - 08:23:35 - - 07:46:26 - - 07:09:18 - - 06:32:11 - - 05:55:05 - - 05:18:00 - - 04:40:56 - - 04:03:53 - - 03:26:51 - - 02:49:50 - - 02:12:50 - - 01:35:51 - - 12:58:53 - - 12:21:56 - - 11:45:00 - - 11:08:05 - - 10:31:11 - - 09:54:18 - - 09:17:26 - - 08:40:35 - - 08:03:45 - - 07:26:56 - - 06:50:08 - - 06:13:21 - - 05:36:35 - - 04:59:50 - - 04:23:06 - - 03:46:23 - - 03:09:41 - - 02:33:00 - - 01:56:20 - - 01:19:41 - - 12:43:03 - - 12:06:26 - - 11:29:50 - - 10:53:15 - - 10:16:41 - - 09:40:08 - - 09:03:36 - - 08:27:05 - - 07:50:35 - - 07:14:06 - - 06:37:38 - - 06:01:11 - - 05:24:45 - - 04:48:20 - - 04:11:56 - - 03:35:33 - - 02:59:11 - - 02:22:50 - - 01:46:30 - - 01:10:11 - - 12:33:53 - - 11:57:36 - - 11:21:20 - - 10:45:05 - - 10:08:51 - - 09:32:38 - - 08:56:26 - - 08:20:15 - - 07:44:05 - - 07:07:56 - - 06:31:48 - - 05:55:41 - - 05:19:35 - - 04:43:30 - - 04:07:26 - - 03:31:23 - - 02:55:21 - - 02:19:20 - - 01:43:20 - - 01:07:21 - - 12:31:23 - - 11:55:26 - - 11:19:30 - - 10:43:35 - - 10:07:41 - - 09:31:48 - - 08:55:56 - - 08:20:05 - - 07:44:15 - - 07:08:26 - - 06:32:38 - - 05:56:51 - - 05:21:05 - - 04:45:20 - - 04:09:36 - - 03:33:53 - - 02:58:11 - - 02:22:30 - - 01:46:50 - - 01:11:11 - - 12:35:33 - - 11:59:56 - - 11:24:20 - - 10:48:45 - - 10:13:11 - - 09:37:38 - - 09:02:06 - - 08:26:35 - - 07:51:05 - - 07:15:36 - - 06:40:08 - - 06:04:41 - - 05:29:15 - - 04:53:50 - - 04:18:26 - - 03:43:03 - - 03:07:41 - - 02:32:20 - - 01:57:00 - - 01:21:41 - - 12:46:23 - - 12:11:06 - - 11:35:50 - - 11:00:35 - - 10:25:21 - - 09:50:08 - - 09:14:56 - - 08:39:45 - - 08:04:35 - - 07:29:26 - - 06:54:18 - - 06:19:11 - - 05:44:05 - - 05:09:00 - - 04:33:56 - - 03:58:53 - - 03:23:51 - - 02:48:50 - - 02:13:50 - - 01:38:51 - - 01:03:53 - - 12:28:56 - - 11:54:00 - - 11:19:05 - - 10:44:11 - - 10:09:18 - - 09:34:26 - - 08:59:35 - - 08:24:45 - - 07:49:56 - - 07:15:08 - - 06:40:21 - - 06:05:35 - - 05:30:50 - - 04:56:06 - - 04:21:23 - - 03:46:41 - - 03:12:00 - - 02:37:20 - - 02:02:41 - - 01:28:03 - - 12:53:26 - - 12:18:50 - - 11:44:15 - - 11:09:41 - - 10:35:08 - - 10:00:36 - - 09:26:05 - - 08:51:35 - - 08:17:06 - - 07:42:38 - - 07:08:11 - - 06:33:45 - - 05:59:20 - - 05:24:56 - - 04:50:33 - - 04:16:11 - - 03:41:50 - - 03:07:30 - - 02:33:11 - - 01:58:53 - - 01:24:36 - - 12:50:20 - - 12:16:05 - - 11:41:51 - - 11:07:38 - - 10:33:26 - - 09:59:15 - - 09:25:05 - - 08:50:56 - - 08:16:48 - - 07:42:41 - - 07:08:35 - - 06:34:30 - - 06:00:26 - - 05:26:23 - - 04:52:21 - - 04:18:20 - - 03:44:20 - - 03:10:21 - - 02:36:23 - - 02:02:26 - - 01:28:30 - - 12:54:35 - - 12:20:41 - - 11:46:48 - - 11:12:56 - - 10:39:05 - - 10:05:15 - - 09:31:26 - - 08:57:38 - - 08:23:51 - - 07:50:05 - - 07:16:20 - - 06:42:36 - - 06:08:53 - - 05:35:11 - - 05:01:30 - - 04:27:50 - - 03:54:11 - - 03:20:33 - - 02:46:56 - - 02:13:20 - - 01:39:45 - - 01:06:11 - - 12:32:38 - - 11:59:06 - - 11:25:35 - - 10:52:05 - - 10:18:36 - - 09:45:08 - - 09:11:41 + - 08:37:27 + - 08:37:28 + - 08:37:29 + - 08:37:30 + - 08:37:31 + - 08:37:32 + - 08:37:33 + - 08:37:34 + - 08:37:35 + - 08:37:36 + - 08:37:37 + - 08:37:38 + - 08:37:39 + - 08:37:40 + - 08:37:41 + - 08:37:42 + - 08:37:43 + - 08:37:44 + - 08:37:45 + - 08:37:46 + - 08:37:47 + - 08:37:48 + - 08:37:49 + - 08:37:50 + - 08:37:51 + - 08:37:52 + - 08:37:53 + - 08:37:54 + - 08:37:55 + - 08:37:56 + - 08:37:57 + - 08:37:58 + - 08:37:59 + - 08:38:00 + - 08:38:01 + - 08:38:02 + - 08:38:03 + - 08:38:04 + - 08:38:05 + - 08:38:06 + - 08:38:07 + - 08:38:08 + - 08:38:09 + - 08:38:10 + - 08:38:11 + - 08:38:12 + - 08:38:13 + - 08:38:14 - 08:38:15 - - 08:04:50 - - 07:31:26 - - 06:58:03 - - 06:24:41 - - 05:51:20 - - 05:18:00 - - 04:44:41 - - 04:11:23 - - 03:38:06 - - 03:04:50 - - 02:31:35 - - 01:58:21 - - 01:25:08 - - 12:51:56 - - 12:18:45 - - 11:45:35 - - 11:12:26 - - 10:39:18 - - 10:06:11 - - 09:33:05 - - 09:00:00 - - 08:26:56 - - 07:53:53 - - 07:20:51 - - 06:47:50 - - 06:14:50 - - 05:41:51 - - 05:08:53 - - 04:35:56 - - 04:03:00 - - 03:30:05 - - 02:57:11 - - 02:24:18 - - 01:51:26 - - 01:18:35 - - 12:45:45 - - 12:12:56 - - 11:40:08 - - 11:07:21 - - 10:34:35 - - 10:01:50 - - 09:29:06 - - 08:56:23 - - 08:23:41 - - 07:51:00 - - 07:18:20 - - 06:45:41 - - 06:13:03 - - 05:40:26 - - 05:07:50 - - 04:35:15 - - 04:02:41 - - 03:30:08 - - 02:57:36 - - 02:25:05 - - 01:52:35 - - 01:20:06 - - 12:47:38 - - 12:15:11 - - 11:42:45 - - 11:10:20 - - 10:37:56 - - 10:05:33 - - 09:33:11 - - 09:00:50 - - 08:28:30 - - 07:56:11 - - 07:23:53 - - 06:51:36 - - 06:19:20 - - 05:47:05 - - 05:14:51 - - 04:42:38 - - 04:10:26 - - 03:38:15 - - 03:06:05 - - 02:33:56 - - 02:01:48 - - 01:29:41 - - 12:57:35 - - 12:25:30 - - 11:53:26 - - 11:21:23 - - 10:49:21 - - 10:17:20 - - 09:45:20 - - 09:13:21 - - 08:41:23 - - 08:09:26 - - 07:37:30 - - 07:05:35 - - 06:33:41 - - 06:01:48 - - 05:29:56 - - 04:58:05 - - 04:26:15 - - 03:54:26 - - 03:22:38 - - 02:50:51 - - 02:19:05 - - 01:47:20 - - 01:15:36 - - 12:43:53 - - 12:12:11 - - 11:40:30 - - 11:08:50 - - 10:37:11 - - 10:05:33 - - 09:33:56 - - 09:02:20 - - 08:30:45 - - 07:59:11 - - 07:27:38 - - 06:56:06 - - 06:24:35 - - 05:53:05 - - 05:21:36 - - 04:50:08 - - 04:18:41 - - 03:47:15 - - 03:15:50 - - 02:44:26 - - 02:13:03 - - 01:41:41 - - 01:10:20 - - 12:39:00 - - 12:07:41 - - 11:36:23 - - 11:05:06 - - 10:33:50 - - 10:02:35 - - 09:31:21 - - 09:00:08 - - 08:28:56 - - 07:57:45 - - 07:26:35 - - 06:55:26 - - 06:24:18 - - 05:53:11 - - 05:22:05 - - 04:51:00 - - 04:19:56 - - 03:48:53 - - 03:17:51 - - 02:46:50 - - 02:15:50 - - 01:44:51 - - 01:13:53 - - 12:42:56 - - 12:12:00 - - 11:41:05 - - 11:10:11 - - 10:39:18 - - 10:08:26 - - 09:37:35 - - 09:06:45 - - 08:35:56 - - 08:05:08 - - 07:34:21 - - 07:03:35 - - 06:32:50 - - 06:02:06 - - 05:31:23 - - 05:00:41 - - 04:30:00 - - 03:59:20 - - 03:28:41 - - 02:58:03 - - 02:27:26 - - 01:56:50 - - 01:26:15 - - 12:55:41 - - 12:25:08 - - 11:54:36 - - 11:24:05 - - 10:53:35 - - 10:23:06 - - 09:52:38 - - 09:22:11 - - 08:51:45 - - 08:21:20 - - 07:50:56 - - 07:20:33 - - 06:50:11 - - 06:19:50 - - 05:49:30 - - 05:19:11 - - 04:48:53 - - 04:18:36 - - 03:48:20 - - 03:18:05 - - 02:47:51 - - 02:17:38 - - 01:47:26 - - 01:17:15 - - 12:47:05 - - 12:16:56 - - 11:46:48 - - 11:16:41 - - 10:46:35 - - 10:16:30 - - 09:46:26 - - 09:16:23 - - 08:46:21 - - 08:16:20 - - 07:46:20 - - 07:16:21 - - 06:46:23 - - 06:16:26 - - 05:46:30 - - 05:16:35 - - 04:46:41 - - 04:16:48 - - 03:46:56 - - 03:17:05 - - 02:47:15 - - 02:17:26 - - 01:47:38 - - 01:17:51 - - 12:48:05 - - 12:18:20 - - 11:48:36 - - 11:18:53 - - 10:49:11 - - 10:19:30 - - 09:49:50 - - 09:20:11 - - 08:50:33 - - 08:20:56 - - 07:51:20 - - 07:21:45 - - 06:52:11 - - 06:22:38 - - 05:53:06 - - 05:23:35 - - 04:54:05 - - 04:24:36 - - 03:55:08 - - 03:25:41 - - 02:56:15 - - 02:26:50 - - 01:57:26 - - 01:28:03 - - 12:58:41 - - 12:29:20 - - 12:00:00 - - 11:30:41 - - 11:01:23 - - 10:32:06 - - 10:02:50 - - 09:33:35 - - 09:04:21 - - 08:35:08 - - 08:05:56 - - 07:36:45 - - 07:07:35 - - 06:38:26 - - 06:09:18 - - 05:40:11 - - 05:11:05 - - 04:42:00 - - 04:12:56 - - 03:43:53 - - 03:14:51 - - 02:45:50 - - 02:16:50 - - 01:47:51 - - 01:18:53 - - 12:49:56 - - 12:21:00 - - 11:52:05 - - 11:23:11 - - 10:54:18 - - 10:25:26 - - 09:56:35 - - 09:27:45 - - 08:58:56 - - 08:30:08 - - 08:01:21 - - 07:32:35 - - 07:03:50 - - 06:35:06 - - 06:06:23 - - 05:37:41 - - 05:09:00 - - 04:40:20 - - 04:11:41 - - 03:43:03 - - 03:14:26 - - 02:45:50 - - 02:17:15 - - 01:48:41 - - 01:20:08 - - 12:51:36 - - 12:23:05 - - 11:54:35 - - 11:26:06 - - 10:57:38 - - 10:29:11 - - 10:00:45 - - 09:32:20 - - 09:03:56 - - 08:35:33 - - 08:07:11 - - 07:38:50 - - 07:10:30 - - 06:42:11 - - 06:13:53 - - 05:45:36 - - 05:17:20 - - 04:49:05 - - 04:20:51 - - 03:52:38 - - 03:24:26 - - 02:56:15 - - 02:28:05 - - 01:59:56 - - 01:31:48 - - 01:03:41 - - 12:35:35 - - 12:07:30 - - 11:39:26 - - 11:11:23 - - 10:43:21 - - 10:15:20 - - 09:47:20 - - 09:19:21 - - 08:51:23 - - 08:23:26 - - 07:55:30 - - 07:27:35 - - 06:59:41 - - 06:31:48 - - 06:03:56 - - 05:36:05 - - 05:08:15 - - 04:40:26 - - 04:12:38 - - 03:44:51 - - 03:17:05 - - 02:49:20 - - 02:21:36 - - 01:53:53 - - 01:26:11 - - 12:58:30 - - 12:30:50 - - 12:03:11 - - 11:35:33 - - 11:07:56 - - 10:40:20 - - 10:12:45 - - 09:45:11 - - 09:17:38 - - 08:50:06 - - 08:22:35 - - 07:55:05 - - 07:27:36 - - 07:00:08 - - 06:32:41 - - 06:05:15 - - 05:37:50 - - 05:10:26 - - 04:43:03 - - 04:15:41 - - 03:48:20 - - 03:21:00 - - 02:53:41 - - 02:26:23 - - 01:59:06 - - 01:31:50 - - 01:04:35 - - 12:37:21 - - 12:10:08 - - 11:42:56 - - 11:15:45 - - 10:48:35 - - 10:21:26 - - 09:54:18 - - 09:27:11 - - 09:00:05 - - 08:33:00 - - 08:05:56 - - 07:38:53 - - 07:11:51 - - 06:44:50 - - 06:17:50 - - 05:50:51 - - 05:23:53 - - 04:56:56 - - 04:30:00 - - 04:03:05 - - 03:36:11 - - 03:09:18 - - 02:42:26 - - 02:15:35 - - 01:48:45 - - 01:21:56 - - 12:55:08 - - 12:28:21 - - 12:01:35 - - 11:34:50 - - 11:08:06 - - 10:41:23 - - 10:14:41 - - 09:48:00 - - 09:21:20 - - 08:54:41 - - 08:28:03 - - 08:01:26 - - 07:34:50 - - 07:08:15 - - 06:41:41 - - 06:15:08 - - 05:48:36 - - 05:22:05 - - 04:55:35 + - 08:38:16 + - 08:38:17 + - 08:38:18 + - 08:38:19 + - 08:38:20 + - 08:38:21 + - 08:38:22 + - 08:38:23 + - 08:38:24 + - 08:38:25 + - 08:38:26 + - 08:38:27 + - 08:38:28 + - 08:38:29 + - 08:38:30 + - 08:38:31 + - 08:38:32 + - 08:38:33 + - 08:38:34 + - 08:38:35 + - 08:38:36 + - 08:38:37 + - 08:38:38 + - 08:38:39 + - 08:38:40 + - 08:38:41 + - 08:38:42 + - 08:38:43 + - 08:38:44 + - 08:38:45 + - 08:38:46 + - 08:38:47 + - 08:38:48 + - 08:38:49 + - 08:38:50 + - 08:38:51 + - 08:38:52 + - 08:38:53 + - 08:38:54 + - 08:38:55 + - 08:38:56 + - 08:38:57 + - 08:38:58 + - 08:38:59 + - 08:39:00 + - 08:39:01 + - 08:39:02 + - 08:39:03 + - 08:39:04 + - 08:39:05 + - 08:39:06 + - 08:39:07 + - 08:39:08 + - 08:39:09 + - 08:39:10 + - 08:39:11 + - 08:39:12 + - 08:39:13 + - 08:39:14 + - 08:39:15 + - 08:39:16 + - 08:39:17 + - 08:39:18 + - 08:39:19 + - 08:39:20 + - 08:39:21 + - 08:39:22 + - 08:39:23 + - 08:39:24 + - 08:39:25 + - 08:39:26 + - 08:39:27 + - 08:39:28 + - 08:39:29 + - 08:39:30 + - 08:39:31 + - 08:39:32 + - 08:39:33 + - 08:39:34 + - 08:39:35 + - 08:39:36 + - 08:39:37 + - 08:39:38 + - 08:39:39 + - 08:39:40 + - 08:39:41 + - 08:39:42 + - 08:39:43 + - 08:39:44 + - 08:39:45 + - 08:39:46 + - 08:39:47 + - 08:39:48 + - 08:39:49 + - 08:39:50 + - 08:39:51 + - 08:39:52 + - 08:39:53 + - 08:39:54 + - 08:39:55 + - 08:39:56 + - 08:39:57 + - 08:39:58 + - 08:39:59 + - 08:40:00 + - 08:40:01 + - 08:40:02 + - 08:40:03 + - 08:40:04 + - 08:40:05 + - 08:40:06 + - 08:40:07 + - 08:40:08 + - 08:40:09 + - 08:40:10 + - 08:40:11 + - 08:40:12 + - 08:40:13 + - 08:40:14 + - 08:40:15 + - 08:40:16 + - 08:40:17 + - 08:40:18 + - 08:40:19 + - 08:40:20 + - 08:40:21 + - 08:40:22 + - 08:40:23 + - 08:40:24 + - 08:40:25 + - 08:40:26 + - 08:40:27 + - 08:40:28 m_AxisTick: m_Show: 1 m_AlignWithLabel: 0 @@ -39990,13 +38671,91 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 01:46:41 + m_Text: 09:33:39 --- !u!222 &1043387748 CanvasRenderer: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1043387745} +--- !u!1 &1044229798 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1884934100531610, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1044229799} + - component: {fileID: 1044229801} + - component: {fileID: 1044229800} + m_Layer: 0 + m_Name: split_y3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1044229799 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224046084284641736, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1044229798} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 43, y: 208.75, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1301235160} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 43, y: 208.75} + m_SizeDelta: {x: 50, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &1044229800 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114427745365787760, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1044229798} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 5 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: 2250 +--- !u!222 &1044229801 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222249165687604370, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1044229798} --- !u!1 &1052534179 GameObject: m_ObjectHideFlags: 0 @@ -40214,7 +38973,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1062794930} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 250.624, y: 15, z: 0} + m_LocalPosition: {x: 250.6, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1575742575} @@ -40222,8 +38981,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 250.624, y: 15} - m_SizeDelta: {x: 210.624, y: 20} + m_AnchoredPosition: {x: 250.6, y: 15} + m_SizeDelta: {x: 210.6, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1062794932 MonoBehaviour: @@ -40257,7 +39016,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 04:07:26 + m_Text: 09:25:19 --- !u!222 &1062794933 CanvasRenderer: m_ObjectHideFlags: 0 @@ -40288,7 +39047,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1063042777} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 987.7, y: 15, z: 0} + m_LocalPosition: {x: 987.808, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1575742575} @@ -40296,8 +39055,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 987.7, y: 15} - m_SizeDelta: {x: 105.3, y: 20} + m_AnchoredPosition: {x: 987.808, y: 15} + m_SizeDelta: {x: 105.312, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1063042779 MonoBehaviour: @@ -40331,7 +39090,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 04:11:56 + m_Text: 09:25:26 --- !u!222 &1063042780 CanvasRenderer: m_ObjectHideFlags: 0 @@ -40678,6 +39437,84 @@ MonoBehaviour: m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null delegates: [] +--- !u!1 &1071847654 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1395871460767450, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1071847655} + - component: {fileID: 1071847657} + - component: {fileID: 1071847656} + m_Layer: 0 + m_Name: split_x6 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1071847655 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224152746534596914, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1071847654} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 596, y: 10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 554203168} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 596, y: 10} + m_SizeDelta: {x: 84, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &1071847656 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114063873540969480, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1071847654} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u5468\u65E5" +--- !u!222 &1071847657 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222443771653752764, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1071847654} --- !u!1 &1075263217 GameObject: m_ObjectHideFlags: 0 @@ -40745,7 +39582,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 02:19:48 + m_Text: 09:33:37 --- !u!222 &1075263220 CanvasRenderer: m_ObjectHideFlags: 0 @@ -41232,7 +40069,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 12:00:56 + m_Text: 08:38:01 --- !u!222 &1089477525 CanvasRenderer: m_ObjectHideFlags: 0 @@ -41698,7 +40535,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 01:14:05 + m_Text: 08:38:43 --- !u!222 &1102989599 CanvasRenderer: m_ObjectHideFlags: 0 @@ -42345,7 +41182,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1136588675} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 1093.12, y: 15, z: 0} + m_LocalPosition: {x: 1093, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1575742575} @@ -42353,8 +41190,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 1093.12, y: 15} - m_SizeDelta: {x: 210.624, y: 20} + m_AnchoredPosition: {x: 1093, y: 15} + m_SizeDelta: {x: 210.6, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1136588677 MonoBehaviour: @@ -42388,7 +41225,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:02:55 + m_Text: 09:25:31 --- !u!222 &1136588678 CanvasRenderer: m_ObjectHideFlags: 0 @@ -43305,6 +42142,142 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1160501127} +--- !u!1 &1162730869 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1148460374661422, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1162730870} + - component: {fileID: 1162730874} + - component: {fileID: 1162730873} + - component: {fileID: 1162730872} + - component: {fileID: 1162730871} + m_Layer: 0 + m_Name: legend_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1162730870 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224206860235226636, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1162730869} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -57, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 540635261} + m_Father: {fileID: 1578734348} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -57, y: 0} + m_SizeDelta: {x: 52, y: 16} + m_Pivot: {x: 1, y: 1} +--- !u!114 &1162730871 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1162730869} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -1862395651, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + delegates: [] +--- !u!114 &1162730872 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114088662212670358, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1162730869} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1392445389, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1162730873} + m_OnClick: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &1162730873 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114595403682329258, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1162730869} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.83137256, g: 0.50980395, b: 0.39607844, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 +--- !u!222 &1162730874 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222332157006203230, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1162730869} --- !u!1 &1163099234 GameObject: m_ObjectHideFlags: 0 @@ -43372,7 +42345,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 09:56:35 + m_Text: 08:40:07 --- !u!222 &1163099237 CanvasRenderer: m_ObjectHideFlags: 0 @@ -43557,7 +42530,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1180067072} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 586.5, y: 333, z: 0} + m_LocalPosition: {x: 292, y: 295, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1013879342} @@ -43794,7 +42767,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1184313497} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 208, y: 15, z: 0} + m_LocalPosition: {x: 671.87195, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1675924587} @@ -43802,8 +42775,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 208, y: 15} - m_SizeDelta: {x: 28, y: 20} + m_AnchoredPosition: {x: 671.87195, y: 15} + m_SizeDelta: {x: 105.312, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1184313499 MonoBehaviour: @@ -43837,7 +42810,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 11:26:35 + m_Text: 08:37:03 --- !u!222 &1184313500 CanvasRenderer: m_ObjectHideFlags: 0 @@ -44324,7 +43297,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1196931028} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 717.94446, y: 10, z: 0} + m_LocalPosition: {x: 358, y: 10, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1617189393} @@ -44332,8 +43305,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 717.94446, y: 10} - m_SizeDelta: {x: 121.44444, y: 20} + m_AnchoredPosition: {x: 358, y: 10} + m_SizeDelta: {x: 56, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1196931030 MonoBehaviour: @@ -44367,7 +43340,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:47:51 + m_Text: 09:48:37 --- !u!222 &1196931031 CanvasRenderer: m_ObjectHideFlags: 0 @@ -44515,7 +43488,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 02:35:42 + m_Text: 09:48:42 --- !u!222 &1205268353 CanvasRenderer: m_ObjectHideFlags: 0 @@ -45346,7 +44319,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1273431897} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 292, y: 15, z: 0} + m_LocalPosition: {x: 987.808, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1675924587} @@ -45354,8 +44327,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 292, y: 15} - m_SizeDelta: {x: 28, y: 20} + m_AnchoredPosition: {x: 987.808, y: 15} + m_SizeDelta: {x: 105.312, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1273431899 MonoBehaviour: @@ -45389,7 +44362,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 08:56:56 + m_Text: 08:37:06 --- !u!222 &1273431900 CanvasRenderer: m_ObjectHideFlags: 0 @@ -45727,7 +44700,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 01:13:38 + m_Text: 09:33:41 --- !u!222 &1289187697 CanvasRenderer: m_ObjectHideFlags: 0 @@ -45886,6 +44859,46 @@ CanvasRenderer: m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1296619359} +--- !u!1 &1301235159 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1334319381551714, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1301235160} + m_Layer: 0 + m_Name: split_y + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1301235160 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224918580061749804, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1301235159} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 504660014} + - {fileID: 1773947055} + - {fileID: 851974859} + - {fileID: 1044229799} + - {fileID: 537590463} + m_Father: {fileID: 1619574609} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 584, y: 300} + m_Pivot: {x: 0, y: 0} --- !u!1 &1309294168 GameObject: m_ObjectHideFlags: 0 @@ -45902,7 +44915,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &1309294169 RectTransform: m_ObjectHideFlags: 0 @@ -47128,7 +46141,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 0.21568628, g: 0.63529414, b: 0.85490197, a: 1} + m_Color: {r: 0.7607843, g: 0.20784314, b: 0.19215687, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -49404,6 +48417,142 @@ CanvasRenderer: m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1419300726} +--- !u!1 &1419329186 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1024870191892226, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1419329187} + - component: {fileID: 1419329191} + - component: {fileID: 1419329190} + - component: {fileID: 1419329189} + - component: {fileID: 1419329188} + m_Layer: 0 + m_Name: legend_0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1419329187 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224147634662587234, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1419329186} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -228, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1015564656} + m_Father: {fileID: 1578734348} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -228, y: 0} + m_SizeDelta: {x: 52, y: 16} + m_Pivot: {x: 1, y: 1} +--- !u!114 &1419329188 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1419329186} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -1862395651, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + delegates: [] +--- !u!114 &1419329189 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114702598912861898, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1419329186} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1392445389, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1419329190} + m_OnClick: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &1419329190 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114660320463454518, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1419329186} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.7607843, g: 0.20784314, b: 0.19215687, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 +--- !u!222 &1419329191 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222680815259529204, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1419329186} --- !u!1 &1427619454 GameObject: m_ObjectHideFlags: 0 @@ -49639,7 +48788,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1435269578} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 30.000015, y: -1170, z: 0} + m_LocalPosition: {x: 592, y: -912, z: 0} m_LocalScale: {x: 1.0000014, y: 1.0000014, z: 1.0000014} m_Children: - {fileID: 848289442} @@ -49648,7 +48797,7 @@ RectTransform: - {fileID: 590278899} - {fileID: 1442319785} m_Father: {fileID: 1019907807} - m_RootOrder: 4 + m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -50385,7 +49534,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1458996459} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 882.496, y: 15, z: 0} + m_LocalPosition: {x: 882.4, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1575742575} @@ -50393,8 +49542,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 882.496, y: 15} - m_SizeDelta: {x: 210.624, y: 20} + m_AnchoredPosition: {x: 882.4, y: 15} + m_SizeDelta: {x: 210.6, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1458996461 MonoBehaviour: @@ -50428,7 +49577,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:09:25 + m_Text: 09:25:28 --- !u!222 &1458996462 CanvasRenderer: m_ObjectHideFlags: 0 @@ -50761,7 +49910,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1484397536} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 586.56, y: 333, z: 0} + m_LocalPosition: {x: 586.5, y: 333, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 582096241} @@ -50772,7 +49921,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -5} - m_SizeDelta: {x: 1173.12, y: 338} + m_SizeDelta: {x: 1173, y: 338} m_Pivot: {x: 0.5, y: 1} --- !u!1 &1489829359 GameObject: @@ -50807,7 +49956,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 1173, y: 16} + m_SizeDelta: {x: 1173.12, y: 16} m_Pivot: {x: 0.5, y: 1} --- !u!114 &1489829361 MonoBehaviour: @@ -50948,7 +50097,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1497416339} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 586.56, y: 333, z: 0} + m_LocalPosition: {x: 200, y: 295, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1489829360} @@ -50959,7 +50108,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -5} - m_SizeDelta: {x: 1173, y: 338} + m_SizeDelta: {x: 1173.12, y: 338} m_Pivot: {x: 0.5, y: 1} --- !u!1 &1501580628 GameObject: @@ -51141,7 +50290,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1509090065} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 200, y: 295, z: 0} + m_LocalPosition: {x: 292, y: 295, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 860469215} @@ -51302,6 +50451,84 @@ CanvasRenderer: m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1527216824} +--- !u!1 &1528517138 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1713424432758614, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1528517139} + - component: {fileID: 1528517141} + - component: {fileID: 1528517140} + m_Layer: 0 + m_Name: split_x0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1528517139 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224823400774711906, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1528517138} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 92, y: 10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 554203168} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 92, y: 10} + m_SizeDelta: {x: 84, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &1528517140 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114170767135921314, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1528517138} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u5468\u4E00" +--- !u!222 &1528517141 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222336021096396260, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1528517138} --- !u!1 &1528878084 GameObject: m_ObjectHideFlags: 0 @@ -51554,7 +50781,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1540822016} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 4, y: -1220, z: 0} + m_LocalPosition: {x: 4, y: -1520, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1262762834} @@ -51563,7 +50790,7 @@ RectTransform: - {fileID: 566573492} - {fileID: 1393191697} m_Father: {fileID: 1019907807} - m_RootOrder: 7 + m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -51606,7 +50833,7 @@ MonoBehaviour: rgba: 4283256145 m_LegendTextColor: serializedVersion: 2 - rgba: 4283256145 + rgba: 4293848814 m_UnableColor: serializedVersion: 2 rgba: 4291611852 @@ -51627,31 +50854,27 @@ MonoBehaviour: rgba: 4294967295 m_ColorPalette: - serializedVersion: 2 - rgba: 4292518455 + rgba: 4281415106 - serializedVersion: 2 - rgba: 4286554111 + rgba: 4283712815 - serializedVersion: 2 - rgba: 4293510450 + rgba: 4289241185 - serializedVersion: 2 - rgba: 4287853307 + rgba: 4284842708 - serializedVersion: 2 - rgba: 4293124199 + rgba: 4289644433 - serializedVersion: 2 - rgba: 4289618656 + rgba: 4286816116 - serializedVersion: 2 - rgba: 4290307743 + rgba: 4280452810 - serializedVersion: 2 - rgba: 4291924198 + rgba: 4288324285 - serializedVersion: 2 - rgba: 4284275711 + rgba: 4285821038 - serializedVersion: 2 - rgba: 4294163686 + rgba: 4285556052 - serializedVersion: 2 - rgba: 4294284957 - - serializedVersion: 2 - rgba: 4293556355 - - serializedVersion: 2 - rgba: 4294950806 + rgba: 4292070596 m_Title: m_Show: 1 m_Text: "\u5927\u6570\u636E\u91CF\u9762\u79EF\u56FE" @@ -51695,1006 +50918,1007 @@ MonoBehaviour: m_Name: m_Stack: m_Data: - - 63 - - 94 - - 116 - - 133 - - 71 - - 119 - - 140 - - 98 - - 118 - - 87 - - 72 - - 74 - - 68 - - 75 - - 126 - - 103 - - 77 - - 67 - - 145 - - 108 - - 115 - - 100 - 61 - - 120 - - 107 - - 124 - - 103 - - 88 - - 136 - - 104 - - 65 - - 110 - - 106 - - 82 - - 95 - - 116 - - 83 - - 116 - - 69 - - 68 - - 99 - - 107 - - 84 - - 140 - - 112 - - 83 - - 112 - - 131 - - 94 - - 134 - - 136 - - 88 - - 84 - - 96 - - 141 - - 87 - - 73 - - 91 - - 148 - - 147 - - 98 - - 116 - - 93 - - 125 - - 75 - - 98 - - 126 - - 102 - - 139 - - 148 - - 91 - - 117 - - 149 - - 106 - - 91 - - 78 - - 88 - - 93 - - 92 - - 136 - - 116 - - 99 - - 149 - - 90 - - 131 - - 115 - - 83 - 76 - - 126 - - 73 - - 116 - - 103 - - 113 - 89 - - 100 - - 109 - - 110 - - 145 - - 65 - - 63 - - 100 - - 123 - - 105 - - 126 - - 88 - - 107 - - 69 - - 100 - - 62 - - 127 - - 73 - - 126 - 111 - - 108 - - 126 - - 119 - - 113 - - 78 - - 62 - - 97 - - 106 - - 70 - - 113 - - 96 - - 113 - - 124 - - 68 - - 77 - - 95 - - 84 - - 63 - - 89 - - 72 - - 128 - 115 - - 124 - - 107 - - 119 - - 119 - - 146 - - 104 - - 128 - - 140 - - 62 - - 126 - - 81 - - 146 - - 139 - - 103 - - 127 - - 81 - - 86 - - 97 - - 60 - - 74 - - 90 + - 78 - 101 - - 90 - - 113 - - 103 - - 118 - - 77 - - 96 - - 75 - - 102 - - 127 - - 91 - - 125 - - 138 - - 119 - - 63 - - 81 - - 84 - - 105 - - 139 - - 87 - - 144 - - 123 - - 108 - - 136 - - 114 - - 114 - - 109 - - 70 - - 92 - - 63 - - 113 - - 92 - - 105 - - 66 - - 75 - - 139 - - 148 - - 136 - - 76 - - 73 - - 126 - - 116 - - 133 - - 114 - - 60 - - 126 - - 68 - - 133 - - 102 - - 141 - - 65 - 140 - - 142 - - 115 - - 147 - - 98 - - 135 - - 111 - - 75 - - 119 - - 99 - - 65 - - 127 - - 63 - - 132 - - 90 - - 148 - - 63 - - 125 - - 99 - - 124 - - 115 - - 114 - - 111 - - 108 - - 142 - - 76 - - 64 - - 136 - - 111 - - 103 - - 82 - - 86 - - 139 - - 137 - - 142 - - 87 - - 109 - - 63 - - 105 - - 74 - - 136 - - 66 - - 135 - - 102 - - 89 - - 132 - - 107 - - 77 - - 93 - - 91 - - 146 - - 67 - - 65 - - 67 - - 107 - - 90 - - 80 - - 123 - - 69 - - 89 - - 107 - - 122 - - 123 - - 77 - - 107 - - 148 - - 118 - - 83 - - 71 - - 146 - - 66 - - 107 - - 114 - - 135 - - 81 - - 112 - - 133 - - 113 - - 68 - - 118 - - 82 - - 76 - - 86 - - 122 - - 116 - - 115 - - 73 - - 73 - - 60 - - 140 - - 104 - - 138 - - 107 - - 100 - - 71 - - 61 - - 131 - - 104 - - 136 - - 75 - - 66 - - 84 - - 88 - - 96 - - 105 - - 111 - - 147 - - 76 - - 61 - - 75 - - 104 - - 79 - - 130 - - 110 - - 100 - - 121 - - 93 - - 82 - - 104 - - 97 - - 97 - - 84 - - 71 - - 74 - - 78 - - 90 - - 66 - - 104 - - 144 - - 77 - - 76 - - 98 - - 101 - - 144 - - 81 - - 95 - - 99 - - 145 - - 122 - - 114 - - 76 - - 60 - - 66 - - 139 - - 79 - - 86 - - 87 - - 112 - - 142 - - 101 - - 142 - - 128 - - 86 - - 133 - - 122 - - 67 - - 63 - - 132 - - 86 - - 65 - - 107 - - 70 - - 71 - - 104 - - 92 - - 73 - - 75 - - 93 - - 135 - - 144 - - 90 - - 79 - - 95 - - 121 - - 83 - - 103 - - 107 - - 61 - - 124 - - 137 - - 117 - - 62 - - 137 - - 95 - - 72 - - 130 - - 127 - - 64 - - 106 - - 140 - - 127 - - 68 - - 83 - - 138 - - 106 - - 84 - - 131 - - 147 - - 111 - - 79 - - 138 - - 75 - - 148 - - 73 - - 74 - - 93 - - 74 - - 142 - - 121 - - 105 - - 80 - - 72 - - 84 - - 70 - - 145 - - 143 - - 132 - - 128 - - 78 - - 63 - - 141 - - 87 - - 117 - - 89 - - 82 - - 149 - - 127 - - 127 - - 120 - - 89 - - 68 - - 124 - - 94 - - 125 - - 62 - - 78 - - 81 - - 72 - - 65 - - 118 - - 95 - - 139 - - 132 - - 138 - - 106 - - 115 - - 84 - - 66 - - 143 - - 70 - - 98 - - 85 - - 144 - - 144 - - 90 - - 82 - - 133 - - 108 - - 77 - - 109 - - 66 - - 107 - - 111 - - 113 - - 121 - - 146 - - 108 - - 105 - - 129 - - 110 - - 66 - - 132 - - 122 - - 137 - - 82 - - 87 - - 115 - - 71 - - 145 - - 68 - - 144 - - 105 - - 67 - - 127 - - 120 - - 140 - - 111 - - 140 - - 68 - - 95 - - 128 - - 137 - - 98 - - 79 - - 92 - - 144 - - 89 - - 145 - - 132 - - 142 - - 71 - - 131 - - 121 - - 125 - - 125 - - 77 - - 122 - - 110 - - 110 - - 60 - - 113 - - 124 - - 118 - - 141 - - 106 - - 144 - - 85 - - 131 - - 92 - - 69 - - 76 - - 125 - - 149 - - 118 - - 121 - - 147 - - 128 - - 114 - - 134 - - 144 - - 143 - - 86 - - 107 - - 92 - - 133 - - 94 - - 112 - - 77 - - 100 - - 74 - - 87 - - 78 - - 95 - - 66 - - 126 - - 118 - - 66 - - 87 - - 140 - - 126 - - 149 - - 106 - - 96 - - 146 - - 68 - - 111 - - 68 - - 116 - - 99 - - 84 - - 112 - - 115 - - 82 - - 133 - - 119 - - 102 - - 110 - - 141 - - 147 - - 73 - - 75 - - 146 - - 125 - - 113 - - 95 - - 135 - - 130 - - 99 - - 93 - - 81 - - 146 - - 147 - - 128 - - 124 - - 112 - - 110 - - 117 - - 104 - - 107 - - 84 - - 138 - - 62 - - 108 - - 71 - - 134 - - 79 - - 116 - - 67 - - 94 - - 144 - - 130 - - 85 - - 138 - - 72 - - 78 - - 69 - - 73 - - 124 - - 71 - - 120 - - 109 - - 91 - - 97 - - 108 - - 62 - - 132 - - 110 - - 90 - - 129 - - 99 - - 77 - - 135 - - 84 - - 77 - - 108 - - 110 - - 79 - - 99 - - 129 - - 61 - - 81 - - 130 - - 116 - - 102 - - 127 - - 86 - - 117 - - 124 - - 82 - - 93 - - 66 - - 71 - - 115 - - 118 - - 115 - - 97 - - 67 - - 131 - - 107 - - 76 - - 98 - - 140 - - 114 - - 125 - - 137 - - 103 - - 111 - - 92 - - 92 - - 62 - - 141 - - 118 - - 93 - - 87 - - 114 - - 141 - - 134 - - 103 - - 138 - - 83 - - 98 - - 74 - - 131 - - 144 - - 100 - - 123 - - 121 - - 107 - - 74 - - 121 - - 96 - - 70 - - 78 - - 98 - - 123 - - 132 - - 64 - - 82 - - 70 - - 65 - - 94 - - 71 - - 132 - - 134 - - 93 - - 94 - - 85 - - 80 - - 74 - - 61 - - 61 - - 111 - - 128 - - 73 - - 112 - - 139 - - 79 - - 144 - - 111 - - 85 - - 139 - - 72 - - 107 - - 104 - - 137 - - 147 - - 91 - - 91 - - 104 - - 92 - - 62 - - 77 - - 112 - - 68 - - 100 - - 129 - - 147 - - 137 - - 121 - - 96 - - 139 - - 125 - - 120 - - 96 - - 92 - - 110 - - 84 - - 73 - - 110 - - 96 - - 148 - - 83 - - 60 - - 114 - - 128 - - 114 - - 115 - - 119 - - 79 - - 75 - - 141 - - 127 - - 129 - - 110 - - 147 - - 141 - - 111 - - 91 - - 126 - - 125 - - 122 - - 135 - - 148 - - 101 - - 68 - - 143 - - 87 - - 123 - - 97 - - 102 - - 71 - - 132 - - 145 - - 62 - - 100 - - 112 - - 96 - - 78 - - 69 - - 60 - - 62 - - 113 - - 110 - - 87 - - 144 - - 67 - - 60 - - 64 - - 107 - - 68 - - 125 - - 145 - - 141 - - 103 - - 131 - - 103 - - 146 - - 72 - - 107 - - 104 - - 78 - - 140 - - 118 - - 111 - - 117 - - 115 - - 126 - - 147 - - 131 - - 140 - - 108 - - 103 - - 77 - - 61 - - 112 - - 90 - - 77 - - 107 - - 100 - - 134 - - 108 - - 68 - - 100 - - 77 - - 127 - - 89 - - 98 - - 148 - - 98 - - 112 - - 64 - - 131 - - 123 - - 111 - - 104 - - 67 - - 140 - - 144 - - 104 - - 121 - - 60 - - 92 - - 143 - - 135 - - 138 - - 121 - - 104 - - 69 - - 139 - - 128 - - 109 - - 86 - - 89 - - 62 - - 138 - - 75 - - 127 - - 127 - - 135 - - 69 - - 144 - - 86 - - 87 - - 125 - - 79 - - 96 - - 149 - - 73 - - 90 - - 110 - - 134 - - 140 - - 116 - - 145 - - 74 - - 117 - - 138 - - 112 - - 142 - - 101 - - 117 - - 82 - - 123 - - 75 - - 92 - - 86 - - 104 - - 110 - - 120 - - 74 - - 140 - - 117 - - 60 - - 75 - - 140 - - 121 - - 74 - - 107 - - 113 - - 79 - - 110 - - 99 - - 65 - - 74 - - 80 - - 84 - - 65 - - 139 - - 84 - - 142 - - 90 - - 145 - - 126 - - 126 - - 113 - - 60 - - 102 - - 126 - - 122 - - 98 - - 83 - - 105 - - 63 - - 105 - 80 - 82 - - 61 - - 121 - - 102 - - 85 + - 104 + - 141 + - 81 - 62 - - 94 - - 125 - - 104 - - 123 - - 126 - - 129 - - 102 - - 118 - - 128 - - 91 - - 120 - - 120 - - 121 - - 113 - - 82 - - 123 - - 114 - - 124 - - 77 - - 127 - - 125 - - 104 - - 146 - - 138 - - 74 - - 99 - - 85 - - 85 - - 60 - - 115 - - 60 - - 125 - - 98 - - 138 - - 119 - - 84 - - 139 - - 64 - - 97 - - 129 - - 66 - - 93 - 70 - - 106 - - 110 + - 81 - 111 - - 137 + - 140 + - 62 + - 124 + - 83 + - 133 + - 143 + - 67 + - 128 + - 80 + - 117 + - 102 + - 102 + - 147 + - 123 + - 72 - 111 - - 68 - - 141 + - 136 + - 109 + - 99 + - 77 + - 93 - 115 - - 61 - - 88 + - 96 + - 134 + - 130 + - 76 + - 110 + - 101 + - 142 + - 117 + - 134 + - 140 + - 141 + - 79 + - 71 + - 92 + - 131 + - 103 + - 120 + - 125 + - 104 + - 84 + - 115 + - 131 + - 112 + - 89 + - 127 + - 89 + - 141 + - 112 + - 67 - 122 - - 141 + - 79 + - 117 + - 143 + - 63 + - 60 + - 115 + - 69 + - 70 + - 144 + - 91 + - 149 - 87 - - 119 + - 133 + - 82 + - 107 + - 130 - 141 + - 125 + - 133 + - 64 + - 121 + - 126 + - 69 + - 109 + - 66 + - 101 + - 84 + - 95 + - 91 + - 75 + - 63 + - 144 + - 89 + - 95 + - 141 + - 130 + - 90 + - 119 + - 129 + - 93 + - 126 + - 134 + - 130 + - 148 + - 136 + - 101 + - 82 + - 148 + - 139 + - 114 + - 145 + - 87 + - 118 + - 65 - 100 + - 93 + - 136 + - 63 + - 64 + - 73 + - 95 + - 113 + - 70 + - 148 + - 104 + - 94 + - 117 + - 125 + - 60 + - 68 + - 63 + - 86 + - 120 + - 89 + - 100 + - 118 + - 131 + - 114 + - 80 + - 97 + - 61 + - 119 + - 106 + - 97 + - 104 + - 103 + - 70 + - 72 + - 69 + - 132 + - 85 + - 83 + - 77 + - 109 + - 106 + - 105 + - 64 + - 111 + - 79 + - 67 + - 134 + - 61 + - 129 + - 93 + - 75 + - 134 + - 125 + - 81 + - 110 + - 99 + - 67 + - 97 + - 117 + - 68 + - 139 + - 125 + - 146 + - 130 + - 98 + - 76 + - 118 + - 94 + - 64 + - 84 + - 97 + - 76 + - 64 + - 125 + - 92 + - 61 + - 78 + - 132 + - 106 + - 107 + - 64 + - 90 + - 91 + - 60 + - 88 + - 97 + - 125 + - 144 + - 117 + - 103 + - 147 + - 60 + - 80 + - 90 + - 87 + - 86 + - 137 + - 63 + - 81 + - 137 + - 87 + - 65 + - 75 + - 119 + - 124 + - 109 + - 131 - 109 - 62 + - 109 + - 143 + - 74 + - 102 + - 136 + - 148 + - 76 + - 86 + - 65 + - 99 + - 106 + - 96 + - 118 + - 86 + - 76 + - 83 + - 131 + - 116 + - 105 + - 77 + - 127 + - 113 + - 93 + - 61 + - 86 + - 87 + - 63 + - 74 + - 105 + - 88 + - 149 + - 111 + - 131 + - 101 + - 137 + - 93 + - 82 + - 145 + - 103 + - 80 + - 128 + - 113 + - 99 + - 115 + - 103 + - 99 + - 96 + - 122 + - 97 + - 107 + - 80 + - 78 + - 88 + - 88 + - 87 + - 60 + - 120 + - 117 + - 81 + - 83 + - 80 + - 96 + - 120 + - 137 + - 83 + - 130 + - 69 + - 100 + - 128 - 91 + - 110 + - 75 + - 72 + - 138 + - 134 + - 107 + - 136 + - 67 + - 135 + - 96 + - 126 + - 123 + - 139 + - 148 + - 75 + - 125 + - 107 + - 77 + - 148 + - 116 + - 72 + - 118 + - 92 + - 60 + - 95 + - 62 + - 113 + - 132 + - 90 + - 74 + - 141 + - 94 + - 96 + - 108 + - 132 + - 96 + - 120 + - 138 + - 103 + - 62 + - 96 + - 98 + - 140 + - 131 + - 128 + - 122 + - 119 + - 112 + - 103 + - 94 + - 76 + - 68 + - 146 + - 99 + - 60 + - 80 + - 76 + - 124 + - 131 + - 65 + - 147 + - 90 + - 139 + - 130 + - 94 + - 92 + - 128 + - 147 + - 78 + - 123 + - 116 + - 115 + - 130 + - 131 + - 93 + - 63 + - 121 + - 84 + - 89 + - 85 + - 107 + - 85 + - 121 + - 83 + - 145 + - 76 + - 143 + - 73 + - 85 + - 114 + - 137 + - 80 + - 103 + - 66 + - 132 + - 138 + - 114 + - 126 + - 138 + - 67 + - 117 + - 83 + - 97 + - 109 + - 69 + - 102 + - 100 + - 60 + - 102 + - 85 + - 119 + - 125 + - 84 + - 76 + - 66 + - 149 + - 142 + - 63 + - 117 + - 145 + - 89 + - 96 + - 68 + - 90 + - 106 + - 99 + - 74 + - 125 + - 149 + - 97 + - 121 + - 85 + - 62 + - 122 + - 100 + - 94 + - 67 + - 148 + - 104 + - 130 + - 86 + - 134 + - 114 + - 63 + - 86 + - 82 + - 94 + - 115 + - 93 + - 78 + - 105 + - 106 + - 129 + - 126 + - 63 + - 132 + - 93 + - 67 + - 89 + - 118 + - 69 + - 83 + - 97 + - 126 + - 74 + - 141 + - 136 + - 97 + - 92 + - 117 + - 67 + - 91 + - 87 + - 79 + - 120 + - 68 + - 64 + - 119 + - 83 + - 103 + - 145 + - 128 + - 111 + - 79 + - 145 + - 113 + - 60 + - 83 + - 62 + - 60 + - 65 + - 139 + - 67 + - 129 + - 116 + - 133 + - 131 + - 102 + - 117 + - 136 + - 113 + - 102 + - 62 + - 120 + - 101 + - 132 + - 106 + - 114 + - 66 + - 115 + - 66 + - 90 + - 62 + - 101 + - 97 + - 89 + - 90 + - 92 + - 108 + - 141 + - 138 + - 75 + - 118 + - 83 + - 127 + - 131 + - 146 + - 122 + - 144 + - 77 + - 101 + - 122 + - 74 + - 66 + - 82 + - 117 + - 88 + - 128 + - 143 + - 101 + - 71 + - 108 + - 122 + - 148 + - 145 + - 93 + - 118 + - 124 + - 121 + - 81 + - 69 + - 122 + - 82 + - 90 + - 82 + - 67 + - 141 + - 141 + - 129 + - 95 + - 133 + - 78 + - 85 + - 122 + - 144 + - 91 + - 122 + - 89 + - 80 + - 77 + - 143 + - 105 + - 146 + - 68 + - 113 + - 103 + - 141 + - 77 + - 60 + - 99 + - 91 + - 100 + - 146 + - 142 + - 136 + - 68 + - 125 + - 116 + - 139 + - 128 + - 149 + - 133 + - 99 + - 120 + - 68 + - 108 + - 133 + - 61 + - 131 + - 95 + - 114 + - 149 + - 76 + - 109 + - 65 + - 115 + - 126 + - 132 + - 107 + - 92 + - 65 + - 142 + - 129 + - 94 + - 93 + - 81 + - 104 + - 73 + - 85 + - 114 + - 79 + - 146 + - 149 + - 140 + - 112 + - 126 + - 84 + - 99 + - 133 + - 148 + - 102 + - 65 + - 71 + - 103 + - 145 + - 84 + - 80 + - 75 + - 105 + - 117 + - 138 + - 102 + - 62 + - 114 + - 73 + - 108 + - 85 + - 100 + - 87 + - 122 + - 147 + - 139 + - 77 + - 107 + - 141 + - 89 + - 107 + - 75 + - 88 + - 113 + - 119 + - 145 + - 118 + - 144 + - 89 + - 114 + - 137 + - 73 + - 138 + - 95 + - 114 + - 147 + - 103 + - 148 + - 74 + - 102 + - 89 + - 84 + - 139 + - 134 + - 97 + - 133 + - 130 + - 77 + - 142 + - 113 + - 136 + - 65 + - 63 + - 101 + - 98 + - 79 + - 72 + - 100 + - 60 + - 82 + - 100 + - 89 + - 129 + - 133 + - 132 + - 112 + - 147 + - 130 + - 147 + - 137 + - 128 + - 108 + - 90 + - 149 + - 107 + - 127 + - 146 + - 143 + - 95 + - 149 + - 79 + - 78 + - 101 + - 112 + - 130 + - 114 + - 87 + - 97 + - 89 + - 121 + - 90 + - 78 + - 87 + - 105 + - 65 + - 83 + - 67 + - 126 + - 138 + - 91 + - 127 + - 142 + - 118 + - 127 + - 139 + - 106 + - 117 + - 81 + - 64 + - 98 + - 85 + - 72 + - 60 + - 78 + - 66 + - 82 + - 60 + - 91 + - 116 + - 89 + - 106 + - 142 + - 82 + - 144 + - 145 + - 111 + - 63 + - 143 + - 81 + - 131 + - 114 + - 122 + - 122 + - 128 + - 73 + - 64 + - 70 + - 84 + - 91 + - 98 + - 80 + - 71 + - 146 + - 91 + - 116 + - 141 + - 136 + - 74 + - 114 + - 147 + - 94 + - 131 + - 104 + - 140 + - 80 + - 75 + - 74 + - 122 + - 70 + - 129 + - 121 + - 69 + - 128 + - 149 + - 102 + - 89 + - 127 + - 124 + - 112 + - 68 + - 76 + - 130 + - 73 + - 88 + - 100 + - 116 + - 68 + - 99 + - 101 + - 111 + - 142 + - 113 + - 145 + - 96 + - 146 + - 143 + - 125 + - 104 + - 86 + - 113 + - 117 + - 144 + - 108 + - 106 + - 117 + - 95 + - 103 + - 109 + - 62 + - 66 + - 140 + - 98 + - 75 + - 63 + - 110 + - 67 + - 110 + - 145 + - 81 + - 71 + - 87 + - 68 + - 95 + - 125 + - 104 + - 98 + - 127 + - 149 + - 109 + - 96 + - 78 + - 94 + - 124 + - 61 + - 123 + - 72 + - 63 + - 130 + - 74 + - 73 + - 143 + - 146 + - 65 + - 118 + - 148 + - 86 + - 81 + - 67 + - 89 + - 87 + - 149 + - 62 + - 60 + - 77 + - 92 + - 130 + - 96 + - 124 + - 87 + - 84 + - 108 + - 114 + - 133 + - 76 + - 110 + - 76 + - 132 + - 115 + - 137 + - 110 + - 113 + - 144 + - 118 + - 147 + - 122 + - 106 + - 136 + - 138 + - 96 + - 118 + - 61 + - 107 + - 99 + - 96 + - 149 + - 95 + - 83 + - 145 + - 71 + - 149 + - 93 + - 69 + - 62 + - 87 + - 123 + - 73 + - 64 + - 102 + - 62 + - 101 + - 108 + - 92 + - 75 + - 97 + - 92 + - 99 + - 116 + - 95 + - 88 + - 123 + - 117 + - 72 + - 69 + - 143 + - 138 + - 119 + - 117 + - 103 + - 64 + - 106 + - 112 + - 61 + - 74 + - 144 + - 84 + - 62 + - 108 + - 84 + - 71 + - 78 + - 118 + - 140 + - 79 + - 133 + - 72 + - 68 + - 82 + - 68 + - 64 + - 136 + - 101 + - 67 + - 122 + - 148 + - 138 + - 70 + - 69 + - 76 + - 135 + - 110 + - 69 + - 107 + - 121 + - 94 + - 116 + - 137 + - 109 + - 135 + - 138 + - 139 + - 144 + - 105 + - 71 + - 61 + - 70 + - 112 + - 75 + - 116 + - 62 + - 139 + - 132 + - 60 + - 105 m_Flodout: 0 m_Large: 0 m_MinShowDataNumber: 0 @@ -52721,1006 +51945,1007 @@ MonoBehaviour: m_SplitLineType: 2 m_BoundaryGap: 0 m_Data: - - 03:42:53 - - 03:26:14 - - 03:09:36 - - 02:52:59 - - 02:36:23 - - 02:19:48 - - 02:03:14 - - 01:46:41 - - 01:30:09 - - 01:13:38 - - 12:57:08 - - 12:40:39 - - 12:24:11 - - 12:07:44 - - 11:51:18 - - 11:34:53 - - 11:18:29 - - 11:02:06 - - 10:45:44 - - 10:29:23 - - 10:13:03 - - 09:56:44 - - 09:40:26 - - 09:24:09 - - 09:07:53 - - 08:51:38 - - 08:35:24 - - 08:19:11 - - 08:02:59 - - 07:46:48 - - 07:30:38 - - 07:14:29 - - 06:58:21 - - 06:42:14 - - 06:26:08 - - 06:10:03 - - 05:53:59 - - 05:37:56 - - 05:21:54 - - 05:05:53 - - 04:49:53 - - 04:33:54 - - 04:17:56 - - 04:01:59 - - 03:46:03 - - 03:30:08 - - 03:14:14 - - 02:58:21 - - 02:42:29 - - 02:26:38 - - 02:10:48 - - 01:54:59 - - 01:39:11 - - 01:23:24 - - 01:07:38 - - 12:51:53 - - 12:36:09 - - 12:20:26 - - 12:04:44 - - 11:49:03 - - 11:33:23 - - 11:17:44 - - 11:02:06 - - 10:46:29 - - 10:30:53 - - 10:15:18 - - 09:59:44 - - 09:44:11 - - 09:28:39 - - 09:13:08 - - 08:57:38 - - 08:42:09 - - 08:26:41 - - 08:11:14 - - 07:55:48 - - 07:40:23 - - 07:24:59 - - 07:09:36 - - 06:54:14 - - 06:38:53 - - 06:23:33 - - 06:08:14 - - 05:52:56 - - 05:37:39 - - 05:22:23 - - 05:07:08 - - 04:51:54 - - 04:36:41 - - 04:21:29 - - 04:06:18 - - 03:51:08 - - 03:35:59 - - 03:20:51 - - 03:05:44 - - 02:50:38 - - 02:35:33 - - 02:20:29 - - 02:05:26 - - 01:50:24 - - 01:35:23 - - 01:20:23 - - 01:05:24 - - 12:50:26 - - 12:35:29 - - 12:20:33 - - 12:05:38 - - 11:50:44 - - 11:35:51 - - 11:20:59 - - 11:06:08 - - 10:51:18 - - 10:36:29 - - 10:21:41 - - 10:06:54 - - 09:52:08 - - 09:37:23 - - 09:22:39 - - 09:07:56 - - 08:53:14 - - 08:38:33 - - 08:23:53 - - 08:09:14 - - 07:54:36 - - 07:39:59 - - 07:25:23 - - 07:10:48 - - 06:56:14 - - 06:41:41 - - 06:27:09 - - 06:12:38 - - 05:58:08 - - 05:43:39 - - 05:29:11 - - 05:14:44 - - 05:00:18 - - 04:45:53 - - 04:31:29 - - 04:17:06 - - 04:02:44 - - 03:48:23 - - 03:34:03 - - 03:19:44 - - 03:05:26 - - 02:51:09 - - 02:36:53 - - 02:22:38 - - 02:08:24 - - 01:54:11 - - 01:39:59 - - 01:25:48 - - 01:11:38 - - 12:57:29 - - 12:43:21 - - 12:29:14 - - 12:15:08 - - 12:01:03 - - 11:46:59 - - 11:32:56 - - 11:18:54 - - 11:04:53 - - 10:50:53 - - 10:36:54 - - 10:22:56 - - 10:08:59 - - 09:55:03 - - 09:41:08 - - 09:27:14 - - 09:13:21 - - 08:59:29 - - 08:45:38 - - 08:31:48 - - 08:17:59 - - 08:04:11 - - 07:50:24 - - 07:36:38 - - 07:22:53 - - 07:09:09 - - 06:55:26 - - 06:41:44 - - 06:28:03 - - 06:14:23 - - 06:00:44 - - 05:47:06 - - 05:33:29 - - 05:19:53 - - 05:06:18 - - 04:52:44 - - 04:39:11 - - 04:25:39 - - 04:12:08 - - 03:58:38 - - 03:45:09 - - 03:31:41 - - 03:18:14 - - 03:04:48 - - 02:51:23 - - 02:37:59 - - 02:24:36 - - 02:11:14 - - 01:57:53 - - 01:44:33 - - 01:31:14 - - 01:17:56 - - 01:04:39 - - 12:51:23 - - 12:38:08 - - 12:24:54 - - 12:11:41 - - 11:58:29 - - 11:45:18 - - 11:32:08 - - 11:18:59 - - 11:05:51 - - 10:52:44 - - 10:39:38 - - 10:26:33 - - 10:13:29 - - 10:00:26 - - 09:47:24 - - 09:34:23 - - 09:21:23 - - 09:08:24 - - 08:55:26 - - 08:42:29 - - 08:29:33 - - 08:16:38 - - 08:03:44 - - 07:50:51 - - 07:37:59 - - 07:25:08 - - 07:12:18 - - 06:59:29 - - 06:46:41 - - 06:33:54 - - 06:21:08 - - 06:08:23 - - 05:55:39 - - 05:42:56 - - 05:30:14 - - 05:17:33 - - 05:04:53 - - 04:52:14 - - 04:39:36 - - 04:26:59 - - 04:14:23 - - 04:01:48 - - 03:49:14 - - 03:36:41 - - 03:24:09 - - 03:11:38 - - 02:59:08 - - 02:46:39 - - 02:34:11 - - 02:21:44 - - 02:09:18 - - 01:56:53 - - 01:44:29 - - 01:32:06 - - 01:19:44 - - 01:07:23 - - 12:55:03 - - 12:42:44 - - 12:30:26 - - 12:18:09 - - 12:05:53 - - 11:53:38 - - 11:41:24 - - 11:29:11 - - 11:16:59 - - 11:04:48 - - 10:52:38 - - 10:40:29 - - 10:28:21 - - 10:16:14 - - 10:04:08 - - 09:52:03 - - 09:39:59 - - 09:27:56 - - 09:15:54 - - 09:03:53 - - 08:51:53 - - 08:39:54 - - 08:27:56 - - 08:15:59 - - 08:04:03 - - 07:52:08 - - 07:40:14 - - 07:28:21 - - 07:16:29 - - 07:04:38 - - 06:52:48 - - 06:40:59 - - 06:29:11 - - 06:17:24 - - 06:05:38 - - 05:53:53 - - 05:42:09 - - 05:30:26 - - 05:18:44 - - 05:07:03 - - 04:55:23 - - 04:43:44 - - 04:32:06 - - 04:20:29 - - 04:08:53 - - 03:57:18 - - 03:45:44 - - 03:34:11 - - 03:22:39 - - 03:11:08 - - 02:59:38 - - 02:48:09 - - 02:36:41 - - 02:25:14 - - 02:13:48 - - 02:02:23 - - 01:50:59 - - 01:39:36 - - 01:28:14 - - 01:16:53 - - 01:05:33 - - 12:54:14 - - 12:42:56 - - 12:31:39 - - 12:20:23 - - 12:09:08 - - 11:57:54 - - 11:46:41 - - 11:35:29 - - 11:24:18 - - 11:13:08 - - 11:01:59 - - 10:50:51 - - 10:39:44 - - 10:28:38 - - 10:17:33 - - 10:06:29 - - 09:55:26 - - 09:44:24 - - 09:33:23 - - 09:22:23 - - 09:11:24 - - 09:00:26 - - 08:49:29 - - 08:38:33 - - 08:27:38 - - 08:16:44 - - 08:05:51 - - 07:54:59 - - 07:44:08 - - 07:33:18 - - 07:22:29 - - 07:11:41 - - 07:00:54 - - 06:50:08 - - 06:39:23 - - 06:28:39 - - 06:17:56 - - 06:07:14 - - 05:56:33 - - 05:45:53 - - 05:35:14 - - 05:24:36 - - 05:13:59 - - 05:03:23 - - 04:52:48 - - 04:42:14 - - 04:31:41 - - 04:21:09 - - 04:10:38 - - 04:00:08 - - 03:49:39 - - 03:39:11 - - 03:28:44 - - 03:18:18 - - 03:07:53 - - 02:57:29 - - 02:47:06 - - 02:36:44 - - 02:26:23 - - 02:16:03 - - 02:05:44 - - 01:55:26 - - 01:45:09 - - 01:34:53 - - 01:24:38 - - 01:14:24 - - 01:04:11 - - 12:53:59 - - 12:43:48 - - 12:33:38 - - 12:23:29 - - 12:13:21 - - 12:03:14 - - 11:53:08 - - 11:43:03 - - 11:32:59 - - 11:22:56 - - 11:12:54 - - 11:02:53 - - 10:52:53 - - 10:42:54 - - 10:32:56 - - 10:22:59 - - 10:13:03 - - 10:03:08 - - 09:53:14 - - 09:43:21 - - 09:33:29 - - 09:23:38 - - 09:13:48 - - 09:03:59 - - 08:54:11 - - 08:44:24 - - 08:34:38 - - 08:24:53 - - 08:15:09 - - 08:05:26 - - 07:55:44 - - 07:46:03 - - 07:36:23 - - 07:26:44 - - 07:17:06 - - 07:07:29 - - 06:57:53 - - 06:48:18 - - 06:38:44 - - 06:29:11 - - 06:19:39 - - 06:10:08 - - 06:00:38 - - 05:51:09 - - 05:41:41 - - 05:32:14 - - 05:22:48 - - 05:13:23 - - 05:03:59 - - 04:54:36 - - 04:45:14 - - 04:35:53 - - 04:26:33 - - 04:17:14 - - 04:07:56 - - 03:58:39 - - 03:49:23 - - 03:40:08 - - 03:30:54 - - 03:21:41 - - 03:12:29 - - 03:03:18 - - 02:54:08 - - 02:44:59 - - 02:35:51 - - 02:26:44 - - 02:17:38 - - 02:08:33 - - 01:59:29 - - 01:50:26 - - 01:41:24 - - 01:32:23 - - 01:23:23 - - 01:14:24 - - 01:05:26 - - 12:56:29 - - 12:47:33 - - 12:38:38 - - 12:29:44 - - 12:20:51 - - 12:11:59 - - 12:03:08 - - 11:54:18 - - 11:45:29 - - 11:36:41 - - 11:27:54 - - 11:19:08 - - 11:10:23 - - 11:01:39 - - 10:52:56 - - 10:44:14 - - 10:35:33 - - 10:26:53 - - 10:18:14 - - 10:09:36 - - 10:00:59 - - 09:52:23 - - 09:43:48 - - 09:35:14 - - 09:26:41 - - 09:18:09 - - 09:09:38 - - 09:01:08 - - 08:52:39 - - 08:44:11 - - 08:35:44 - - 08:27:18 - - 08:18:53 - - 08:10:29 - - 08:02:06 - - 07:53:44 - - 07:45:23 - - 07:37:03 - - 07:28:44 - - 07:20:26 - - 07:12:09 - - 07:03:53 - - 06:55:38 - - 06:47:24 - - 06:39:11 - - 06:30:59 - - 06:22:48 - - 06:14:38 - - 06:06:29 - - 05:58:21 - - 05:50:14 - - 05:42:08 - - 05:34:03 - - 05:25:59 - - 05:17:56 - - 05:09:54 - - 05:01:53 - - 04:53:53 - - 04:45:54 - - 04:37:56 - - 04:29:59 - - 04:22:03 - - 04:14:08 - - 04:06:14 - - 03:58:21 - - 03:50:29 - - 03:42:38 - - 03:34:48 - - 03:26:59 - - 03:19:11 - - 03:11:24 - - 03:03:38 - - 02:55:53 - - 02:48:09 - - 02:40:26 - - 02:32:44 - - 02:25:03 - - 02:17:23 - - 02:09:44 - - 02:02:06 - - 01:54:29 - - 01:46:53 - - 01:39:18 - - 01:31:44 - - 01:24:11 - - 01:16:39 - - 01:09:08 - - 01:01:38 - - 12:54:09 - - 12:46:41 - - 12:39:14 - - 12:31:48 - - 12:24:23 - - 12:16:59 - - 12:09:36 - - 12:02:14 - - 11:54:53 - - 11:47:33 - - 11:40:14 - - 11:32:56 - - 11:25:39 - - 11:18:23 - - 11:11:08 - - 11:03:54 - - 10:56:41 - - 10:49:29 - - 10:42:18 - - 10:35:08 - - 10:27:59 - - 10:20:51 - - 10:13:44 - - 10:06:38 - - 09:59:33 - - 09:52:29 - - 09:45:26 - - 09:38:24 - - 09:31:23 - - 09:24:23 - - 09:17:24 - - 09:10:26 - - 09:03:29 - - 08:56:33 - - 08:49:38 - - 08:42:44 - - 08:35:51 - - 08:28:59 - - 08:22:08 - - 08:15:18 - - 08:08:29 - - 08:01:41 - - 07:54:54 - - 07:48:08 - - 07:41:23 - - 07:34:39 - - 07:27:56 - - 07:21:14 - - 07:14:33 - - 07:07:53 - - 07:01:14 - - 06:54:36 - - 06:47:59 - - 06:41:23 - - 06:34:48 - - 06:28:14 - - 06:21:41 - - 06:15:09 - - 06:08:38 - - 06:02:08 - - 05:55:39 - - 05:49:11 - - 05:42:44 - - 05:36:18 - - 05:29:53 - - 05:23:29 - - 05:17:06 - - 05:10:44 - - 05:04:23 - - 04:58:03 - - 04:51:44 - - 04:45:26 - - 04:39:09 - - 04:32:53 - - 04:26:38 - - 04:20:24 - - 04:14:11 - - 04:07:59 - - 04:01:48 - - 03:55:38 - - 03:49:29 - - 03:43:21 - - 03:37:14 - - 03:31:08 - - 03:25:03 - - 03:18:59 - - 03:12:56 - - 03:06:54 - - 03:00:53 - - 02:54:53 - - 02:48:54 - - 02:42:56 - - 02:36:59 - - 02:31:03 - - 02:25:08 - - 02:19:14 - - 02:13:21 - - 02:07:29 - - 02:01:38 - - 01:55:48 - - 01:49:59 - - 01:44:11 - - 01:38:24 - - 01:32:38 - - 01:26:53 - - 01:21:09 - - 01:15:26 - - 01:09:44 - - 01:04:03 - - 12:58:23 - - 12:52:44 - - 12:47:06 - - 12:41:29 - - 12:35:53 - - 12:30:18 - - 12:24:44 - - 12:19:11 - - 12:13:39 - - 12:08:08 - - 12:02:38 - - 11:57:09 - - 11:51:41 - - 11:46:14 - - 11:40:48 - - 11:35:23 - - 11:29:59 - - 11:24:36 - - 11:19:14 - - 11:13:53 - - 11:08:33 - - 11:03:14 - - 10:57:56 - - 10:52:39 - - 10:47:23 - - 10:42:08 - - 10:36:54 - - 10:31:41 - - 10:26:29 - - 10:21:18 - - 10:16:08 - - 10:10:59 - - 10:05:51 - - 10:00:44 - - 09:55:38 - - 09:50:33 - - 09:45:29 - - 09:40:26 - - 09:35:24 - - 09:30:23 - - 09:25:23 - - 09:20:24 - - 09:15:26 - - 09:10:29 - - 09:05:33 - - 09:00:38 - - 08:55:44 - - 08:50:51 - - 08:45:59 - - 08:41:08 - - 08:36:18 - - 08:31:29 - - 08:26:41 - - 08:21:54 - - 08:17:08 - - 08:12:23 - - 08:07:39 - - 08:02:56 - - 07:58:14 - - 07:53:33 - - 07:48:53 - - 07:44:14 - - 07:39:36 - - 07:34:59 - - 07:30:23 - - 07:25:48 - - 07:21:14 - - 07:16:41 - - 07:12:09 - - 07:07:38 - - 07:03:08 - - 06:58:39 - - 06:54:11 - - 06:49:44 - - 06:45:18 - - 06:40:53 - - 06:36:29 - - 06:32:06 - - 06:27:44 - - 06:23:23 - - 06:19:03 - - 06:14:44 - - 06:10:26 - - 06:06:09 - - 06:01:53 - - 05:57:38 - - 05:53:24 - - 05:49:11 - - 05:44:59 - - 05:40:48 - - 05:36:38 - - 05:32:29 - - 05:28:21 - - 05:24:14 - - 05:20:08 - - 05:16:03 - - 05:11:59 - - 05:07:56 - - 05:03:54 - - 04:59:53 - - 04:55:53 - - 04:51:54 - - 04:47:56 - - 04:43:59 - - 04:40:03 - - 04:36:08 - - 04:32:14 - - 04:28:21 - - 04:24:29 - - 04:20:38 - - 04:16:48 - - 04:12:59 - - 04:09:11 - - 04:05:24 - - 04:01:38 - - 03:57:53 - - 03:54:09 - - 03:50:26 - - 03:46:44 - - 03:43:03 - - 03:39:23 - - 03:35:44 - - 03:32:06 - - 03:28:29 - - 03:24:53 - - 03:21:18 - - 03:17:44 - - 03:14:11 - - 03:10:39 - - 03:07:08 - - 03:03:38 - - 03:00:09 - - 02:56:41 - - 02:53:14 - - 02:49:48 - - 02:46:23 - - 02:42:59 - - 02:39:36 - - 02:36:14 - - 02:32:53 - - 02:29:33 - - 02:26:14 - - 02:22:56 - - 02:19:39 - - 02:16:23 - - 02:13:08 - - 02:09:54 - - 02:06:41 - - 02:03:29 - - 02:00:18 - - 01:57:08 - - 01:53:59 - - 01:50:51 - - 01:47:44 - - 01:44:38 - - 01:41:33 - - 01:38:29 - - 01:35:26 - - 01:32:24 - - 01:29:23 - - 01:26:23 - - 01:23:24 - - 01:20:26 - - 01:17:29 - - 01:14:33 - - 01:11:38 - - 01:08:44 - - 01:05:51 - - 01:02:59 - - 01:00:08 - - 12:57:18 - - 12:54:29 - - 12:51:41 - - 12:48:54 - - 12:46:08 - - 12:43:23 - - 12:40:39 - - 12:37:56 - - 12:35:14 - - 12:32:33 - - 12:29:53 - - 12:27:14 - - 12:24:36 - - 12:21:59 - - 12:19:23 - - 12:16:48 - - 12:14:14 - - 12:11:41 - - 12:09:09 - - 12:06:38 - - 12:04:08 - - 12:01:39 - - 11:59:11 - - 11:56:44 - - 11:54:18 - - 11:51:53 - - 11:49:29 - - 11:47:06 - - 11:44:44 - - 11:42:23 - - 11:40:03 - - 11:37:44 - - 11:35:26 - - 11:33:09 - - 11:30:53 - - 11:28:38 - - 11:26:24 - - 11:24:11 - - 11:21:59 - - 11:19:48 - - 11:17:38 - - 11:15:29 - - 11:13:21 - - 11:11:14 - - 11:09:08 - - 11:07:03 - - 11:04:59 - - 11:02:56 - - 11:00:54 - - 10:58:53 - - 10:56:53 - - 10:54:54 - - 10:52:56 - - 10:50:59 - - 10:49:03 - - 10:47:08 - - 10:45:14 - - 10:43:21 - - 10:41:29 - - 10:39:38 - - 10:37:48 - - 10:35:59 - - 10:34:11 - - 10:32:24 - - 10:30:38 - - 10:28:53 - - 10:27:09 - - 10:25:26 - - 10:23:44 - - 10:22:03 - - 10:20:23 - - 10:18:44 - - 10:17:06 - - 10:15:29 - - 10:13:53 - - 10:12:18 - - 10:10:44 - - 10:09:11 - - 10:07:39 - - 10:06:08 - - 10:04:38 - - 10:03:09 - - 10:01:41 - - 10:00:14 - - 09:58:48 - - 09:57:23 - - 09:55:59 - - 09:54:36 - - 09:53:14 - - 09:51:53 - - 09:50:33 - - 09:49:14 - - 09:47:56 - - 09:46:39 - - 09:45:23 - - 09:44:08 - - 09:42:54 - - 09:41:41 - - 09:40:29 - - 09:39:18 - - 09:38:08 - - 09:36:59 - - 09:35:51 - - 09:34:44 + - 09:33:32 + - 09:33:33 + - 09:33:34 + - 09:33:35 + - 09:33:36 + - 09:33:37 - 09:33:38 - - 09:32:33 - - 09:31:29 - - 09:30:26 - - 09:29:24 - - 09:28:23 - - 09:27:23 - - 09:26:24 - - 09:25:26 - - 09:24:29 - - 09:23:33 - - 09:22:38 - - 09:21:44 - - 09:20:51 - - 09:19:59 - - 09:19:08 - - 09:18:18 - - 09:17:29 - - 09:16:41 - - 09:15:54 - - 09:15:08 - - 09:14:23 - - 09:13:39 - - 09:12:56 - - 09:12:14 - - 09:11:33 - - 09:10:53 - - 09:10:14 - - 09:09:36 - - 09:08:59 - - 09:08:23 - - 09:07:48 - - 09:07:14 - - 09:06:41 - - 09:06:09 - - 09:05:38 - - 09:05:08 - - 09:04:39 - - 09:04:11 - - 09:03:44 - - 09:03:18 - - 09:02:53 - - 09:02:29 - - 09:02:06 - - 09:01:44 - - 09:01:23 - - 09:01:03 - - 09:00:44 - - 09:00:26 - - 09:00:09 - - 08:59:53 - - 08:59:38 - - 08:59:24 - - 08:59:11 - - 08:58:59 - - 08:58:48 - - 08:58:38 - - 08:58:29 - - 08:58:21 - - 08:58:14 - - 08:58:08 - - 08:58:03 - - 08:57:59 - - 08:57:56 - - 08:57:54 - - 08:57:53 + - 09:33:39 + - 09:33:40 + - 09:33:41 + - 09:33:42 + - 09:33:43 + - 09:33:44 + - 09:33:45 + - 09:33:46 + - 09:33:47 + - 09:33:48 + - 09:33:49 + - 09:33:50 + - 09:33:51 + - 09:33:52 + - 09:33:53 + - 09:33:54 + - 09:33:55 + - 09:33:56 + - 09:33:57 + - 09:33:58 + - 09:33:59 + - 09:34:00 + - 09:34:01 + - 09:34:02 + - 09:34:03 + - 09:34:04 + - 09:34:05 + - 09:34:06 + - 09:34:07 + - 09:34:08 + - 09:34:09 + - 09:34:10 + - 09:34:11 + - 09:34:12 + - 09:34:13 + - 09:34:14 + - 09:34:15 + - 09:34:16 + - 09:34:17 + - 09:34:18 + - 09:34:19 + - 09:34:20 + - 09:34:21 + - 09:34:22 + - 09:34:23 + - 09:34:24 + - 09:34:25 + - 09:34:26 + - 09:34:27 + - 09:34:28 + - 09:34:29 + - 09:34:30 + - 09:34:31 + - 09:34:32 + - 09:34:33 + - 09:34:34 + - 09:34:35 + - 09:34:36 + - 09:34:37 + - 09:34:38 + - 09:34:39 + - 09:34:40 + - 09:34:41 + - 09:34:42 + - 09:34:43 + - 09:34:44 + - 09:34:45 + - 09:34:46 + - 09:34:47 + - 09:34:48 + - 09:34:49 + - 09:34:50 + - 09:34:51 + - 09:34:52 + - 09:34:53 + - 09:34:54 + - 09:34:55 + - 09:34:56 + - 09:34:57 + - 09:34:58 + - 09:34:59 + - 09:35:00 + - 09:35:01 + - 09:35:02 + - 09:35:03 + - 09:35:04 + - 09:35:05 + - 09:35:06 + - 09:35:07 + - 09:35:08 + - 09:35:09 + - 09:35:10 + - 09:35:11 + - 09:35:12 + - 09:35:13 + - 09:35:14 + - 09:35:15 + - 09:35:16 + - 09:35:17 + - 09:35:18 + - 09:35:19 + - 09:35:20 + - 09:35:21 + - 09:35:22 + - 09:35:23 + - 09:35:24 + - 09:35:25 + - 09:35:26 + - 09:35:27 + - 09:35:28 + - 09:35:29 + - 09:35:30 + - 09:35:31 + - 09:35:32 + - 09:35:33 + - 09:35:34 + - 09:35:35 + - 09:35:36 + - 09:35:37 + - 09:35:38 + - 09:35:39 + - 09:35:40 + - 09:35:41 + - 09:35:42 + - 09:35:43 + - 09:35:44 + - 09:35:45 + - 09:35:46 + - 09:35:47 + - 09:35:48 + - 09:35:49 + - 09:35:50 + - 09:35:51 + - 09:35:52 + - 09:35:53 + - 09:35:54 + - 09:35:55 + - 09:35:56 + - 09:35:57 + - 09:35:58 + - 09:35:59 + - 09:36:00 + - 09:36:01 + - 09:36:02 + - 09:36:03 + - 09:36:04 + - 09:36:05 + - 09:36:06 + - 09:36:07 + - 09:36:08 + - 09:36:09 + - 09:36:10 + - 09:36:11 + - 09:36:12 + - 09:36:13 + - 09:36:14 + - 09:36:15 + - 09:36:16 + - 09:36:17 + - 09:36:18 + - 09:36:19 + - 09:36:20 + - 09:36:21 + - 09:36:22 + - 09:36:23 + - 09:36:24 + - 09:36:25 + - 09:36:26 + - 09:36:27 + - 09:36:28 + - 09:36:29 + - 09:36:30 + - 09:36:31 + - 09:36:32 + - 09:36:33 + - 09:36:34 + - 09:36:35 + - 09:36:36 + - 09:36:37 + - 09:36:38 + - 09:36:39 + - 09:36:40 + - 09:36:41 + - 09:36:42 + - 09:36:43 + - 09:36:44 + - 09:36:45 + - 09:36:46 + - 09:36:47 + - 09:36:48 + - 09:36:49 + - 09:36:50 + - 09:36:51 + - 09:36:52 + - 09:36:53 + - 09:36:54 + - 09:36:55 + - 09:36:56 + - 09:36:57 + - 09:36:58 + - 09:36:59 + - 09:37:00 + - 09:37:01 + - 09:37:02 + - 09:37:03 + - 09:37:04 + - 09:37:05 + - 09:37:06 + - 09:37:07 + - 09:37:08 + - 09:37:09 + - 09:37:10 + - 09:37:11 + - 09:37:12 + - 09:37:13 + - 09:37:14 + - 09:37:15 + - 09:37:16 + - 09:37:17 + - 09:37:18 + - 09:37:19 + - 09:37:20 + - 09:37:21 + - 09:37:22 + - 09:37:23 + - 09:37:24 + - 09:37:25 + - 09:37:26 + - 09:37:27 + - 09:37:28 + - 09:37:29 + - 09:37:30 + - 09:37:31 + - 09:37:32 + - 09:37:33 + - 09:37:34 + - 09:37:35 + - 09:37:36 + - 09:37:37 + - 09:37:38 + - 09:37:39 + - 09:37:40 + - 09:37:41 + - 09:37:42 + - 09:37:43 + - 09:37:44 + - 09:37:45 + - 09:37:46 + - 09:37:47 + - 09:37:48 + - 09:37:49 + - 09:37:50 + - 09:37:51 + - 09:37:52 + - 09:37:53 + - 09:37:54 + - 09:37:55 + - 09:37:56 + - 09:37:57 + - 09:37:58 + - 09:37:59 + - 09:38:00 + - 09:38:01 + - 09:38:02 + - 09:38:03 + - 09:38:04 + - 09:38:05 + - 09:38:06 + - 09:38:07 + - 09:38:08 + - 09:38:09 + - 09:38:10 + - 09:38:11 + - 09:38:12 + - 09:38:13 + - 09:38:14 + - 09:38:15 + - 09:38:16 + - 09:38:17 + - 09:38:18 + - 09:38:19 + - 09:38:20 + - 09:38:21 + - 09:38:22 + - 09:38:23 + - 09:38:24 + - 09:38:25 + - 09:38:26 + - 09:38:27 + - 09:38:28 + - 09:38:29 + - 09:38:30 + - 09:38:31 + - 09:38:32 + - 09:38:33 + - 09:38:34 + - 09:38:35 + - 09:38:36 + - 09:38:37 + - 09:38:38 + - 09:38:39 + - 09:38:40 + - 09:38:41 + - 09:38:42 + - 09:38:43 + - 09:38:44 + - 09:38:45 + - 09:38:46 + - 09:38:47 + - 09:38:48 + - 09:38:49 + - 09:38:50 + - 09:38:51 + - 09:38:52 + - 09:38:53 + - 09:38:54 + - 09:38:55 + - 09:38:56 + - 09:38:57 + - 09:38:58 + - 09:38:59 + - 09:39:00 + - 09:39:01 + - 09:39:02 + - 09:39:03 + - 09:39:04 + - 09:39:05 + - 09:39:06 + - 09:39:07 + - 09:39:08 + - 09:39:09 + - 09:39:10 + - 09:39:11 + - 09:39:12 + - 09:39:13 + - 09:39:14 + - 09:39:15 + - 09:39:16 + - 09:39:17 + - 09:39:18 + - 09:39:19 + - 09:39:20 + - 09:39:21 + - 09:39:22 + - 09:39:23 + - 09:39:24 + - 09:39:25 + - 09:39:26 + - 09:39:27 + - 09:39:28 + - 09:39:29 + - 09:39:30 + - 09:39:31 + - 09:39:32 + - 09:39:33 + - 09:39:34 + - 09:39:35 + - 09:39:36 + - 09:39:37 + - 09:39:38 + - 09:39:39 + - 09:39:40 + - 09:39:41 + - 09:39:42 + - 09:39:43 + - 09:39:44 + - 09:39:45 + - 09:39:46 + - 09:39:47 + - 09:39:48 + - 09:39:49 + - 09:39:50 + - 09:39:51 + - 09:39:52 + - 09:39:53 + - 09:39:54 + - 09:39:55 + - 09:39:56 + - 09:39:57 + - 09:39:58 + - 09:39:59 + - 09:40:00 + - 09:40:01 + - 09:40:02 + - 09:40:03 + - 09:40:04 + - 09:40:05 + - 09:40:06 + - 09:40:07 + - 09:40:08 + - 09:40:09 + - 09:40:10 + - 09:40:11 + - 09:40:12 + - 09:40:13 + - 09:40:14 + - 09:40:15 + - 09:40:16 + - 09:40:17 + - 09:40:18 + - 09:40:19 + - 09:40:20 + - 09:40:21 + - 09:40:22 + - 09:40:23 + - 09:40:24 + - 09:40:25 + - 09:40:26 + - 09:40:27 + - 09:40:28 + - 09:40:29 + - 09:40:30 + - 09:40:31 + - 09:40:32 + - 09:40:33 + - 09:40:34 + - 09:40:35 + - 09:40:36 + - 09:40:37 + - 09:40:38 + - 09:40:39 + - 09:40:40 + - 09:40:41 + - 09:40:42 + - 09:40:43 + - 09:40:44 + - 09:40:45 + - 09:40:46 + - 09:40:47 + - 09:40:48 + - 09:40:49 + - 09:40:50 + - 09:40:51 + - 09:40:52 + - 09:40:53 + - 09:40:54 + - 09:40:55 + - 09:40:56 + - 09:40:57 + - 09:40:58 + - 09:40:59 + - 09:41:00 + - 09:41:01 + - 09:41:02 + - 09:41:03 + - 09:41:04 + - 09:41:05 + - 09:41:06 + - 09:41:07 + - 09:41:08 + - 09:41:09 + - 09:41:10 + - 09:41:11 + - 09:41:12 + - 09:41:13 + - 09:41:14 + - 09:41:15 + - 09:41:16 + - 09:41:17 + - 09:41:18 + - 09:41:19 + - 09:41:20 + - 09:41:21 + - 09:41:22 + - 09:41:23 + - 09:41:24 + - 09:41:25 + - 09:41:26 + - 09:41:27 + - 09:41:28 + - 09:41:29 + - 09:41:30 + - 09:41:31 + - 09:41:32 + - 09:41:33 + - 09:41:34 + - 09:41:35 + - 09:41:36 + - 09:41:37 + - 09:41:38 + - 09:41:39 + - 09:41:40 + - 09:41:41 + - 09:41:42 + - 09:41:43 + - 09:41:44 + - 09:41:45 + - 09:41:46 + - 09:41:47 + - 09:41:48 + - 09:41:49 + - 09:41:50 + - 09:41:51 + - 09:41:52 + - 09:41:53 + - 09:41:54 + - 09:41:55 + - 09:41:56 + - 09:41:57 + - 09:41:58 + - 09:41:59 + - 09:42:00 + - 09:42:01 + - 09:42:02 + - 09:42:03 + - 09:42:04 + - 09:42:05 + - 09:42:06 + - 09:42:07 + - 09:42:08 + - 09:42:09 + - 09:42:10 + - 09:42:11 + - 09:42:12 + - 09:42:13 + - 09:42:14 + - 09:42:15 + - 09:42:16 + - 09:42:17 + - 09:42:18 + - 09:42:19 + - 09:42:20 + - 09:42:21 + - 09:42:22 + - 09:42:23 + - 09:42:24 + - 09:42:25 + - 09:42:26 + - 09:42:27 + - 09:42:28 + - 09:42:29 + - 09:42:30 + - 09:42:31 + - 09:42:32 + - 09:42:33 + - 09:42:34 + - 09:42:35 + - 09:42:36 + - 09:42:37 + - 09:42:38 + - 09:42:39 + - 09:42:40 + - 09:42:41 + - 09:42:42 + - 09:42:43 + - 09:42:44 + - 09:42:45 + - 09:42:46 + - 09:42:47 + - 09:42:48 + - 09:42:49 + - 09:42:50 + - 09:42:51 + - 09:42:52 + - 09:42:53 + - 09:42:54 + - 09:42:55 + - 09:42:56 + - 09:42:57 + - 09:42:58 + - 09:42:59 + - 09:43:00 + - 09:43:01 + - 09:43:02 + - 09:43:03 + - 09:43:04 + - 09:43:05 + - 09:43:06 + - 09:43:07 + - 09:43:08 + - 09:43:09 + - 09:43:10 + - 09:43:11 + - 09:43:12 + - 09:43:13 + - 09:43:14 + - 09:43:15 + - 09:43:16 + - 09:43:17 + - 09:43:18 + - 09:43:19 + - 09:43:20 + - 09:43:21 + - 09:43:22 + - 09:43:23 + - 09:43:24 + - 09:43:25 + - 09:43:26 + - 09:43:27 + - 09:43:28 + - 09:43:29 + - 09:43:30 + - 09:43:31 + - 09:43:32 + - 09:43:33 + - 09:43:34 + - 09:43:35 + - 09:43:36 + - 09:43:37 + - 09:43:38 + - 09:43:39 + - 09:43:40 + - 09:43:41 + - 09:43:42 + - 09:43:43 + - 09:43:44 + - 09:43:45 + - 09:43:46 + - 09:43:47 + - 09:43:48 + - 09:43:49 + - 09:43:50 + - 09:43:51 + - 09:43:52 + - 09:43:53 + - 09:43:54 + - 09:43:55 + - 09:43:56 + - 09:43:57 + - 09:43:58 + - 09:43:59 + - 09:44:00 + - 09:44:01 + - 09:44:02 + - 09:44:03 + - 09:44:04 + - 09:44:05 + - 09:44:06 + - 09:44:07 + - 09:44:08 + - 09:44:09 + - 09:44:10 + - 09:44:11 + - 09:44:12 + - 09:44:13 + - 09:44:14 + - 09:44:15 + - 09:44:16 + - 09:44:17 + - 09:44:18 + - 09:44:19 + - 09:44:20 + - 09:44:21 + - 09:44:22 + - 09:44:23 + - 09:44:24 + - 09:44:25 + - 09:44:26 + - 09:44:27 + - 09:44:28 + - 09:44:29 + - 09:44:30 + - 09:44:31 + - 09:44:32 + - 09:44:33 + - 09:44:34 + - 09:44:35 + - 09:44:36 + - 09:44:37 + - 09:44:38 + - 09:44:39 + - 09:44:40 + - 09:44:41 + - 09:44:42 + - 09:44:43 + - 09:44:44 + - 09:44:45 + - 09:44:46 + - 09:44:47 + - 09:44:48 + - 09:44:49 + - 09:44:50 + - 09:44:51 + - 09:44:52 + - 09:44:53 + - 09:44:54 + - 09:44:55 + - 09:44:56 + - 09:44:57 + - 09:44:58 + - 09:44:59 + - 09:45:00 + - 09:45:01 + - 09:45:02 + - 09:45:03 + - 09:45:04 + - 09:45:05 + - 09:45:06 + - 09:45:07 + - 09:45:08 + - 09:45:09 + - 09:45:10 + - 09:45:11 + - 09:45:12 + - 09:45:13 + - 09:45:14 + - 09:45:15 + - 09:45:16 + - 09:45:17 + - 09:45:18 + - 09:45:19 + - 09:45:20 + - 09:45:21 + - 09:45:22 + - 09:45:23 + - 09:45:24 + - 09:45:25 + - 09:45:26 + - 09:45:27 + - 09:45:28 + - 09:45:29 + - 09:45:30 + - 09:45:31 + - 09:45:32 + - 09:45:33 + - 09:45:34 + - 09:45:35 + - 09:45:36 + - 09:45:37 + - 09:45:38 + - 09:45:39 + - 09:45:40 + - 09:45:41 + - 09:45:42 + - 09:45:43 + - 09:45:44 + - 09:45:45 + - 09:45:46 + - 09:45:47 + - 09:45:48 + - 09:45:49 + - 09:45:50 + - 09:45:51 + - 09:45:52 + - 09:45:53 + - 09:45:54 + - 09:45:55 + - 09:45:56 + - 09:45:57 + - 09:45:58 + - 09:45:59 + - 09:46:00 + - 09:46:01 + - 09:46:02 + - 09:46:03 + - 09:46:04 + - 09:46:05 + - 09:46:06 + - 09:46:07 + - 09:46:08 + - 09:46:09 + - 09:46:10 + - 09:46:11 + - 09:46:12 + - 09:46:13 + - 09:46:14 + - 09:46:15 + - 09:46:16 + - 09:46:17 + - 09:46:18 + - 09:46:19 + - 09:46:20 + - 09:46:21 + - 09:46:22 + - 09:46:23 + - 09:46:24 + - 09:46:25 + - 09:46:26 + - 09:46:27 + - 09:46:28 + - 09:46:29 + - 09:46:30 + - 09:46:31 + - 09:46:32 + - 09:46:33 + - 09:46:34 + - 09:46:35 + - 09:46:36 + - 09:46:37 + - 09:46:38 + - 09:46:39 + - 09:46:40 + - 09:46:41 + - 09:46:42 + - 09:46:43 + - 09:46:44 + - 09:46:45 + - 09:46:46 + - 09:46:47 + - 09:46:48 + - 09:46:49 + - 09:46:50 + - 09:46:51 + - 09:46:52 + - 09:46:53 + - 09:46:54 + - 09:46:55 + - 09:46:56 + - 09:46:57 + - 09:46:58 + - 09:46:59 + - 09:47:00 + - 09:47:01 + - 09:47:02 + - 09:47:03 + - 09:47:04 + - 09:47:05 + - 09:47:06 + - 09:47:07 + - 09:47:08 + - 09:47:09 + - 09:47:10 + - 09:47:11 + - 09:47:12 + - 09:47:13 + - 09:47:14 + - 09:47:15 + - 09:47:16 + - 09:47:17 + - 09:47:18 + - 09:47:19 + - 09:47:20 + - 09:47:21 + - 09:47:22 + - 09:47:23 + - 09:47:24 + - 09:47:25 + - 09:47:26 + - 09:47:27 + - 09:47:28 + - 09:47:29 + - 09:47:30 + - 09:47:31 + - 09:47:32 + - 09:47:33 + - 09:47:34 + - 09:47:35 + - 09:47:36 + - 09:47:37 + - 09:47:38 + - 09:47:39 + - 09:47:40 + - 09:47:41 + - 09:47:42 + - 09:47:43 + - 09:47:44 + - 09:47:45 + - 09:47:46 + - 09:47:47 + - 09:47:48 + - 09:47:49 + - 09:47:50 + - 09:47:51 + - 09:47:52 + - 09:47:53 + - 09:47:54 + - 09:47:55 + - 09:47:56 + - 09:47:57 + - 09:47:58 + - 09:47:59 + - 09:48:00 + - 09:48:01 + - 09:48:02 + - 09:48:03 + - 09:48:04 + - 09:48:05 + - 09:48:06 + - 09:48:07 + - 09:48:08 + - 09:48:09 + - 09:48:10 + - 09:48:11 + - 09:48:12 + - 09:48:13 + - 09:48:14 + - 09:48:15 + - 09:48:16 + - 09:48:17 + - 09:48:18 + - 09:48:19 + - 09:48:20 + - 09:48:21 + - 09:48:22 + - 09:48:23 + - 09:48:24 + - 09:48:25 + - 09:48:26 + - 09:48:27 + - 09:48:28 + - 09:48:29 + - 09:48:30 + - 09:48:31 + - 09:48:32 + - 09:48:33 + - 09:48:34 + - 09:48:35 + - 09:48:36 + - 09:48:37 + - 09:48:38 + - 09:48:39 + - 09:48:40 + - 09:48:41 + - 09:48:42 + - 09:48:43 + - 09:48:44 + - 09:48:45 + - 09:48:46 + - 09:48:47 + - 09:48:48 + - 09:48:49 + - 09:48:50 + - 09:48:51 + - 09:48:52 + - 09:48:53 + - 09:48:54 + - 09:48:55 + - 09:48:56 + - 09:48:57 + - 09:48:58 + - 09:48:59 + - 09:49:00 + - 09:49:01 + - 09:49:02 + - 09:49:03 + - 09:49:04 + - 09:49:05 + - 09:49:06 + - 09:49:07 + - 09:49:08 + - 09:49:09 + - 09:49:10 + - 09:49:11 + - 09:49:12 + - 09:49:13 + - 09:49:14 + - 09:49:15 + - 09:49:16 + - 09:49:17 + - 09:49:18 + - 09:49:19 + - 09:49:20 + - 09:49:21 + - 09:49:22 + - 09:49:23 + - 09:49:24 + - 09:49:25 + - 09:49:26 + - 09:49:27 + - 09:49:28 + - 09:49:29 + - 09:49:30 + - 09:49:31 + - 09:49:32 + - 09:49:33 + - 09:49:34 + - 09:49:35 + - 09:49:36 + - 09:49:37 + - 09:49:38 + - 09:49:39 + - 09:49:40 + - 09:49:41 + - 09:49:42 + - 09:49:43 + - 09:49:44 + - 09:49:45 + - 09:49:46 + - 09:49:47 + - 09:49:48 + - 09:49:49 + - 09:49:50 + - 09:49:51 + - 09:49:52 + - 09:49:53 + - 09:49:54 + - 09:49:55 + - 09:49:56 + - 09:49:57 + - 09:49:58 + - 09:49:59 + - 09:50:00 + - 09:50:01 + - 09:50:02 + - 09:50:03 + - 09:50:04 + - 09:50:05 + - 09:50:06 + - 09:50:07 + - 09:50:08 + - 09:50:09 + - 09:50:10 + - 09:50:11 + - 09:50:12 m_AxisTick: m_Show: 1 m_AlignWithLabel: 0 @@ -54537,7 +53762,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: -338} - m_SizeDelta: {x: 1173.12, y: 338} + m_SizeDelta: {x: 1173, y: 338} m_Pivot: {x: 0, y: 0} --- !u!1 &1578266200 GameObject: @@ -54613,6 +53838,46 @@ CanvasRenderer: m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1578266200} +--- !u!1 &1578734347 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1614182737584510, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1578734348} + m_Layer: 0 + m_Name: legend + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1578734348 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224890199064014760, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1578734347} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 574, y: 298, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1419329187} + - {fileID: 892290516} + - {fileID: 1970512214} + - {fileID: 1162730870} + - {fileID: 40933721} + m_Father: {fileID: 1619574609} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -10, y: -2} + m_SizeDelta: {x: 584, y: 300} + m_Pivot: {x: 1, y: 1} --- !u!1 &1588316171 GameObject: m_ObjectHideFlags: 0 @@ -55049,7 +54314,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1617189392} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 38, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1205268351} @@ -55070,6 +54335,313 @@ RectTransform: m_AnchoredPosition: {x: 0, y: -300} m_SizeDelta: {x: 584, y: 300} m_Pivot: {x: 0, y: 0} +--- !u!1 &1619574608 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1580717062759510, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1619574609} + - component: {fileID: 1619574611} + - component: {fileID: 1619574610} + m_Layer: 5 + m_Name: linechart_stacked (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1619574609 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224601617860710732, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1619574608} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 4, y: -1216, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1922825156} + - {fileID: 1578734348} + - {fileID: 1641056311} + - {fileID: 554203168} + - {fileID: 1301235160} + m_Father: {fileID: 1019907807} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 4, y: 348} + m_SizeDelta: {x: 584, y: 300} + m_Pivot: {x: 0, y: 0} +--- !u!114 &1619574610 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114391297909395756, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1619574608} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_Theme: 1 + m_ThemeInfo: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_BackgroundColor: + serializedVersion: 2 + rgba: 4294967295 + m_ContrastColor: + serializedVersion: 2 + rgba: 4283256145 + m_TextColor: + serializedVersion: 2 + rgba: 4283256145 + m_SubTextColor: + serializedVersion: 2 + rgba: 4283256145 + m_LegendTextColor: + serializedVersion: 2 + rgba: 4293848814 + m_UnableColor: + serializedVersion: 2 + rgba: 4291611852 + m_AxisLineColor: + serializedVersion: 2 + rgba: 4283256145 + m_AxisSplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TooltipBackgroundColor: + serializedVersion: 2 + rgba: 3042005329 + m_TooltipFlagAreaColor: + serializedVersion: 2 + rgba: 542200145 + m_TooltipTextColor: + serializedVersion: 2 + rgba: 4294967295 + m_ColorPalette: + - serializedVersion: 2 + rgba: 4281415106 + - serializedVersion: 2 + rgba: 4283712815 + - serializedVersion: 2 + rgba: 4289241185 + - serializedVersion: 2 + rgba: 4284842708 + - serializedVersion: 2 + rgba: 4289644433 + - serializedVersion: 2 + rgba: 4286816116 + - serializedVersion: 2 + rgba: 4280452810 + - serializedVersion: 2 + rgba: 4288324285 + - serializedVersion: 2 + rgba: 4285821038 + - serializedVersion: 2 + rgba: 4285556052 + - serializedVersion: 2 + rgba: 4292070596 + m_Title: + m_Show: 1 + m_Text: "\u5806\u53E0\u533A\u57DF\u56FE" + m_TextFontSize: 16 + m_SubText: + m_SubTextFontSize: 14 + m_ItemGap: 14 + m_Location: + m_Align: 0 + m_Left: 2 + m_Right: 0 + m_Top: 2 + m_Bottom: 0 + m_Legend: + m_JsonData: "data:['\u90AE\u4EF6\u8425\u9500','\u8054\u76DF\u5E7F\u544A','\u89C6\u9891\u5E7F\u544A','\u76F4\u63A5\u8BBF\u95EE','\u641C\u7D22\u5F15\u64CE']" + m_DataFromJson: 0 + m_Show: 1 + m_Orient: 0 + m_Location: + m_Align: 1 + m_Left: 0 + m_Right: 10 + m_Top: 2 + m_Bottom: 0 + m_ItemWidth: 52 + m_ItemHeight: 16 + m_ItemGap: 5 + m_ItemFontSize: 12 + m_Data: + - "\u90AE\u4EF6\u8425\u9500" + - "\u8054\u76DF\u5E7F\u544A" + - "\u89C6\u9891\u5E7F\u544A" + - "\u76F4\u63A5\u8BBF\u95EE" + - "\u641C\u7D22\u5F15\u64CE" + m_Tooltip: + m_Show: 1 + m_Series: + m_JsonData: + m_DataFromJson: 0 + m_Series: + - m_JsonData: data:[120, 132, 101, 134, 90, 230, 210] + m_DataFromJson: 0 + m_Show: 1 + m_Type: 0 + m_Name: "\u90AE\u4EF6\u8425\u9500" + m_Stack: "\u603B\u91CF" + m_Data: + - 120 + - 132 + - 101 + - 134 + - 90 + - 230 + - 210 + m_Flodout: 0 + - m_JsonData: data:[220, 182, 191, 234, 290, 330, 310] + m_DataFromJson: 0 + m_Show: 1 + m_Type: 0 + m_Name: "\u8054\u76DF\u5E7F\u544A" + m_Stack: "\u603B\u91CF" + m_Data: + - 220 + - 182 + - 191 + - 234 + - 290 + - 330 + - 310 + m_Flodout: 0 + - m_JsonData: data:[150, 232, 201, 154, 190, 330, 410] + m_DataFromJson: 0 + m_Show: 1 + m_Type: 0 + m_Name: "\u89C6\u9891\u5E7F\u544A" + m_Stack: "\u603B\u91CF" + m_Data: + - 150 + - 232 + - 201 + - 154 + - 190 + - 330 + - 410 + m_Flodout: 0 + - m_JsonData: data:[320, 332, 301, 334, 390, 330, 320] + m_DataFromJson: 0 + m_Show: 1 + m_Type: 0 + m_Name: "\u76F4\u63A5\u8BBF\u95EE" + m_Stack: "\u603B\u91CF" + m_Data: + - 320 + - 332 + - 301 + - 334 + - 390 + - 330 + - 320 + m_Flodout: 0 + - m_JsonData: data:[820, 932, 901, 934, 1290, 1330, 1320] + m_DataFromJson: 0 + m_Show: 1 + m_Type: 0 + m_Name: "\u641C\u7D22\u5F15\u64CE" + m_Stack: "\u603B\u91CF" + m_Data: + - 820 + - 932 + - 901 + - 934 + - 1290 + - 1330 + - 1320 + m_Flodout: 0 + m_Large: 0 + m_MinShowDataNumber: 0 + m_MaxShowDataNumber: 0 + m_MaxCacheDataNumber: 0 + m_Coordinate: + m_Left: 50 + m_Right: 30 + m_Top: 30 + m_Bottom: 25 + m_Tickness: 0.6 + m_FontSize: 16 + m_XAxis: + m_JsonData: "data: ['\u5468\u4E00','\u5468\u4E8C','\u5468\u4E09','\u5468\u56DB','\u5468\u4E94','\u5468\u516D','\u5468\u65E5']" + m_DataFromJson: 0 + m_Show: 1 + m_Type: 1 + m_MinMaxType: 0 + m_Min: 0 + m_Max: 0 + m_SplitNumber: 7 + m_TextRotation: 0 + m_ShowSplitLine: 0 + m_SplitLineType: 2 + m_BoundaryGap: 0 + m_Data: + - "\u5468\u4E00" + - "\u5468\u4E8C" + - "\u5468\u4E09" + - "\u5468\u56DB" + - "\u5468\u4E94" + - "\u5468\u516D" + - "\u5468\u65E5" + m_AxisTick: + m_Show: 1 + m_AlignWithLabel: 0 + m_Inside: 0 + m_Length: 5 + m_YAxis: + m_JsonData: + m_DataFromJson: 0 + m_Show: 1 + m_Type: 0 + m_MinMaxType: 0 + m_Min: 0 + m_Max: 0 + m_SplitNumber: 5 + m_TextRotation: 0 + m_ShowSplitLine: 1 + m_SplitLineType: 2 + m_BoundaryGap: 0 + m_Data: [] + m_AxisTick: + m_Show: 1 + m_AlignWithLabel: 0 + m_Inside: 0 + m_Length: 5 + m_Line: + m_Tickness: 0.8 + m_Point: 1 + m_PointWidth: 2.5 + m_Smooth: 0 + m_SmoothStyle: 10 + m_Area: 1 + m_AreaColor: {r: 0, g: 0, b: 0, a: 0} +--- !u!222 &1619574611 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222201919994646596, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1619574608} --- !u!1 &1623435343 GameObject: m_ObjectHideFlags: 0 @@ -55097,7 +54669,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1623435343} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 2, y: -1540, z: 0} + m_LocalPosition: {x: 592, y: -1216, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1180067073} @@ -55106,7 +54678,7 @@ RectTransform: - {fileID: 1617189393} - {fileID: 42068936} m_Father: {fileID: 1019907807} - m_RootOrder: 6 + m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -55149,7 +54721,7 @@ MonoBehaviour: rgba: 4283256145 m_LegendTextColor: serializedVersion: 2 - rgba: 4283256145 + rgba: 4293848814 m_UnableColor: serializedVersion: 2 rgba: 4291611852 @@ -55170,31 +54742,27 @@ MonoBehaviour: rgba: 4294967295 m_ColorPalette: - serializedVersion: 2 - rgba: 4292518455 + rgba: 4281415106 - serializedVersion: 2 - rgba: 4286554111 + rgba: 4283712815 - serializedVersion: 2 - rgba: 4293510450 + rgba: 4289241185 - serializedVersion: 2 - rgba: 4287853307 + rgba: 4284842708 - serializedVersion: 2 - rgba: 4293124199 + rgba: 4289644433 - serializedVersion: 2 - rgba: 4289618656 + rgba: 4286816116 - serializedVersion: 2 - rgba: 4290307743 + rgba: 4280452810 - serializedVersion: 2 - rgba: 4291924198 + rgba: 4288324285 - serializedVersion: 2 - rgba: 4284275711 + rgba: 4285821038 - serializedVersion: 2 - rgba: 4294163686 + rgba: 4285556052 - serializedVersion: 2 - rgba: 4294284957 - - serializedVersion: 2 - rgba: 4293556355 - - serializedVersion: 2 - rgba: 4294950806 + rgba: 4292070596 m_Title: m_Show: 1 m_Text: "\u52A8\u6001\u6570\u636E" @@ -55238,107 +54806,107 @@ MonoBehaviour: m_Name: m_Stack: m_Data: - - 132 - - 79 - - 94 - - 103 - - 69 - - 132 - - 73 - - 101 - - 146 - - 119 - - 104 - - 105 - - 141 - - 86 - - 134 - - 94 - - 102 - - 60 + - 121 + - 63 + - 122 - 97 - - 111 - - 102 - - 118 - - 122 - - 106 - - 120 - - 66 - - 127 - - 122 - - 120 - - 148 - - 135 - - 129 - - 89 - - 140 - - 146 - - 116 - - 143 - - 89 - - 129 - - 110 - - 96 - - 84 - - 112 - - 99 - - 61 - - 114 - - 83 - - 118 - - 120 - - 81 - - 128 - - 69 - - 138 - - 120 - - 65 - - 109 - - 143 - - 125 - - 84 - - 87 - - 128 - - 93 - - 141 - - 129 - - 77 - - 90 - - 79 - - 146 - - 146 - - 96 - - 61 - - 127 - - 65 - - 132 - - 127 - - 118 - - 143 - - 142 - - 83 - - 60 - - 65 - - 82 - - 90 - - 138 - - 103 - - 143 - - 123 - - 148 - - 143 - - 145 - - 148 - - 79 - - 105 - 91 - - 108 - - 147 - - 71 - - 115 + - 86 + - 88 + - 149 + - 106 + - 110 + - 73 + - 81 + - 124 + - 98 + - 74 + - 104 + - 85 + - 78 + - 148 + - 100 + - 90 - 122 + - 142 + - 139 + - 114 + - 132 + - 141 + - 104 + - 92 + - 126 + - 85 + - 93 + - 127 + - 101 - 83 + - 116 + - 72 + - 149 + - 60 + - 100 + - 88 + - 114 + - 121 + - 101 + - 75 + - 81 + - 124 - 136 + - 84 + - 106 + - 96 + - 133 + - 98 + - 84 + - 141 + - 143 + - 108 + - 124 + - 71 + - 97 + - 91 + - 130 + - 83 + - 85 + - 101 + - 70 + - 138 + - 106 + - 88 + - 148 + - 116 + - 101 + - 118 + - 92 + - 87 + - 104 + - 125 + - 94 + - 126 + - 134 + - 107 + - 86 + - 128 + - 91 + - 105 + - 130 + - 142 + - 78 + - 70 + - 72 + - 93 + - 139 + - 120 + - 96 + - 73 + - 137 + - 123 + - 103 + - 78 + - 85 + - 126 m_Flodout: 0 m_Large: 0 m_MinShowDataNumber: 0 @@ -55365,107 +54933,107 @@ MonoBehaviour: m_SplitLineType: 2 m_BoundaryGap: 0 m_Data: - - 02:35:42 - - 02:35:26 - - 02:35:11 - - 02:34:57 - - 02:34:44 - - 02:34:32 - - 02:34:21 - - 02:34:11 - - 02:34:02 - - 02:33:54 - - 02:33:47 - - 02:33:41 - - 02:33:36 - - 02:33:32 - - 02:33:29 - - 02:33:27 - - 02:33:26 - - 03:57:41 - - 03:57:46 - - 03:57:47 - - 03:57:50 - - 03:57:51 - - 03:57:53 - - 03:58:10 - - 03:58:13 - - 03:58:15 - - 03:58:16 - - 03:58:17 - - 03:58:19 - - 03:58:20 - - 03:58:24 - - 03:58:28 - - 03:58:31 - - 03:58:35 - - 03:58:37 - - 03:59:31 - - 03:59:36 - - 03:59:38 - - 03:59:42 - - 03:59:43 - - 03:59:49 - - 03:59:50 - - 03:59:52 - - 04:00:03 - - 04:00:06 - - 04:00:18 - - 04:00:31 - - 04:00:33 - - 04:00:38 - - 04:01:04 - - 04:01:06 - - 04:01:07 - - 04:01:09 - - 04:01:11 - - 04:01:13 - - 04:01:27 - - 04:14:16 - - 04:14:36 - - 04:14:43 - - 04:14:56 - - 04:15:00 - - 04:15:06 - - 04:26:00 - - 04:26:02 - - 04:26:04 - - 04:26:18 - - 04:26:23 - - 04:30:16 - - 04:30:18 - - 04:30:21 - - 04:30:24 - - 04:30:26 - - 04:32:16 - - 04:32:17 - - 04:32:22 - - 04:33:10 - - 04:34:03 - - 04:34:07 - - 04:34:09 - - 04:34:15 - - 04:34:18 - - 04:34:20 - - 04:34:34 - - 04:34:36 - - 04:34:38 - - 04:34:49 - - 04:34:51 - - 04:34:53 - - 04:35:02 - - 04:35:04 - - 04:35:21 - - 04:35:24 - - 04:35:26 - - 04:35:40 - - 04:35:44 - - 04:35:46 - - 04:35:53 - - 04:35:57 - - 04:35:58 - - 04:36:16 - - 04:36:20 + - 09:48:42 + - 09:48:43 + - 09:48:44 + - 09:48:45 + - 09:48:46 + - 09:48:47 + - 09:48:48 + - 09:48:49 + - 09:48:50 + - 09:48:51 + - 09:48:52 + - 09:48:53 + - 09:48:54 + - 09:48:55 + - 09:48:56 + - 09:48:57 + - 09:48:58 + - 09:48:59 + - 09:49:00 + - 09:49:01 + - 09:49:02 + - 09:49:03 + - 09:49:04 + - 09:49:05 + - 09:49:06 + - 09:49:07 + - 09:49:08 + - 09:49:09 + - 09:49:10 + - 09:49:11 + - 09:49:12 + - 09:49:13 + - 09:49:14 + - 09:49:15 + - 09:49:16 + - 09:49:17 + - 09:49:18 + - 09:50:13 + - 09:49:19 + - 09:49:20 + - 09:49:21 + - 09:49:22 + - 09:49:23 + - 09:49:24 + - 09:49:25 + - 09:49:26 + - 09:49:27 + - 09:49:28 + - 09:49:29 + - 09:49:30 + - 09:49:31 + - 09:49:32 + - 09:49:33 + - 09:49:34 + - 09:49:35 + - 09:49:36 + - 09:49:37 + - 09:49:38 + - 09:49:39 + - 09:49:40 + - 09:49:41 + - 09:49:42 + - 09:49:43 + - 09:49:44 + - 09:49:45 + - 09:49:46 + - 09:49:47 + - 09:49:48 + - 09:49:49 + - 09:49:50 + - 09:49:51 + - 09:49:52 + - 09:49:53 + - 09:49:54 + - 09:49:55 + - 09:49:56 + - 09:49:57 + - 09:49:58 + - 09:49:59 + - 09:50:00 + - 09:50:01 + - 09:50:02 + - 09:50:03 + - 09:50:04 + - 09:50:05 + - 09:50:06 + - 09:50:07 + - 09:50:08 + - 09:50:09 + - 09:50:10 + - 09:50:14 + - 09:50:11 + - 09:50:12 + - 09:50:15 + - 09:50:16 + - 09:50:19 + - 09:50:20 + - 09:50:21 + - 09:50:23 + - 09:50:24 + - 09:50:26 m_AxisTick: m_Show: 1 m_AlignWithLabel: 0 @@ -55518,6 +55086,84 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1623435343} +--- !u!1 &1624952284 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1594545263368858, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1624952285} + - component: {fileID: 1624952287} + - component: {fileID: 1624952286} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1624952285 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224900728414621832, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1624952284} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -26, y: -8, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 40933721} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1624952286 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114341562734994104, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1624952284} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 12 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u641C\u7D22\u5F15\u64CE" +--- !u!222 &1624952287 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222435245097332182, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1624952284} --- !u!1 &1630660132 GameObject: m_ObjectHideFlags: 0 @@ -55749,7 +55395,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1636146632} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 1168.12, y: 169, z: 0} + m_LocalPosition: {x: 395, y: 150, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1070061917} @@ -55759,7 +55405,7 @@ RectTransform: m_AnchorMin: {x: 1, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} m_AnchoredPosition: {x: -5, y: 0} - m_SizeDelta: {x: 1173, y: 338} + m_SizeDelta: {x: 1173.12, y: 338} m_Pivot: {x: 1, y: 0.5} --- !u!1 &1636771025 GameObject: @@ -55975,6 +55621,79 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1640685183} +--- !u!1 &1641056310 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1489486016746172, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1641056311} + - component: {fileID: 1641056313} + - component: {fileID: 1641056312} + m_Layer: 0 + m_Name: tooltip + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &1641056311 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224131359271621996, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1641056310} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1685639801} + m_Father: {fileID: 1619574609} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 0, y: -300} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0, y: 1} +--- !u!114 &1641056312 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114452530692125572, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1641056310} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.70980394} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 +--- !u!222 &1641056313 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222312432422091498, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1641056310} --- !u!1 &1645078069 GameObject: m_ObjectHideFlags: 0 @@ -56432,7 +56151,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1675924586} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: 0, y: -38, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 513724291} @@ -56531,6 +56250,84 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1679225201} +--- !u!1 &1685639800 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1222053922644320, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1685639801} + - component: {fileID: 1685639803} + - component: {fileID: 1685639802} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1685639801 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224156370448446026, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1685639800} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 3, y: -3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1641056311} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 3, y: -3} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0, y: 1} +--- !u!114 &1685639802 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114652679478921620, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1685639800} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 0 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: Text +--- !u!222 &1685639803 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222973608162283068, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1685639800} --- !u!1 &1687099535 GameObject: m_ObjectHideFlags: 0 @@ -56769,7 +56566,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1689000187} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 200, y: 295, z: 0} + m_LocalPosition: {x: 292, y: 295, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 707095281} @@ -57233,7 +57030,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_Color: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -57897,7 +57694,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1742585052} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 236, y: 15, z: 0} + m_LocalPosition: {x: 777.18396, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1675924587} @@ -57905,8 +57702,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 236, y: 15} - m_SizeDelta: {x: 28, y: 20} + m_AnchoredPosition: {x: 777.18396, y: 15} + m_SizeDelta: {x: 105.312, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1742585054 MonoBehaviour: @@ -57940,7 +57737,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 10:36:41 + m_Text: 08:37:04 --- !u!222 &1742585055 CanvasRenderer: m_ObjectHideFlags: 0 @@ -58914,6 +58711,84 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1770726260} +--- !u!1 &1773947054 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1014777563041776, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1773947055} + - component: {fileID: 1773947057} + - component: {fileID: 1773947056} + m_Layer: 0 + m_Name: split_y1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1773947055 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224329555126681386, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1773947054} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 43, y: 86.25, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1301235160} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 43, y: 86.25} + m_SizeDelta: {x: 50, y: 20} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &1773947056 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114762977770051304, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1773947054} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 5 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: 750 +--- !u!222 &1773947057 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222631627148633516, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1773947054} --- !u!1 &1779818491 GameObject: m_ObjectHideFlags: 0 @@ -60842,7 +60717,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 0.21568628, g: 0.63529414, b: 0.85490197, a: 1} + m_Color: {r: 0.7607843, g: 0.20784314, b: 0.19215687, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -61190,6 +61065,84 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1869179048} +--- !u!1 &1869259938 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1749996825803678, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1869259939} + - component: {fileID: 1869259941} + - component: {fileID: 1869259940} + m_Layer: 0 + m_Name: title + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1869259939 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224919699317291852, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1869259938} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1922825156} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 584, y: 16} + m_Pivot: {x: 0, y: 1} +--- !u!114 &1869259940 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114444987157675920, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1869259938} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 16 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 0 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u5806\u53E0\u533A\u57DF\u56FE" +--- !u!222 &1869259941 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222371104352600422, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1869259938} --- !u!1 &1869901597 GameObject: m_ObjectHideFlags: 0 @@ -61712,7 +61665,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1898524185} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -142.92, y: -1470, z: 0} + m_LocalPosition: {x: 4, y: -912, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1509090066} @@ -61721,7 +61674,7 @@ RectTransform: - {fileID: 1403703288} - {fileID: 980321103} m_Father: {fileID: 1019907807} - m_RootOrder: 5 + m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -61918,7 +61871,7 @@ MonoBehaviour: m_Tickness: 0.8 m_Point: 1 m_PointWidth: 2.5 - m_Smooth: 0 + m_Smooth: 1 m_SmoothStyle: 2 m_Area: 1 m_AreaColor: {r: 0, g: 0, b: 0, a: 0} @@ -62253,7 +62206,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1905995011} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 395, y: 150, z: 0} + m_LocalPosition: {x: 579, y: 150, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 260881334} @@ -62479,6 +62432,43 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1917472570} +--- !u!1 &1922825155 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1230256689395122, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1922825156} + m_Layer: 0 + m_Name: title + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1922825156 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224603327046651760, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1922825155} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 2, y: 298, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1869259939} + - {fileID: 299320519} + m_Father: {fileID: 1619574609} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 2, y: -2} + m_SizeDelta: {x: 584, y: 300} + m_Pivot: {x: 0, y: 1} --- !u!1 &1924949775 GameObject: m_ObjectHideFlags: 0 @@ -63103,6 +63093,84 @@ CanvasRenderer: m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1941195788} +--- !u!1 &1942969389 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1670894700441846, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1942969390} + - component: {fileID: 1942969392} + - component: {fileID: 1942969391} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1942969390 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224533672455696484, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1942969389} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -26, y: -8, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1970512214} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1942969391 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114872979825090032, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1942969389} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 12 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: "\u89C6\u9891\u5E7F\u544A" +--- !u!222 &1942969392 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222737929612087102, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1942969389} --- !u!1 &1947434635 GameObject: m_ObjectHideFlags: 0 @@ -63638,7 +63706,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1963004234} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 671.80005, y: 15, z: 0} + m_LocalPosition: {x: 671.87195, y: 15, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1575742575} @@ -63646,8 +63714,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 671.80005, y: 15} - m_SizeDelta: {x: 105.3, y: 20} + m_AnchoredPosition: {x: 671.87195, y: 15} + m_SizeDelta: {x: 105.312, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1963004236 MonoBehaviour: @@ -63681,7 +63749,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 04:16:35 + m_Text: 09:25:23 --- !u!222 &1963004237 CanvasRenderer: m_ObjectHideFlags: 0 @@ -63893,6 +63961,142 @@ MonoBehaviour: m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null delegates: [] +--- !u!1 &1970512213 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 1805986366653472, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1970512214} + - component: {fileID: 1970512218} + - component: {fileID: 1970512217} + - component: {fileID: 1970512216} + - component: {fileID: 1970512215} + m_Layer: 0 + m_Name: legend_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1970512214 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 224520229488179054, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1970512213} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -114, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1942969390} + m_Father: {fileID: 1578734348} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -114, y: 0} + m_SizeDelta: {x: 52, y: 16} + m_Pivot: {x: 1, y: 1} +--- !u!114 &1970512215 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1970512213} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -1862395651, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + delegates: [] +--- !u!114 &1970512216 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114495777852243024, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1970512213} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1392445389, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1970512217} + m_OnClick: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &1970512217 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 114108748120516608, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1970512213} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.38039216, g: 0.627451, b: 0.65882355, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 +--- !u!222 &1970512218 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 222878488969686160, guid: 3aced18ddab0f41408ea7b63aeaf8ea4, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1970512213} --- !u!1 &1976148098 GameObject: m_ObjectHideFlags: 0 @@ -64258,7 +64462,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1990695217} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 1168.12, y: 169, z: 0} + m_LocalPosition: {x: 1168, y: 169, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1894860927} @@ -64268,7 +64472,7 @@ RectTransform: m_AnchorMin: {x: 1, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} m_AnchoredPosition: {x: -5, y: 0} - m_SizeDelta: {x: 1173.12, y: 338} + m_SizeDelta: {x: 1173, y: 338} m_Pivot: {x: 1, y: 0.5} --- !u!1 &1992472222 GameObject: @@ -64488,7 +64692,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2002448263} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 960.8333, y: 10, z: 0} + m_LocalPosition: {x: 470, y: 10, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1617189393} @@ -64496,8 +64700,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 960.8333, y: 10} - m_SizeDelta: {x: 121.44444, y: 20} + m_AnchoredPosition: {x: 470, y: 10} + m_SizeDelta: {x: 56, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &2002448265 MonoBehaviour: @@ -64531,7 +64735,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 03:44:44 + m_Text: 09:48:39 --- !u!222 &2002448266 CanvasRenderer: m_ObjectHideFlags: 0 @@ -65067,7 +65271,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2037574389} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 200, y: 295, z: 0} + m_LocalPosition: {x: 292, y: 295, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 383353713} @@ -65148,7 +65352,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2039923034} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 276.39, y: -1470, z: 0} + m_LocalPosition: {x: 592, y: -608, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1689000188} @@ -65584,7 +65788,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 10:52:53 + m_Text: 09:40:12 --- !u!222 &2057372420 CanvasRenderer: m_ObjectHideFlags: 0 @@ -65658,7 +65862,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 01:44:33 + m_Text: 09:36:52 --- !u!222 &2062792113 CanvasRenderer: m_ObjectHideFlags: 0 @@ -66303,7 +66507,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: 01:30:09 + m_Text: 09:33:40 --- !u!222 &2090136663 CanvasRenderer: m_ObjectHideFlags: 0 @@ -66785,7 +66989,7 @@ RectTransform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 2113761314} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: 0, y: -38, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1108712871} diff --git a/Scripts/UI/LineChart.cs b/Scripts/UI/LineChart.cs index 6928b69a..928dd9ec 100644 --- a/Scripts/UI/LineChart.cs +++ b/Scripts/UI/LineChart.cs @@ -1,4 +1,5 @@ -using UnityEngine; +using System.Collections.Generic; +using UnityEngine; using UnityEngine.UI; namespace XCharts @@ -41,81 +42,158 @@ namespace XCharts private void DrawXCategory(VertexHelper vh) { - int seriesCount = m_Series.Count; + var stackSeries = m_Series.GetStackSeries(); + int seriesCount = stackSeries.Count; float scaleWid = m_XAxis.GetDataWidth(coordinateWid); + int serieCount = 0; + List points = new List(); + List smoothPoints = new List(); + List colorList = new List(); + int dataCount = 0; for (int j = 0; j < seriesCount; j++) { - if (!IsActive(j)) continue; - Serie serie = m_Series.series[j]; - Color32 color = m_ThemeInfo.GetColor(j); - Vector3 lp = Vector3.zero; - Vector3 np = Vector3.zero; - float startX = zeroX + (m_XAxis.boundaryGap ? scaleWid / 2 : 0); - - int maxCount = maxShowDataNumber > 0 ? - (maxShowDataNumber > serie.data.Count ? serie.data.Count : maxShowDataNumber) - : serie.data.Count; - - for (int i = minShowDataNumber; i < maxCount; i++) + var seriesCurrHig = new Dictionary(); + var serieList = stackSeries[j]; + + for (int n = 0; n < serieList.Count; n++) { - float value = serie.data[i]; - float dataHig = coordinateY + (value - minValue) / (maxValue - minValue) * coordinateHig; - np = new Vector3(startX + i * scaleWid, dataHig); - if (i > 0) + Serie serie = serieList[n]; + if (!IsActive(serie.name)) continue; + List lastPoints = new List(); + List lastSmoothPoints = new List(); + + Color color = m_ThemeInfo.GetColor(serieCount); + Vector3 lp = Vector3.zero; + Vector3 np = Vector3.zero; + float startX = zeroX + (m_XAxis.boundaryGap ? scaleWid / 2 : 0); + int maxCount = maxShowDataNumber > 0 ? + (maxShowDataNumber > serie.data.Count ? serie.data.Count : maxShowDataNumber) + : serie.data.Count; + dataCount = (maxCount - minShowDataNumber); + if (m_Line.area && points.Count > 0) { - if (m_Line.smooth) + if(!m_Line.smooth && points.Count > 0) { - var list = ChartHelper.GetBezierList(lp, np, m_Line.smoothStyle); - Vector3 start, to; - start = list[0]; - for (int k = 1; k < list.Length; k++) + for (int m = points.Count - dataCount; m < points.Count; m++) { - to = list[k]; - ChartHelper.DrawLine(vh, start, to, m_Line.tickness, color); - start = to; + lastPoints.Add(points[m]); } } - else + else if(m_Line.smooth && smoothPoints.Count > 0) { - ChartHelper.DrawLine(vh, lp, np, m_Line.tickness, color); - if (m_Line.area) + for(int m = 0; m < smoothPoints.Count; m++) { - ChartHelper.DrawPolygon(vh, lp, np, new Vector3(np.x, zeroY), - new Vector3(lp.x, zeroY), color); + lastSmoothPoints.Add(smoothPoints[m]); } + smoothPoints.Clear(); } - } - lp = np; + int smoothPointCount = 1; + for (int i = minShowDataNumber; i < maxCount; i++) + { + if (!seriesCurrHig.ContainsKey(i)) + { + seriesCurrHig[i] = 0; + } + float value = serie.data[i]; + float pX = startX + i * scaleWid; + float pY = seriesCurrHig[i] + zeroY + m_Coordinate.tickness; + float dataHig = value / (maxValue - minValue) * coordinateHig; + + np = new Vector3(pX, pY+ dataHig); + + if (i > 0) + { + if (m_Line.smooth) + { + var list = ChartHelper.GetBezierList(lp, np, m_Line.smoothStyle); + Vector3 start, to; + start = list[0]; + for (int k = 1; k < list.Length; k++) + { + smoothPoints.Add(list[k]); + to = list[k]; + ChartHelper.DrawLine(vh, start, to, m_Line.tickness, color); + + if (m_Line.area) + { + Vector3 alp = new Vector3(start.x, start.y - m_Line.tickness); + Vector3 anp = new Vector3(to.x, to.y - m_Line.tickness); + Vector3 tnp = serieCount > 0 ? + (smoothPointCount>lastSmoothPoints.Count-1? + new Vector3(lastSmoothPoints[lastSmoothPoints.Count - 1].x, lastSmoothPoints[lastSmoothPoints.Count - 1].y + m_Line.tickness): + new Vector3(lastSmoothPoints[smoothPointCount].x, lastSmoothPoints[smoothPointCount].y + m_Line.tickness)) : + new Vector3(to.x, zeroY + m_Coordinate.tickness); + Vector3 tlp = serieCount > 0 ? + (smoothPointCount>lastSmoothPoints.Count-1? + new Vector3(lastSmoothPoints[lastSmoothPoints.Count - 2].x, lastSmoothPoints[lastSmoothPoints.Count - 2].y + m_Line.tickness): + new Vector3(lastSmoothPoints[smoothPointCount - 1].x, lastSmoothPoints[smoothPointCount - 1].y + m_Line.tickness)) : + new Vector3(start.x, zeroY + m_Coordinate.tickness); + Color areaColor = new Color(color.r, color.g, color.b, color.a * 0.75f); + ChartHelper.DrawPolygon(vh, alp, anp, tnp, tlp, areaColor); + } + smoothPointCount++; + start = to; + } + } + else + { + ChartHelper.DrawLine(vh, lp, np, m_Line.tickness, color); + if (m_Line.area) + { + Vector3 alp = new Vector3(lp.x,lp.y-m_Line.tickness); + Vector3 anp = new Vector3(np.x,np.y-m_Line.tickness); + Vector3 tnp = serieCount > 0 ? + new Vector3(lastPoints[i].x, lastPoints[i].y + m_Line.tickness) : + new Vector3(np.x, zeroY + m_Coordinate.tickness); + Vector3 tlp = serieCount > 0 ? + new Vector3(lastPoints[i-1].x, lastPoints[i-1].y + m_Line.tickness) : + new Vector3(lp.x, zeroY + m_Coordinate.tickness); + Color areaColor = new Color(color.r, color.g, color.b, color.a * 0.75f); + ChartHelper.DrawPolygon(vh, alp, anp, tnp, tlp, areaColor); + } + } + } + if (m_Line.point) + { + points.Add(np); + colorList.Add(color); + } + seriesCurrHig[i] += dataHig; + lp = np; + } + if (serie.show) + { + serieCount++; + } } // draw point if (m_Line.point) { - for (int i = 0; i < serie.data.Count; i++) + for (int i = 0; i < points.Count; i++) { - float value = serie.data[i]; - float dataHig = coordinateY + (value - minValue) / (maxValue - minValue) * coordinateHig; - Vector3 p = new Vector3(startX + i * scaleWid, dataHig); + Vector3 p = points[i]; float pointWid = m_Line.pointWidth; - if (m_Tooltip.show && i == m_Tooltip.dataIndex - 1) + if (m_Tooltip.show && i% dataCount == m_Tooltip.dataIndex - 1) { pointWid = pointWid * 1.8f; } if (m_Theme == Theme.Dark) { - ChartHelper.DrawCricle(vh, p, pointWid, color, + ChartHelper.DrawCricle(vh, p, pointWid, colorList[i], (int)m_Line.pointWidth * 5); } else { ChartHelper.DrawCricle(vh, p, pointWid, Color.white); ChartHelper.DrawDoughnut(vh, p, pointWid - m_Line.tickness, - pointWid, 0, 360, color); + pointWid, 0, 360, colorList[i]); } } } } + //draw tooltip line if (m_Tooltip.show && m_Tooltip.dataIndex > 0) { @@ -129,61 +207,83 @@ namespace XCharts private void DrawYCategory(VertexHelper vh) { - int seriesCount = m_Series.Count; + var stackSeries = m_Series.GetStackSeries(); + int seriesCount = stackSeries.Count; float scaleWid = m_YAxis.GetDataWidth(coordinateHig); + int serieCount = 0; + List pointList = new List(); + List pointColorList = new List(); for (int j = 0; j < seriesCount; j++) { - if (!IsActive(j)) continue; - Serie serie = m_Series.series[j]; - Color32 color = m_ThemeInfo.GetColor(j); - Vector3 lp = Vector3.zero; - Vector3 np = Vector3.zero; - float startY = coordinateY + (m_YAxis.boundaryGap ? scaleWid / 2 : 0); - - int maxCount = maxShowDataNumber > 0 ? - (maxShowDataNumber > serie.data.Count ? serie.data.Count : maxShowDataNumber) - : serie.data.Count; - - for (int i = minShowDataNumber; i < maxCount; i++) + var seriesCurrHig = new Dictionary(); + var serieList = stackSeries[j]; + for (int n = 0; n < serieList.Count; n++) { - float value = serie.data[i]; - float dataHig = coordinateX + (value - minValue) / (maxValue - minValue) * coordinateWid; - np = new Vector3(dataHig,startY + i * scaleWid); - if (i > 0) + Serie serie = serieList[n]; + if (!m_Legend.IsActive(serie.name)) continue; + Color color = m_ThemeInfo.GetColor(serieCount); + Vector3 lp = Vector3.zero; + Vector3 np = Vector3.zero; + float startY = coordinateY + (m_YAxis.boundaryGap ? scaleWid / 2 : 0); + int maxCount = maxShowDataNumber > 0 ? + (maxShowDataNumber > serie.data.Count ? serie.data.Count : maxShowDataNumber) + : serie.data.Count; + for (int i = minShowDataNumber; i < maxCount; i++) { - if (m_Line.smooth) + if (!seriesCurrHig.ContainsKey(i)) { - var list = ChartHelper.GetBezierList(lp, np, m_Line.smoothStyle); - Vector3 start, to; - start = list[0]; - for (int k = 1; k < list.Length; k++) + seriesCurrHig[i] = 0; + } + float value = serie.data[i]; + float pY = startY + i * scaleWid; + float pX = seriesCurrHig[i] + zeroY + m_Coordinate.tickness; + float dataHig = value / (maxValue - minValue) * coordinateWid; + seriesCurrHig[i] += dataHig; + np = new Vector3(pX+ dataHig, pY); + if (m_Line.point) + { + pointList.Add(np); + pointColorList.Add(color); + } + if (i > 0) + { + if (m_Line.smooth) { - to = list[k]; - ChartHelper.DrawLine(vh, start, to, m_Line.tickness, color); - start = to; + var list = ChartHelper.GetBezierList(lp, np, m_Line.smoothStyle); + Vector3 start, to; + start = list[0]; + for (int k = 1; k < list.Length; k++) + { + to = list[k]; + ChartHelper.DrawLine(vh, start, to, m_Line.tickness, color); + start = to; + } + } + else + { + ChartHelper.DrawLine(vh, lp, np, m_Line.tickness, color); + if (m_Line.area) + { + ChartHelper.DrawPolygon(vh, lp, np, new Vector3(np.x, zeroY), + new Vector3(lp.x, zeroY), color); + } } } - else - { - ChartHelper.DrawLine(vh, lp, np, m_Line.tickness, color); - if (m_Line.area) - { - ChartHelper.DrawPolygon(vh, lp, np, new Vector3(np.x, zeroY), - new Vector3(lp.x, zeroY), color); - } - } - + lp = np; + } + + if (serie.show) + { + serieCount++; } - lp = np; } // draw point if (m_Line.point) { - for (int i = 0; i < serie.data.Count; i++) + for (int i = 0; i < pointList.Count; i++) { - float value = serie.data[i]; - float dataHig = coordinateX + (value - minValue) / (maxValue - minValue) * coordinateWid; - Vector3 p = new Vector3(dataHig,startY + i * scaleWid); + Vector3 p = pointList[i]; + Color color = pointColorList[i]; float pointWid = m_Line.pointWidth; if (m_Tooltip.show && i == m_Tooltip.dataIndex - 1) { @@ -204,6 +304,82 @@ namespace XCharts } } } + + //int seriesCount = m_Series.Count; + //float scaleWid = m_YAxis.GetDataWidth(coordinateHig); + //for (int j = 0; j < seriesCount; j++) + //{ + // if (!IsActive(j)) continue; + // Serie serie = m_Series.series[j]; + // Color32 color = m_ThemeInfo.GetColor(j); + // Vector3 lp = Vector3.zero; + // Vector3 np = Vector3.zero; + // float startY = coordinateY + (m_YAxis.boundaryGap ? scaleWid / 2 : 0); + + // int maxCount = maxShowDataNumber > 0 ? + // (maxShowDataNumber > serie.data.Count ? serie.data.Count : maxShowDataNumber) + // : serie.data.Count; + + // for (int i = minShowDataNumber; i < maxCount; i++) + // { + // float value = serie.data[i]; + // float dataHig = coordinateX + (value - minValue) / (maxValue - minValue) * coordinateWid; + // np = new Vector3(dataHig,startY + i * scaleWid); + // if (i > 0) + // { + // if (m_Line.smooth) + // { + // var list = ChartHelper.GetBezierList(lp, np, m_Line.smoothStyle); + // Vector3 start, to; + // start = list[0]; + // for (int k = 1; k < list.Length; k++) + // { + // to = list[k]; + // ChartHelper.DrawLine(vh, start, to, m_Line.tickness, color); + // start = to; + // } + // } + // else + // { + // ChartHelper.DrawLine(vh, lp, np, m_Line.tickness, color); + // if (m_Line.area) + // { + // ChartHelper.DrawPolygon(vh, lp, np, new Vector3(np.x, zeroY), + // new Vector3(lp.x, zeroY), color); + // } + // } + + // } + // lp = np; + // } + // // draw point + // if (m_Line.point) + // { + // for (int i = 0; i < serie.data.Count; i++) + // { + // float value = serie.data[i]; + // float dataHig = coordinateX + (value - minValue) / (maxValue - minValue) * coordinateWid; + // Vector3 p = new Vector3(dataHig,startY + i * scaleWid); + // float pointWid = m_Line.pointWidth; + // if (m_Tooltip.show && i == m_Tooltip.dataIndex - 1) + // { + // pointWid = pointWid * 1.8f; + // } + // if (m_Theme == Theme.Dark) + // { + + // ChartHelper.DrawCricle(vh, p, pointWid, color, + // (int)m_Line.pointWidth * 5); + // } + // else + // { + // ChartHelper.DrawCricle(vh, p, pointWid, Color.white); + // ChartHelper.DrawDoughnut(vh, p, pointWid - m_Line.tickness, + // pointWid, 0, 360, color); + // } + // } + // } + //} //draw tooltip line if (m_Tooltip.show && m_Tooltip.dataIndex > 0) {