29 lines
838 B
Plaintext
29 lines
838 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://b41vwoibfy5c6"]
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1asvc"]
|
||
|
bg_color = Color(1, 0, 0, 1)
|
||
|
corner_radius_top_left = 5
|
||
|
corner_radius_top_right = 5
|
||
|
corner_radius_bottom_right = 5
|
||
|
corner_radius_bottom_left = 5
|
||
|
|
||
|
[node name="StepJudgment" type="Node"]
|
||
|
|
||
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
||
|
offset_right = 40.0
|
||
|
offset_bottom = 40.0
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_1asvc")
|
||
|
|
||
|
[node name="VBoxContainer" type="HBoxContainer" parent="PanelContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
text = "操做错误,请重试!"
|
||
|
|
||
|
[node name="Button" type="Button" parent="PanelContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 8
|
||
|
size_flags_vertical = 0
|
||
|
text = "X"
|