fix: apply Chinese font theme to chat UI

This commit is contained in:
2026-08-01 22:30:12 +08:00
parent 52c5a76a01
commit a274f6475f

View File

@@ -1,7 +1,8 @@
[gd_scene load_steps=15 format=3 uid="uid://bv7k2nan4xj8q"] [gd_scene load_steps=16 format=3 uid="uid://bv7k2nan4xj8q"]
[ext_resource type="Script" path="res://scenes/ui/ChatUI.gd" id="1"] [ext_resource type="Script" path="res://scenes/ui/ChatUI.gd" id="1"]
[ext_resource type="Script" path="res://scenes/ui/BubbleSendButton.gd" id="2"] [ext_resource type="Script" path="res://scenes/ui/BubbleSendButton.gd" id="2"]
[ext_resource type="Theme" path="res://assets/ui/world_text_theme.tres" id="3"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_panel"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_panel"]
bg_color = Color(1, 0.996, 0.984, 0.97) bg_color = Color(1, 0.996, 0.984, 0.97)
@@ -145,6 +146,7 @@ anchor_bottom = 1.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
mouse_filter = 2 mouse_filter = 2
theme = ExtResource("3")
script = ExtResource("1") script = ExtResource("1")
[node name="ChatPanel" type="PanelContainer" parent="."] [node name="ChatPanel" type="PanelContainer" parent="."]