2024-12-23 01:29:31 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://dhvo15vyxpkja"]
|
|
|
|
|
2025-03-10 13:03:34 +00:00
|
|
|
[ext_resource type="Script" uid="uid://ce45ux1l1xt5k" path="res://log/logger/project_log_panel_item.gd" id="1_gn7ev"]
|
2024-12-23 01:29:31 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bdy4u3e7rmo7f" path="res://ui/button/sound_button.tscn" id="2_wb6pu"]
|
|
|
|
|
|
|
|
[node name="LogItem" type="HBoxContainer"]
|
|
|
|
anchors_preset = 14
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_top = -4.0
|
|
|
|
offset_bottom = 4.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
script = ExtResource("1_gn7ev")
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="LogContent" type="TextEdit" parent="MarginContainer"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
text = "123"
|
|
|
|
wrap_mode = 1
|
|
|
|
scroll_fit_content_height = true
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="TagsContainer" type="GridContainer" parent="HBoxContainer"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
columns = 2
|
|
|
|
|
|
|
|
[node name="AddTag" type="MenuButton" parent="HBoxContainer/TagsContainer"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Tags"
|
|
|
|
|
|
|
|
[node name="VBoxContainer2" type="VBoxContainer" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="EventDate" type="Label" parent="VBoxContainer2"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_colors/font_color = Color(0.929412, 0.929412, 0.929412, 1)
|
|
|
|
theme_override_colors/font_shadow_color = Color(0.105882, 0.105882, 0.105882, 1)
|
|
|
|
theme_override_constants/shadow_offset_x = 1
|
|
|
|
theme_override_constants/shadow_offset_y = 1
|
|
|
|
theme_override_constants/shadow_outline_size = 4
|
|
|
|
text = "01/01/24"
|
|
|
|
|
|
|
|
[node name="LogUpdateDate" type="Label" parent="VBoxContainer2"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
visible = false
|
|
|
|
layout_mode = 2
|
|
|
|
text = "01/01/24"
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer2"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="Reload" parent="VBoxContainer2/HBoxContainer" instance=ExtResource("2_wb6pu")]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
size_flags_vertical = 4
|
|
|
|
text = "Reload"
|
|
|
|
script = null
|
|
|
|
|
|
|
|
[node name="Save" parent="VBoxContainer2/HBoxContainer" instance=ExtResource("2_wb6pu")]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
visible = false
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
size_flags_vertical = 4
|
|
|
|
text = "Save"
|
|
|
|
script = null
|
|
|
|
|
|
|
|
[node name="Delete" parent="VBoxContainer2/HBoxContainer" instance=ExtResource("2_wb6pu")]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
size_flags_vertical = 4
|
|
|
|
text = "Delete"
|
|
|
|
script = null
|