主界面添加,许多bug修复。祝贺黑盒1如期开始
This commit is contained in:
@@ -4,6 +4,7 @@ using UnityEngine.Events;
|
||||
using UnityEngine.SceneManagement;
|
||||
using UnityEngine.EventSystems;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine.Audio;
|
||||
using Bansonic;
|
||||
|
||||
public class btmandtopController : MonoBehaviour, ICancelHandler
|
||||
@@ -40,6 +41,7 @@ public class btmandtopController : MonoBehaviour, ICancelHandler
|
||||
public Button button_Music;
|
||||
[Header("MusicPic")]
|
||||
public RectTransform musicPicRoot;
|
||||
public AudioMixerGroup bgmMixerGroup;
|
||||
public bool showMusicPicInUI = false;
|
||||
public string uiSceneName = "UI_UI";
|
||||
public float musicPicFadeTime = 0.25f;
|
||||
|
||||
Reference in New Issue
Block a user