godot-psd-training/UI/CameraSwitch/aPassageway.tscn

47 lines
1.9 KiB
Plaintext
Raw Normal View History

2024-06-12 20:51:00 +08:00
[gd_scene load_steps=5 format=3 uid="uid://ovnvmr7gkw1g"]
2024-06-13 18:02:18 +08:00
[ext_resource type="StyleBox" uid="uid://d2f2wgj4omqrj" path="res://UI/CameraSwitch/CameraSwitchButtonNormal.tres" id="1_meoki"]
[ext_resource type="StyleBox" uid="uid://c4cifub1prvg0" path="res://UI/CameraSwitch/CarmeraSwitchButtonPressed.tres" id="2_uigu1"]
[ext_resource type="ButtonGroup" uid="uid://c53ro582bl71m" path="res://UI/CameraSwitch/aPassagewayBG.tres" id="3_r38v3"]
2024-06-12 20:51:00 +08:00
[ext_resource type="Texture2D" uid="uid://crh0yovojc7wq" path="res://Assets/backIcon.png" id="4_ay28j"]
[node name="CameraSwitch2" type="Node2D"]
[node name="HBoxContainer" type="HBoxContainer" parent="."]
offset_right = 40.0
offset_bottom = 40.0
[node name="StationHallAExit" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_meoki")
theme_override_styles/hover = ExtResource("2_uigu1")
theme_override_styles/pressed = ExtResource("2_uigu1")
toggle_mode = true
button_group = ExtResource("3_r38v3")
text = "站厅A出口"
[node name="AEntrance" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_meoki")
theme_override_styles/hover = ExtResource("2_uigu1")
theme_override_styles/pressed = ExtResource("2_uigu1")
toggle_mode = true
button_group = ExtResource("3_r38v3")
text = "A入口"
[node name="APassage" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_meoki")
theme_override_styles/hover = ExtResource("2_uigu1")
theme_override_styles/pressed = ExtResource("2_uigu1")
toggle_mode = true
button_group = ExtResource("3_r38v3")
text = "A口通道"
[node name="Back" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_meoki")
theme_override_styles/hover = ExtResource("2_uigu1")
theme_override_styles/pressed = ExtResource("2_uigu1")
icon = ExtResource("4_ay28j")