1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-11 22:27:12 +08:00

style(UI): 修改TipBox中颜色映射的第三个颜色值

将第三个颜色值从黄色调整为绿色,以提高视觉一致性和可读性
This commit is contained in:
2026-01-25 21:47:00 +08:00
parent 7a71d561c7
commit 4e7ad381af
+1 -1
View File
@@ -110,7 +110,7 @@ colorMap = {
0: Color(0, 0.55724907, 1, 1), 0: Color(0, 0.55724907, 1, 1),
1: Color(1, 0.4649545, 0, 1), 1: Color(1, 0.4649545, 0, 1),
2: Color(1, 0, 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="."] [node name="label" type="RichTextLabel" parent="."]