LargeScreen/Modules/language_panel_horizontal.tscn
shurongsen b8d780b2a2 3d
接口添加
2025-01-03 14:02:17 +08:00

85 lines
3.0 KiB
Plaintext

[gd_scene load_steps=10 format=3 uid="uid://b1v18ra6fsxt5"]
[ext_resource type="Texture2D" uid="uid://odtdv6uuxul6" path="res://res/mask/overlay_ad_mask_semi_transparent.png" id="1_5ld7q"]
[ext_resource type="Script" path="res://Modules/language_panel.gd" id="1_ne44a"]
[ext_resource type="PackedScene" uid="uid://bb8i20x4xutp5" path="res://Modules/LanguageButton.tscn" id="2_vy48t"]
[ext_resource type="Texture2D" uid="uid://drcukx1rmjs77" path="res://res/icon/icon_English_default.png" id="3_e76dh"]
[ext_resource type="Texture2D" uid="uid://dfktl3007ojxk" path="res://res/icon/icon_English_hover.png" id="4_smhi3"]
[ext_resource type="Texture2D" uid="uid://ocudv2g8r1s7" path="res://res/icon/icon_Japanese_default.png" id="5_u3wwn"]
[ext_resource type="Texture2D" uid="uid://b84pps636wbya" path="res://res/icon/icon_Japanese_hover.png" id="6_0vsll"]
[ext_resource type="Texture2D" uid="uid://xr6duvavyfg8" path="res://res/icon/icon_language_close_default.png" id="7_dpc12"]
[ext_resource type="Texture2D" uid="uid://bqnjclc8biqve" path="res://res/icon/icon_language_close_hover.png" id="8_to5hf"]
[node name="LanguagePanelHorizontal" type="Control" node_paths=PackedStringArray("button_arr", "close_button")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_ne44a")
button_arr = [NodePath("HBoxContainer2/Button"), NodePath("HBoxContainer2/Button2"), NodePath("HBoxContainer2/Button3")]
close_button = NodePath("CloseButton")
[node name="mask2" type="NinePatchRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_5ld7q")
region_rect = Rect2(0, 0, 1426, 803)
patch_margin_left = 48
patch_margin_top = 48
patch_margin_right = 48
patch_margin_bottom = 48
[node name="HBoxContainer2" type="HBoxContainer" 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 = -919.0
offset_top = -63.5
offset_right = 919.0
offset_bottom = 63.5
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/separation = 177
[node name="Button" parent="HBoxContainer2" instance=ExtResource("2_vy48t")]
layout_mode = 2
IconTextureNormal = ExtResource("3_e76dh")
IconTextureSelected = ExtResource("4_smhi3")
Text = "English"
[node name="Button2" parent="HBoxContainer2" instance=ExtResource("2_vy48t")]
layout_mode = 2
[node name="Button3" parent="HBoxContainer2" instance=ExtResource("2_vy48t")]
layout_mode = 2
IconTextureNormal = ExtResource("5_u3wwn")
IconTextureSelected = ExtResource("6_0vsll")
Text = "日本語"
[node name="CloseButton" type="TextureButton" 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 = 997.0
offset_top = -176.0
offset_right = 1054.0
offset_bottom = -119.0
grow_horizontal = 2
grow_vertical = 2
focus_mode = 0
texture_normal = ExtResource("7_dpc12")
texture_pressed = ExtResource("8_to5hf")
texture_focused = ExtResource("8_to5hf")