199 lines
6.8 KiB
Plaintext
199 lines
6.8 KiB
Plaintext
[gd_scene format=3 uid="uid://73jm5qjy52vq"]
|
|
|
|
[ext_resource type="Script" uid="uid://d1wt4ma6055l8" path="res://addons/dialogue_manager/example_balloon/example_balloon.gd" id="1_36de5"]
|
|
[ext_resource type="PackedScene" uid="uid://ckvgyvclnwggo" path="res://addons/dialogue_manager/dialogue_label.tscn" id="2_a8ve6"]
|
|
[ext_resource type="Script" uid="uid://bb52rsfwhkxbn" path="res://addons/dialogue_manager/dialogue_responses_menu.gd" id="3_72ixx"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_spyqn"]
|
|
bg_color = Color(0, 0, 0, 1)
|
|
border_width_left = 3
|
|
border_width_top = 3
|
|
border_width_right = 3
|
|
border_width_bottom = 3
|
|
border_color = Color(0.329412, 0.329412, 0.329412, 1)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ri4m3"]
|
|
bg_color = Color(0.121569, 0.121569, 0.121569, 1)
|
|
border_width_left = 3
|
|
border_width_top = 3
|
|
border_width_right = 3
|
|
border_width_bottom = 3
|
|
border_color = Color(1, 1, 1, 1)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_e0njw"]
|
|
bg_color = Color(0, 0, 0, 1)
|
|
border_width_left = 3
|
|
border_width_top = 3
|
|
border_width_right = 3
|
|
border_width_bottom = 3
|
|
border_color = Color(0.6, 0.6, 0.6, 1)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qkmqt"]
|
|
bg_color = Color(0, 0, 0, 1)
|
|
border_width_left = 3
|
|
border_width_top = 3
|
|
border_width_right = 3
|
|
border_width_bottom = 3
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[sub_resource type="Theme" id="Theme_qq3yp"]
|
|
default_font_size = 20
|
|
Button/styles/disabled = SubResource("StyleBoxFlat_spyqn")
|
|
Button/styles/focus = SubResource("StyleBoxFlat_ri4m3")
|
|
Button/styles/hover = SubResource("StyleBoxFlat_e0njw")
|
|
Button/styles/normal = SubResource("StyleBoxFlat_e0njw")
|
|
MarginContainer/constants/margin_bottom = 15
|
|
MarginContainer/constants/margin_left = 30
|
|
MarginContainer/constants/margin_right = 30
|
|
MarginContainer/constants/margin_top = 15
|
|
PanelContainer/styles/panel = SubResource("StyleBoxFlat_qkmqt")
|
|
|
|
[sub_resource type="Animation" id="Animation_nlsx6"]
|
|
length = 0.001
|
|
tracks/0/type = "bezier"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("Progress:position:y")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"handle_modes": PackedInt32Array(0),
|
|
"points": PackedFloat32Array(0, -0.25, 0, 0.25, 0),
|
|
"times": PackedFloat32Array(0)
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_qkmqt"]
|
|
resource_name = "progress"
|
|
loop_mode = 1
|
|
step = 0.1
|
|
tracks/0/type = "bezier"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("Progress:position:y")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"handle_modes": PackedInt32Array(0, 0, 0, 0, 0),
|
|
"points": PackedFloat32Array(0, -0.25, 0, 0.25, 0, 0, -0.25, 0, 0.2, -0.0157438, -4, -0.2, 0.0112069, 0.25, 0, -4, -0.25, 0, 0.25, 0, 0, -0.2, 0.00299701, 0.25, 0),
|
|
"times": PackedFloat32Array(0, 0.1, 0.5, 0.6, 1)
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_1337t"]
|
|
_data = {
|
|
&"RESET": SubResource("Animation_nlsx6"),
|
|
&"progress": SubResource("Animation_qkmqt")
|
|
}
|
|
|
|
[node name="ExampleBalloon" type="CanvasLayer" unique_id=1434168376]
|
|
layer = 100
|
|
script = ExtResource("1_36de5")
|
|
|
|
[node name="Balloon" type="Control" parent="." unique_id=359403728]
|
|
unique_name_in_owner = true
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = SubResource("Theme_qq3yp")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Balloon" unique_id=1011109179]
|
|
layout_mode = 1
|
|
anchors_preset = 12
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -219.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="Balloon/MarginContainer" unique_id=810051587]
|
|
clip_children = 2
|
|
layout_mode = 2
|
|
mouse_filter = 1
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Balloon/MarginContainer/PanelContainer" unique_id=1030936092]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Balloon/MarginContainer/PanelContainer/MarginContainer" unique_id=1428277592]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Balloon/MarginContainer/PanelContainer/MarginContainer/HBoxContainer" unique_id=1624289611]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="CharacterLabel" type="RichTextLabel" parent="Balloon/MarginContainer/PanelContainer/MarginContainer/HBoxContainer/VBoxContainer" unique_id=507199029]
|
|
unique_name_in_owner = true
|
|
modulate = Color(1, 1, 1, 0.501961)
|
|
layout_mode = 2
|
|
mouse_filter = 1
|
|
bbcode_enabled = true
|
|
text = "Character"
|
|
fit_content = true
|
|
scroll_active = false
|
|
|
|
[node name="DialogueLabel" parent="Balloon/MarginContainer/PanelContainer/MarginContainer/HBoxContainer/VBoxContainer" unique_id=1225160028 instance=ExtResource("2_a8ve6")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
text = "Dialogue..."
|
|
|
|
[node name="Control" type="Control" parent="Balloon/MarginContainer/PanelContainer/MarginContainer/HBoxContainer" unique_id=1162966119]
|
|
custom_minimum_size = Vector2(20, 10)
|
|
layout_mode = 2
|
|
size_flags_vertical = 8
|
|
|
|
[node name="Progress" type="Polygon2D" parent="Balloon/MarginContainer/PanelContainer/MarginContainer/HBoxContainer/Control" unique_id=821575988]
|
|
unique_name_in_owner = true
|
|
polygon = PackedVector2Array(0, 0, 10, 10, 20, 0)
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="Balloon/MarginContainer/PanelContainer/MarginContainer/HBoxContainer/Control" unique_id=452325722]
|
|
libraries/ = SubResource("AnimationLibrary_1337t")
|
|
autoplay = &"progress"
|
|
|
|
[node name="ResponsesMenu" type="VBoxContainer" parent="Balloon" unique_id=966297223 node_paths=PackedStringArray("response_template")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -290.5
|
|
offset_top = -35.0
|
|
offset_right = 290.5
|
|
offset_bottom = 35.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_vertical = 8
|
|
theme_override_constants/separation = 2
|
|
alignment = 1
|
|
script = ExtResource("3_72ixx")
|
|
response_template = NodePath("ResponseExample")
|
|
|
|
[node name="ResponseExample" type="Button" parent="Balloon/ResponsesMenu" unique_id=914537232]
|
|
layout_mode = 2
|
|
text = "Response example"
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1116280512]
|
|
unique_name_in_owner = true
|
|
|
|
[connection signal="gui_input" from="Balloon" to="." method="_on_balloon_gui_input"]
|
|
[connection signal="response_selected" from="Balloon/ResponsesMenu" to="." method="_on_responses_menu_response_selected"]
|