diff options
| author | tpart <tpart120@proton.me> | 2024-09-25 15:30:01 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-09-25 15:45:32 +0200 |
| commit | 2323f3d4ba638491110be16734be9c24485caefa (patch) | |
| tree | 2810e1759488b3e12976e7ef7ca508e68ded8975 /client/menu/chat/chat_open.tscn | |
| parent | 8603ed6c5cd6ba8abc8516a25d45fdd0792bc0f8 (diff) | |
| download | hurrycurry-2323f3d4ba638491110be16734be9c24485caefa.tar hurrycurry-2323f3d4ba638491110be16734be9c24485caefa.tar.bz2 hurrycurry-2323f3d4ba638491110be16734be9c24485caefa.tar.zst | |
Support pinned messages
Diffstat (limited to 'client/menu/chat/chat_open.tscn')
| -rw-r--r-- | client/menu/chat/chat_open.tscn | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/client/menu/chat/chat_open.tscn b/client/menu/chat/chat_open.tscn deleted file mode 100644 index 6d03b391..00000000 --- a/client/menu/chat/chat_open.tscn +++ /dev/null @@ -1,54 +0,0 @@ -[gd_scene load_steps=7 format=3 uid="uid://dbd6k56l4p0ls"] - -[ext_resource type="Script" path="res://menu/chat/chat_open.gd" id="1_dsl4a"] -[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/dark_blur_material.tres" id="1_isqmk"] -[ext_resource type="Script" path="res://menu/blur_setup.gd" id="2_urbd2"] -[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="3_v7xmg"] -[ext_resource type="StyleBox" uid="uid://bw4jamyna1top" path="res://menu/theme/style/panel_style_sidebar.tres" id="4_ew1yx"] -[ext_resource type="Script" path="res://menu/scroll_container_custom.gd" id="5_3mths"] - -[node name="ChatOpen" type="Control"] -layout_mode = 3 -anchors_preset = 9 -anchor_bottom = 1.0 -offset_right = 296.0 -grow_vertical = 2 -script = ExtResource("1_dsl4a") -support_anim = false - -[node name="PanelContainer" type="PanelContainer" parent="."] -material = ExtResource("1_isqmk") -layout_mode = 1 -anchors_preset = 9 -anchor_bottom = 1.0 -offset_right = 296.0 -grow_vertical = 2 -theme = ExtResource("3_v7xmg") -theme_override_styles/panel = ExtResource("4_ew1yx") -script = ExtResource("2_urbd2") - -[node name="MarginContainer" type="MarginContainer" parent="PanelContainer"] -layout_mode = 2 - -[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/MarginContainer"] -layout_mode = 2 -size_flags_horizontal = 3 -size_flags_vertical = 3 -theme_override_constants/separation = 0 - -[node name="ScrollContainerCustom" type="ScrollContainer" parent="PanelContainer/MarginContainer/VBoxContainer"] -material = ExtResource("1_isqmk") -layout_mode = 2 -size_flags_horizontal = 3 -size_flags_vertical = 3 -script = ExtResource("5_3mths") -auto_scroll_to_bottom = true - -[node name="Messages" type="VBoxContainer" parent="PanelContainer/MarginContainer/VBoxContainer/ScrollContainerCustom"] -layout_mode = 2 -size_flags_horizontal = 3 -size_flags_vertical = 3 - -[node name="LineEdit" type="LineEdit" parent="PanelContainer/MarginContainer/VBoxContainer"] -layout_mode = 2 -placeholder_text = "c.chat.write_message" |