优化ui,谱面替换,以及科研模糊

This commit is contained in:
2026-02-25 03:44:41 +08:00
parent 332307d18c
commit 0b75e93f71
114 changed files with 160279 additions and 290 deletions
+3 -1
View File
@@ -1,10 +1,11 @@
using System.Collections.Generic;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.SceneManagement;
using System.Collections;
using System;
using DG.Tweening;
using Bansonic;
public class selected_songInfo : MonoBehaviour
{
@@ -954,6 +955,7 @@ public class selected_songInfo : MonoBehaviour
if (chart == null)
{
Debug.LogError($"QuickEnter aborted: Song '{sd.songName}' has no chart file for difficulty {sd.thisLevel_selectedDifficultyID}.");
gNotice.error.display("未找到此难度的关卡");
return;
}