MagicNStuff/source/addons/panku_console/modules/native_logger/logger_view.tscn
2025-02-25 22:07:11 +01:00

137 lines
4.0 KiB
Plaintext

[gd_scene load_steps=5 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" 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" 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="."]
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"]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 2
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
placeholder_text = "search..."
clear_button_enabled = true
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "OK"
[node name="Button2" type="Button" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "Pin"
[node name="Button3" type="Button" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "Clear All"
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
visible = false
custom_minimum_size = Vector2(0, 24)
layout_mode = 2
vertical_scroll_mode = 0
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/ScrollContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/HBoxContainer"]
layout_mode = 2
size_flags_vertical = 1
text = " Tags: "
vertical_alignment = 1
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/HBoxContainer"]
clip_contents = true
layout_mode = 2
size_flags_horizontal = 3
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme_override_styles/panel = SubResource("StyleBoxFlat_ggi4i")
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/PanelContainer"]
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"]
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