fix
This commit is contained in:
parent
1e721b09fb
commit
7bbf48f70e
|
|
@ -21243,7 +21243,7 @@ MonoBehaviour:
|
||||||
m_TargetGraphic: {fileID: 1589389272}
|
m_TargetGraphic: {fileID: 1589389272}
|
||||||
m_HandleRect: {fileID: 1589389271}
|
m_HandleRect: {fileID: 1589389271}
|
||||||
m_Direction: 2
|
m_Direction: 2
|
||||||
m_Value: 1
|
m_Value: 0
|
||||||
m_Size: 1
|
m_Size: 1
|
||||||
m_NumberOfSteps: 0
|
m_NumberOfSteps: 0
|
||||||
m_OnValueChanged:
|
m_OnValueChanged:
|
||||||
|
|
@ -26015,7 +26015,7 @@ RectTransform:
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
m_AnchorMin: {x: 0, y: 0.5}
|
m_AnchorMin: {x: 0, y: 0.5}
|
||||||
m_AnchorMax: {x: 1, y: 0.5}
|
m_AnchorMax: {x: 1, y: 0.5}
|
||||||
m_AnchoredPosition: {x: 0, y: 199.0604}
|
m_AnchoredPosition: {x: 0, y: 199.06122}
|
||||||
m_SizeDelta: {x: 0, y: 0}
|
m_SizeDelta: {x: 0, y: 0}
|
||||||
m_Pivot: {x: 0.5, y: 1}
|
m_Pivot: {x: 0.5, y: 1}
|
||||||
--- !u!222 &1154875945
|
--- !u!222 &1154875945
|
||||||
|
|
@ -31046,9 +31046,9 @@ MonoBehaviour:
|
||||||
SortFavoritesBTN: {fileID: 1436105795}
|
SortFavoritesBTN: {fileID: 1436105795}
|
||||||
SortChronologicBTN: {fileID: 345154594}
|
SortChronologicBTN: {fileID: 345154594}
|
||||||
SearchBar: {fileID: 320483642}
|
SearchBar: {fileID: 320483642}
|
||||||
_confirmQuitMain: {fileID: 0}
|
_confirmQuitMain: {fileID: 921541685}
|
||||||
_quitYes: {fileID: 0}
|
_quitYes: {fileID: 1643615742}
|
||||||
_quitNo: {fileID: 0}
|
_quitNo: {fileID: 107377388}
|
||||||
EditorThemeBTN: {fileID: 0}
|
EditorThemeBTN: {fileID: 0}
|
||||||
EditorSettingsBTN: {fileID: 619618400}
|
EditorSettingsBTN: {fileID: 619618400}
|
||||||
DebugHolder: {fileID: 1331943928}
|
DebugHolder: {fileID: 1331943928}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ using DG.Tweening;
|
||||||
using TMPro;
|
using TMPro;
|
||||||
|
|
||||||
using HeavenStudio.Common;
|
using HeavenStudio.Common;
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
|
|
||||||
namespace HeavenStudio
|
namespace HeavenStudio
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue