97 lines
2.7 KiB
Plaintext
97 lines
2.7 KiB
Plaintext
|
[gd_scene load_steps=6 format=3 uid="uid://ddlwnsccsmr8u"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://bo0i4wlcgmax2" path="res://scene/ux/panel/ux_panel.gd" id="1_8dnsb"]
|
||
|
[ext_resource type="Texture2D" uid="uid://bi7l47cit2xs" path="res://asset/art/ui/ux_panel/完整背景.png" id="2_5mits"]
|
||
|
[ext_resource type="Texture2D" uid="uid://cbql1i4hblmt1" path="res://asset/art/ui/inspect/inspect特写通用遮罩.png" id="3_mns6r"]
|
||
|
[ext_resource type="FontFile" uid="uid://255whp7fuig5" path="res://asset/font/字体/三极行楷简体-粗.ttf" id="4_mns6r"]
|
||
|
|
||
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_nw7ig"]
|
||
|
|
||
|
[node name="UxPanel" type="CanvasLayer"]
|
||
|
process_mode = 3
|
||
|
script = ExtResource("1_8dnsb")
|
||
|
|
||
|
[node name="Bag" type="Panel" parent="."]
|
||
|
custom_minimum_size = Vector2(564, 240)
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_nw7ig")
|
||
|
|
||
|
[node name="BG" type="TextureRect" parent="Bag"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
texture = ExtResource("2_5mits")
|
||
|
expand_mode = 5
|
||
|
stretch_mode = 5
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="Bag/BG"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
texture = ExtResource("3_mns6r")
|
||
|
|
||
|
[node name="继续" type="Button" parent="Bag"]
|
||
|
layout_mode = 0
|
||
|
offset_left = 44.0
|
||
|
offset_top = 88.0
|
||
|
offset_right = 191.0
|
||
|
offset_bottom = 122.0
|
||
|
theme_override_fonts/font = ExtResource("4_mns6r")
|
||
|
theme_override_font_sizes/font_size = 26
|
||
|
text = "ux_panel_继续"
|
||
|
flat = true
|
||
|
|
||
|
[node name="笔记" type="Button" parent="Bag"]
|
||
|
layout_mode = 0
|
||
|
offset_left = 123.0
|
||
|
offset_top = 119.0
|
||
|
offset_right = 270.0
|
||
|
offset_bottom = 153.0
|
||
|
theme_override_fonts/font = ExtResource("4_mns6r")
|
||
|
theme_override_font_sizes/font_size = 26
|
||
|
text = "ux_panel_笔记"
|
||
|
flat = true
|
||
|
|
||
|
[node name="设置" type="Button" parent="Bag"]
|
||
|
layout_mode = 0
|
||
|
offset_left = 203.0
|
||
|
offset_top = 107.0
|
||
|
offset_right = 383.0
|
||
|
offset_bottom = 147.0
|
||
|
theme_override_fonts/font = ExtResource("4_mns6r")
|
||
|
theme_override_font_sizes/font_size = 26
|
||
|
text = "ux_panel_设置"
|
||
|
flat = true
|
||
|
|
||
|
[node name="返回主菜单" type="Button" parent="Bag"]
|
||
|
layout_mode = 0
|
||
|
offset_left = 279.0
|
||
|
offset_top = 161.0
|
||
|
offset_right = 489.0
|
||
|
offset_bottom = 195.0
|
||
|
theme_override_fonts/font = ExtResource("4_mns6r")
|
||
|
theme_override_font_sizes/font_size = 26
|
||
|
text = "ux_panel_返回主菜单"
|
||
|
flat = true
|
||
|
|
||
|
[node name="退出" type="Button" parent="Bag"]
|
||
|
layout_mode = 0
|
||
|
offset_left = 383.0
|
||
|
offset_top = 124.0
|
||
|
offset_right = 563.0
|
||
|
offset_bottom = 164.0
|
||
|
theme_override_fonts/font = ExtResource("4_mns6r")
|
||
|
theme_override_font_sizes/font_size = 26
|
||
|
text = "ux_panel_退出"
|
||
|
flat = true
|