59 lines
1.7 KiB
Text
59 lines
1.7 KiB
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://gui_scene/GUI/HUD/dialogue_bubble.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/GUI/images/dialogue_bubble.png" type="Texture" id=2]
|
|
[ext_resource path="res://assets/GUI/images/dialogue_bottom_line.png" type="Texture" id=3]
|
|
|
|
[node name="dialogue_bubble" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="dialogue_box" type="VBoxContainer" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
|
|
[node name="bubble_box" type="MarginContainer" parent="dialogue_box"]
|
|
margin_right = 630.0
|
|
margin_bottom = 58.0
|
|
custom_constants/margin_right = 0
|
|
custom_constants/margin_top = 0
|
|
custom_constants/margin_left = 0
|
|
custom_constants/margin_bottom = -6
|
|
|
|
[node name="bubble" type="TextureRect" parent="dialogue_box/bubble_box"]
|
|
margin_right = 630.0
|
|
margin_bottom = 64.0
|
|
texture = ExtResource( 2 )
|
|
expand = true
|
|
|
|
[node name="text_box" type="MarginContainer" parent="dialogue_box/bubble_box"]
|
|
margin_right = 630.0
|
|
margin_bottom = 64.0
|
|
size_flags_vertical = 6
|
|
custom_constants/margin_right = 128
|
|
custom_constants/margin_top = 8
|
|
custom_constants/margin_left = 128
|
|
custom_constants/margin_bottom = 8
|
|
|
|
[node name="lines_box" type="VBoxContainer" parent="dialogue_box/bubble_box/text_box"]
|
|
margin_left = 128.0
|
|
margin_top = 8.0
|
|
margin_right = 502.0
|
|
margin_bottom = 56.0
|
|
|
|
[node name="text" type="Label" parent="dialogue_box/bubble_box/text_box/lines_box"]
|
|
margin_right = 374.0
|
|
margin_bottom = 48.0
|
|
text = "Lorem ipsum deles sit amet. Lorem ipsum deles sit amet.
|
|
Lorem ipsum deles sit amet.
|
|
"
|
|
|
|
[node name="bottom_line" type="TextureRect" parent="dialogue_box"]
|
|
margin_left = 187.0
|
|
margin_top = 62.0
|
|
margin_right = 443.0
|
|
margin_bottom = 84.0
|
|
size_flags_horizontal = 6
|
|
texture = ExtResource( 3 )
|
|
|