From 612955785ff7ba8c90b0cfa44d68c48355c89a40 Mon Sep 17 00:00:00 2001
From: chenxin <chenxin6991@163.com>
Date: Fri, 11 Dec 2020 22:09:51 +0800
Subject: [PATCH] GameOver面板

---
 Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs b/Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs
index 7f9becc..82ccfd2 100644
--- a/Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs
+++ b/Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs
@@ -229,7 +229,7 @@
 
         if (EndlessGameUI.instance.tdBuyDisable)
         {
-            cashText.color = new Color(1f, 0f, 0f);
+            cashText.color = new Color(218f / 255f, 32f / 255f, 32f / 255f);
             DOTween.To(() => cashText.color, (Color v) => cashText.color = v, cashText.color, 0.2f)
                 .OnComplete(CheckCurrencyEnough);
             return;

--
Gitblit v1.9.1