godot-psd-training/trainings/stepTip/stepTip.tscn

54 lines
1.6 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://yhr1n6e2m2b6"]
2024-05-17 15:08:24 +08:00
2024-05-17 17:37:41 +08:00
[ext_resource type="Script" path="res://trainings/stepTip/stepTip.gd" id="1_wxsfb"]
[ext_resource type="Theme" uid="uid://bycedcl2nwwlu" path="res://ui_theme.tres" id="2_k8n1n"]
2024-05-17 15:08:24 +08:00
2024-05-17 17:37:41 +08:00
[node name="StepTip" type="Node2D"]
script = ExtResource("1_wxsfb")
2024-05-17 15:08:24 +08:00
[node name="PanelContainer" type="PanelContainer" parent="."]
offset_right = 300.0
2024-05-21 11:09:24 +08:00
offset_bottom = 210.0
theme = ExtResource("2_k8n1n")
2024-05-17 15:08:24 +08:00
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
layout_mode = 2
[node name="Control" type="Control" parent="PanelContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="ColorRect" type="ColorRect" parent="PanelContainer/VBoxContainer/Control"]
layout_mode = 0
offset_right = 300.0
offset_bottom = 30.0
color = Color(0.0509804, 0.388235, 0.752941, 1)
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer/Control"]
layout_mode = 2
offset_right = 300.0
offset_bottom = 30.0
text = "操作提示"
horizontal_alignment = 1
vertical_alignment = 1
2024-05-20 14:47:34 +08:00
autowrap_mode = 1
2024-05-17 15:08:24 +08:00
[node name="Control2" type="Control" parent="PanelContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
2024-05-21 11:09:24 +08:00
size_flags_stretch_ratio = 6.0
2024-05-17 15:08:24 +08:00
[node name="ColorRect" type="ColorRect" parent="PanelContainer/VBoxContainer/Control2"]
layout_mode = 0
offset_right = 300.0
2024-05-21 11:09:24 +08:00
offset_bottom = 180.0
2024-05-17 15:08:24 +08:00
color = Color(0.0509804, 0.388235, 0.752941, 0.447059)
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer/Control2"]
layout_mode = 0
2024-05-17 17:37:41 +08:00
offset_left = 14.0
2024-05-17 15:08:24 +08:00
offset_top = 4.0
2024-05-17 17:37:41 +08:00
offset_right = 285.0
2024-05-21 11:09:24 +08:00
offset_bottom = 175.0
2024-05-20 14:47:34 +08:00
autowrap_mode = 1