godot-psd-training/UI/CameraSwitch/StaionHallA.tscn
2024-06-18 10:22:05 +08:00

93 lines
4.0 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://bamcpa000guej"]
[ext_resource type="StyleBox" uid="uid://d2f2wgj4omqrj" path="res://UI/CameraSwitch/CameraSwitchButtonNormal.tres" id="1_7ed45"]
[ext_resource type="Script" path="res://UI/CameraSwitch/StaionHallA.gd" id="1_hik27"]
[ext_resource type="StyleBox" uid="uid://c4cifub1prvg0" path="res://UI/CameraSwitch/CarmeraSwitchButtonPressed.tres" id="2_tr3c8"]
[ext_resource type="ButtonGroup" uid="uid://dpcn6mhawpld5" path="res://UI/CameraSwitch/StationHallABG.tres" id="3_lh5bb"]
[ext_resource type="Texture2D" uid="uid://crh0yovojc7wq" path="res://Assets/backIcon.png" id="4_elcbq"]
[node name="StaionHallA" type="Node2D"]
script = ExtResource("1_hik27")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
offset_right = 40.0
offset_bottom = 40.0
[node name="ALowerStepSwitch" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_7ed45")
theme_override_styles/hover = ExtResource("2_tr3c8")
theme_override_styles/pressed = ExtResource("2_tr3c8")
toggle_mode = true
button_group = ExtResource("3_lh5bb")
text = "A端扶梯下部开关"
[node name="ATVM" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_7ed45")
theme_override_styles/hover = ExtResource("2_tr3c8")
theme_override_styles/pressed = ExtResource("2_tr3c8")
text = "A端TVM"
[node name="AInboundGate" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_7ed45")
theme_override_styles/hover = ExtResource("2_tr3c8")
theme_override_styles/pressed = ExtResource("2_tr3c8")
toggle_mode = true
button_group = ExtResource("3_lh5bb")
text = "A端进站闸机"
[node name="AExitGate" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_7ed45")
theme_override_styles/hover = ExtResource("2_tr3c8")
theme_override_styles/pressed = ExtResource("2_tr3c8")
toggle_mode = true
button_pressed = true
button_group = ExtResource("3_lh5bb")
text = "A端出站闸机"
[node name="AUpperStep" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_7ed45")
theme_override_styles/hover = ExtResource("2_tr3c8")
theme_override_styles/pressed = ExtResource("2_tr3c8")
toggle_mode = true
button_group = ExtResource("3_lh5bb")
text = "A端扶梯上部"
[node name="ALowerStep" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_7ed45")
theme_override_styles/hover = ExtResource("2_tr3c8")
theme_override_styles/pressed = ExtResource("2_tr3c8")
toggle_mode = true
button_group = ExtResource("3_lh5bb")
text = "A端扶梯下部"
[node name="AGangway" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_7ed45")
theme_override_styles/hover = ExtResource("2_tr3c8")
theme_override_styles/pressed = ExtResource("2_tr3c8")
toggle_mode = true
button_group = ExtResource("3_lh5bb")
text = "A端站厅步梯口"
[node name="Back" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_7ed45")
theme_override_styles/hover = ExtResource("2_tr3c8")
theme_override_styles/pressed = ExtResource("2_tr3c8")
icon = ExtResource("4_elcbq")
[connection signal="pressed" from="HBoxContainer/ALowerStepSwitch" to="." method="_on_a_lower_step_switch_pressed"]
[connection signal="pressed" from="HBoxContainer/ATVM" to="." method="_on_atvm_pressed"]
[connection signal="pressed" from="HBoxContainer/AInboundGate" to="." method="_on_a_inbound_gate_pressed"]
[connection signal="pressed" from="HBoxContainer/AExitGate" to="." method="_on_a_exit_gate_pressed"]
[connection signal="pressed" from="HBoxContainer/AUpperStep" to="." method="_on_a_upper_step_pressed"]
[connection signal="pressed" from="HBoxContainer/ALowerStep" to="." method="_on_a_lower_step_pressed"]
[connection signal="pressed" from="HBoxContainer/AGangway" to="." method="_on_a_gangway_pressed"]
[connection signal="pressed" from="HBoxContainer/Back" to="." method="_on_back_pressed"]