godot-psd-training/UI/CameraSwitch/StationHallB.tscn
joylink_fanyuhong 99a6a37b11 字体调整
2024-07-15 14:46:32 +08:00

103 lines
4.5 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://dslrsl8spalbr"]
[ext_resource type="Script" path="res://UI/CameraSwitch/StationHallB.gd" id="1_6qmjb"]
[ext_resource type="StyleBox" uid="uid://d2f2wgj4omqrj" path="res://UI/CameraSwitch/CameraSwitchButtonNormal.tres" id="1_rp4s8"]
[ext_resource type="StyleBox" uid="uid://c4cifub1prvg0" path="res://UI/CameraSwitch/CarmeraSwitchButtonPressed.tres" id="2_b3fhu"]
[ext_resource type="FontFile" uid="uid://bkbpyidjguavf" path="res://Assets/FeiHuaSongTi-2.ttf" id="2_sgb3k"]
[ext_resource type="ButtonGroup" uid="uid://c1nqfkfrdyx8u" path="res://UI/CameraSwitch/stationHallBBG.tres" id="3_ijcc7"]
[ext_resource type="Texture2D" uid="uid://crh0yovojc7wq" path="res://Assets/backIcon.png" id="4_wndap"]
[node name="StationHallB" type="Node2D"]
script = ExtResource("1_6qmjb")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
offset_right = 40.0
offset_bottom = 40.0
[node name="BLowerStepSwitch" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_sgb3k")
theme_override_styles/normal = ExtResource("1_rp4s8")
theme_override_styles/hover = ExtResource("2_b3fhu")
theme_override_styles/pressed = ExtResource("2_b3fhu")
toggle_mode = true
button_group = ExtResource("3_ijcc7")
text = "B端扶梯下部开关"
[node name="BTVM" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_sgb3k")
theme_override_styles/normal = ExtResource("1_rp4s8")
theme_override_styles/hover = ExtResource("2_b3fhu")
theme_override_styles/pressed = ExtResource("2_b3fhu")
toggle_mode = true
button_group = ExtResource("3_ijcc7")
text = "B端TVM"
[node name="BInboundGate" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_sgb3k")
theme_override_styles/normal = ExtResource("1_rp4s8")
theme_override_styles/hover = ExtResource("2_b3fhu")
theme_override_styles/pressed = ExtResource("2_b3fhu")
toggle_mode = true
button_group = ExtResource("3_ijcc7")
text = "B端进站闸机口"
[node name="BExitGate" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_sgb3k")
theme_override_styles/normal = ExtResource("1_rp4s8")
theme_override_styles/hover = ExtResource("2_b3fhu")
theme_override_styles/pressed = ExtResource("2_b3fhu")
toggle_mode = true
button_pressed = true
button_group = ExtResource("3_ijcc7")
text = "B端出站闸机口"
[node name="BUpperStep" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_sgb3k")
theme_override_styles/normal = ExtResource("1_rp4s8")
theme_override_styles/hover = ExtResource("2_b3fhu")
theme_override_styles/pressed = ExtResource("2_b3fhu")
toggle_mode = true
button_group = ExtResource("3_ijcc7")
text = "B端扶梯上部"
[node name="BLowerStep" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_sgb3k")
theme_override_styles/normal = ExtResource("1_rp4s8")
theme_override_styles/hover = ExtResource("2_b3fhu")
theme_override_styles/pressed = ExtResource("2_b3fhu")
toggle_mode = true
button_group = ExtResource("3_ijcc7")
text = "B端扶梯下部"
[node name="BGangway" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_sgb3k")
theme_override_styles/normal = ExtResource("1_rp4s8")
theme_override_styles/hover = ExtResource("2_b3fhu")
theme_override_styles/pressed = ExtResource("2_b3fhu")
toggle_mode = true
button_group = ExtResource("3_ijcc7")
text = "B端站厅步梯口"
[node name="Back" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_rp4s8")
theme_override_styles/hover = ExtResource("2_b3fhu")
theme_override_styles/pressed = ExtResource("2_b3fhu")
icon = ExtResource("4_wndap")
[connection signal="pressed" from="HBoxContainer/BLowerStepSwitch" to="." method="_on_b_lower_step_switch_pressed"]
[connection signal="pressed" from="HBoxContainer/BTVM" to="." method="_on_btvm_pressed"]
[connection signal="pressed" from="HBoxContainer/BInboundGate" to="." method="_on_b_inbound_gate_pressed"]
[connection signal="pressed" from="HBoxContainer/BExitGate" to="." method="_on_b_exit_gate_pressed"]
[connection signal="pressed" from="HBoxContainer/BUpperStep" to="." method="_on_b_upper_step_pressed"]
[connection signal="pressed" from="HBoxContainer/BLowerStep" to="." method="_on_b_lower_step_pressed"]
[connection signal="pressed" from="HBoxContainer/BGangway" to="." method="_on_b_gangway_pressed"]
[connection signal="pressed" from="HBoxContainer/Back" to="." method="_on_back_pressed"]