MagicNStuff/source/addons/panku_console/modules/native_logger/logger_view.tscn

137 lines
4.3 KiB
Plaintext

[gd_scene format=3 uid="uid://b1c075ic6oru7"]
[ext_resource type="Theme" uid="uid://bk18yfu0d77wk" path="res://addons/panku_console/res/panku_console_theme.tres" id="1_gcj58"]
[ext_resource type="PackedScene" uid="uid://dpurdc5me82ds" path="res://addons/panku_console/modules/native_logger/log_view_tag.tscn" id="2_06ga0"]
[ext_resource type="Script" uid="uid://dq460vgf6bsbl" path="res://addons/panku_console/modules/native_logger/logger_view.gd" id="2_8mrs2"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ggi4i"]
bg_color = Color(0.6, 0.6, 0.6, 0)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.639216, 0.639216, 0.639216, 0.501961)
[node name="logger_view" type="Control" unique_id=31339820 node_paths=PackedStringArray("search_box", "search_btn", "pin_btn", "cls_btn", "tags_container2", "tags_container", "rlabel")]
clip_contents = true
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -882.0
offset_bottom = -417.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_gcj58")
script = ExtResource("2_8mrs2")
tag_prefab = ExtResource("2_06ga0")
search_box = NodePath("VBoxContainer/HBoxContainer/LineEdit")
search_btn = NodePath("VBoxContainer/HBoxContainer/Button")
pin_btn = NodePath("VBoxContainer/HBoxContainer/Button2")
cls_btn = NodePath("VBoxContainer/HBoxContainer/Button3")
tags_container2 = NodePath("VBoxContainer/ScrollContainer")
tags_container = NodePath("VBoxContainer/ScrollContainer/HBoxContainer/HBoxContainer2")
rlabel = NodePath("VBoxContainer/PanelContainer/MarginContainer/RichTextLabel")
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=204733084]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Control" type="Control" parent="VBoxContainer" unique_id=1506899270]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer" unique_id=2049654205]
layout_mode = 2
theme_override_constants/separation = 2
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainer" unique_id=1012722308]
layout_mode = 2
size_flags_horizontal = 3
placeholder_text = "search..."
clear_button_enabled = true
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer" unique_id=840030515]
layout_mode = 2
text = "OK"
[node name="Button2" type="Button" parent="VBoxContainer/HBoxContainer" unique_id=1905553965]
layout_mode = 2
text = "Pin"
[node name="Button3" type="Button" parent="VBoxContainer/HBoxContainer" unique_id=1816031459]
layout_mode = 2
text = "Clear All"
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer" unique_id=1605879044]
visible = false
custom_minimum_size = Vector2(0, 24)
layout_mode = 2
vertical_scroll_mode = 0
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/ScrollContainer" unique_id=1557679675]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/HBoxContainer" unique_id=1976055143]
layout_mode = 2
size_flags_vertical = 1
text = " Tags: "
vertical_alignment = 1
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/HBoxContainer" unique_id=1178276283]
clip_contents = true
layout_mode = 2
size_flags_horizontal = 3
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer" unique_id=1850144863]
layout_mode = 2
size_flags_vertical = 3
theme_override_styles/panel = SubResource("StyleBoxFlat_ggi4i")
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer" unique_id=103538190]
layout_mode = 2
theme_override_constants/margin_left = 8
theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 8
theme_override_constants/margin_bottom = 8
[node name="RichTextLabel" type="RichTextLabel" parent="VBoxContainer/PanelContainer/MarginContainer" unique_id=432114970]
layout_mode = 2
bbcode_enabled = true
text = "Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here
Hello
Some text here"
scroll_following = true