From a274f6475fe20dfb87b32b1f27c48543a827ec25 Mon Sep 17 00:00:00 2001 From: xiangwang Date: Sat, 1 Aug 2026 22:30:12 +0800 Subject: [PATCH] fix: apply Chinese font theme to chat UI --- scenes/ui/ChatUI.tscn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scenes/ui/ChatUI.tscn b/scenes/ui/ChatUI.tscn index 0137a95..33fc37b 100644 --- a/scenes/ui/ChatUI.tscn +++ b/scenes/ui/ChatUI.tscn @@ -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/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"] bg_color = Color(1, 0.996, 0.984, 0.97) @@ -145,6 +146,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 +theme = ExtResource("3") script = ExtResource("1") [node name="ChatPanel" type="PanelContainer" parent="."]