61 lines
2 KiB
Text
61 lines
2 KiB
Text
|
|
[gd_scene load_steps=2 format=3 uid="uid://dtpqexue3vgl6"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://c8k0usfm5rdm3" path="res://Scripts/Chat/chat_menu.gd" id="1_8p1r2"]
|
||
|
|
|
||
|
|
[node name="ChatMenu" type="Control"]
|
||
|
|
layout_mode = 3
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_top = 298.0
|
||
|
|
offset_right = -852.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
size_flags_vertical = 8
|
||
|
|
script = ExtResource("1_8p1r2")
|
||
|
|
|
||
|
|
[node name="AspectRatioContainer" type="AspectRatioContainer" parent="."]
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
|
||
|
|
[node name="MarginContainer" type="MarginContainer" parent="AspectRatioContainer"]
|
||
|
|
custom_minimum_size = Vector2(200, 0)
|
||
|
|
layout_mode = 2
|
||
|
|
theme_override_constants/margin_left = 10
|
||
|
|
theme_override_constants/margin_top = 10
|
||
|
|
theme_override_constants/margin_right = 10
|
||
|
|
theme_override_constants/margin_bottom = 10
|
||
|
|
|
||
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="AspectRatioContainer/MarginContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="AspectRatioContainer/MarginContainer/VBoxContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_vertical = 3
|
||
|
|
follow_focus = true
|
||
|
|
horizontal_scroll_mode = 0
|
||
|
|
|
||
|
|
[node name="MessageContainer" type="VBoxContainer" parent="AspectRatioContainer/MarginContainer/VBoxContainer/ScrollContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_horizontal = 3
|
||
|
|
size_flags_vertical = 10
|
||
|
|
|
||
|
|
[node name="Label" type="Label" parent="AspectRatioContainer/MarginContainer/VBoxContainer/ScrollContainer/MessageContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="CommandScrollContainer" type="ScrollContainer" parent="AspectRatioContainer/MarginContainer/VBoxContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
vertical_scroll_mode = 0
|
||
|
|
|
||
|
|
[node name="CommandTextEdit" type="TextEdit" parent="AspectRatioContainer/MarginContainer/VBoxContainer/CommandScrollContainer"]
|
||
|
|
custom_minimum_size = Vector2(0, 35)
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_horizontal = 3
|
||
|
|
|
||
|
|
[node name="VisibleTimer" type="Timer" parent="."]
|
||
|
|
wait_time = 5.0
|