111 lines
2.8 KiB
Plaintext
111 lines
2.8 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://b70jleefiaiwi"]
|
|
|
|
[ext_resource type="Script" uid="uid://cs37h3uymiftr" path="res://UI/popup/notice.gd" id="1_gxhc5"]
|
|
[ext_resource type="Texture2D" uid="uid://pucudatqrcrq" path="res://UI/popup/popup_bg_1.png" id="1_rpkpx"]
|
|
[ext_resource type="FontFile" uid="uid://egugs822n8gr" path="res://UI/font/AlimamaFangYuanTiVF-Thin.ttf" id="3_gxhc5"]
|
|
|
|
[node name="notice" type="Control" groups=["notice"]]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_gxhc5")
|
|
|
|
[node name="Part_1" type="NinePatchRect" parent="."]
|
|
layout_mode = 1
|
|
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 = -157.0
|
|
offset_right = 150.0
|
|
offset_bottom = -131.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("1_rpkpx")
|
|
region_rect = Rect2(1, 27, 86, 8)
|
|
patch_margin_left = 8
|
|
patch_margin_top = 7
|
|
patch_margin_right = 8
|
|
patch_margin_bottom = 6
|
|
|
|
[node name="Title" type="Label" parent="Part_1"]
|
|
layout_mode = 1
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = -20.0
|
|
offset_top = 2.0
|
|
offset_right = 20.0
|
|
offset_bottom = 28.0
|
|
grow_horizontal = 2
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_fonts/font = ExtResource("3_gxhc5")
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "信息"
|
|
|
|
[node name="Part_2" type="NinePatchRect" parent="."]
|
|
layout_mode = 1
|
|
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 = -131.0
|
|
offset_right = 150.0
|
|
offset_bottom = 41.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("1_rpkpx")
|
|
region_rect = Rect2(1, 35, 86, 53)
|
|
patch_margin_left = 8
|
|
patch_margin_top = 35
|
|
patch_margin_right = 8
|
|
patch_margin_bottom = 32
|
|
|
|
[node name="Part_3" type="NinePatchRect" parent="Part_2"]
|
|
custom_minimum_size = Vector2(200, 100)
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -140.0
|
|
offset_top = -71.5
|
|
offset_right = 140.0
|
|
offset_bottom = 71.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("1_rpkpx")
|
|
region_rect = Rect2(92, 38, 76, 34)
|
|
patch_margin_left = 2
|
|
patch_margin_top = 33
|
|
patch_margin_right = 2
|
|
patch_margin_bottom = 33
|
|
|
|
[node name="Label" type="Label" parent="Part_2/Part_3"]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -56.0
|
|
offset_top = -19.5
|
|
offset_right = 56.0
|
|
offset_bottom = 19.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_fonts/font = ExtResource("3_gxhc5")
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "资金不足"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|