68 lines
2.2 KiB
Plaintext
68 lines
2.2 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://bb8i20x4xutp5"]
|
|
|
|
[ext_resource type="Script" path="res://Modules/language_button.gd" id="1_hpoca"]
|
|
[ext_resource type="Texture2D" uid="uid://c6c0dhw65i2cf" path="res://res/button/button_language_default.png" id="2_w5oxn"]
|
|
[ext_resource type="Texture2D" uid="uid://bwxv6h6r67ngd" path="res://res/icon/icon_Chinese_default.png" id="3_4q7uh"]
|
|
[ext_resource type="Texture2D" uid="uid://uquuc78pyxme" path="res://res/button/button_language_hover.png" id="3_ltm75"]
|
|
[ext_resource type="Texture2D" uid="uid://dmftxg485krwg" path="res://res/icon/icon_Chinese_hover.png" id="5_l7776"]
|
|
|
|
[node name="Button" type="Button"]
|
|
custom_minimum_size = Vector2(588, 127)
|
|
anchors_preset = -1
|
|
anchor_right = 0.153125
|
|
anchor_bottom = 0.117593
|
|
offset_right = -580.0
|
|
offset_bottom = -119.0
|
|
focus_mode = 0
|
|
flat = true
|
|
script = ExtResource("1_hpoca")
|
|
BackTextureNormal = ExtResource("2_w5oxn")
|
|
BackTextureSelected = ExtResource("3_ltm75")
|
|
IconTextureNormal = ExtResource("3_4q7uh")
|
|
IconTextureSelected = ExtResource("5_l7776")
|
|
TextColorSelected = Color(1, 1, 1, 1)
|
|
Text = "中文"
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="back" type="TextureRect" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("2_w5oxn")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_top = 20
|
|
theme_override_constants/margin_bottom = 20
|
|
|
|
[node name="text" type="Label" parent="MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 2.95
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_font_sizes/font_size = 44
|
|
text = "中文"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="icon" type="TextureRect" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
anchor_left = 0.085034
|
|
anchor_top = 0.15748
|
|
anchor_right = 0.239796
|
|
anchor_bottom = 0.84252
|
|
size_flags_horizontal = 2
|
|
texture = ExtResource("3_4q7uh")
|
|
stretch_mode = 5
|
|
metadata/_edit_use_anchors_ = true
|