[gd_scene load_steps=12 format=3 uid="uid://dwjj0vio2iyaf"] [ext_resource type="Texture2D" uid="uid://odtdv6uuxul6" path="res://res/mask/overlay_ad_mask_semi_transparent.png" id="1_n5cpy"] [ext_resource type="Script" path="res://Modules/tunnel_panel.gd" id="1_p8w8i"] [ext_resource type="Texture2D" uid="uid://dyi0k6f82o11s" path="res://res/bg/window_terminal_search_default.png" id="2_ij6sv"] [ext_resource type="Texture2D" uid="uid://dqlcxpum4jq7l" path="res://res/icon/icon_terminal_search_close_default.png" id="3_wrwk6"] [ext_resource type="Texture2D" uid="uid://ck6dl6bhb1uai" path="res://res/icon/icon_terminal_search_close_hover.png" id="4_nhrp0"] [ext_resource type="Texture2D" uid="uid://hb4ca8supnca" path="res://res/bar/bar_terminal_search_default.png" id="5_frxxh"] [ext_resource type="Texture2D" uid="uid://c4bsmbn2tshod" path="res://res/button/button_terminal_search_default.png" id="6_1jtsn"] [ext_resource type="Script" path="res://Modules/terminal_search_button.gd" id="7_ckw5i"] [ext_resource type="Texture2D" uid="uid://dqaaqibdo0erj" path="res://res/icon/icon_terminal_search_default.png" id="8_ab7h2"] [ext_resource type="Texture2D" uid="uid://b8vrr2xwd3g7c" path="res://res/icon/icon_terminal_search_hover.png" id="9_y4086"] [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_gnfni"] [node name="TunnelPanel" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_p8w8i") [node name="mask3" type="TextureRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("1_n5cpy") expand_mode = 1 [node name="TextureRect2" type="TextureRect" parent="."] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -20.0 offset_top = -20.0 offset_right = 20.0 offset_bottom = 20.0 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("2_ij6sv") [node name="TunnelClose" type="TextureButton" parent="TextureRect2"] layout_mode = 1 anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 offset_left = -22.0 offset_top = -26.5 offset_right = 25.0 offset_bottom = 20.5 grow_horizontal = 0 focus_mode = 0 texture_normal = ExtResource("3_wrwk6") texture_pressed = ExtResource("4_nhrp0") [node name="Label" type="Label" parent="TextureRect2"] layout_mode = 0 anchor_left = 0.00420757 anchor_top = 0.287532 anchor_right = 0.995792 anchor_bottom = 0.402036 theme_override_colors/font_color = Color(0.145098, 0.133333, 0.133333, 1) theme_override_font_sizes/font_size = 32 text = "终端编号" horizontal_alignment = 1 metadata/_edit_use_anchors_ = true [node name="TextureRext" type="TextureRect" parent="TextureRect2"] layout_mode = 1 anchors_preset = -1 anchor_left = 0.1669 anchor_top = 0.517812 anchor_right = 0.840112 anchor_bottom = 0.652672 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("5_frxxh") metadata/_edit_use_anchors_ = true [node name="LineEdit" type="LineEdit" parent="TextureRect2/TextureRext"] layout_mode = 1 anchors_preset = -1 anchor_left = 0.0208333 anchor_right = 0.766667 anchor_bottom = 1.0 theme_override_colors/caret_color = Color(0, 0, 0, 1) theme_override_colors/font_color = Color(0, 0, 0, 1) theme_override_styles/focus = SubResource("StyleBoxEmpty_gnfni") alignment = 1 flat = true metadata/_edit_use_anchors_ = true [node name="TerminalSearchButton" type="TextureButton" parent="TextureRect2/TextureRext"] layout_mode = 1 anchors_preset = 6 anchor_left = 1.0 anchor_top = 0.5 anchor_right = 1.0 anchor_bottom = 0.5 offset_left = -112.0 offset_top = -26.5 offset_bottom = 26.5 grow_horizontal = 0 grow_vertical = 2 texture_normal = ExtResource("6_1jtsn") texture_pressed = ExtResource("6_1jtsn") texture_hover = ExtResource("6_1jtsn") texture_disabled = ExtResource("6_1jtsn") texture_focused = ExtResource("6_1jtsn") script = ExtResource("7_ckw5i") TextureNormal = ExtResource("8_ab7h2") TextureDown = ExtResource("9_y4086") [node name="TextureRect" type="TextureRect" parent="TextureRect2/TextureRext/TerminalSearchButton"] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -23.0 offset_top = -8.5 offset_right = 23.0 offset_bottom = 8.5 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("8_ab7h2") [connection signal="pressed" from="TextureRect2/TunnelClose" to="." method="_on_tunnel_close_pressed"] [connection signal="pressed" from="TextureRect2/TextureRext/TerminalSearchButton" to="." method="_on_terminal_search_button_pressed"]