55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dcb1x11exmlab"]
|
|
|
|
[ext_resource type="Script" path="res://src/scene-scripts/gui/dialog_bubble.cs" id="1_txwv4"]
|
|
[ext_resource type="FontFile" uid="uid://cx6bvqk0ghmjv" path="res://assets/fonts/urbane-rounded-medium.otf" id="2_qrihj"]
|
|
|
|
[node name="dialog_bubble" type="CanvasLayer"]
|
|
script = ExtResource("1_txwv4")
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
anchors_preset = -1
|
|
anchor_left = 0.163
|
|
anchor_top = 0.78
|
|
anchor_right = 0.863
|
|
anchor_bottom = 0.977
|
|
offset_left = -0.531006
|
|
offset_top = 0.0799561
|
|
offset_right = 0.56897
|
|
offset_bottom = -0.128052
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
|
|
[node name="TextLabel" type="Label" parent="."]
|
|
anchors_preset = -1
|
|
anchor_left = 0.218
|
|
anchor_top = 0.812
|
|
anchor_right = 0.837
|
|
anchor_bottom = 0.972
|
|
offset_left = -15.066
|
|
offset_top = 8.43201
|
|
offset_right = -16.469
|
|
offset_bottom = -9.80798
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_fonts/font = ExtResource("2_qrihj")
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "This is test text"
|
|
autowrap_mode = 3
|
|
|
|
[node name="NameLabel" type="Label" parent="."]
|
|
anchors_preset = -1
|
|
anchor_left = 0.164
|
|
anchor_top = 0.782
|
|
anchor_right = 0.197
|
|
anchor_bottom = 0.808
|
|
offset_left = 7.93199
|
|
offset_top = 4.35199
|
|
offset_right = 7.27698
|
|
offset_bottom = 4.888
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_fonts/font = ExtResource("2_qrihj")
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "Name"
|