From 4e7ad381af2f26ec8bf1f20f0b69beb93bb0eca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Sun, 25 Jan 2026 21:47:00 +0800 Subject: [PATCH] =?UTF-8?q?style(UI):=20=E4=BF=AE=E6=94=B9TipBox=E4=B8=AD?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E6=98=A0=E5=B0=84=E7=9A=84=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E4=B8=AA=E9=A2=9C=E8=89=B2=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将第三个颜色值从黄色调整为绿色,以提高视觉一致性和可读性 --- components/UI/TipBox.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/UI/TipBox.tscn b/components/UI/TipBox.tscn index 54bd071..089d74d 100644 --- a/components/UI/TipBox.tscn +++ b/components/UI/TipBox.tscn @@ -110,7 +110,7 @@ colorMap = { 0: Color(0, 0.55724907, 1, 1), 1: Color(1, 0.4649545, 0, 1), 2: Color(1, 0, 0, 1), -3: Color(1, 0.88726026, 0, 1) +3: Color(0, 0.7919124, 0.08514291, 1) } [node name="label" type="RichTextLabel" parent="."]