From 09f72d10bd20cff4f9b4f224c4b2e02527f38280 Mon Sep 17 00:00:00 2001 From: lishuo Date: Wed, 28 Jul 2021 21:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E6=96=87=E6=96=87=E6=A1=88=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Resources/UI/Prefab/Match/CompetitonPanel.prefab | 4 ++-- .../Ride/Competiton/CompetitionLoadingController.cs | 12 +++++++++--- .../Scripts/UI/Prefab/Race/RaceButtonGroupScript.cs | 4 ++-- Assets/Scripts/UI/Prefab/Race/RaceItemScript.cs | 4 ++-- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Assets/Resources/UI/Prefab/Match/CompetitonPanel.prefab b/Assets/Resources/UI/Prefab/Match/CompetitonPanel.prefab index 1fe33a30..103d98e3 100644 --- a/Assets/Resources/UI/Prefab/Match/CompetitonPanel.prefab +++ b/Assets/Resources/UI/Prefab/Match/CompetitonPanel.prefab @@ -951,7 +951,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Cancel Reserve + m_Text: Cancel Reservation --- !u!1 &3158444263648747324 GameObject: m_ObjectHideFlags: 0 @@ -1830,7 +1830,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: mType: 0 - Tooltips: Cancel Apply + Tooltips: Cancel Reservation --- !u!1 &4760618918347444675 GameObject: m_ObjectHideFlags: 0 diff --git a/Assets/Scripts/Scenes/Ride/Competiton/CompetitionLoadingController.cs b/Assets/Scripts/Scenes/Ride/Competiton/CompetitionLoadingController.cs index a9fd960b..c6b1d717 100644 --- a/Assets/Scripts/Scenes/Ride/Competiton/CompetitionLoadingController.cs +++ b/Assets/Scripts/Scenes/Ride/Competiton/CompetitionLoadingController.cs @@ -39,10 +39,13 @@ namespace Assets.Scenes.Ride.Scripts CompetitionDesc = panel.transform.Find("CompetitionDesc").GetComponent(); SponsorLogoImage = panel.transform.Find("SponsorTitle/Sponsor").GetComponent(); cyclingController.SetUIManager(mainPanel, modelPanel); + } protected override void Start() { base.Start(); + Watch.GetComponent