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/Simulation | |
| parent | 2b9de1c6b8179b74402595c67c0e60f5b7c67c9d (diff) | |
| download | Unicity-32043ab0e2052fd2b287c65614f477fa0127e86f.tar.gz Unicity-32043ab0e2052fd2b287c65614f477fa0127e86f.tar.bz2 Unicity-32043ab0e2052fd2b287c65614f477fa0127e86f.zip | |
Fixed the exit button
Diffstat (limited to 'Assets/Scenes/Simulation')
| -rw-r--r-- | Assets/Scenes/Simulation/SimulationScene.unity | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Assets/Scenes/Simulation/SimulationScene.unity b/Assets/Scenes/Simulation/SimulationScene.unity index 79136ac..c34ee14 100644 --- a/Assets/Scenes/Simulation/SimulationScene.unity +++ b/Assets/Scenes/Simulation/SimulationScene.unity @@ -2304,6 +2304,21 @@ PrefabInstance: propertyPath: m_Pivot.y value: 0.5 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_Target + value: + objectReference: {fileID: 1687973898} + - target: {fileID: 8754154740269184903, guid: 83359716712d3c04293cf99088933eb6, + type: 3} + propertyPath: m_Delegates.Array.data[0].callback.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName + value: ExitGame + 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: 1 + objectReference: {fileID: 0} - target: {fileID: 7217120645699259296, guid: 83359716712d3c04293cf99088933eb6, type: 3} propertyPath: m_textInfo.characterCount @@ -2344,6 +2359,18 @@ RectTransform: type: 3} m_PrefabInstance: {fileID: 1687973896} m_PrefabAsset: {fileID: 0} +--- !u!114 &1687973898 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 2929411588243878699, guid: 83359716712d3c04293cf99088933eb6, + type: 3} + m_PrefabInstance: {fileID: 1687973896} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb5fd4aa07251794aaa5c0194e617eb8, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &1742123687 GameObject: m_ObjectHideFlags: 0 |
