]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.tscn
Squashed commit of the following:
[wolf-seeking-sheep.git] / addons / dialogic / Modules / DefaultLayoutParts / Layer_History / example_history_item.tscn
1 [gd_scene load_steps=3 format=3 uid="uid://cuoywrmvda1yg"]
2
3 [ext_resource type="Script" uid="uid://ce200acuxdi74" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_History/example_history_item.gd" id="1_dgoja"]
4
5 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_upgjp"]
6 content_margin_left = 5.0
7 content_margin_top = 5.0
8 content_margin_right = 5.0
9 content_margin_bottom = 5.0
10 bg_color = Color(0.780392, 0.780392, 0.780392, 0.156863)
11 corner_radius_top_left = 5
12 corner_radius_top_right = 5
13 corner_radius_bottom_right = 5
14 corner_radius_bottom_left = 5
15
16 [node name="HistoryItem" type="PanelContainer"]
17 offset_left = -37.0
18 offset_top = 510.0
19 offset_right = 1085.0
20 offset_bottom = 555.0
21 theme_override_styles/panel = SubResource("StyleBoxFlat_upgjp")
22 script = ExtResource("1_dgoja")
23
24 [node name="HBoxContainer" type="HBoxContainer" parent="."]
25 layout_mode = 2
26
27 [node name="Icon" type="TextureRect" parent="HBoxContainer"]
28 unique_name_in_owner = true
29 custom_minimum_size = Vector2(30, 30)
30 layout_mode = 2
31 expand_mode = 1
32 stretch_mode = 4
33
34 [node name="NameLabel" type="Label" parent="HBoxContainer"]
35 unique_name_in_owner = true
36 layout_mode = 2
37 size_flags_vertical = 0
38
39 [node name="TextBox" type="RichTextLabel" parent="HBoxContainer"]
40 unique_name_in_owner = true
41 layout_mode = 2
42 size_flags_horizontal = 3
43 size_flags_vertical = 4
44 bbcode_enabled = true
45 text = "Some tex"
46 fit_content = true