forked from dialogic-godot/dialogic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
game_ui.tscn
134 lines (119 loc) · 3.9 KB
/
game_ui.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
[gd_scene load_steps=7 format=3]
[ext_resource type="Script" path="res://addons/dialogic/Modules/Background/node_background_holder.gd" id="1_7xoxi"]
[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_dialog_text.gd" id="1_pyeja"]
[ext_resource type="Script" path="res://addons/dialogic/Modules/Choice/node_choice_button.gd" id="2_0chsi"]
[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_next_indicator.gd" id="2_8o2ju"]
[ext_resource type="Texture2D" uid="uid://bvqgwmds7enrv" path="res://icon.svg" id="3_y357o"]
[ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_name_label.gd" id="3_yr5sj"]
[node name="GameUI" type="CanvasLayer"]
[node name="DialogicNode_BackgroundHolder" type="CanvasLayer" parent="."]
layer = -1
script = ExtResource("1_7xoxi")
[node name="ColorRect2" type="ColorRect" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.0431373, 0.0431373, 0.0431373, 0.490196)
[node name="ColorRect" type="ColorRect" parent="."]
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -13.0
offset_top = -175.0
offset_right = 9.0
grow_horizontal = 2
grow_vertical = 0
rotation = 0.000493497
color = Color(0.0470588, 0.0470588, 0.0470588, 0.811765)
[node name="VBoxContainer2" type="VBoxContainer" parent="."]
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -338.0
offset_top = -163.0
offset_right = 338.0
grow_horizontal = 2
grow_vertical = 0
[node name="DialogicNode_NameLabel" type="Label" parent="VBoxContainer2"]
layout_mode = 2
text = "Example Name"
horizontal_alignment = 1
script = ExtResource("3_yr5sj")
hide_when_empty = false
[node name="DialogicNode_DialogText" type="RichTextLabel" parent="VBoxContainer2"]
clip_contents = false
layout_mode = 2
text = "This is some default text that is as long as it needs to be for me to see where the dialog box and it's limits are."
fit_content = true
script = ExtResource("1_pyeja")
[node name="DNextIndicator" type="Control" parent="VBoxContainer2/DialogicNode_DialogText"]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_top = 50.0
offset_bottom = 50.0
grow_horizontal = 2
grow_vertical = 0
script = ExtResource("2_8o2ju")
texture = ExtResource("3_y357o")
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer2"]
layout_mode = 2
alignment = 1
[node name="DialogicNode_ChoiceButton" type="Button" parent="VBoxContainer2/VBoxContainer"]
visible = false
layout_mode = 2
size_flags_horizontal = 4
theme_type_variation = &"ChoiceButton"
text = "Example Choice"
flat = true
alignment = 0
expand_icon = true
script = ExtResource("2_0chsi")
[node name="DialogicNode_ChoiceButton2" type="Button" parent="VBoxContainer2/VBoxContainer"]
visible = false
layout_mode = 2
size_flags_horizontal = 4
theme_type_variation = &"ChoiceButton"
text = "Example Choice"
flat = true
alignment = 0
expand_icon = true
script = ExtResource("2_0chsi")
[node name="DialogicNode_ChoiceButton3" type="Button" parent="VBoxContainer2/VBoxContainer"]
visible = false
layout_mode = 2
size_flags_horizontal = 4
theme_type_variation = &"ChoiceButton"
text = "Example Choice"
flat = true
alignment = 0
expand_icon = true
script = ExtResource("2_0chsi")
[node name="DialogicNode_ChoiceButton4" type="Button" parent="VBoxContainer2/VBoxContainer"]
visible = false
layout_mode = 2
size_flags_horizontal = 4
theme_type_variation = &"ChoiceButton"
text = "Example Choice"
flat = true
alignment = 0
expand_icon = true
script = ExtResource("2_0chsi")
[node name="DialogicNode_ChoiceButton5" type="Button" parent="VBoxContainer2/VBoxContainer"]
visible = false
layout_mode = 2
size_flags_horizontal = 4
theme_type_variation = &"ChoiceButton"
text = "Example Choice"
flat = true
alignment = 0
expand_icon = true
script = ExtResource("2_0chsi")