89 lines
3.1 KiB
Plaintext
89 lines
3.1 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="Texture2D" uid="uid://dcy8iheoqxnjn" path="res://Assets/Sprites/UI/menu-rect.png" id="2_i5a6k"]
|
|
[ext_resource type="Theme" uid="uid://cksjbu3vrup5" path="res://UI/Themes/supalidl.tres" id="2_kowbc"]
|
|
|
|
[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="NinePatchRect" parent="."]
|
|
texture = ExtResource("2_i5a6k")
|
|
patch_margin_left = 32
|
|
patch_margin_top = 32
|
|
patch_margin_right = 32
|
|
patch_margin_bottom = 32
|
|
|
|
[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.105882, 0.0470588, 0.117647, 1)
|
|
theme_override_colors/font_outline_color = Color(0.270588, 0.160784, 0.247059, 1)
|
|
theme_override_constants/shadow_offset_x = 1
|
|
theme_override_constants/shadow_offset_y = 2
|
|
theme_override_constants/shadow_outline_size = 0
|
|
theme_override_constants/outline_size = 4
|
|
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_shadow_color = Color(0.105882, 0.0470588, 0.117647, 1)
|
|
theme_override_constants/shadow_offset_x = 0
|
|
theme_override_constants/shadow_offset_y = 1
|
|
theme_override_constants/shadow_outline_size = 0
|
|
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
|