From f8a6da0a99768f158fc8e02139a21f5a7f339514 Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Tue, 01 Dec 2020 13:52:54 +0800 Subject: [PATCH] 删除无用GameObject,无用代码 --- Assets/Scripts/Data/EndlessBuffData.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Assets/Scripts/Data/EndlessBuffData.cs b/Assets/Scripts/Data/EndlessBuffData.cs index 5c4aff0..97e4b37 100644 --- a/Assets/Scripts/Data/EndlessBuffData.cs +++ b/Assets/Scripts/Data/EndlessBuffData.cs @@ -88,6 +88,7 @@ new Color(68f / 255f, 148f / 255f, 57f / 255f), new Color(74f / 255f, 124f / 255f, 207f / 255f), new Color(149f / 255f, 79f / 255f, 214f / 255f), + new Color(220f / 255f, 96f / 255f, 63f / 255f), }; public static void Init() -- Gitblit v1.9.1