From a14e88ff4d0d87841a44254e2bff1784da6e8b48 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 15 Dec 2024 14:23:25 +0100 Subject: next commit --- chat_window.tscn | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'chat_window.tscn') diff --git a/chat_window.tscn b/chat_window.tscn index 54e9b69..3182a98 100644 --- a/chat_window.tscn +++ b/chat_window.tscn @@ -1,11 +1,16 @@ -[gd_scene load_steps=2 format=3 uid="uid://c8uqw08hxfqlu"] +[gd_scene load_steps=3 format=3 uid="uid://c8uqw08hxfqlu"] [ext_resource type="Script" path="res://chat_window.gd" id="1_vovuq"] +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ku06j"] +bg_color = Color(0.133333, 0.133333, 0.133333, 0.784314) + [node name="ChatWindow" type="PanelContainer"] offset_right = 320.0 offset_bottom = 175.0 +theme_override_styles/panel = SubResource("StyleBoxFlat_ku06j") script = ExtResource("1_vovuq") +player_color = Color(0.156863, 0.784314, 0, 1) [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 2 @@ -28,6 +33,10 @@ vertical_scroll_mode = 2 unique_name_in_owner = true layout_mode = 2 +[node name="Label" type="Label" parent="VBoxContainer/MarginContainer/ScrollContainer/ChatWindow"] +layout_mode = 2 +text = "Label" + [node name="LineEdit" type="LineEdit" parent="VBoxContainer"] unique_name_in_owner = true layout_mode = 2 -- cgit v1.2.3