From 7bbf48f70e537fde61ec82e67be42ca3d6ca899a Mon Sep 17 00:00:00 2001 From: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:05:55 +0200 Subject: [PATCH] fix --- Assets/Scenes/Editor.unity | 10 +++++----- Assets/Scripts/GlobalGameManager.cs | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Assets/Scenes/Editor.unity b/Assets/Scenes/Editor.unity index ce9a73dec..28e4c048b 100644 --- a/Assets/Scenes/Editor.unity +++ b/Assets/Scenes/Editor.unity @@ -21243,7 +21243,7 @@ MonoBehaviour: m_TargetGraphic: {fileID: 1589389272} m_HandleRect: {fileID: 1589389271} m_Direction: 2 - m_Value: 1 + m_Value: 0 m_Size: 1 m_NumberOfSteps: 0 m_OnValueChanged: @@ -26015,7 +26015,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, 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_Pivot: {x: 0.5, y: 1} --- !u!222 &1154875945 @@ -31046,9 +31046,9 @@ MonoBehaviour: SortFavoritesBTN: {fileID: 1436105795} SortChronologicBTN: {fileID: 345154594} SearchBar: {fileID: 320483642} - _confirmQuitMain: {fileID: 0} - _quitYes: {fileID: 0} - _quitNo: {fileID: 0} + _confirmQuitMain: {fileID: 921541685} + _quitYes: {fileID: 1643615742} + _quitNo: {fileID: 107377388} EditorThemeBTN: {fileID: 0} EditorSettingsBTN: {fileID: 619618400} DebugHolder: {fileID: 1331943928} diff --git a/Assets/Scripts/GlobalGameManager.cs b/Assets/Scripts/GlobalGameManager.cs index faa3d64f9..8a5d3331a 100644 --- a/Assets/Scripts/GlobalGameManager.cs +++ b/Assets/Scripts/GlobalGameManager.cs @@ -8,7 +8,6 @@ using DG.Tweening; using TMPro; using HeavenStudio.Common; -using System.Runtime.InteropServices; namespace HeavenStudio {