很多更新,服务端连接,新UI和系统

This commit is contained in:
2026-04-17 20:09:41 +08:00
parent 85dfff28dd
commit e0bc0bbf08
910 changed files with 65191 additions and 1291 deletions
@@ -19,6 +19,7 @@ public class readyLetsGo : MonoBehaviour
[Header("Gameplay Track Intro")]
public GameplayTrackStartIntroAnimator gameplayTrackStartIntroAnimator;
[SerializeField] private List<Transform> gameplayTrackIntroLaneRects = new List<Transform>(5);
private Coroutine sequenceCoroutine;
@@ -70,6 +71,11 @@ public class readyLetsGo : MonoBehaviour
gameplayTrackStartIntroAnimator = gameObject.AddComponent<GameplayTrackStartIntroAnimator>();
}
}
if (gameplayTrackStartIntroAnimator != null)
{
gameplayTrackStartIntroAnimator.SetExplicitKeyDownRects(gameplayTrackIntroLaneRects);
}
}
/// <summary>