checheche/Robo-Bus-A31-HMI/Modules/language_tabs.tscn
2024-12-13 21:58:23 +08:00

66 lines
2.1 KiB
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://df31a6g0oklv"]
[ext_resource type="Script" path="res://Modules/language_tabs.gd" id="1_05fei"]
[ext_resource type="Texture2D" uid="uid://ddc0v6muv1x37" path="res://pad_hmi_ui/setting/language_btn.png" id="2_cruvh"]
[ext_resource type="Script" path="res://common/base/base_control.gd" id="3_iu68l"]
[node name="LanguageTabs" type="MarginContainer" node_paths=PackedStringArray("nodearr")]
offset_right = 429.0
offset_bottom = 105.0
size_flags_horizontal = 4
size_flags_vertical = 4
script = ExtResource("1_05fei")
nodearr = [NodePath("HBoxContainer/Chinese"), NodePath("HBoxContainer/English"), NodePath("HBoxContainer/Japanese")]
[node name="Control" type="Control" parent="."]
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="Control"]
layout_mode = 1
offset_right = 134.0
offset_bottom = 105.0
pivot_offset = Vector2(52, 52)
texture = ExtResource("2_cruvh")
expand_mode = 1
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
theme_override_constants/separation = 20
[node name="Chinese" type="MarginContainer" parent="HBoxContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(105, 105)
layout_mode = 2
size_flags_horizontal = 3
script = ExtResource("3_iu68l")
[node name="Label" type="Label" parent="HBoxContainer/Chinese"]
layout_mode = 2
theme_override_font_sizes/font_size = 26
text = "中文"
horizontal_alignment = 1
[node name="English" type="MarginContainer" parent="HBoxContainer"]
custom_minimum_size = Vector2(105, 105)
layout_mode = 2
size_flags_horizontal = 3
script = ExtResource("3_iu68l")
[node name="Label" type="Label" parent="HBoxContainer/English"]
layout_mode = 2
theme_override_font_sizes/font_size = 26
text = "English"
horizontal_alignment = 1
[node name="Japanese" type="MarginContainer" parent="HBoxContainer"]
custom_minimum_size = Vector2(105, 105)
layout_mode = 2
size_flags_horizontal = 3
script = ExtResource("3_iu68l")
[node name="Label" type="Label" parent="HBoxContainer/Japanese"]
layout_mode = 2
theme_override_font_sizes/font_size = 26
text = "日本語"
horizontal_alignment = 1