diff options
| author | Alee <Alee14498@gmail.com> | 2019-06-02 10:32:16 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-06-02 10:32:16 -0400 |
| commit | 32043ab0e2052fd2b287c65614f477fa0127e86f (patch) | |
| tree | 1e9fe313dac0ca39849b169af1321db1c0c1385e /Assets/Scenes/Main Menu | |
| parent | 2b9de1c6b8179b74402595c67c0e60f5b7c67c9d (diff) | |
| download | Unicity-32043ab0e2052fd2b287c65614f477fa0127e86f.tar.gz Unicity-32043ab0e2052fd2b287c65614f477fa0127e86f.tar.bz2 Unicity-32043ab0e2052fd2b287c65614f477fa0127e86f.zip | |
Fixed the exit button
Diffstat (limited to 'Assets/Scenes/Main Menu')
| -rw-r--r-- | Assets/Scenes/Main Menu/MainMenu.unity | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Assets/Scenes/Main Menu/MainMenu.unity b/Assets/Scenes/Main Menu/MainMenu.unity index 509260b..6faa00b 100644 --- a/Assets/Scenes/Main Menu/MainMenu.unity +++ b/Assets/Scenes/Main Menu/MainMenu.unity @@ -1075,8 +1075,8 @@ RectTransform: - {fileID: 1244813969} - {fileID: 1242155459} - {fileID: 471477667} - - {fileID: 604245001} - {fileID: 2084687741} + - {fileID: 604245001} m_Father: {fileID: 1030991978} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -1153,7 +1153,7 @@ RectTransform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1430528654} - m_RootOrder: 4 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -1402,5 +1402,15 @@ PrefabInstance: propertyPath: m_Delegates.Array.data[0].callback.m_PersistentCalls.m_Calls.Array.data[0].m_Target value: objectReference: {fileID: 917041443} + - target: {fileID: 8754154740269184903, guid: 83359716712d3c04293cf99088933eb6, + type: 3} + propertyPath: m_Delegates.Array.data[0].callback.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName + value: SceneLoader + objectReference: {fileID: 0} + - target: {fileID: 8754154740269184903, guid: 83359716712d3c04293cf99088933eb6, + type: 3} + propertyPath: m_Delegates.Array.data[0].callback.m_PersistentCalls.m_Calls.Array.data[0].m_Mode + value: 3 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 83359716712d3c04293cf99088933eb6, type: 3} |
