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="."]