From b9ee5c460e65922729cfcf57f6db02c274105c2c Mon Sep 17 00:00:00 2001 From: liuzhiwei <liuzhiwei@qq.com> Date: Wed, 18 Nov 2020 17:17:45 +0800 Subject: [PATCH] Merge branch 'master' of http://172.16.1.52:8090/r/GemBattle into master --- Assets/Scripts/Data/EndlessBuffData.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Scripts/Data/EndlessBuffData.cs b/Assets/Scripts/Data/EndlessBuffData.cs index ae73e6e..2a2200f 100644 --- a/Assets/Scripts/Data/EndlessBuffData.cs +++ b/Assets/Scripts/Data/EndlessBuffData.cs @@ -80,9 +80,9 @@ /// <returns></returns> private static List<Color> rareColorList = new List<Color>() { - new Color(118 / 255f, 1, 118 / 255f), - new Color(131 / 255f, 181 / 255f, 1), - new Color(220 / 255f, 112 / 255f, 1), + new Color(68f / 255f, 148f / 255f, 57f / 255f), + new Color(74f / 255f, 124f / 255f, 207f / 255f), + new Color(149f / 255f, 79f / 255f, 214f / 255f), }; public static void Init() -- Gitblit v1.9.1