xiandie/scene/little_game/弹珠游戏/dialogue_balloon.tscn

49 lines
1.6 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://d03hwa7axelmb"]
[ext_resource type="FontFile" uid="uid://bnxdsxp7dst7f" path="res://asset/font/锐字太空混元像素简繁-闪 超黑_mianfeiziti.com.ttf" id="1_5lxgi"]
[ext_resource type="Script" uid="uid://c1oruu8vpy4pk" path="res://scene/little_game/弹珠游戏/dialogue_balloon.gd" id="1_7ag4e"]
[node name="DialogueBalloon" type="CanvasLayer"]
script = ExtResource("1_7ag4e")
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
[node name="Container" type="MarginContainer" parent="Control"]
z_index = 10
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -150.0
offset_right = 150.0
offset_bottom = 182.0
grow_horizontal = 2
size_flags_vertical = 0
mouse_filter = 2
theme_override_constants/margin_top = 100
[node name="RichTextLabel" type="RichTextLabel" parent="Control/Container"]
unique_name_in_owner = true
custom_minimum_size = Vector2(300, 0)
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
mouse_filter = 2
theme_override_colors/default_color = Color(0.686241, 0.191934, 0.178785, 1)
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_fonts/normal_font = ExtResource("1_5lxgi")
theme_override_font_sizes/normal_font_size = 40
bbcode_enabled = true
text = "[wave amp=10.0 freq=5.0][shake rate=4.0 level=3] 先碰到边界你就输了"
fit_content = true
autowrap_mode = 1
horizontal_alignment = 1
vertical_alignment = 1