修复了选曲的问题 优化了ui
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class keepDisplayingObject : MonoBehaviour
|
||||
{
|
||||
public GameObject topPanel;
|
||||
public GameObject bottomPanel;
|
||||
[Header("dont display on")]
|
||||
public List<string> sceneNames= new List<string>();
|
||||
}
|
||||
Reference in New Issue
Block a user