xiandie/scene/notification/notification.tscn

92 lines
2.6 KiB
Plaintext
Raw Normal View History

2025-01-29 14:05:27 +00:00
[gd_scene load_steps=5 format=3 uid="uid://5g07x6q7wwr1"]
2024-12-23 01:29:31 +00:00
[ext_resource type="Script" uid="uid://b2aixse6e2l86" path="res://scene/notification/notification.gd" id="1_j0g80"]
[ext_resource type="FontVariation" uid="uid://1ryw42kej6lv" path="res://config/font_ui.tres" id="2_btpyr"]
2025-06-07 09:04:08 +00:00
[ext_resource type="Texture2D" uid="uid://d4laekws15ap6" path="res://asset/art/scene/c01/s09_黄包车长场景/动画字幕/动画字幕-08.png" id="3_otkdq"]
[sub_resource type="LabelSettings" id="LabelSettings_ycsas"]
font = ExtResource("2_btpyr")
2025-03-21 13:45:41 +00:00
outline_size = 4
outline_color = Color(0.0862244, 0.0291227, 0.00516311, 1)
2024-12-23 01:29:31 +00:00
[node name="Notification" type="Control"]
2025-03-17 14:12:53 +00:00
process_mode = 3
2024-12-23 01:29:31 +00:00
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
2024-12-23 01:29:31 +00:00
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"]
2024-12-24 01:16:06 +00:00
unique_name_in_owner = true
custom_minimum_size = Vector2(50, 0)
layout_mode = 2
size_flags_horizontal = 8
mouse_filter = 2
theme_override_fonts/normal_font = ExtResource("2_btpyr")
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
2025-01-29 14:05:27 +00:00
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")
2025-01-29 14:05:27 +00:00
[node name="MarginContainer3" type="MarginContainer" parent="."]
layout_mode = 1
2025-06-07 09:04:08 +00:00
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -150.0
offset_top = -150.0
offset_right = 150.0
offset_bottom = 150.0
2025-01-29 14:05:27 +00:00
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
2025-01-29 14:05:27 +00:00
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
2025-06-07 09:04:08 +00:00
texture = ExtResource("3_otkdq")
expand_mode = 3
2025-01-29 14:05:27 +00:00
stretch_mode = 5