]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.tscn
bb803eeb598b742d372dcd2e8c6736b4026d36e4
[wolf-seeking-sheep.git] / addons / dialogic / Modules / DefaultLayoutParts / Layer_VN_Portraits / vn_portrait_layer.tscn
1 [gd_scene load_steps=3 format=3 uid="uid://cy1y14inwkplb"]
2
3 [ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Portraits/vn_portrait_layer.gd" id="1_1i7em"]
4 [ext_resource type="Script" path="res://addons/dialogic/Modules/Character/node_portrait_container.gd" id="1_rxdcc"]
5
6 [node name="VN_PortraitLayer" type="Control"]
7 layout_mode = 3
8 anchors_preset = 15
9 anchor_right = 1.0
10 anchor_bottom = 1.0
11 grow_horizontal = 2
12 grow_vertical = 2
13 mouse_filter = 2
14 script = ExtResource("1_1i7em")
15
16 [node name="Portraits" type="Control" parent="."]
17 unique_name_in_owner = true
18 layout_mode = 1
19 anchors_preset = 15
20 anchor_right = 1.0
21 anchor_bottom = 1.0
22 grow_horizontal = 2
23 grow_vertical = 2
24 mouse_filter = 2
25
26 [node name="DialogicNode_PortraitContainer1" type="Control" parent="Portraits"]
27 layout_mode = 1
28 anchor_right = 0.2
29 anchor_bottom = 1.0
30 offset_right = -1.52588e-05
31 grow_vertical = 2
32 pivot_offset = Vector2(115.2, 648)
33 mouse_filter = 2
34 script = ExtResource("1_rxdcc")
35 container_ids = PackedStringArray("leftmost", "0")
36 metadata/_edit_use_anchors_ = true
37
38 [node name="DialogicNode_PortraitContainer2" type="Control" parent="Portraits"]
39 layout_mode = 1
40 anchor_left = 0.2
41 anchor_right = 0.4
42 anchor_bottom = 1.0
43 grow_horizontal = 2
44 grow_vertical = 2
45 mouse_filter = 2
46 script = ExtResource("1_rxdcc")
47 container_ids = PackedStringArray("left", "1")
48 metadata/_edit_use_anchors_ = true
49
50 [node name="DialogicNode_PortraitContainer3" type="Control" parent="Portraits"]
51 layout_mode = 1
52 anchor_left = 0.4
53 anchor_right = 0.6
54 anchor_bottom = 1.0
55 grow_horizontal = 2
56 grow_vertical = 2
57 mouse_filter = 2
58 script = ExtResource("1_rxdcc")
59 container_ids = PackedStringArray("center", "middle", "2")
60 metadata/_edit_use_anchors_ = true
61
62 [node name="DialogicNode_PortraitContainer4" type="Control" parent="Portraits"]
63 layout_mode = 1
64 anchor_left = 0.6
65 anchor_right = 0.8
66 anchor_bottom = 1.0
67 grow_horizontal = 2
68 grow_vertical = 2
69 mouse_filter = 2
70 script = ExtResource("1_rxdcc")
71 container_ids = PackedStringArray("right", "3")
72 metadata/_edit_use_anchors_ = true
73
74 [node name="DialogicNode_PortraitContainer5" type="Control" parent="Portraits"]
75 layout_mode = 1
76 anchor_left = 0.8
77 anchor_right = 1.0
78 anchor_bottom = 1.0
79 grow_horizontal = 2
80 grow_vertical = 2
81 mouse_filter = 2
82 script = ExtResource("1_rxdcc")
83 container_ids = PackedStringArray("rightmost", "4")
84 metadata/_edit_use_anchors_ = true