优化ui,谱面替换,以及科研模糊
This commit is contained in:
@@ -65,6 +65,7 @@ public class BeatmapManager : MonoBehaviour
|
||||
public Text gameplay_songname;
|
||||
public TextMeshProUGUI gameplay_difficultyID;
|
||||
public TextMeshProUGUI gameplay_difficultyName;
|
||||
public Text modeText;
|
||||
|
||||
public Image bgMainImage; // 场景主背景图 (UI Image)
|
||||
public Image startCanvas_image;
|
||||
@@ -477,6 +478,11 @@ public class BeatmapManager : MonoBehaviour
|
||||
}
|
||||
gameplay_difficultyName.text = diffText;
|
||||
}
|
||||
|
||||
if (modeText != null)
|
||||
{
|
||||
modeText.text = GameConfig.autoPlayEnabled ? "AUTOPLAYING" : string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
// Documentation text normalized.
|
||||
|
||||
Reference in New Issue
Block a user