xiandie/scene/notification/notification.tscn

84 lines
2.4 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://5g07x6q7wwr1"]
[ext_resource type="Script" path="res://scene/notification/notification.gd" id="1_j0g80"]
[ext_resource type="FontFile" uid="uid://dr8bp6p7byb37" path="res://asset/font/字体/方正楷体简体.TTF" id="2_eh7gu"]
[ext_resource type="Texture2D" uid="uid://b0f00retoqxyc" path="res://asset/art/scene/c01/s04_旧版序章/f_动画字幕1.png" id="3_wqejl"]
[sub_resource type="LabelSettings" id="LabelSettings_ycsas"]
font = ExtResource("2_eh7gu")
font_size = 20
outline_size = 5
outline_color = Color(0.184314, 0.12549, 0.141176, 1)
[node name="Notification" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 0
mouse_filter = 2
script = ExtResource("1_j0g80")
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 1
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
offset_left = -208.0
offset_bottom = 40.0
grow_horizontal = 0
mouse_filter = 2
theme_override_constants/margin_top = 12
theme_override_constants/margin_right = 24
[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(50, 0)
layout_mode = 2
size_flags_horizontal = 8
mouse_filter = 2
text = "notification"
fit_content = true
scroll_active = false
autowrap_mode = 0
[node name="MarginContainer2" type="MarginContainer" parent="."]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -40.0
offset_right = 40.0
offset_bottom = 75.0
grow_horizontal = 2
mouse_filter = 2
theme_override_constants/margin_top = 52
[node name="CenterLabel" type="Label" parent="MarginContainer2"]
unique_name_in_owner = true
layout_mode = 2
text = "互动提示"
label_settings = SubResource("LabelSettings_ycsas")
[node name="MarginContainer3" type="MarginContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 32
theme_override_constants/margin_top = 64
theme_override_constants/margin_right = 32
theme_override_constants/margin_bottom = 64
[node name="CenterTexture" type="TextureRect" parent="MarginContainer3"]
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 2
texture = ExtResource("3_wqejl")
expand_mode = 1
stretch_mode = 5