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

84 lines
3.0 KiB
Plaintext

[gd_scene load_steps=10 format=3 uid="uid://bk6628qw2j15m"]
[ext_resource type="Texture2D" uid="uid://odtdv6uuxul6" path="res://res/mask/overlay_ad_mask_semi_transparent.png" id="1_5cktv"]
[ext_resource type="Script" path="res://Modules/language_panel.gd" id="1_y0e1v"]
[ext_resource type="PackedScene" uid="uid://bb8i20x4xutp5" path="res://Modules/LanguageButton.tscn" id="2_wisce"]
[ext_resource type="Texture2D" uid="uid://drcukx1rmjs77" path="res://res/icon/icon_English_default.png" id="3_4hfoc"]
[ext_resource type="Texture2D" uid="uid://dfktl3007ojxk" path="res://res/icon/icon_English_hover.png" id="4_dchfe"]
[ext_resource type="Texture2D" uid="uid://ocudv2g8r1s7" path="res://res/icon/icon_Japanese_default.png" id="5_8sfll"]
[ext_resource type="Texture2D" uid="uid://b84pps636wbya" path="res://res/icon/icon_Japanese_hover.png" id="6_0e4ua"]
[ext_resource type="Texture2D" uid="uid://xr6duvavyfg8" path="res://res/icon/icon_language_close_default.png" id="7_serui"]
[ext_resource type="Texture2D" uid="uid://bqnjclc8biqve" path="res://res/icon/icon_language_close_hover.png" id="8_7tp56"]
[node name="LanguageVertical" 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_y0e1v")
button_arr = [NodePath("VBoxContainer2/Button"), NodePath("VBoxContainer2/Button2"), NodePath("VBoxContainer2/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_5cktv")
patch_margin_left = 37
patch_margin_top = 37
patch_margin_right = 37
patch_margin_bottom = 40
[node name="VBoxContainer2" type="VBoxContainer" 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 = -294.0
offset_top = -227.5
offset_right = 294.0
offset_bottom = 227.5
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/separation = 37
[node name="Button" parent="VBoxContainer2" instance=ExtResource("2_wisce")]
layout_mode = 2
IconTextureNormal = ExtResource("3_4hfoc")
IconTextureSelected = ExtResource("4_dchfe")
Text = "English"
[node name="Button2" parent="VBoxContainer2" instance=ExtResource("2_wisce")]
layout_mode = 2
[node name="Button3" parent="VBoxContainer2" instance=ExtResource("2_wisce")]
layout_mode = 2
IconTextureNormal = ExtResource("5_8sfll")
IconTextureSelected = ExtResource("6_0e4ua")
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 = 358.0
offset_top = -271.0
offset_right = 415.0
offset_bottom = -214.0
grow_horizontal = 2
grow_vertical = 2
focus_mode = 0
texture_normal = ExtResource("7_serui")
texture_pressed = ExtResource("8_7tp56")
texture_focused = ExtResource("8_7tp56")