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

59 lines
2.7 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://dsfrweddyc2rl"]
[ext_resource type="StyleBox" uid="uid://d2f2wgj4omqrj" path="res://UI/CameraSwitch/CameraSwitchButtonNormal.tres" id="1_5ogd2"]
[ext_resource type="Script" path="res://UI/CameraSwitch/dPassageWay.gd" id="1_e7ixx"]
[ext_resource type="FontFile" uid="uid://bkbpyidjguavf" path="res://Assets/FeiHuaSongTi-2.ttf" id="2_02atc"]
[ext_resource type="StyleBox" uid="uid://c4cifub1prvg0" path="res://UI/CameraSwitch/CarmeraSwitchButtonPressed.tres" id="2_w31f1"]
[ext_resource type="ButtonGroup" uid="uid://b7c885q7m1asf" path="res://UI/CameraSwitch/dPassagewayBG.tres" id="3_6jna6"]
[ext_resource type="Texture2D" uid="uid://crh0yovojc7wq" path="res://Assets/backIcon.png" id="4_yyevw"]
[node name="DPassageWay" type="Node2D"]
script = ExtResource("1_e7ixx")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
offset_right = 40.0
offset_bottom = 40.0
[node name="StationHallDExit" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_02atc")
theme_override_styles/normal = ExtResource("1_5ogd2")
theme_override_styles/hover = ExtResource("2_w31f1")
theme_override_styles/pressed = ExtResource("2_w31f1")
toggle_mode = true
button_group = ExtResource("3_6jna6")
text = "站厅D出口"
[node name="DEntrance" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_02atc")
theme_override_styles/normal = ExtResource("1_5ogd2")
theme_override_styles/hover = ExtResource("2_w31f1")
theme_override_styles/pressed = ExtResource("2_w31f1")
toggle_mode = true
button_group = ExtResource("3_6jna6")
text = "D入口"
[node name="DPassage" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("2_02atc")
theme_override_styles/normal = ExtResource("1_5ogd2")
theme_override_styles/hover = ExtResource("2_w31f1")
theme_override_styles/pressed = ExtResource("2_w31f1")
toggle_mode = true
button_pressed = true
button_group = ExtResource("3_6jna6")
text = "D口通道"
[node name="Back" type="Button" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("1_5ogd2")
theme_override_styles/hover = ExtResource("2_w31f1")
theme_override_styles/pressed = ExtResource("2_w31f1")
icon = ExtResource("4_yyevw")
[connection signal="pressed" from="HBoxContainer/StationHallDExit" to="." method="_on_station_hall_d_exit_pressed"]
[connection signal="pressed" from="HBoxContainer/DEntrance" to="." method="_on_d_entrance_pressed"]
[connection signal="pressed" from="HBoxContainer/DPassage" to="." method="_on_d_passage_pressed"]
[connection signal="pressed" from="HBoxContainer/Back" to="." method="_on_back_pressed"]