88 lines
2.6 KiB
Plaintext
88 lines
2.6 KiB
Plaintext
|
[gd_scene load_steps=8 format=3 uid="uid://b361p61jmf257"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://Dialogue/balloon.gd" id="1_4u26j"]
|
||
|
[ext_resource type="PackedScene" uid="uid://ckvgyvclnwggo" path="res://addons/dialogue_manager/dialogue_label.tscn" id="2_a8ve6"]
|
||
|
|
||
|
[sub_resource type="Theme" id="Theme_isg48"]
|
||
|
default_font_size = 9
|
||
|
|
||
|
[sub_resource type="Theme" id="Theme_owda0"]
|
||
|
default_font_size = 9
|
||
|
|
||
|
[sub_resource type="Theme" id="Theme_fakos"]
|
||
|
default_font_size = 9
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5d24i"]
|
||
|
content_margin_left = 20.0
|
||
|
content_margin_top = 2.0
|
||
|
content_margin_right = 2.0
|
||
|
content_margin_bottom = 2.0
|
||
|
bg_color = Color(1, 1, 1, 0.25098)
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_oj3c8"]
|
||
|
content_margin_left = 20.0
|
||
|
content_margin_top = 2.0
|
||
|
content_margin_right = 2.0
|
||
|
content_margin_bottom = 2.0
|
||
|
draw_center = false
|
||
|
|
||
|
[node name="ExampleBalloon" type="CanvasLayer"]
|
||
|
layer = 100
|
||
|
script = ExtResource("1_4u26j")
|
||
|
|
||
|
[node name="Balloon" type="ColorRect" parent="."]
|
||
|
color = Color(0, 0, 0, 1)
|
||
|
|
||
|
[node name="Margin" type="MarginContainer" parent="Balloon"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 10
|
||
|
anchor_right = 1.0
|
||
|
offset_bottom = 75.0
|
||
|
grow_horizontal = 2
|
||
|
theme_override_constants/margin_left = 20
|
||
|
theme_override_constants/margin_top = 10
|
||
|
theme_override_constants/margin_right = 20
|
||
|
theme_override_constants/margin_bottom = 10
|
||
|
metadata/_edit_layout_mode = 1
|
||
|
|
||
|
[node name="VBox" type="VBoxContainer" parent="Balloon/Margin"]
|
||
|
layout_mode = 2
|
||
|
theme_override_constants/separation = 4
|
||
|
|
||
|
[node name="CharacterLabel" type="RichTextLabel" parent="Balloon/Margin/VBox"]
|
||
|
modulate = Color(1, 1, 1, 0.501961)
|
||
|
layout_mode = 2
|
||
|
mouse_filter = 1
|
||
|
theme = SubResource("Theme_isg48")
|
||
|
bbcode_enabled = true
|
||
|
text = "Character"
|
||
|
fit_content = true
|
||
|
scroll_active = false
|
||
|
|
||
|
[node name="DialogueLabel" parent="Balloon/Margin/VBox" instance=ExtResource("2_a8ve6")]
|
||
|
layout_mode = 2
|
||
|
theme = SubResource("Theme_owda0")
|
||
|
text = "Dialogue"
|
||
|
|
||
|
[node name="Responses" type="VBoxContainer" parent="Balloon/Margin/VBox"]
|
||
|
layout_mode = 2
|
||
|
theme_override_constants/separation = 1
|
||
|
|
||
|
[node name="ResponseTemplate" type="RichTextLabel" parent="Balloon/Margin/VBox"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
focus_mode = 2
|
||
|
theme = SubResource("Theme_fakos")
|
||
|
theme_override_styles/focus = SubResource("StyleBoxFlat_5d24i")
|
||
|
theme_override_styles/normal = SubResource("StyleBoxFlat_oj3c8")
|
||
|
bbcode_enabled = true
|
||
|
text = "Response"
|
||
|
fit_content = true
|
||
|
scroll_active = false
|
||
|
shortcut_keys_enabled = false
|
||
|
meta_underlined = false
|
||
|
hint_underlined = false
|
||
|
|
||
|
[connection signal="gui_input" from="Balloon" to="." method="_on_balloon_gui_input"]
|
||
|
[connection signal="resized" from="Balloon/Margin" to="." method="_on_margin_resized"]
|