1 [gd_scene load_steps=4 format=3 uid="uid://lx24i8fl6uo"]
3 [ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_History/history_layer.gd" id="1_4mqm3"]
4 [ext_resource type="PackedScene" uid="uid://cuoywrmvda1yg" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.tscn" id="2_x1xgk"]
6 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1hdvb"]
7 content_margin_left = 10.0
8 content_margin_top = 10.0
9 content_margin_right = 10.0
10 content_margin_bottom = 10.0
11 bg_color = Color(0, 0, 0, 0.776471)
12 border_color = Color(0.8, 0.8, 0.8, 0)
13 corner_radius_top_left = 20
14 corner_radius_top_right = 20
15 corner_radius_bottom_right = 20
16 corner_radius_bottom_left = 20
18 [node name="ExampleHistoryScene" type="Control"]
26 size_flags_horizontal = 3
27 size_flags_vertical = 3
29 script = ExtResource("1_4mqm3")
30 font_use_global_size = null
31 font_custom_size = null
32 font_use_global_fonts = null
33 font_custom_normal = null
34 font_custom_bold = null
35 font_custom_italics = null
36 HistoryItem = ExtResource("2_x1xgk")
39 [node name="HistoryBox" type="ScrollContainer" parent="."]
40 unique_name_in_owner = true
52 size_flags_vertical = 3
53 theme_override_styles/panel = SubResource("StyleBoxFlat_1hdvb")
54 horizontal_scroll_mode = 0
56 [node name="HistoryLog" type="VBoxContainer" parent="HistoryBox"]
57 unique_name_in_owner = true
60 size_flags_horizontal = 3
61 size_flags_vertical = 3
63 [node name="ShowHistory" type="Button" parent="."]
73 size_flags_horizontal = 4
74 size_flags_vertical = 4
77 [node name="HideHistory" type="Button" parent="."]
88 size_flags_horizontal = 4
89 size_flags_vertical = 4
92 [connection signal="pressed" from="ShowHistory" to="." method="_on_show_history_pressed"]
93 [connection signal="pressed" from="HideHistory" to="." method="_on_hide_history_pressed"]