2023-11-17 20:49:38 +11:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://ddmg342ff2qaq"]
|
2023-11-08 14:28:55 +11:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Scripts/chatbox.gd" id="1_k3g22"]
|
|
|
|
|
2023-11-17 20:49:38 +11:00
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_c3kb6"]
|
|
|
|
bg_color = Color(0.223529, 0.211765, 0.184314, 0.462745)
|
|
|
|
|
|
|
|
[node name="Chatbox" type="Control" node_paths=PackedStringArray("input_line", "textbox", "text_panel", "fade_timer")]
|
2023-11-08 14:28:55 +11:00
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
mouse_filter = 2
|
|
|
|
script = ExtResource("1_k3g22")
|
2023-11-17 20:49:38 +11:00
|
|
|
input_line = NodePath("VBoxContainer/LineEdit")
|
|
|
|
textbox = NodePath("VBoxContainer/PanelContainer/RichTextLabel")
|
|
|
|
text_panel = NodePath("VBoxContainer/PanelContainer")
|
|
|
|
fade_timer = NodePath("Timer")
|
2023-11-08 14:28:55 +11:00
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
2023-11-17 20:49:38 +11:00
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 40.0
|
|
|
|
offset_top = 100.0
|
|
|
|
offset_right = 375.0
|
|
|
|
offset_bottom = 300.0
|
2023-11-08 14:28:55 +11:00
|
|
|
mouse_filter = 2
|
|
|
|
alignment = 2
|
|
|
|
|
2023-11-17 20:49:38 +11:00
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"]
|
|
|
|
modulate = Color(1, 1, 1, 0)
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_vertical = 3
|
|
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_c3kb6")
|
|
|
|
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="VBoxContainer/PanelContainer"]
|
|
|
|
modulate = Color(1, 1, 1, 0)
|
2023-11-08 14:28:55 +11:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_vertical = 3
|
|
|
|
mouse_filter = 2
|
2023-11-17 20:49:38 +11:00
|
|
|
bbcode_enabled = true
|
2023-11-08 14:28:55 +11:00
|
|
|
scroll_following = true
|
|
|
|
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="VBoxContainer"]
|
|
|
|
visible = false
|
|
|
|
layout_mode = 2
|
|
|
|
mouse_filter = 2
|
|
|
|
context_menu_enabled = false
|
|
|
|
selecting_enabled = false
|
2023-11-17 20:49:38 +11:00
|
|
|
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
|
|
wait_time = 3.5
|
2024-03-30 00:54:41 +11:00
|
|
|
one_shot = true
|
2023-11-17 20:49:38 +11:00
|
|
|
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
|