86 lines
3.2 KiB
Plaintext
86 lines
3.2 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://73jm5qjy52vq"]
|
|
|
|
[ext_resource type="Script" path="res://Dialogue/Balloon.cs" id="1_obwi7"]
|
|
[ext_resource type="PackedScene" uid="uid://ckvgyvclnwggo" path="res://addons/dialogue_manager/dialogue_label.tscn" id="2_a8ve6"]
|
|
[ext_resource type="Theme" uid="uid://cksjbu3vrup5" path="res://UI/Themes/supalidl.tres" id="2_kowbc"]
|
|
[ext_resource type="FontFile" uid="uid://bo3obq6sos7lu" path="res://Assets/Fonts/compass-pro.ttf" id="4_8e5aq"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5d24i"]
|
|
content_margin_left = 40.0
|
|
content_margin_top = 5.0
|
|
content_margin_right = 5.0
|
|
content_margin_bottom = 5.0
|
|
bg_color = Color(1, 1, 1, 0.25098)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_oj3c8"]
|
|
content_margin_left = 40.0
|
|
content_margin_top = 5.0
|
|
content_margin_right = 5.0
|
|
content_margin_bottom = 5.0
|
|
draw_center = false
|
|
|
|
[node name="DialogBalloon" type="CanvasLayer"]
|
|
layer = 100
|
|
script = ExtResource("1_obwi7")
|
|
|
|
[node name="Balloon" type="ColorRect" parent="."]
|
|
color = Color(0.117647, 0.113725, 0.223529, 0.313726)
|
|
|
|
[node name="Margin" type="MarginContainer" parent="Balloon"]
|
|
layout_mode = 0
|
|
anchor_right = 1.0
|
|
offset_bottom = 119.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 = ExtResource("2_kowbc")
|
|
theme_override_constants/separation = 10
|
|
|
|
[node name="CharacterLabel" type="RichTextLabel" parent="Balloon/Margin/VBox"]
|
|
layout_mode = 2
|
|
mouse_filter = 1
|
|
theme_override_colors/font_shadow_color = Color(0.0352941, 0.0392157, 0.0784314, 1)
|
|
theme_override_colors/font_outline_color = Color(0.117647, 0.113725, 0.223529, 1)
|
|
theme_override_constants/shadow_offset_x = 2
|
|
theme_override_constants/shadow_offset_y = 3
|
|
theme_override_constants/outline_size = 8
|
|
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_override_colors/font_outline_color = Color(0.117647, 0.113725, 0.223529, 1)
|
|
theme_override_constants/outline_size = 4
|
|
theme_override_fonts/normal_font = ExtResource("4_8e5aq")
|
|
text = "I bought a whole bunch of shungite."
|
|
|
|
[node name="Responses" type="VBoxContainer" parent="Balloon/Margin/VBox"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 2
|
|
|
|
[node name="ResponseTemplate" type="RichTextLabel" parent="Balloon/Margin/VBox"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_colors/font_outline_color = Color(0.117647, 0.113725, 0.223529, 1)
|
|
theme_override_constants/outline_size = 4
|
|
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"]
|