]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Editor/CharacterEditor/char_edit_section_portraits.tscn
Squashed commit of the following:
[wolf-seeking-sheep.git] / addons / dialogic / Editor / CharacterEditor / char_edit_section_portraits.tscn
1 [gd_scene load_steps=4 format=3 uid="uid://cmrgbo8qi145o"]
2
3 [ext_resource type="Script" uid="uid://blfahpm8xhuar" path="res://addons/dialogic/Editor/CharacterEditor/char_edit_section_portraits.gd" id="1_6sxsl"]
4 [ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="2_birla"]
5 [ext_resource type="PackedScene" uid="uid://dtimnsj014cu" path="res://addons/dialogic/Editor/Events/Fields/field_vector2.tscn" id="3_vcvin"]
6
7 [node name="Portraits" type="GridContainer"]
8 offset_right = 453.0
9 offset_bottom = 141.0
10 theme_override_constants/h_separation = 1
11 theme_override_constants/v_separation = 6
12 columns = 2
13 script = ExtResource("1_6sxsl")
14
15 [node name="Label5" type="Label" parent="."]
16 layout_mode = 2
17 size_flags_vertical = 0
18 text = "Default"
19
20 [node name="DefaultPortraitPicker" parent="." instance=ExtResource("2_birla")]
21 unique_name_in_owner = true
22 layout_mode = 2
23 size_flags_horizontal = 3
24 placeholder_text = "Select Default Portrait"
25 fit_text_length = false
26
27 [node name="Label" type="Label" parent="."]
28 layout_mode = 2
29 size_flags_vertical = 0
30 text = "Main Scale"
31
32 [node name="MainScale" type="SpinBox" parent="."]
33 unique_name_in_owner = true
34 layout_mode = 2
35 size_flags_horizontal = 8
36 value = 100.0
37 allow_greater = true
38 alignment = 1
39 suffix = "%"
40
41 [node name="Label2" type="Label" parent="."]
42 layout_mode = 2
43 size_flags_vertical = 0
44 text = "Main Offset"
45
46 [node name="MainOffset" parent="." instance=ExtResource("3_vcvin")]
47 unique_name_in_owner = true
48 layout_mode = 2
49 alignment = 2
50
51 [node name="Label3" type="Label" parent="."]
52 layout_mode = 2
53 size_flags_vertical = 0
54 text = "Main Mirror"
55
56 [node name="MainMirror" type="CheckBox" parent="."]
57 unique_name_in_owner = true
58 layout_mode = 2
59 size_flags_horizontal = 8