Commit 8e41b015 authored by zhangzhe's avatar zhangzhe

修改bug

parent 1fdd0589
......@@ -382,8 +382,8 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 788e2a3a769e26b459cd63d4a5de7d76, type: 3}
m_Name:
m_EditorClassIdentifier:
isTest: 1
isShowLog: 1
isTest: 0
isShowLog: 0
XyDialog: {fileID: 0}
--- !u!1 &2010092450
GameObject:
......
......@@ -12,7 +12,7 @@ public class AudioUtils : MonoBehaviour
/// </summary>
public List<AudioClip> sshb_audios = new List<AudioClip>();
public GameObject musicOpenIcon,musicCloseIcon;
private string IS_OPEN_MUSIC;
private string IS_OPEN_MUSIC = "IS_OPEN_MUSIC";
private bool IsPlay;
public static AudioUtils ins;
private void Awake()
......
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 to comment