diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-12-15 14:23:25 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-12-15 14:23:25 +0100 |
commit | a14e88ff4d0d87841a44254e2bff1784da6e8b48 (patch) | |
tree | 0507cb8117da7943805a6479aef4526edb2db4dd /chat_window.tscn | |
parent | ca4d1945598863d0ce297f4272317e5dd5797f88 (diff) |
next commit
Diffstat (limited to 'chat_window.tscn')
-rw-r--r-- | chat_window.tscn | 11 |
1 files changed, 10 insertions, 1 deletions
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 |