少年修仙传客户端代码仓库
hch
2019-09-26 6facf068db0e4f1c0358d57517d3e7e79cf646f3
0312 祈愿字色统一改偏黑
1个文件已修改
4 ■■■■ 已修改文件
System/Welfare/PrayerWin.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Welfare/PrayerWin.cs
@@ -212,7 +212,7 @@
                initedCoin = false;
                costCoinPrayerTip.gameObject.SetActive(true);
                coinPrayerBtnText.text = Language.Get("PrayerWin_8");
                coinPrayerBtnText.color = new Color32(247, 225, 188, 255);
                coinPrayerBtnText.color = new Color32(51, 8, 0, 255);
                coinPrayerCnt.text = StringUtility.Contact(model.GetAllCoinPrayCnt() - model.coinPrayerCnt, "/", model.GetAllCoinPrayCnt());
                coinPrayerCost.text = model.GetCoinPrayerCost().ToString();
                coinPrayerBtnImg.SetSprite("CostPrayBtn_a");
@@ -266,7 +266,7 @@
            else
            {
                expPrayerBtnImg.SetSprite("CostPrayBtn_a");
                expPrayerBtnTxt.color = new Color32(255, 244, 205, 255);
                expPrayerBtnTxt.color = new Color32(51, 8, 0, 255);
                expPrayerCntText.text = StringUtility.Contact(model.GetAllExpPrayCnt() - model.expPrayerCnt, "/", model.GetAllExpPrayCnt());
                expPrayerCostText.text = model.GetExpPrayerCost().ToString();
            }