41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://b7un1h6gdp8bq"]
|
|
|
|
[ext_resource type="Theme" uid="uid://ckrbqku1sx5ge" path="res://scenes/ui_elements/textbox_theme.tres" id="1_erynh"]
|
|
|
|
[node name="ChatLogLine" type="HBoxContainer"]
|
|
anchors_preset = 14
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
offset_top = -13.0
|
|
offset_bottom = 13.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
mouse_filter = 2
|
|
|
|
[node name="NameLabel" type="Label" parent="."]
|
|
modulate = Color(0.882353, 0.894118, 0.960784, 1)
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
theme = ExtResource("1_erynh")
|
|
theme_override_colors/font_color = Color(0.698039, 0.717647, 0.823529, 1)
|
|
text = "Name "
|
|
horizontal_alignment = 1
|
|
visible_characters_behavior = 1
|
|
|
|
[node name="TextLabel" type="RichTextLabel" parent="."]
|
|
modulate = Color(0.882353, 0.894118, 0.960784, 1)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
mouse_filter = 2
|
|
theme = ExtResource("1_erynh")
|
|
bbcode_enabled = true
|
|
text = "What the [color=#f00]fuck[/color]?!"
|
|
fit_content = true
|
|
scroll_active = false
|
|
shortcut_keys_enabled = false
|
|
meta_underlined = false
|
|
hint_underlined = false
|
|
drag_and_drop_selection_enabled = false
|
|
visible_characters_behavior = 1
|