2025-05-03 20:39:06 +08:00

68 lines
1.7 KiB
Plaintext

[gd_scene load_steps=4 format=3]
[ext_resource type="Texture2D" path="res://Sprites/Menus/bubblebox.png" id="1"]
[ext_resource type="FontFile" path="res://Fonts/dotumche-pixel.ttf" id="2"]
[ext_resource type="Texture2D" path="res://Sprites/Menus/bubbletail.png" id="3"]
[node name="Control" type="Control"]
z_index = 3000
layout_mode = 3
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
[node name="Bubble" type="NinePatchRect" parent="."]
layout_mode = 1
anchors_preset = 6
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_left = -48.0
offset_top = -16.0
offset_right = -8.0
offset_bottom = 16.0
grow_horizontal = 0
grow_vertical = 2
texture = ExtResource("1")
[node name="RichTextLabel" type="RichTextLabel" parent="Bubble"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 2.0
offset_top = 1.0
offset_right = -1.0
offset_bottom = -1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/default_color = Color(0, 0, 0, 1)
theme_override_fonts/normal_font = ExtResource("2")
theme_override_font_sizes/normal_font_size = 6
bbcode_enabled = true
text = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
scroll_active = false
visible_characters = 0
visible_characters_behavior = 1
visible_ratio = 0.0
[node name="TextureRect" type="TextureRect" parent="Bubble"]
layout_mode = 1
anchors_preset = 6
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = -5.0
offset_right = 16.0
offset_bottom = 14.0
grow_horizontal = 0
grow_vertical = 2
scale = Vector2(0.5, 0.5)
texture = ExtResource("3")