]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.tscn
Squashed commit of the following:
[wolf-seeking-sheep.git] / addons / dialogic / Modules / DefaultLayoutParts / Layer_VN_Choices / vn_choice_layer.tscn
1 [gd_scene load_steps=7 format=3 uid="uid://dhk6j6eb6e3q"]
2
3 [ext_resource type="Script" uid="uid://dibvs7o07xnyh" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_VN_Choices/vn_choice_layer.gd" id="1_kurgw"]
4 [ext_resource type="Script" uid="uid://cfel4pkeo52o8" path="res://addons/dialogic/Modules/Choice/node_choice_button.gd" id="1_w632k"]
5 [ext_resource type="Script" uid="uid://11fuvvdghs7e" path="res://addons/dialogic/Modules/Choice/node_button_sound.gd" id="2_mgko6"]
6 [ext_resource type="AudioStream" uid="uid://b6c1p14bc20p1" path="res://addons/dialogic/Example Assets/sound-effects/typing1.wav" id="3_mql8i"]
7 [ext_resource type="AudioStream" uid="uid://c2viukvbub6v6" path="res://addons/dialogic/Example Assets/sound-effects/typing4.wav" id="4_420fr"]
8
9 [sub_resource type="AudioStream" id="AudioStream_pe27w"]
10
11 [node name="VN_ChoiceLayer" type="Control"]
12 layout_mode = 3
13 anchors_preset = 15
14 anchor_right = 1.0
15 anchor_bottom = 1.0
16 grow_horizontal = 2
17 grow_vertical = 2
18 mouse_filter = 2
19 script = ExtResource("1_kurgw")
20
21 [node name="Choices" type="VBoxContainer" parent="."]
22 layout_mode = 1
23 anchors_preset = 8
24 anchor_left = 0.5
25 anchor_top = 0.5
26 anchor_right = 0.5
27 anchor_bottom = 0.5
28 offset_left = -41.0
29 offset_top = -47.0
30 offset_right = 42.0
31 offset_bottom = 47.0
32 grow_horizontal = 2
33 grow_vertical = 2
34 mouse_filter = 2
35 alignment = 1
36 metadata/_edit_layout_mode = 1
37
38 [node name="DialogicNode_ChoiceButton1" type="Button" parent="Choices"]
39 layout_mode = 2
40 text = "Some text"
41 script = ExtResource("1_w632k")
42
43 [node name="DialogicNode_ChoiceButton2" type="Button" parent="Choices"]
44 layout_mode = 2
45 text = "Some text"
46 script = ExtResource("1_w632k")
47
48 [node name="DialogicNode_ChoiceButton3" type="Button" parent="Choices"]
49 layout_mode = 2
50 text = "Some text"
51 script = ExtResource("1_w632k")
52
53 [node name="DialogicNode_ChoiceButton4" type="Button" parent="Choices"]
54 layout_mode = 2
55 text = "Some text"
56 script = ExtResource("1_w632k")
57
58 [node name="DialogicNode_ChoiceButton5" type="Button" parent="Choices"]
59 layout_mode = 2
60 text = "Some text"
61 script = ExtResource("1_w632k")
62
63 [node name="DialogicNode_ChoiceButton6" type="Button" parent="Choices"]
64 layout_mode = 2
65 text = "Some text"
66 script = ExtResource("1_w632k")
67
68 [node name="DialogicNode_ChoiceButton7" type="Button" parent="Choices"]
69 layout_mode = 2
70 text = "Some text"
71 script = ExtResource("1_w632k")
72
73 [node name="DialogicNode_ChoiceButton8" type="Button" parent="Choices"]
74 layout_mode = 2
75 text = "Some text"
76 script = ExtResource("1_w632k")
77
78 [node name="DialogicNode_ChoiceButton9" type="Button" parent="Choices"]
79 layout_mode = 2
80 text = "Some text"
81 script = ExtResource("1_w632k")
82
83 [node name="DialogicNode_ChoiceButton10" type="Button" parent="Choices"]
84 layout_mode = 2
85 text = "Some text"
86 script = ExtResource("1_w632k")
87
88 [node name="DialogicNode_ChoiceButton11" type="Button" parent="Choices"]
89 layout_mode = 2
90 text = "Some text"
91 script = ExtResource("1_w632k")
92
93 [node name="DialogicNode_ButtonSound" type="AudioStreamPlayer" parent="Choices"]
94 unique_name_in_owner = true
95 script = ExtResource("2_mgko6")
96 sound_pressed = ExtResource("3_mql8i")
97 sound_hover = ExtResource("4_420fr")
98 sound_focus = SubResource("AudioStream_pe27w")