51 lines
2.3 KiB
Plaintext
51 lines
2.3 KiB
Plaintext
|
[gd_scene load_steps=6 format=3 uid="uid://ddtqwspx8ivry"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://UI/station_keys.gd" id="1_ovslt"]
|
||
|
[ext_resource type="PackedScene" uid="uid://b76vohiqtooks" path="res://UI/em_key.tscn" id="4_0l66e"]
|
||
|
[ext_resource type="PackedScene" uid="uid://bvuns248nsafw" path="res://UI/sdjs_key.tscn" id="5_lp0t8"]
|
||
|
[ext_resource type="PackedScene" uid="uid://brof6p4eyjx4r" path="res://UI/psl_key.tscn" id="5_mtxat"]
|
||
|
[ext_resource type="PackedScene" uid="uid://bo27xj60duv1n" path="res://UI/lcb_key.tscn" id="6_h4yyj"]
|
||
|
|
||
|
[node name="StationKeys" type="Node"]
|
||
|
script = ExtResource("1_ovslt")
|
||
|
|
||
|
[node name="PopupPanel" type="Window" parent="."]
|
||
|
snap_2d_transforms_to_pixel = true
|
||
|
title = "请选择钥匙"
|
||
|
position = Vector2i(27, 100)
|
||
|
size = Vector2i(600, 400)
|
||
|
mouse_passthrough_polygon = PackedVector2Array(0, 0, 400, 0, 400, 400, 0, 400)
|
||
|
unresizable = true
|
||
|
transparent = true
|
||
|
extend_to_title = true
|
||
|
keep_title_visible = true
|
||
|
|
||
|
[node name="SDJS_Key" parent="PopupPanel" instance=ExtResource("5_lp0t8")]
|
||
|
position = Vector2(80, 72)
|
||
|
|
||
|
[node name="PSL_Key" parent="PopupPanel" instance=ExtResource("5_mtxat")]
|
||
|
position = Vector2(217, 72)
|
||
|
|
||
|
[node name="EM_Key" parent="PopupPanel" instance=ExtResource("4_0l66e")]
|
||
|
position = Vector2(336, 72)
|
||
|
|
||
|
[node name="LCB_Key" parent="PopupPanel" instance=ExtResource("6_h4yyj")]
|
||
|
position = Vector2(464, 72)
|
||
|
|
||
|
[node name="LCB_Key2" parent="PopupPanel" instance=ExtResource("6_h4yyj")]
|
||
|
position = Vector2(80, 248)
|
||
|
|
||
|
[node name="LCB_Key3" parent="PopupPanel" instance=ExtResource("6_h4yyj")]
|
||
|
position = Vector2(215, 248)
|
||
|
|
||
|
[node name="LCB_Key4" parent="PopupPanel" instance=ExtResource("6_h4yyj")]
|
||
|
position = Vector2(336, 248)
|
||
|
|
||
|
[connection signal="focus_changed" from="PopupPanel/SDJS_Key" to="." method="_on_key_focus_changed"]
|
||
|
[connection signal="focus_changed" from="PopupPanel/PSL_Key" to="." method="_on_key_focus_changed"]
|
||
|
[connection signal="focus_changed" from="PopupPanel/EM_Key" to="." method="_on_key_focus_changed"]
|
||
|
[connection signal="focus_changed" from="PopupPanel/LCB_Key" to="." method="_on_key_focus_changed"]
|
||
|
[connection signal="focus_changed" from="PopupPanel/LCB_Key2" to="." method="_on_key_focus_changed"]
|
||
|
[connection signal="focus_changed" from="PopupPanel/LCB_Key3" to="." method="_on_key_focus_changed"]
|
||
|
[connection signal="focus_changed" from="PopupPanel/LCB_Key4" to="." method="_on_key_focus_changed"]
|