Arreglos3

parent c6c7e981
......@@ -10,8 +10,12 @@ public class ReproducirExtra : MonoBehaviour
void Start()
{
reproducir = GameObject.Find("Reproducir").GetComponent<Button>();
reproducir.onClick.AddListener(PararMusica);
if (GameObject.Find("Reproducir") != null)
{
reproducir = GameObject.Find("Reproducir").GetComponent<Button>();
reproducir.onClick.AddListener(PararMusica);
}
volver = GameObject.Find("Volver").GetComponent<Button>();
volver.onClick.AddListener(ContinuarMusica);
}
......
......@@ -21,7 +21,7 @@ MonoBehaviour:
m_ShowMode: 4
m_Title:
m_RootView: {fileID: 6}
m_MinSize: {x: 950, y: 394}
m_MinSize: {x: 950, y: 544}
m_MaxSize: {x: 10000, y: 10000}
--- !u!114 &2
MonoBehaviour:
......@@ -44,10 +44,10 @@ MonoBehaviour:
y: 30
width: 1920
height: 947
m_MinSize: {x: 681, y: 344}
m_MaxSize: {x: 12006, y: 8044}
m_MinSize: {x: 681, y: 494}
m_MaxSize: {x: 14004, y: 14044}
vertical: 0
controlID: 19
controlID: 13
--- !u!114 &3
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -119,15 +119,15 @@ MonoBehaviour:
y: 630
width: 1589
height: 317
m_MinSize: {x: 102, y: 122}
m_MaxSize: {x: 4002, y: 4022}
m_ActualView: {fileID: 18}
m_MinSize: {x: 232, y: 272}
m_MaxSize: {x: 10002, y: 10022}
m_ActualView: {fileID: 13}
m_Panes:
- {fileID: 13}
- {fileID: 18}
- {fileID: 12}
m_Selected: 1
m_LastSelected: 0
m_Selected: 0
m_LastSelected: 1
--- !u!114 &6
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -150,7 +150,7 @@ MonoBehaviour:
y: 0
width: 1920
height: 997
m_MinSize: {x: 950, y: 394}
m_MinSize: {x: 950, y: 300}
m_MaxSize: {x: 10000, y: 10000}
--- !u!114 &7
MonoBehaviour:
......@@ -216,10 +216,10 @@ MonoBehaviour:
y: 0
width: 1589
height: 947
m_MinSize: {x: 404, y: 344}
m_MaxSize: {x: 8004, y: 8044}
m_MinSize: {x: 404, y: 494}
m_MaxSize: {x: 10002, y: 14044}
vertical: 1
controlID: 20
controlID: 14
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -244,7 +244,7 @@ MonoBehaviour:
m_MinSize: {x: 404, y: 222}
m_MaxSize: {x: 8004, y: 4022}
vertical: 0
controlID: 21
controlID: 15
--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -300,7 +300,7 @@ MonoBehaviour:
m_ViewDataDictionary: {fileID: 0}
m_LockTracker:
m_IsLocked: 0
m_LastSelectedObjectID: 16150
m_LastSelectedObjectID: 16010
--- !u!114 &13
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -500,9 +500,9 @@ MonoBehaviour:
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_SelectedIDs: 3a330000
m_LastClickedID: 0
m_ExpandedIDs: 80f6ffff60f9ffff8cfbffffd83e0000de3e0000ea3e0000163f0000403f000076420000a4420000be420000
m_ExpandedIDs: b421ffff388cffff2af9ffff74faffff8cfbffff6c3d00009a3d0000363e00003c3e0000483e0000743e00009e3e0000863f0000e83f0000cc500000ca510000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
......@@ -562,9 +562,9 @@ MonoBehaviour:
m_PlayAudio: 0
m_AudioPlay: 0
m_Position:
m_Target: {x: 824.7248, y: 348.1144, z: 0}
m_Target: {x: 80.791466, y: 1.1111928, z: -75.71875}
speed: 2
m_Value: {x: 824.7248, y: 348.1144, z: 0}
m_Value: {x: 80.791466, y: 1.1111928, z: -75.71875}
m_RenderMode: 0
m_CameraMode:
drawMode: 0
......@@ -597,9 +597,9 @@ MonoBehaviour:
speed: 2
m_Value: {x: 0, y: 0, z: 0, w: 1}
m_Size:
m_Target: 598.417
m_Target: 66.93255
speed: 2
m_Value: 598.417
m_Value: 66.93255
m_Ortho:
m_Target: 1
speed: 2
......
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":true,"pivot":{"x":824.7247924804688,"y":348.1144104003906,"z":0.0},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":598.4169921875,"orthographic":true}
\ No newline at end of file
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":true,"pivot":{"x":80.79146575927735,"y":1.1111928224563599,"z":-75.71875},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":66.93254852294922,"orthographic":true}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment